@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
}
html{overflow-x:hidden;}
body{
	margin-top:30px;
	width:100%;
	overflow-x: hidden;
	text-align: center;
}
img{border:none;}
a,a:visited{
	color: #630000;
	text-decoration: none;
}
a:hover{
	color:#630000;
	text-decoration:underline;
}
#container{
	margin:0px auto;
	width:618px;
}
#header,
#maincontent,
#footer,
#banner{
	width:100%;
}
#footer{
	margin: 20px auto;
}
	#footer #box_footer{
		margin: 10px 5px;
		text-align: center;
		font-size: 12px;
	}
		#box_footer div{
			line-height: 1.8em;
		}
		#box_footer div span{
			color: #630000;
			padding: 0 4px;
		}
	address{
		margin: 20px 0 0 0;
		font-family: arial, sans-serif;
		font-size: 85%;
		font-style: normal;
		color: #630000;
	}
h1{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:14px;
	background-color:#F7F5F5;
	border-bottom:solid 1px #630000;
	width:100%;
	font-size:10px;
	font-weight: normal;
	color:#630000;
	line-height:14px;
}

/* ヘッダー
----------------------------------------------- */
#header{
	margin: 0 auto 20px auto;
}
#header h2{
	font-size:20px;
	color:#630000;
	background-color:#fff;
}
#header h3{
	font-size:12px;
	margin:0px;
	padding:0px;
}

/* メインコンテンツ
----------------------------------------------- */
#mainContent{
	margin: 0 auto;
	width: 618px;
	border:1px solid #630000;
}

#mainHead{
	width:618px;
	height:69px;
	margin:0px;
	padding:0px;
	background:transparent url(/images/index_head.gif) no-repeat 0px 0px;
}

#mainHead p{
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

#main{
	width:618px;
	height: 134px;
	border-top:1px solid #630000;
	border-bottom:1px solid #630000;
}
#mainFoot{
	overflow: hidden;
	_zoom: 100%;
	width:618px;
	padding: 10px 0;
}
	#mainFoot .left{
		float: left;
		width: 308px;
		padding: 5px 0 0 10px;
		text-align: left;
	}
		#mainFoot .left img{
			vertical-align: middle;
		}
	#mainFoot .right{
		float: right;
		width: 300px;
	}
	#mainFoot p{
		float: right;
		height: 25px;
		margin: 0;
		padding-left: 30px;
		background:transparent url(/images/18kin.gif) no-repeat left center;
		font-size: 10px;
		color: #630000;
		line-height: 25px;
	}
	#mainFoot ul{
		float:right;
		width:180px;
		height:32px;
		list-style-type:none;
	}
		li.enter{
			float:left;
			width:120px;
			height:32px;
		}
		li.enter a{
			display:block;
			width:100px;
			height:32px;
			background:transparent url(/images/enter1.gif) no-repeat 0px 0px;
			text-indent:-9999px;
		}
		li.enter a:hover{
			background:transparent url(/images/enter1.gif) no-repeat 0px 2px;
		}
		li.exit{
			float:left;
			width:60px;
			height:32px;
		}
		li.exit a{
			display:block;
			width:57px;
			height:25px;
			margin-top:4px;
			background:transparent url(../images/exit1.gif) no-repeat 0px 0px;
			text-indent:-9999px;
		}
		li.exit a:hover{
			background:transparent url(../images/exit1.gif) no-repeat 0px 2px;
		}

h4{
	width:100%;
	margin: 20px auto;
	font-size:12px;
	line-height:16px;
	text-align:center;
	color: #630000;
}
table{
	width: 618px;
	margin: 20px auto;
}
	caption{
		color:#630000;
		font-size:12px;
		font-weight: bold;
	}
	table td{
		height: 40px;
		padding: 0 3px;
		text-align: center;
		font-size: 12px;
	}

div#snipet{
	margin: 0 auto;
	width: 626px;
	text-align: left;
	font-size: 12px;
	color: #999;
}