@charset "utf-8";
/* formatting style
----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 75%;
	line-height: 1.6;
	color: #72634F;
	background-color: #8E7961;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

hr {
	display: none;
}

br.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

/* link style
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #72634F;
}
a:visited {
	color: #72634F;
	text-decoration: underline;
}
a:hover {
	color: #9F8D75;
	text-decoration: underline;
}

/* basic layout
---------------------------------------*/
#wrapper {
	background-color: FFF;
	background-image: url(../img/bg_img.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	width: 806px;
}
#leftArea {
	float: left;
	width: 200px;
	padding-top: 4px;
	padding-left: 11px;
}
#mainArea {
	width: 351px;
	float: left;
	margin-left: 12px;
}
#rightArea {
	width: 211px;
	float: left;
	margin-left: 12px;
}

#footer {
	background-color: #CEC5B7;
	height: 100px;
	width: 800px;
	margin: 0px auto;
	font-size: 80%;
	text-align: center;
	padding-top: 12px;
	line-height: 1.8;
}

/* header style
---------------------------------------*/
#header {
	width: 800px;
	margin: 0px auto;
}
h1 {
	float: left;
	width: 330px;
}
h2 {
	float: left;
	width: 470px;
}
#header ul {
	width: 470px;
	float: left;
}
#header ul li {
	float: left;
	list-style: none;
	display: block;
	height: 42px;
}
#mainImg {
	margin: 0px auto;
	width: 800px;
	height: 252px;
}

/* rightArea style
---------------------------------------*/
#leftArea img {
	margin-bottom: 10px;
}
#leftArea ul {
	margin-bottom: 10px;
	margin-left: 2px;
	width: 180px;
	text-indent: -0.5em;
	padding-left: 0.6em;
}
#leftArea ul li {
	list-style: none;
}

/* mainArea style
---------------------------------------*/
#mainArea img {
	margin-bottom: 10px;
}
#mainArea #chabanaStyle dd {
	margin-bottom: 10px;
}


#mainArea dl dt a.newStyle {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../img/index_bullet01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #CD9B05;
	padding-left: 16px;
}

#mainArea dl dt a.retroStyle {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../img/index_bullet02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #334503;
	padding-left: 16px;
}

#mainArea dl dt a.basicStyle {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../img/index_bullet03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #650101;
	padding-left: 16px;
}
#mainArea #news {
	line-height: 2.0;
	overflow: auto;
	height: 300px;
	width: 351px;
	margin-bottom: 15px;
}

#mainArea #news dt {
	float: left;
	margin-right: 20px;
}
#mainArea #news dd {
	float: left;
	width: 230px;
}


/* mainArea style
---------------------------------------*/

#rightArea img {
	margin-bottom: 8px;
}
