@charset "utf-8";

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

common.css

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

	01.format
	02.body
	03.header
	04.navi
	05.container
	06.contents
	07.sidebar
	08.footer
	09.other
	10.pagetop

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

/*  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 {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img { display:block;}
li  { list-style-type: none;}
strong { font-weight: bold;}
hr {
	clear: both;
	margin: 0;
	padding:0;
	border: solid 1px #ffffff;
	size: 1:
}

/*  a
----------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #5f9a03;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #d97b01;
	text-decoration: underline;
}


/*  02.body
--------------------------------------------------------------------*/
body {
	background: url(../img/bg.jpg) repeat 0 0;
	text-align: center;
	color: #555555;
	font-size: 12px;
}

#wrapper,
#header,
#navi,
#container,
#footer {
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	background: url(../img/wrapper.gif) repeat-y 0 0;
	width: 946px;
}

#header,
#navi,
#footer {
	width: 920px;
}


/*  03.header
--------------------------------------------------------------------*/
#header {
	background: url(../img/header.gif) no-repeat 0 0;
	height: 86px;
}

/* h1 */
#header h1 {
	display: block;
	float: right;
	padding-top: 8px;
	padding-right: 40px;
	width: 340px;
	color: #89663c;
	font-size: 10px;
}

#header div {
	float: left;
	padding-top: 10px;
	padding-left: 40px;
	width: 230px;
	height: 67px;
}
#header div a {
	display: block;
	width: 228px;
	height: 65px;
}
#header div a span { display: none;}


/*  04.navi
--------------------------------------------------------------------*/
#navi {
	margin-bottom: 13px;
	background: url(../img/navi.jpg) no-repeat 0 0;
	height: 65px;
}

#navi ul {
	margin-left: 45px;
}

#navi li,
#navi li a{
	display: block;
	width: 156px;
	height: 47px;
}
#navi li{
	float: left;
	margin-right: 12px;
}
#navi li a span { display: none;}


#navi ul li#n01 a { background-position: -45px 0;}
#navi ul li#n02 a { background-position: -213px 0;}
#navi ul li#n03 a { background-position: -381px 0;}
#navi ul li#n04 a { background-position: -549px 0;}
#navi ul li#n05 a { background-position: -717px 0;}

#navi ul li a:hover {
	background: url(../img/navi_hover.jpg) no-repeat;
}


/*  05.container
--------------------------------------------------------------------*/
#container {
	margin: 0 auto 30px;
	width: 850px;
}

#container:after,
#header:after,
#navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*  06.contents
--------------------------------------------------------------------*/
#contents {
	float: left;
	padding-left: 1px;
	width: 649px;
}


/*  07.sidebar
--------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 200px;
}

/* company */
#company {
	margin: 0 auto 15px;
	background: url(../img/sidebar_box_bg.gif) repeat-y 0 0;
	border-bottom: 1px solid #d1d1d1;
	width: 200px;
}
#company p { margin: 10px 15px 5px;}
#company a img { margin: 0 auto 15px;}

/* bnr */
#bnr {
	margin: 0 auto 10px;
	width: 200px;
}
#bnr a img { margin: 0 auto 10px;}


/*  08.footer
--------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	background: url(../img/footer.gif) repeat-x 0 0;
	height: 143px;
}

#footer ul {
	float: left;
	margin-top: 25px;
	padding-left: 38px;
	width: 610px;
}
#footer ul li {
	float: left;
	padding-left: 13px;
	margin-right: 20px;
	background: url(../img/icon_circle.gif) no-repeat 0 2px;
	height: 25px;
	line-height: normal;
}

#footer ul li a { color: #5e8502; text-decoration: none;}
#footer ul li a:hover { text-decoration: underline;}

address {
	float: left;
	padding-left: 38px;
	padding-top: 5px;
	color: #989898;
	font-size: 10px;
	font-family: Century Gothic;
}


/*  09.other
--------------------------------------------------------------------*/
.right { float: right;}
.left { float: left;}

.center { display: block; margin: 0 auto; text-align: center;}
.clear { clear: both;}
html>body a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*  10.pagetop
----------------------------------------------------------------*/
.pagetop {
	float: right;
	margin-top: 25px;
	padding-right: 50px;
	background: url(../img/pagetop.gif) no-repeat 0 0;
	width: 165px;
	height: 35px;
}
.pagetop a {
	display: block;
	width: 165px;
	height: 35px;
}	
.pagetop a:hover {
	background-color: #f8f8f8;
	opacity:0.3;
	filter: alpha(opacity=30);
}	
.pagetop a span { display: none;}

