@charset "utf-8";

/* 共通
----------------------------------------------- */
* {
	font-family:Times New Roman,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	color:#666666;
}
html {
	overflow-y:scroll;
	margin-bottom:1px;
	margin:0;
	padding:0;
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background:url(../../inc/img/line_top.png) repeat-x;
	background-color:#E2E2C9;
}
#container {
    margin:0 auto;
	padding:0;
    position:relative;
    width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
}
table {
	border-collapse:collapse;
}
img {
	border:none;
}
a {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#CCCC33;
	cursor:pointer;
}
/* 強調フォント */
.fnblue {
	font-weight:bold;
	color:#0000FF;
}
.fnred {
	font-weight:bold;
	color:#FF0000;
}
.fnbraun {
	font-weight:bold;
	color:#5B453F;
}
.fnyellow {
	font-weight:bold;
	color:#969211;
}
.min_font {
	font-size:9px;
	padding-left:13px;
}
p {
	line-height:175%;
	text-align:left;
	margin:0;
	padding:0;
}

/* ヘッダー
----------------------------------------------- */
.header {
	margin:0 auto;
	width:900px;
}
.header p {
	margin-top:-1px;
	padding-left:5px;
	font-size:10px;
}
.header img.logo {
	margin:12px 0 0 20px;
}

/*
.top_image-back {
	width:1200px;
	height:350px;
	margin:17px auto -367px auto;
	background:url(../img/top_flash-back.png) no-repeat;
}
*/

/* トップページ メインボタン
----------------------------------------------- */
.contecnts_top {
	margin:0 auto;
	padding:0 0 0 14px;
	width:886px;
	height:185px;
	position:relative;
	background-color:#FFFFFF;
}
/*
.contecnts_top div {
	float:left;
	padding:0 10px 10px 0;
}
.contecnts_top div a {
	display:block;
	width:275px;
	height:135px;
}
#btn1 a {		background:url(../img/btn1A.png) no-repeat; }
#btn1 a:hover{	opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }
#btn2 a {		background:url(../img/btn2A.png) no-repeat; }
#btn2 a:hover{	opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }
#btn3 a {		background:url(../img/btn3A.png) no-repeat; }
#btn3 a:hover{	opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }
#btn4 a {		background:url(../img/btn4A.png) no-repeat; }
#btn4 a:hover{	opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }
#btn5 a {		background:url(../img/btn5A.png) no-repeat; }
#btn5 a:hover{	opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }
#btn6 a {		background:url(../img/btn6A.png) no-repeat; }
#btn6 a:hover{	opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }
*/

/*
コンテンツ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto;
	padding:25px 50px;
	width:800px;
	position:relative;
	background-color:#FFFFFF;
}
.contents h2 {
	padding-bottom:20px;
}
.contents h2 img {
	display:block;
	margin-left:-4px;
}
/* 問い合わせボタン */
.contents p.link {
	margin:15px 0 0 0;
	padding:0;
	display:block;
	background:url(../img/service_button-on.gif) no-repeat;  
	width:350px;
	height:80px;
} 
.contents p.link a {
	display:block;
	width:350px;
	height:80px;
}
.contents p.link a:hover {
	background-color:transparent;
}
.contents p.link a:hover img {
	visibility:hidden;
}

/*
フッター
-------------------------------------------------------------------*/
.bottom_line {
	padding-bottom:85px;
}
#footer {   
	width:100%;
	height:97px;
	position:absolute;
	bottom:0;
	background:url(../../inc/img/footer_line2.png) repeat-x;
}
#footer .link {
	margin:0 auto;
	padding-top:15px;
	width:900px;
	text-align:center;
}
#footer a {
	padding:10px;
}
#footer .copy {
	margin:0 auto;
	padding-top:32px;
	width:900px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}