@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-repeat: repeat-x;
}
#header01 {
	height: 70px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_header.jpg);
}

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: 820px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-color: #333333;
	border-left-color: #333333;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat-y;
	font-size: 13px;
} 
.twoColFixLtHdr #header {
	height: 190px;
	background-color: #000;
	padding: 0;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.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: 200px;
	padding: 0px;
	height: auto;
	text-align: left;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 20px;
	margin-bottom: 0px;
	width: 570px;
	float: right;
	margin-top: 0px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	background-color: #121212;
	text-align: right;
	height: auto;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.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;
}
#header01 h1 {
	padding: 0px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#specer_div {
	height: 10px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#container #sidebar1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.text_red {
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
#specer_div h2 {
	display: none;
}
#container #mainContent h2 {
	font-size: 13px;
	color: #333333;
	background-image: url(images/bg_tittle.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	text-indent: 22px;
	line-height: 2.3em;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#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: 0px;
	margin-left: 0px;
}
.hissu {
	color: #FF0000;
}
#sidemenu-left {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#menu {
	padding: 0px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	width: 800px;
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#menu li {
	float: left;
}
#footer #contents {
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	height: auto;
}
#sidebar1 ul {
}
#sidebar1 li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.twoColFixLtHdr #tel {
	right: 226px;
	position: absolute;
	top: -1px;
	width: 245px;
	height: 70px;
}
#header01 h1 {
	font-size: 9px;
	color: #999999;
	text-indent: 5px;
}
#header h2 {
	margin: 0px;
	padding: 0px;
}
#headcontent {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
}
#direction {
	font-size: 11px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat-y;
	text-indent: 20px;
}
#topmainContent {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 13px;
	width: 570px;
	float: right;
	margin-right: 0px;
}
#topmainContent h2 {
	font-size: 15px;
	color: #333333;
	background-image: url(images/bg_tittle.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	text-indent: 22px;
	line-height: 2em;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#sidemenu-left h4 {
	font-size: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #16B9C8;
	text-indent: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidemenu-left a {
	color: #666666;
	text-decoration: none;
}
#sidemenu-left img {
	border: 1px solid #999999;
}
#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topmainContent ul li {
	list-style:none;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	background: transparent url(images/bullet1.gif)  no-repeat 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 20px;
}
#topmainContent ul {
	margin-left: 5px;
	padding: 0px;
}
#topmainContent ol li {
	font-weight: bold;
	color: #C00;
}
h3 {
	font-size: 14px;
	background-image: url(images/bg-sh03.jpg);
	text-indent: 0.5em;
}

