@charset "utf-8";

/* CSSリセット */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Osaka-等幅', 'ＭＳ ゴシック', Sans-Serif;
}

html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
}

body {
	background-color: white;
	background-image: url("../img/body_bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
}

ul li {
	list-style-type: none;
}

img.imgframe {
	padding: 3px;
	border: 1px solid #CECECE;
}

img { vertical-align: text-bottom; }

#wrapper {
	width: 870px;
	margin: 0 auto;
}
#stage {
	display: block;
	width: 850px;
	padding: 0 10px;
	background-color: white;
	background-image: url("../img/headback.gif");
	background-position: top;
	background-repeat: repeat-x;
}

#header {
	display: block;
	width: 850px;
	height: 60px;
	padding-top: 19px;
}

	#logo {
		float: left;
		display: block;
		width: 107px;
		height: 44px;
	}

	#headnavi {
		float: right;
		display: block;
		overflow: hidden;
		padding-top: 30px;
	}
		#headnavi li {
			background-image: url("../img/lh.png");
			background-position: left;
			background-repeat: no-repeat;
			padding-left: 14px;
			display: inline;
		}
		#headnavi a {
			color: #666666;
			text-decoration: none;
		}
		#headnavi a:hover {
			color: #999999;
			text-decoration: underline;
		}

		#mainvisual {
			display: block;
			background-color:#ffffff;
			width: 850px;
			height: 291px;
		}
		#mainvisual img {
			line-height: 0;
			font-size: 0;
		}

#mainnavi {
	clear: both;
	display: block;
	width: 850px;
	height: 50px;
}
	#mainnavi li {
		float: left;
	}

#sidenavi li {
	display: block;
	width: 170px;
	height: 30px;
}

#footer {
	clear: both;
	display: block;
	width: 850px;
	height: 50px;
	border-top: 1px solid #666666;
	padding-top: 5px;
}
	#copyright {
		float: left;
		font-size: 11px;
		line-height: 18px;
	}
	*+html #copyright {
		line-height: 23px;
	}
	* html #copyright {
		line-height: 23px;
	}
	#footnavi {
		float: right;
		display: block;
		overflow: hidden;
		_height: 1.5em; /* IE6 */
	}
	*+html #footnavi {
		padding-right: 2px;
	}
	* html #footnavi {
		padding-right: 2px;
	}
		#footnavi li {
			padding-left: 14px;
			display: inline;
			font-size: 11px;
			line-height: 11px;
		}
		#footnavi a {
			color: #666666;
			text-decoration: none;
		}
		#footnavi a:hover {
			color: #999999;
			text-decoration: underline;
		}

#itemarea td {
	width: 90px;
}

a.opa:hover img {
	opacity:.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
}
.box {
	box-shadow:				0 0 4px gray;
	-o-box-shadow:			0 0 4px gray;
	-moz-box-shadow:		0 0 4px gray;
	-webkit-box-shadow:	0 0 4px gray;
}
#menubox {
	display: block;
	height: 52px;
}

#rightarea h2 {
	display: block;
	width: 639px;
	height: 39px;
	background-color: white;
	background-image: url("../img/h2_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 39px;
	font-weight: bold;
	color: #0a3c96;
	padding-left: 22px;
	margin-bottom: 10px;
}

#rightarea h3 {
	display: block;
	width: 622px;
	height: 26px;
	background-color: white;
	background-image: url("../img/h3_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #0a3c96;
	padding-left: 22px;
	margin-left: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}

