@charset "shift_jis";

/* layout------------------- */

body {
	font-family: Meiryo, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	background-color: #E4E4D6;
	margin: 0px;
	padding: 0px;
	color: #444;
}
#container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 800px;
	padding: 15px;
	background-image: url(../image/container_bg.gif);
}

#inner {
	margin: 0px;
	width: 800px;
	background-color: #FFF;
	padding: 0px;
}

/* common------------------- */

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* header------------------- */

#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 800px;
	background-color: #FFF;
	position: relative;
	background-image: url(../image/main_bg.jpg);
	background-repeat: no-repeat;
}
#header #mainNavi {
	position: absolute;
	height: 27px;
	width: 800px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
#mainLogo {
	position: absolute;
	top: 14px;
	left: 10px;
}

.naviBtn {
	padding-right: 1px;
}

h1 {
	font-size: 12px;
	color: #C60;
	font-weight: normal;
	position: absolute;
	top: 100px;
	left: 8px;
}

/* contents------------------- */

#contents {
	background-image: url(../image/contents_bg.gif);
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#sideL {
	float: left;
	width: 220px;
}
#sideR {
	float: left;
	width: 530px;
	margin-top: 10px;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#info {
	margin: 10px;
	padding: 5px;
	border: 1px solid #FFF;
	font-size: 0.85em;
	color: #FFF;
	line-height: 1.6em;
}
#copyright {
	font-size: 10px;
	text-align: center;
	color: #73734D;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* link------------------- */

a:link {
	color: #06C;
}
a:visited {
	color: #39F;
}
a:hover {
	color: #F60;
}
a:active {
	color: #C00;
}
