@charset "utf-8";
/*	CSSリセット	 */
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}

/*		一般設定	*/
body {
	font: 12px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color: #bd7341;
}
.error {
	background:#000;
	padding: 20px;
	text-align:center;
}
.error a{
	color:#00f;
	text-decoration:underline;
}
img.bg {
	/* Set rules to fill background */
  min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
  width: 100%;
	height: auto;
	/* Set up positioning */
  position: fixed;
	/* またはabsolute; */
  top: 0;
	left: 0;
}
 @media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}
}
.valign{
	font-size:50%;
	vertical-align:top;
}
div#container {
	position: relative;
		
}
/*		ページ枠	*/
 #wrap {
	 width:980px;
	margin: 20px auto 0 auto;
	position: relative;
	padding-bottom:60px;
	overflow: hidden;

	
}

/*		ヘッダー	*/
#header {
	width: 100%;
	padding:20px 0 0 20px;
	overflow: hidden;
	
}
#header h1 {
	width: 244px;
	padding-top: 5px;
	float:left
}
/*ナビ*/
#header ul {
	width: 710px;
	font-size:12px;
	text-align:center;
	float:right;
	margin-right:0px;
	
}

#header li{
	margin-top:10px;
	margin-bottom:10px;
	width:auto;
	float:left;
	border-left:solid 1px #fff;
	padding-right:10px;
	padding-left:10px;
	
}
#header .width{
	width:auto;
}
#header .border-left-none{
	border-left:none;
}
/*カレントページ*/

.current {
	color:#d41707;
	text-decoration:underline;
}
/*タブ*/
#tab_section {
	overflow:hidden;
	background-color:#ccc;
	background-image: url(../img/menubar_bg.gif);
	background-repeat: repeat-x;
}
#tab_section ul {
	font-size:11px;
	text-align:center;
	color: #000;
	
}
#tab_section li {
	line-height: 10px;
	float:left;
	line-height:55px;
	width:140px;
	cursor: pointer;
	background-image: url(../img/menu_btn_bg.gif);
	background-repeat: no-repeat;
}
#tab_section li.select {
	background-position: 0 -55px;
	font-size:11px;
}
#tab li.end {
	background-image: url(../img/menu_btn_bg_b.gif);
	background-repeat: no-repeat;
	
}
.hid {
	display:none;
}
.scroll {
	width: 115px;
	background-color: #333;
	line-height: 33px;
	text-align: center;
	position: absolute;
	right: 17px;
	bottom: 0px;
	border: solid 1px #555555;
}
.scroll a {
	display: block;
}
/*		フッター	*/
#footer {
	width: 100%;
	height: 250px;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	
}
#foot_inner {
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}

#foot_inner h5{
	font-size:14px;
	margin-bottom:15px;	
	border-left:solid 2px #fff;
	text-indent:10px;
}

#foot_inner ul{
	margin-top:10px;
}
#foot_inner li{
	padding-bottom:3px;
	margin-bottom:5px;
	padding-left: 15px;
	background-image: url(../img/ploy_u.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.foot-menu{
	width:230px;
	margin-right:20px;
	float:left;
}
.margin-none{
	width:230px;
	float:left;
}
#copy{
	width:420px;
	margin:30px auto 0 auto;
	background:#000;
	padding:10px;
	margin-bottom:20px;
}
#copy address{
	padding:10px;
	border:solid 1px #fff;
	font-style:normal;
	text-align:center;
}

