@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.wrapper
	03.header
	04.navigation
	05.main
	06.footer
	07.other

=====================================================================*/

/*--------------------------------------------------------------------
	01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	vertical-align: top;
	font:normal normal normal 100%/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{
	border-width:0px;
	height:0
}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{color: #499d36;}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: underline;}


/*--------------------------------------------------------------------
	02.body
--------------------------------------------------------------------*/
body{
	background: #f9f8f7;
	text-align: center;
	color: #272727;
	font-size: 12px;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}


/*--------------------------------------------------------------------
	03.header
--------------------------------------------------------------------*/
#header{
	background: url(img/bg_header.gif) no-repeat;
	width: 850px;
	height: 95px;
}
#header h1{
	float: right;
	padding-top: 60px;
	padding-right: 20px;
	width: 600px;
	color: #686d64;
	font-size: 10px;
	text-align: right;
}
#header div a{
	float: left;
	display: block;
	margin-top: 20px;
	width: 210px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
}



/*--------------------------------------------------------------------
	04.navigation
--------------------------------------------------------------------*/
#navi{
	background: url(img/bg_navi.gif) no-repeat;
	width: 850px;
	height: 40px;
}
#navi ul,
#navi ul li,
#navi ul li a{
	display: inline;
	height: 40px;
	outline: none;
	text-indent: -9999px;
}
#navi ul li,
#navi ul li a{
	float: left;
	width: 170px;
}
#gn1 a{background-position: 0 0;}
#gn2 a{background-position: -170px 0;}
#gn3 a{background-position: -340px 0;}
#gn4 a{background-position: -510px 0;}
#gn5 a{background-position: -680px 0;}
#navi ul li a:hover,
#navi ul li.this a{background-image: url(img/bg_navi_over.gif);}


/*--------------------------------------------------------------------
	05.main
--------------------------------------------------------------------*/
#main{
	margin-top: 20px;
	width: 850px;
}
#main:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*	5-1.contents
----------------------------------------------------------------*/
#contents{
	float: right;
	width: 600px;
}
#contents a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* box */
.box{
	padding-bottom: 35px;
	width: 600px;
}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box p{
	padding: 5px 15px 0 15px;
	text-align: left;
}


/*	5-2.sidebar
----------------------------------------------------------------*/
#sidebar{
	float: left;
	width: 210px;
}
#sidebar div{background: url(img/bg_sidebar-div.gif) no-repeat bottom;}
#sidebar div#pulldown{
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 15px;
	text-align: left;
}
#sidebar div#pulldown p{
	color: #219003;
}
#sidebar div#pulldown select{
	margin: 5px 0;
	padding: 0;
}
ul#item{padding-bottom: 15px;}
ul#item a:link,
ul#item a:visited,
ul#item a:hover,
ul#item a:active{text-decoration: none;}
ul#item a:link,
ul#item a:visited,
ul#item a:hover,
ul#item a:active{color: #2d2828;}
ul#item li a{
	display: block;
	margin-bottom: 5px;
	background-image: url(img/bg_item-li.gif);
	width: 210px;
	line-height: 25px;
	text-align: left;
}
ul#item li a:hover{
	background-image: url(img/bg_item-li_over.gif);
	color: #ffffff;
}
ul#item li a span{
	padding-left:40px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.15em;
}

#sidebar a img{
	margin-top: 25px;
	padding-bottom: 35px;
}


/*--------------------------------------------------------------------
	06.footer
--------------------------------------------------------------------*/
#footer{
	background: url(img/bg_footer.gif) repeat-x top;
	width: 850px;
	height: 95px;
	font-size: 10px;
}
#footer a img{
	display: inline;
	float: right;
	padding-top: 28px;
	padding-right: 15px;
}
#footer a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
#footer ul{
	display: inline;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}
#footer ul li{
	display: block;
	float: left;
	padding-right: 8px;
	border-right: solid 1px #c9ccc8;
	margin: 3px 5px 3px 0;
	height: 14px;
	text-align: left;
}
#footer ul li.nb{
	display: block;
	height: 18px;
	float: left;
	padding-right: 10px;
	border-right: none;
	margin: 3px 0 3px 0;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{color: #2f7c1d;}
#footer a:hover{color: #499d36;}
#footer p{
	clear: both;
	padding-top: 7px;
	padding-left: 15px;
	color: #a9a49f;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	text-align: left;
}


/*--------------------------------------------------------------------
	07.other
--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
strong{color: #e6a113;}
