@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

body {
	color: #555;
	font-size: 12px;
	font-family:Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	text-align: center;
	background-color: #FFF;
	background-repeat: repeat;
	background-image: url(../images/03-01.gif);
	height:100%; 
}

* + html body {
	font-family:Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html{
height:100%;
overflow-y: scroll;
}



.txt2 {
	font-size: 24px;
	font-weight: bold;
	background-position: center;
	width: 940px;
	margin-top: 10px;
	margin-bottom: 10px;
}


a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FF0000;
}



h1 {
	font-size:11px;
	padding-top: 3px;
	display: block;
	text-align: left;
	line-height: 2em;
	margin-left: 6px;
	padding-top: 8px;
	color: #666;
	font-weight: bold;
	float: left;
}

#container {
	width: 940px;
	background-color: #FFFFFF;
	padding: 0;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
	margin-left: 5px;
}
img {
	border: none;
}

img.left {
	float:left;
	clear:left;
	padding:0px;
	border: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.18kin {
	float: left;
	clear: left;
	width: 50px;
	padding-right: 10px;
}

#head {
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	margin:0;
	padding: 0;
	height: 37px;
	width: 940px;
}

#head span {
	display: none;
	position: relative;
}

#head a {/**/
	margin: 0 0 0 790px;
	clear: right;
	height: 32px;
	width: 110px;
	display: block;
	text-decoration: none;
}

#footer {
	width: 890px;
	margin: 10px auto;
	display: block;
	padding: 8px 5px 8px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	text-align: right;
}

#link {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#link ul {
	width:940px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#link li.ban {
	height: 35px;
	margin: 2px;
	padding: 0px;
	text-align: center;
	width: 90px;
	float: left;
	position: static;
	font-size:12px;
}

#link li.tiview {
	font-size:12px;
	color: #CFB07B;
	padding: 2px 0px 1px 2px;
	width:900px;
	margin: 3px;
	height: 18px;
}
#link li.tclear{
	clear: both;
}
#lgul {
	text-align:center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 900px;
}
#lgli{
	float:left;
	text-align: center;
	padding: 1px;
	margin: 1px 1px 6px 1px;
	width: 92px;
	font-size: 11px;
}

#inter {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 840px;
	line-height: 1.3em;
	height: 50px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	padding-top: 410px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 60px;
	text-align: justify;
}

ul#navi {
	width:800px;
	height:50px;
	margin:0;
	padding:0;
	list-style:none;
}

ul#navi li { /* text-indent:;によって、<a></a>内のテキストを消します。 */
	float:left; margin:0; padding:0; text-indent:-999px;
} 

ul#navi li a {/* <li></li>内の<a></a>タグに適応されます。overflow:hidden;でNSブラウザなどで出るリンクのアンダーラインが消えます。 */ 
	display:block; width:200px; height:50px; overflow:hidden;
} 

ul#navi li#m1 a {
	background:url("../images/bt_enter.gif") 0px 0px no-repeat;
}

ul#navi li#m2 a {
	background:url("../images/bt_enter.gif") -200px 0px no-repeat;
}

ul#navi li#m1 a:hover {
	background:url("../images/bt_enter.gif") 0px -50px no-repeat;
}

ul#navi li#m2 a:hover { 
	background:url("../images/bt_enter.gif") -200px -50px no-repeat;
}

#bg {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

#background {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	min-height:100%;
}
.bk {
	color: #000;
}