@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#header02 {
	background-image: url(images/header_bg.jpg);
	height: 100px;
}

a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
}
.attention {
	font-size: 11px;
	font-style: normal;
}

a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 0px;
	vertical-align: top;
} 
.twoColFixLtHdr #header {
	height: 184px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(images/main_image.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 14px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: none;
}
#container #header a {
	text-decoration: none;
	color: #333333;
	display: inline;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 240px;
	padding: 0px;
	height: auto;
	background-image: url(images/bg_menu.gif);
	text-align: left;
	margin: 0px;
	clear: none;
}
.twoColFixLtHdr #mainContent {
	margin-right: 10px;
	margin-bottom: 0;
	width: 520px;
	float: right;
	padding: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #666666;
	text-align: right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	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;
}
#mainContent h1 {
	font-size: 13px;
	background-image: url(images/tittle_bg.jpg);
	height: 30px;
	width: 520px;
	text-indent: 5px;
	display: block;
	color: #FFFFFF;
	line-height: 2.5em;
	margin: 0px;
	padding: 0px;
}
#header02 h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 101px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#specer_div {
	height: 10px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #sidebar1 li#midashi {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	display: block;
	text-indent: 5px;
	height: 30px;
	line-height: 2em;
	background-image: url(images/menu_img.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding: 0px;
	margin: 0px;
}

#container #sidebar1 li a {
	display: block;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	height: 35px;
	width: 240px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 25px;
	padding: 0px;
	margin-left: 0px;
	line-height: 2.8em;
	margin-top: 0px;
	text-decoration: none;
}
#container #sidebar1 a:hover {
	color: #000066;
	text-decoration: underline;
}

#container #sidebar1 #midashi em {
	display: none;
	margin: 0px;
	padding: 0px;
}
.text_red {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
#specer_div h2 {
	display: none;
}
#container #mainContent h2 {
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/tittle_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	text-indent: 5px;
	line-height: 2.5em;
	margin: 0px;
	padding: 0px;
	width: 520px;
}
#mainContent h3 {
	font-size: 13px;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #6397A4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent img {
	padding: 0px;
	margin-left: 4px;
}
.hissu {
	color: #FF0000;
}
