/*************************************************************************************************
* ベース
*************************************************************************************************/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

body {
	background: #de0020;
	text-align: center;
}

body, th, td {
	font: normal normal normal 100% "MS Gothic", sans-serif;
	color: #111111;
}

hr {
	display: none;
}

hr.bottom {
	display: block;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

strong {
	color: #000000;
}

a:link {
	color: #de0020;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #870013;
	font-weight: bold;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#bgl {
	margin: 0px auto;
	width: 800px;
	background: url("bgl.png") left repeat-y;
}

#bgr {
	width: 800px;
	background: url("bgr.png") right repeat-y;
}

#content {
	margin: 0px auto;
	width: 760px;
	background: #ffffff;
	text-align: left;
}

.cnt p {
	margin-bottom: 1em;
}

.cnt ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 1em;
}

/*************************************************************************************************
* ヘッダー
*************************************************************************************************/

#header {
	height: 161px;
	margin-bottom: 1em;
}

#header a {
	padding: 0px;
}

#header h1, #header h1 a, #header h1 a span {
	width: 394px;
	height: 161px;
}

#header h1 {
	position: relative;
	float: left;
}

#header h1 a {
	display: block;
	top: 0px;
	left: 0px;
	background: url("title.png");
}

#header h1 a span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#header li, #header li a, #header li a span {
	width: 122px;
	height: 161px;
}

#header li {
	position: relative;
	float: left;
	list-style-type: none;
}

#header li a {
	display: block;
}

#header li a span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#header li a:focus, 
#header li a:hover, 
#header li a:active {
	background-position: 0px -161px;
}

#header #menuc {
	background-position: 0px -322px;
}

#menu1 a {
	background: url("menu1.png");
}

#menu2 a {
	background: url("menu2.png");
}

#menu3 a {
	background: url("menu3.png");
}

/*************************************************************************************************
* メイン
*************************************************************************************************/

.cnt {
	position: relative;
	margin: 0px 9px 1em 9px;
	width: 740px;
}

/*************************************************************************************************
* フッター
*************************************************************************************************/

#copy {
	margin: 0px auto;
	width: 800px;
	height: 70px;
	padding-top: 10px;
	background: url("bgb.png");
	text-align: center;
	font-size: 80%;
	color: #de0020;
}
