@charset "utf-8";
html  {
	background-image: url(../common_img/orange.gif);
	background-repeat: repeat-x;
	background-color: #f59908;
}
body  {
	font: 100% ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	vertical-align: top;
	background-image: url(../common_img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0px;
}

*{
	padding:0;
	margin:0;
}

img {
	border: 0;
}


table{
font-weight: bold;
}



a:link{
text-decoration:underline;
color:#006666;
font-weight: bold;
}


a:visited{
text-decoration:underline;
color:#006666;
font-weight: bold;
}

a:hover{
text-decoration:none;
color:#00CCCC;
font-weight: bold;
}


a:active{
text-decoration:none;
color:#00CCCC;
font-weight: bold;
}

.textAC {
	font-size: 14px;
	line-height: 180%;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;

}
.redBold {
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;


}
h3 {
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
	color: #006699;
	text-align: center;

}
h4 {
	font-size: 14px;
	line-height: 200%;
	color: #333399;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 30px;




}
.bold {
	font-weight: bold;
}
.google {
	font-size: 14px;
	line-height: 160%;
	text-align: center;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;


}

.counter {
	text-align:right;
	width:500px;
	margin:auto;
}

.floatclear
{
	clear: both;
}
.imgL {
	margin: 10px;
	float: right;

}






.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
	background-repeat: no-repeat;
	background-image: url(../common_img/headbg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 140px;
} 
.twoColFixLtHdr #headerHome {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	text-align: right;
	padding-right:60px;
	height: 102px;
}
.twoColFixLtHdr #headerMenu {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	height: 30px;
}





.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 170px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 15px 0px 15px 20px;
	margin-left:10px;
	margin-right:10px;
	text-align: right;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0 px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
} 
.twoColFixLtHdr #footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
} 

.footerText {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	font-weight: bold;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* contents
----------------------------------------------------------------*/

.contentsTop{
	width: 700px;
	margin-left: 0;
	margin-right: 0;
	background-image: url(../common_img/contents_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin-top: 10px;





}

.contents{
	width: 700px;
	margin-left: 0;
	margin-right: 0;
	background-image: url(../common_img/contents_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;




}


.contentsBottom{
	width: 700px;
	margin-left: 0;
	margin-right: 0;
	background-image: url(../common_img/contents_bg.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	background-position: 0px -10px;


}

.mainText {
	font-size: 14px;
	line-height: 180%;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;


}

.redText {
	font-size: 14px;
	line-height: 180%;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #990000;
}




/*-------------------------------------------------
MAIN NAVIGATION
-------------------------------------------------*/

/* Container for navigation */
#MainNavBox {
	margin: 0;
	padding: 0;
	}

/* UL for main navigation */
#MainNav {
	margin: 0;
	padding: 0;
	background: url(../common_img/bkd_mainnav.gif) no-repeat;
	width: 880px;
	height: 30px;
	position: relative;
	}

/* LI for main navigation */
#MainNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	}
	
#MainNav li, #MainNav a {
	height: 30px;
	display: block;
	}

/* Modified Phark Image Replacement Technique */
#MainNav a {
	text-indent: -5000px;
	text-decoration: none;
	}

/* CSS Sprites Technique from Dave Shea, Mezzoblue */
#mainnav_home {
	left: 357px;
	width: 72px;
}
#mainnav_form {
	left: 431px;
	width: 137px;
}
#mainnav_pp {
	left: 570px;
	width: 212px;
}
#mainnav_blog {
	left: 784px;
	width: 98px;
}


#mainnav_home a:hover, #mainnav_home a:visited:hover { background: transparent url(../common_img/bkd_mainnav.gif) -357px -30px no-repeat;}
#mainnav_form a:hover, #mainnav_form a:visited:hover { background: transparent url(../common_img/bkd_mainnav.gif) -431px -30px no-repeat;}
#mainnav_pp a:hover, #mainnav_pp a:visited:hover { background: transparent url(../common_img/bkd_mainnav.gif) -570px -30px no-repeat;}
#mainnav_blog a:hover, #mainnav_blog a:visited:hover { background: transparent url(../common_img/bkd_mainnav.gif) -784px -30px no-repeat;}
