@charset "utf-8";



/* reset
-----------------------------------*/
html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,header,hgroup,section,article,aside,hgroup,footer,figure,figcaption,nav{margin:0;padding:0;font-size:100%;}body{line-height:1.0;-webkit-text-size-adjust:none;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}img{border:0;vertical-align:bottom;}ul,ol{list-style:none;}table{border-spacing:0;empty-cells: show;}h1,h2,h3,h4,h5,h6,strong,th{font-weight:normal;text-align:left;}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}



/* setting
-----------------------------------*/
a{
	color: #dcdcc8;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
}
a:focus{
	-moz-outline-style: none;
}
strong{
	font-weight: bold;
}
ul li{
	list-style-type: disc;
}
ol li{
	list-style-type: decimal;
}



/* clear
-----------------------------------*/
.clear{
	clear: both;
}



/* clearfix
-----------------------------------*/
.clearfix:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix{
	display: inline-table;
	min-height: 1%;
}

/* for macIE \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* end of for macIE */



/* html
-----------------------------------*/
html{
	height: 100%;
	overflow: auto;
}
*html{
	overflow-y: scroll;
}



/* body
-----------------------------------*/
body{
	color: #ffffff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.54;
	-webkit-text-size-adjust: 100%;
	background: #630000;
	text-align: left;
	overflow-x: hidden;
	min-width: 1000px;
	position: relative;
}



/* header
-----------------------------------*/
#header{
	width: 100%;
	height: 260px;
	position: relative;
}
#header:after{
	content: "";
	width: 100%;
	height: 109px;
	background: url("../img/bg_header_01.png") repeat-x 0 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#header h1, 
#header a.logo, 
#header ul.other_nav, 
#header h2.page_title{
	position: absolute;
	left: 50%;
	z-index: 10;
}
#header h1{
	color: #dcdcc8;
	font-size: 85%;
	line-height: 1.3;
	width: 690px;
	margin-left: -500px;
	top: 10px;
}
#header a.logo{
	margin-left: -127px;
	top: 27px;
}
#header ul.other_nav{
	width: 291px;
	margin-left: 209px;
	top: 0
}
#header ul.other_nav li{
	list-style: none;
	float: left;
}
#header ul.other_nav li a img{
	border: none;
	vertical-align: top;
}
#header h2.page_title{
	margin-left: -1500px;
	top: 0;
	z-index: 1;
}



/* global_nav
-----------------------------------*/
#global_nav{
	width: 100%;
	background: url("../img/bg_global_nav_01.gif") repeat-x 0 0;
	margin-bottom: 29px;
}
#global_nav ul{
	width: 1060px;
	margin-left: -530px;
	position: relative;
	left: 50%;
}
#global_nav ul li{
	list-style: none;
	float: left;
}
#global_nav ul li a img{
	border: none;
	vertical-align: top;
}



/* breadcrumbs
-----------------------------------*/
#breadcrumbs{
	width: 1000px;
	margin: 0 auto;
}
#breadcrumbs ul{
	float: right;
}
#breadcrumbs ul li{
	color: #dcdcc8;
	font-size: 85%;
	line-height: 1.3;
	list-style: none;
	background: url("../img/bg_breadcrumbs_01.gif") no-repeat right center;
	float: left;
	padding: 9px 34px 8px 0;
}
#breadcrumbs ul li.current{
	background: transparent;
	padding-right: 0;
}
#breadcrumbs ul li a{
	text-decoration: none;
}
#breadcrumbs ul li a:hover{
	text-decoration: underline;
}



/* content
-----------------------------------*/
.content{
	background: url("../img/bg_content_01.gif") repeat-x center bottom;
}



/* footer
-----------------------------------*/
#footer{
	width: 100%;
}


#footer div.inner{
	width: 100%;
	background: #ddddc9;
	border-top: 5px solid #ffffff;
	padding: 85px 0 6px 0;
	position: relative;
	z-index: 10;
}
#footer div.inner:before, 
#footer div.inner:after{
	content: "";
	width: 1496px;
	background-image: url("../img/bg_footer_01.png");
	background-repeat: no-repeat;
	display: block;
	margin-left: -748px;
	position: absolute;
	left: 50%;
}
#footer div.inner:before{
	height: 111px;
	background-position: 0 0;
	top: -116px;
}
#footer div.inner:after{
	height: 102px;
	background-position: 0 -111px;
	bottom: -86px;
}
#footer div.inner div.pagetop{
	margin-left: -64px;
	position: absolute;
	left: 50%;
	top: -104px;
}
#footer div.inner a.logo img{
	margin-left: -106px;
	position: absolute;
	left: 50%;
	top: -63px;
}
#footer div.inner h2{
	font-size: 116%;
	font-weight: bold;
	width: 1000px;
	background: url("../img/bg_footer_02.gif") no-repeat 0 0;
	text-align: center;
	margin: 0 auto 14px auto;
	padding-top: 10px;
}
#footer div.inner h2 a{
	color: #640000;
	padding-top: 2px;
	display: block;
}
#footer div.inner h2 a:hover{
	color: #953a3a;
	text-decoration: underline;
	padding-top: 0;
	padding-bottom: 2px;
}
#footer div.inner ul{
	width: 991px;
	margin: 0 auto;
	padding-left: 9px;
	position: relative;
	z-index: 10;
}
#footer div.inner ul li{
	list-style: none;
	float: left;
	margin: 0 20px 15px 0;
}
#footer div.inner ul li a{
	color: #640000;
	display: block;
	padding-left: 25px;
	position: relative;
}
#footer div.inner ul li a:after{
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/ico_01.gif") no-repeat 0 0;
	display: block;
	margin-top: -10px;
	position: absolute;
	left: 0;
	top: 50%;
}
#footer div.inner ul li a:hover{
	color: #953a3a;
	text-decoration: underline;
}
#footer div.inner ul li a:hover:after{
	background-position: -20px 0;
	left: 2px;
}
#footer div.inner address.mail{
	margin-left: 356px;
	position: absolute;
	left: 50%;
	top: 40px;
}


#footer p.copyright{
	color: #dcdcc8;
	line-height: 87px;
	width: 100%;
	background: url("../img/bg_footer_03.gif") repeat-x center 0;
	text-align: center;
	padding-top: 57px;
	position: relative;
}
#footer p.copyright:after{
	content: "";
	width: 2000px;
	height: 19px;
	background: url("../img/bg_footer_04.png") no-repeat 0 0;
	display: block;
	margin-left: -1000px;
	position: absolute;
	left: 50%;
	bottom: 0;
}


#footer p.address{
	color: #dcdcc8;
	line-height: 84px;
	width: 100%;
	background: #380000;
	text-align: center;
	padding-top: 6px;
}