@charset "Shift_JIS";

/*共通部刁EEスタイルシーチE*/

*{ margin: 0; padding: 0;}
html{ height: 100%;}

body {
	color: #fff;
	height:100%;
	text-align: center;
	font: 13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"EE EゴシチE","MS PGothic",Sans-Serif;
	background: url(../img/bg.gif) repeat-x top #000;
    margin: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px;}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*---------------共通指宁E--------------*/

img { border: 0;}

h1,h4,h5,p,ol,dl,img,address,table,input,textarea {}

h1 {
	font-size: 12px;
}
h2 { font-size: 16px; }
.top_h {
	background: url(../img/title_01.gif) no-repeat bottom;
	height: 25px;
	padding: 5px 0 0 20px;
	margin-bottom: 15px;
	font-size: 16px;
}
.page_h {
	background: url(../img/title_03.gif) no-repeat bottom left;
	height: 25px;
	padding: 5px 0 0 20px;
	margin-bottom: 15px;
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	margin: 10px 0 0 5px;
	padding:0;
}

ul {
	list-style-type: none;
}

/*---------------配置---------------*/

.f-left {float: left;}
.f-right {float: right;}
.f-clear {clear: both;}

/*---------------全体レイアウチE--------------*/

#container {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main {
	width: 840px;
	height: auto;
	border: #FFF 1px solid;
	padding-bottom: 25px;
}

#pagetop {
	margin-top: 13px;
	background: url(../img/icon_back.gif) no-repeat left;
	padding-left: 13px;
	float: right;
	width: 70px;
}
/*---------------メインイメージエリア---------------*/

#main_imgbox img{
	margin: 18px 0 18px 0;
	clear: both;
	border: #FFF 1px solid;
}

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

#headerbg {
	width: 840px;
	min-width: 840px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 840px;
	height: 62px;
	padding-top: 20px;
	clear: both;
}

#logo {
	width:164px;
	text-align: left;
	float: left;
}

#header_center {
	width: 480px;
	float: left;
}
	
#seo {
	width: 480px;
	text-align: right;
	margin-bottom: 5px;
	padding-top: 2px;
}

#header_center ul {
	list-style: none;
	float: right;
}
#header_center li {
	background: url(../img/icon.gif) no-repeat left;
	padding-left: 8px;
	margin-right:10px;
	float: left;
	font-weight: bold;
}
#header_link a {
	text-decoration: none;
}
#callbox {
	color: #EA609E;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	float: right;
}

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

#footerbg {
	background: url(../img/bg_footer.gif) repeat-x ;
	width: 100%;
	height: 120px;
	clear: both;
	position: relative;
	margin-top: 13px;
}

#footer {
	width: 840px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

#footer_txt {

}

#copy_txt {
	font-weight: bold;
	margin-top: 10px;
}

