@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #555555;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-image: url(images/back_graphite.gif);
}
.thrColFixHdr #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #container a {
	text-decoration: none;
}
.thrColFixHdr #container a:hover {
	text-decoration: underline;
}
.thrColFixHdr #container h1 {
	font-size: 12px;
	float: left;
	width: 670px;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}
.thrColFixHdr #container #sitemap p {
	float: right;
	width: 89px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 15px;
	padding-right: 10px;
}
.thrColFixHdr #header {
	float: left;
	height: 135px;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/banner_title.png);
	color: #3366CC;
} 
.thrColFixHdr #container #header h2 {
	font-size: 16px;
	line-height: 20px;
	color: #3366CC;
	padding-top: 40px;
	padding-left: 10px;
	font-weight: bolder;
}
.thrColFixHdr #container #header a {
	color: #3366CC;
	font-weight: bolder;
}
.thrColFixHdr #container #header a:hover {
	color: #3366FF;
	text-decoration: none;
}
.thrColFixHdr #container #navibar {
	font-size: 100%;
	white-space: normal;
	display: inline;
	float: left;
	width: 100%;
	background-image: url(images/navibar.png);
	text-align: center;
}
.thrColFixHdr #container #navibar ul {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.thrColFixHdr #container #navibar li {
	text-align: center;
	vertical-align: middle;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFixHdr #container #navibar a {
	color: #FFFFFF;
}
.thrColFixHdr #container #navibar a:hover {
	color: #FF66FF;
	text-decoration: none;
}
.thrColFixHdr #container #compass {
	padding-left: 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 150px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 100%;
	white-space: normal;
	display: inline;
}
.thrColFixHdr #container #sidebar1 h2 {
	font-size: 14px;
	color: #3399FF;
	margin-bottom: 5px;
	margin-top: 10px;
}
.thrColFixHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.thrColFixHdr #container #sidebar1 #intoro ul {
}
.thrColFixHdr #container #sidebar1 #intoro a {
	background-image: url(images/button_midgraya.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr #container #sidebar1 #intoro a:hover {
	color: #FFFF66;
	background-image: url(images/button_midgrayb.gif);
}
.thrColFixHdr #container #sidebar1 li {
	display: block;
	width: 149px;
	border: 1px solid #EBEBEB;
	height: 30px;
}
.thrColFixHdr #container #sidebar1 #second li {
}
.thrColFixHdr #container #sidebar1 #second a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button_litegraya.gif);
}
.thrColFixHdr #container #sidebar1 #second a:hover {
	text-decoration: none;
	background-image: url(images/button_litegrayb.gif);
	color: #FFFF66;
}
.thrColFixHdr #container #sidebar1 #third li {
}
.thrColFixHdr #container #sidebar1 #third a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button_litebluea.gif);
}
.thrColFixHdr #container #sidebar1 #third a:hover {
	color: #FFFF66;
	background-image: url(images/button_liteblueb.gif);
}
.thrColFixHdr #container #sidebar1 a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-image: url(images/button_bluea.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #FFFF99;
	text-decoration: none;
	background-image: url(images/button_blueb.gif);
}
.thrColFixHdr #sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar2 #text_1 {
	line-height: 21px;
}
.thrColFixHdr #container #sidebar2 #text_1 a {
	color: #555555;
	font-size: 12px;
	line-height: 21px;
}
.thrColFixHdr #container #sidebar2 #text_1 a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar2 #button li {
	list-style-type: none;
	display: block;
	padding: 10px;
	margin-left: -15px;
	text-align: center;
}
.thrColFixHdr #container #sidebar2 #button a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 #button a:hover {
	color: #FFFF99;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 #button #button_1 {
	width: 155px;
	background-color: #99CCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #container #sidebar2 #button #button_2 {
	background-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	width: 155px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #container #sidebar2 #button #button_3 {
	background-color: #CC9999;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #666666;
	border-bottom-color: #666666;
	width: 155px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #container #sidebar2 #button #button_4 {
	background-color: #996699;
	width: 155px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
} 
.thrColFixHdr #container #mainContent h2 {
	font-size: 14px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #009966;
	border-left-color: #009966;
	color: #009999;
}
.thrColFixHdr #container #mainContent h3 {
	font-size: 14px;
}
.thrColFixHdr #container #mainContent #text_1 {
	line-height: 21px;
}
.thrColFixHdr #container #mainContent #text_1 a {
	color: #555555;
	text-decoration: none;
	font-size: 12px;
}
.thrColFixHdr #container #mainContent #text_1 a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.thrColFixHdr #container #comment {
	background-color: #DDDDDD;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 720px;
	font-size: 11px;
	line-height: 14px;
}
.thrColFixHdr #container #erea {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	float: left;
	width: 720px;
	background-color: #FFFFFF;
	font-size: 11px;
}
.thrColFixHdr #container #erea li {
	background-color: #444444;
	text-align: center;
	list-style-type: none;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 660px;
}
.thrColFixHdr #footer {
	text-align: center;
	font-size: 10px;
	color: #999999;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title_pink18 {
	font-size: 18px;
	color: #CC33FF;
}
.text_darkpink {
	color: #663366;
}
.text_green {
	color: #009900;
}
.text_gray16 {
	font-size: 16px;
	color: #999999;
}
.text_purple16 {
	font-size: 16px;
	color: #CC99FF;
}
