@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.2em;
	background-color: #9CF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sidebar-box {
	text-align: center;
	padding: 10px;
	background-color: #FFF;
}
.impact_link	{
    background-color: #EAEAEA;
    text-decoration: none;
    border: 1px solid #999;
    padding-top: 0.1em;
    padding-right: 1em;
    padding-bottom: 0.1em;
    padding-left: 1em;
}
h1 {
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #00C;
}
h2 {
	font-size: 2em;
	background-image: url(../images/antena_h2_bg.gif);
	line-height: 40px;
	background-repeat: no-repeat;
	margin-top: 5px;
	display:block;
	overflow:hidden;
	zoom:1;
	padding-left: 10px;
	color: #060;

}
h3 {
	font-size: 1.0em;
}



#header {
	width: 100%;
	text-align: center;
	height: 290px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-color: #06F;
	padding-top: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColHybLt #container {
	min-width: 800px;
	text-align: left;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	background-color: #FFF;
	border: 1px solid #999;
} 
.dial  {
	background-color: #FFF;
	height: 30px;
	width: 200px;
	float: right;
	margin: 5px;
}
.mail {
	height: 30px;
	width: 200px;
	background-color: #0FF;
	float: right;
	clear: both;
	margin: 5px;
}



/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.twoColHybLt #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
.twoColHybLt #sidebar1 {
	float: left;
	width: 250px;
	color: #333;
	margin-top: auto;
}

.twoColHybLt #sidebar1 h3, .twoColHybLt #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 0px;
}
#bottomnavi {
	list-style-type: none;
	width: 100%;
	padding-left: 20%;
}
#container #footer #bottomnavi li {
	float: left;
}
.twoColHybLt #container #footer #bottomnavi a {
	display: block;
	padding-left: 10px;
}
.twoColHybLt #container #footer #bottomnavi li a:hover {
	text-decoration: underline;
	color: #FF0;
}


/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. #mainContent div の幅より広いエレメントが #mainContent div 内に配置されると、フローティングエレメントの落下（フローティング状態ではない #mainContent 領域がサイドバーの下に配置されること）が発生する可能性があります。ハイブリッドレイアウトの場合（全体の幅の単位はパーセント、サイドバーの単位は em）、使用可能な幅を正確に計算できない場合があります。ユーザーのテキストサイズが平均よりも大きい場合、#sidebar1 div が広くなるため、#mainContent div のスペースが狭くなります。クライアントが Contribute を使用してコンテンツを追加する予定である場合は、この制限に注意してください。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグを回避できます。
*/
.twoColHybLt #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 250px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 39px;
	padding-bottom: 0px;
	padding-left: 39px;
	background-color: #FFF;
} 

#footer {
	width: 920px;
	height: 80px;
	background-repeat: no-repeat;
	float: left;
	background-color: #009900;
	padding: 30px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #6F0;
	border-right-color: #6F0;
	border-bottom-color: #6F0;
	border-left-color: #6F0;
}
#footer a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}



/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
#navigation {
	background-color: #FFFFFF;
	list-style-type: none;
	list-style-image: none;
	width: 250px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	width: 218px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#navigation a {
	text-decoration: none;
	display: block;
	height: 60px;
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
	vertical-align: bottom;
	line-height: 60px;
}
.bg-blue-btn {
	background-image: url(../images/index_sidebar_blue_btn.png);
}
.bg-red-btn {
	background-image: url(../images/index_sidebar_red_btn.png);
}

.bg-pink_btn {
	background-image: url(../images/index_sidebar_pink_btn.png);
}
.bg-orange_btn a {
	background-image: url(../images/index_sidebar_orange_btn.png);
}





.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.top {
	background-image: url(../images/top-image.jpg);
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 80px;
	padding-right: 170px;
	padding-left: 170px;
	background-repeat: no-repeat;
	height: 220px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 0px;
}
#chosa {
	background-color: #FF9;
	font-size: 1em;
	border: 5px double #F93;
	padding: 10px;
	margin: 0px;
	line-height: 1.6em;
}

#setmenu {
	width: 100%;
	height: 230px;
}
.setmenu {
	float: left;
	width: 320px;
	height: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-repeat: no-repeat;
}



.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.antchoice {
	width: 28%;
	background-color: #CFF;
	border: 1px solid #999;
	float: left;
	padding: 5px;
	margin-right: 2%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	height: 80px;
}


.clrbt {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#okyakusama {
	height: 200px;

}
#aisatu {
	width: 100%;
}

.clearfix {display: block;}
/* End hide from IE-mac */
.border-solid {
	border: 1px solid #666;
	padding: 5px;
}
.p_size_2em {
	font-size: 2em;
	line-height: 1.6em;
}

.question {
	color: #F63;
	font-weight: bold;
}
.font-red {
	color: #F00;
}
.font-yellow {
	color: #FF0;
}
.marking_yel {
	background-color: #FF0;
}

.font-green {
	color: #0F0;
}
#antchoice {
	height: 100px;
	text-align: center;
}
.twoColHybLt #container #mainContent #price {
	border: 1px solid #666;
}
.twoColHybLt #container #mainContent #price tbody tr td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.toiawase_onegai {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #F00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#flow h3 {
	background-color: #CF9;
	text-align: center;
	padding: 10px;
	border: 1px solid #666;
}
#flow p {
	color: #0C0;
	text-align: center;
}
.header_btn {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 740px;
}
.f_size_2em {
	font-size: 2em;
	line-height: 1em;
}

