@charset "utf-8";
/* common CSS Document */
/*-----------ブラウザ初期化-------------*/
*{
	margin:0;
	padding:0;
	line-height: 1.0;
	font-size: 100%; 
	/*vertical-align:top;	*/
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color:#5e5e5e;
}

html{
	margin:0;
	padding:0;
	height:100%;/*footer固定要素*/
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
/*-----擬似要素(float解除)----*/
div#header h1:after,
ul#globalnavi:after,
ul#local_navi:after,
div#footer:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}

/*-------body---------*/
body{
	width:100%;
	height:100%;/*footer固定要素*/
	margin:0;
	padding:0;
	font-size:75%;
	text-align:center;
}

body img{
	border:0;
	z-index:0;
}

body a{
	text-decoration:none;
}

body ul{
	list-style:none;
}

/*------FontSize-IE------*/
/*
div#header ul#assist_navi li{
	font-size: 85%;
	letter-spacing:1px;
}

h2 span, address{
  font-size: 100%;
}
*/
/*------IE以外--------*/
/*
html>
/**/
/*div#header ul#assist_navi li{
	font-size:11px;
	letter-spacing:0.965px;
}
*/

/*---------------------*/

div#container{
	width:100%;
	/*height:auto;*/
	position: relative;   /*footer固定要素*/
	height:100%;   /*footer固定要素*/
	height: auto !important;/*footer固定要素(IE7用)*/
	min-height:100%;/*footer固定要素*/
	margin:0 auto;
	/*padding-bottom:100px;*/
	min-width:100%;  /*中央配置するボックスの横幅*/
	min-height:100%;  /*中央配置するボックス縦幅*/
	
	background:#ffffff url(../img/bg_container.jpg) no-repeat 0 117px;
}

/*モダンブラウザ用*/
body > #container {
	height: auto;/*footer固定要素*/
}

/*----------ヘッダー-----------*/

div#header{
	width:100%;
	height:119px; 
	margin:0 auto 10px;
	padding-bottom:14px;
	background: url(../img/bg_header.png) repeat-x top left;
}

div#header h1{
	width:920px;
	height:74px;
	margin:0 auto;
	/*padding-top:37px;*/
}

div#header h1 a{
	width:245px;
	height:37px;
	margin-top:37px;
	float:left;
	font-size:85%;
}

div#header h1 span{
	width:420px;
	height:16px;
	float:right;
	margin-top:57px;	
}

div#header h1 a img{
	display:block;
	margin:-2.2em auto 0;
	position:relative;
}

div#header h1 span img{
	display:block;
	margin:-1.0em auto 0;
	position:relative;
}

/*---グローバルナビ---*/

ul#globalnavi{
	clear:both;
	width:906px;
	height:30px;
	margin:15px auto 0;
	background:url(../img/bg_ul_globalnavi.gif) no-repeat 0 8px;
	z-index:1;
}

ul#globalnavi li{

}

ul#globalnavi li,
ul#globalnavi li a{
	float:left;
	/*display:inline;*/
	height:25px;
	line-height:2.6em;
	font-size:83%;
	color:#EDDAB0;

}

ul#globalnavi li img{
	display:block;
	position:relative;
	margin:-2.3em 0 0;
}

ul#globalnavi li a{
	clear:both;
}

/*ドロップダウンメニュー*/








/*------------コンテンツ----------------*/
div#contents{
	width:994px;
	height:auto;
	margin:0 auto;
	padding-bottom:86px;
	background: url(../img/bg_contents.png) no-repeat 0 100px;
}

div#main_upper{
	width:922px;
	margin:0 auto;
	padding-top:11px;
	background: url(../img/bg_contents_inner_upper.gif) no-repeat center top;
}

/********下層ページに適用*******/
div#main_bottom h2{
	width:900px;
	height:200px;
	line-height:1.2em;
	margin:0 auto;
	padding-bottom:43px;
	background: url(../img/bg_main.png) no-repeat center bottom;
	/*↑BACKGROUND外す*/
}

div#main_bottom_inner{
	width:900px;
	padding:0 11px 30px;
	background-color:#ffffff;
}
/*******************************/

div#main_upper h2 img{
	float:none;
	display:block;
	margin:-1.2em auto 0;
	position:relative;
}

div#main_bottom{
	width:922px;
	margin:0 auto;
	padding-bottom:45px;
	background: url(../img/bg_contents_inner_bottom.png) no-repeat center bottom;
	/*background:#ffffff  url(../img/bg_main.png) no-repeat center 200px;NEW!!*/
}

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

div#footer{
	clear:both;
	width:100%;
	height:86px;
	background: url(../img/bg_footer.gif) repeat-x left top;	
	position:absolute;/*footer固定要素*/
	left:0;/*footer固定要素 IE6用*/
	bottom:0;/*footer固定要素*/
	text-align:left;
}

address{
	width:920px;
	height:46px;
	margin:46px auto 0;
	letter-spacing:0.1em;
	padding-right:10px;
	font-size:70%;
	font-style:normal;
	text-transform:none;
	color:#646A5B;
}

address img#img_address{
	display:block;
	margin:-1.0em 0 0;
	position:relative;
}

address a{
	width:544px;
	height:10px;
	margin:-1.0em 0;
	line-height:1.0;

}

address a img{
	display:block;
	position:relative;
	margin:-1.0em 0; 
}


/*goContact*/
p.goContact{
	margin:15px 0;
	text-align:right;
	font-weight:bold;
}
