@charset "utf-8";

/*CSSリセット*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CSSリセットここまで*/


/*　全　体
----------------------------------*/
body {
	background-image:url(../img_index/bg_body_kami.jpg);
	background-repeat: repeat;
	font-size: 14px;
	line-height: 22px;
	font-family:"Lucida Grande", "segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	}
a:link{
	text-decoration:none;
	color:#d97b0d ;
	}
a:hover{
	text-decoration:underline;
	color:#f2a65a ;
	}
a:visited{
	text-decoration:none;
	color:#d97b0d ;
	}

/*　ヘッダー
----------------------------------*/
#header{
	height:150px;
	width:1000px;
	margin:auto;
	background-image:url(../img_index/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
	position:relative;
	}
#header h1{
	float:left;
}

#language{
	float:right;
	margin:12px;
}

#info{
	position:absolute;
	right:10px;
	top:70px;
	}
#info li{
	display:inline;
	font-size:12px;
	padding:0 10px;
	background:url(../img_common/arrow_header_info.jpg) left center no-repeat;
}

/*　グローバルナビゲーション
----------------------------------*/

#gnav{
	clear:both;
	width:830px;
	position:absolute;
	right:12px;
	top:94px;
	
}
#gnav ul{
	overflow:hidden;
}
#gnav li{
	float:left;
}
#gnav a{
	display:block;
	width:166px;
	height:44px;
	background:url(../img_common/btn_gnav.jpg) no-repeat;
	text-indent:-9999px;
	color:#FFF;
}
#gnav .gnav1 a{background-position:0 0;}
#gnav .gnav2 a{background-position:-166px 0;}
#gnav .gnav3 a{background-position:-332px 0;}
#gnav .gnav4 a{background-position:-498px 0;}
#gnav .gnav5 a{background-position:-664px 0;}

#gnav .gnav1 a:hover{background-position:0 -44px;}
#gnav .gnav2 a:hover{background-position:-166px -44px;}
#gnav .gnav3 a:hover{background-position:-332px -44px;}
#gnav .gnav4 a:hover{background-position:-498px -44px;}
#gnav .gnav5 a:hover{background-position:-664px -44px;}

/*　パンくず
----------------------------------*/

#pankuzu{
	padding-bottom:10px;
}

#pankuzu li{
	display:inline;
	font-size:83%;
}

#pankuzu a{
	padding-right:15px;
	background:url(../img_common/arw_pankuzu.gif) right center no-repeat;
}


/*　contents
----------------------------------*/
#wrap{
	background-color:#fffaf0;
	width:1000px;
	margin:auto;
}

#contents{
	padding:0 12px;
}

/*　main
----------------------------------*/
#main{
	width:729px;
	float:left;
}
#link_sita{
	margin: 30px 80px;
	line-height: 30px;
}
#link_sita li{
	list-style-type:none;
	padding:0 20px 0 10px;
	background-image:url(../img_common/arw_orange_migi.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#inner{
	margin:0 70px;
}
img.tirasiwomiru{
	vertical-align:middle;
}
img.btn_map{
	vertical-align:text-top;
	margin-left:8px;
}
img.btn_naiyouwomiru{
	vertical-align:text-top;
	margin-left:8px;
}

/*　side
----------------------------------*/
#side{
	width:235px;
	float:right;
	margin-bottom:20px;
}
#banner p{
	margin:10px 0;
}
#search{
	border:#cb9475 1px dotted;
	margin:5px 0;
}
#translate{
	border:#cb9475 1px dotted;
	font-size:75%;
	line-height:1.3em;
	padding:5px;
}

/*　ページ上部へ
----------------------------------*/
#pagetop{
	clear:both;
	width:150px;
	margin:50px 0 0 400px;
}


/*　フッター
----------------------------------*/

#footer{
	padding:12px;
	width:976px;
	margin:10px auto 0;
	height: auto;
	font-size:11px;
	line-height:14px;
	background-image:url(../img_index/bg_footer.jpg);
	}
#footer ul{
	padding:0 0 10px;
}
#footer li{
	display:inline;
	padding:0 10px;
	background:url(../img_common/arrow_header_info.jpg) left center no-repeat;
}
