@charset "utf-8";

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

common.css

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

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.txt
	07.footer
	08.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 {
	margin:0;
	padding:0;
	border:none;
	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: normal;}
em { font-style: normal;}

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

a:hover,
a:active {
	color: #e97110;
	text-decoration: none;
}

/* h2,h3,h4
----------------------------------------------------------------*/
h2 { width: 812px; margin: 0 auto;}
h3 img { margin: 0 auto;}

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

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

#header { width: 812px;}

#wrapper,
#navi,
#container,
#footer { width: 865px;}

/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#header {
	background: url(../img/header.gif) no-repeat 0 0;
	height: 116px;
}
#header h1 {
	padding-top: 25px;
	padding-right: 5px;
	line-height: 1;
	text-align: right;
	color: #639a48;
	font-size: 10px;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

#header a {
	overflow: hidden;
	text-indent: -9999px;
}

#header div {
	float: left;
	width: 360px;
	height: 65px;
}
#header div a {
	display: block;
	width: 355px;
	height: 64px;
}

/* head navi */
#header ul {
	float: right;
	margin-top: 10px;
	padding-right: 1px;
}
#header ul li,
#header ul li a {
	display: block;
	float: left;
	height: 54px;
}
#header ul li a {
	text-indent: -9999px;
	overflow: hidden;
}

#header ul li a#top { width: 104px; background-position: 2px 1px;}
#header ul li a#com { width: 99px; background-position: -102px 1px;}
#header ul li a#acc { width: 97px; background-position: -201px 1px;}

#header ul li a:hover {
	background: url(../img/headernavi_hover.gif) no-repeat;
}

/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi {
	background: url(../img/navi.gif) no-repeat 0 0;
	height: 90px;
}

#navi ul {
	padding-top: 15px;
	padding-left: 21px;
}
#navi ul li{ float: left;}
#navi ul li,
#navi ul li a {
	display: block;
	width: 166px;
	height: 63px;
}
#navi ul li a {
	text-indent: -9999px;
	overflow: hidden;
}

#navi ul li a#ord { background-position: -21px -15px;}
#navi ul li a#ref { background-position: -187px -15px;}
#navi ul li a#ond { background-position: -353px -15px;}
#navi ul li a#inf { width: 164px; background-position: -519px -15px;}
#navi ul li a#con { background-position: -683px -15px;}

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


/*--------------------------------------------------------------------/
	05.container
/--------------------------------------------------------------------*/
#container {
	padding-bottom: 10px;
	background: url(../img/container.gif) repeat-y 0 0;
}
#container:after,
#header:after,
#navi:after,
#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#sidebar {
	float: right;
	width: 245px;
}

#contents {
	float: left;
	width: 620px;
}

/* sidebar */

#sidebar .gbg {
	margin-top: 16px;
	margin-bottom: 19px;
	padding-top: 8px;
	background: #f2f2f2 url(../img/side_top.gif) no-repeat 0 0;
	width: 227px;
}

#sidebar .gbg div {
	margin: 0 auto;
	background: url(../img/area.gif) no-repeat 0 0;
	width: 212px;
	height: 265px;
}
#sidebar .gbg div h3 {
	display: block;
	height: 170px;
	text-indent: -9999px;
	overflow: hidden;
}
#sidebar .gbg div p {
	padding: 5px 0 0 15px;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Verdana;
}

#bnr a img { margin: 10px auto;}

/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/

#footer {
	background: url(../img/footer.gif) no-repeat 0 100%;
	height: 139px;
}
#footer * { color: #ffffff;}

#footer div { 
	float: right;
	width: 390px;
}
#footer ul {
	float: left;
	margin-right: 45px;
}

#footer ul li {
	margin-bottom: 5px;
	padding-left: 17px;
	background: url(../img/icon01.gif) no-repeat 0 50%;
	text-align: left;
	font-size: 10px;
}
#footer ul li a { text-decoration: none;}
#footer ul li a:hover { text-decoration: underline;}

#footer address{
	overflow: hidden;
	text-indent: -9999px;
}

/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/


.right{float: right;}
.left{float: left;}
.center { display: block; margin: 0 auto; text-align: center;}
.clear{clear: both;}
a:hover img {
	background: #ffffff;
	opacity:0.7;
	filter: alpha(opacity=80);
}

/*margin, padding
----------------------------------------------------------------*/
.mm_t { margin-top: 18px;}
.mm_r { padding-right: 15px;}

/*pagetop
----------------------------------------------------------------*/
#pagetop {
	clear: both;
	margin-bottom: 20px;
	background: url(../img/pagetop.gif) no-repeat 100% 0;
	width: 560px;
	height: 15px;
}

#pagetop div {
	float: right;
	width: 80px;
	height: 15px;
}
#pagetop div a {
	display: block;
	width: 79px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}	
