@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	min-width: 980px;
}

html { font-size: 100%;}

div, span, applet, object, iframe,
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3",  YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}  

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.opacity { display: inline-block;}
.opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: .7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	lin-height:0;
}

.fl { }
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #FF0000;}
.clrb { color: #333;}
.clrw { color: #fff;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}

/* margin */
.mT10 { margin-top: 10px;}
.mT20 { margin-top: 20px;}
.mT25 { margin-top: 25px;}
.mT30 { margin-top: 30px;}

.mR10 { margin-right: 10px;}
.mR20 { margin-right: 20px;}
.mR30 { margin-right: 30px;}

.mB10 { margin-bottom: 10px;}
.mB20 { margin-bottom: 20px;}
.mB30 { margin-bottom: 30px;}

.mL10 { margin-left: 10px;}
.mL20 { margin-left: 20px;}
.mL30 { margin-left: 30px;}

/* padding */
.pT10 { padding-top: 10px;}
.pT20 { padding-top: 20px;}
.pT30 { padding-top: 30px;}

.pR10 { padding-right: 10px;}
.pR20 { padding-right: 20px;}
.pR30 { padding-right: 30px;}

.pB10 { padding-bottom: 10px;}
.pB20 { padding-bottom: 20px;}
.pB30 { padding-bottom: 30px;}
.pB35 { padding-bottom: 35px;}

.pL10 { padding-left: 10px;}
.pL20 { padding-left: 20px;}
.pL30 { padding-left: 30px;}


/*------------------------------------------------------------ 
    スタイル 
------------------------------------------------------------*/

.inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

/* お問い合わせボタン[aタグ] */
.to-mail{
	display:block;
	width:233px;
	height:50px;
	text-indent:63px;
	line-height:49px;
	color:#fff;
	font-size:117%;
	background:url(../img/button-mail.png) no-repeat;
}

/* お問い合わせボタン2[aタグ] */
.to-mail2{
	display:block;
	width:233px;
	height:50px;
	text-indent:63px;
	line-height:49px;
	color:#fff;
	font-size:117%;
	background:url(../img/button-mail2.png) no-repeat;
}

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

#header {
	width:100%;
	height:160px;
	background:url(../img/slide4.jpg) repeat-x;


}

h1{
	width:309px;
	height:67px;
	margin-top:20px;
	float:left;
}

#hd-mail{
	float:right;
	margin:30px 10px 0 0;
}

#hd-tel{
	float:right;
	margin:40px 10px 0 0;
	text-align:right;
}

#hd-tel strong{
	display:block;
	line-height:35px;
	padding-left:23px;
	font-size:250%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/icon-tel.png) no-repeat left 50%;
	color: #000000;
}

#gNavi {
	width:100%;
	clear:both;
	padding-top:25px;
}

#gNavi ul{
	height:25px;
	border-left:1px solid #000000;
	overflow:hidden;
	color: #000000;
}

#gNavi li{
	height:25px;
	float:left;
	text-align:center;
	border-right:1px solid #000000;
}

.navi01{ width:119px;}
.navi02{ width:139px;}
.navi03{ width:198px;}

#gNavi a{
	line-height:25px;
	color:#000000;
	font-size:117%;
	font-weight:bold;
}

#gNavi a:hover,
.ftNavi a:hover,
#sideMenu a:hover{
	color:#FFF100;
	font-weight: bold;
}

.txthd01{
	color:#000000;
}

/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

/* 次ページデザイン */

#contents{
	width:100%;
	padding:25px 0 60px;
	background:url(../img/bg-detail.png) repeat-x;
	background-color:#fff;
}

#mainHd{
	width:942px;
	height:144px;
	padding:3px 3px 3px 25px;
	margin-bottom:45px;
	overflow:hidden;
	background:#e7bb34;
}

#mainHd h2{
	float:left;
	line-height:144px;
	color:#fff;
	font-size:200%;
	font-weight:bold;
	letter-spacing:2px;
}

#pankuzu{
	margin-bottom:25px;
	line-height:20px;
	text-align:right;
}

#pankuzu a{ color:#D41F1B;}
#pankuzu a:hover{ text-decoration:underline;}

/* メインカラム */
#mainColumn{
	width:740px;
	float:left;
}

.secHd{
	width:auto;
	height:52px;
	padding-right:25px;
	margin-bottom:20px;
	overflow:hidden;
	background:#000000;
	border-bottom:3px solid #e7bb34;
}

.icon{
	width:55px;
	height:52px;
	float:left;
	margin-right:15px;
	text-align:center;
	line-height:55px;
	background:#e7bb34;
}

.sec-ttl{
	float:left;
	line-height:55px;
	color:#fff;
	font-size:150%;
	font-weight:bold;
	letter-spacing:2px;
}

.lead{
	float:right;
	line-height:55px;
	color:#fff;
	font-size:117%;
}

.headline{
	width:740px;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	text-indent:15px;
	color:#333;
	font-size:150%;
	font-weight:bold;
	background:#FBE3E3;
}

.headline02{
    width:740px;
    height:50px;
    line-height:1.6;
    margin-bottom:20px;
    text-indent:15px;
    color:#FF0000;
    font-size:117%;
    font-weight:bold;
    background:#FBE3E3;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* サイドメニュー */
#sideColumn{
	width:220px;
	float:right;
}

#sideColumn dl{
	margin-bottom:20px;
	background:#e7bb34;
}

#sideColumn dt{
	width:100%;
	height:52px;
	line-height:52px;
	text-align:center;
	color:#fff;
	font-size:134%;
	font-weight:bold;
	border-bottom:3px solid #e3f134;
	background:#e7bb34;
}

#sideMenu{
	width:190px;
	overflow:hidden;
	padding:0 7px 0 23px;
}

#sideMenu li{
	height:35px;
	border-top:1px dotted #9E9B9B;
	margin-top:-1px;
}

#sideMenu a{
	line-height:35px;
	color:#000000;
	padding-left:15px;
	background:url(../img/icon-arrow.png) no-repeat left 50%;
}

#sidemenuTxt{
	width:190px;
	padding:10px 15px;
	color:#fff;
	line-height:1.6;
}

#sidemenuBtn{
	width:190px;
	height:50px;
	margin:0 15px;
	padding-bottom:15px;
}

#sidemenuBtn2{
	width:200px;
	height:50px;
	margin:0 20px;
	padding-bottom:15px;
}

#sidemenuBtn2 a{
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#ff3100;
	font-size:117%;
	background:#fff;
}

#sidemenuBtn a{
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:117%;
	background:#000000;
}



/* フッター直前 */

#message{
	width: 100%;
	height: 400px;
	padding-top: 40px;
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

#message ul{
	width:996px;
	margin-bottom:20px;
	overflow:hidden;
}

#message li{
	width:300px;
	height:100px;
	padding:8px;
	float:left;
	background:#fff;
	margin-right:16px;
	margin-top: 8px;
}

#message li a{
	display: block;
	width: 100%;
	height: 79px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 134%;
	font-weight: bold;
	background: url(../img/bg-menu.png) no-repeat;
}

#message #menu01{ background-position:0 0;padding-top: 20px;}
#message #menu02{ background-position:0 -100px;padding-top: 20px;}
#message #menu03{ background-position:0 -200px;padding-top: 20px;}
#message #menu04{ background-position:0 -300px;padding-top: 20px;}
#message #menu05{ background-position:0 -400px;padding-top: 20px;}
#message #menu06{background-position: 0 -500px;}

#messageHd{
	width:100%;
	height:38px;
	padding:13px;
	text-align:center;
	background-color: #D51F1C;
}

#messageHd span{
	display:inline-block;
	height:38px;
	line-height:38px;
	padding-left:55px;
	color:#fff;
	font-size:200%;
	background:url(../img/icon-message.png) no-repeat left 50%;
}

#messageImg{
	text-align:center;
	margin-top:-3px;
	position:relative;
	z-index:2;
}

#messageBtn{
	width:291px;
	height:47px;
	margin-top:-20px;
	position:relative;
	z-index:3;
}

#messageBtn a{
	display:block;
	width:100%;
	height:100%;
	text-indent:50px;
	line-height:47px;
	color:#fff;
	font-size:117%;
	background:url(../img/button-message.png) no-repeat;
}

#contactArea{
	width:100%;
	height:240px;
	border-top:3px solid #D51F1C;
}

#contactDetail{
	width:576px;
	height:203px;
	float:right;
	padding-top:37px;
	overflow:hidden;
}

#contactHd{
	line-height:60px;
	margin-bottom:20px;
	font-size:200%;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #DDDADA;
}

#ft-tel{
	width:320px;
	float:left;
	font-size:134%;
	color:#333;
	text-align:center;
}

#ft-tel strong{
	display:block;
	color:#D51F1C;
	font-size:300%;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
}

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

#footer {
	width:100%;
	padding-top:20px;
	background:url(../img/bg4.jpg) repeat-x;
	background: #fff;
}

.ftInner {
	width: 980px;
	padding:0 25px;
	margin: 0 auto;
	overflow: hidden;
}

#address{
	line-height:2;
	color:#000000;
	margin-top:10px;
}

.ftNavi{
	float:right;
	margin-left:10px;
}

.ftNavi a{
	line-height:2;
	color:#000000;
	padding-left:10px;
	background:url(../img/icon-arrow.png) no-repeat left 50%;
}


#copyright{
	width:100%;
	height:50px;
	margin-top:45px;
	text-align:center;
	background:#000000;
}

#copyright small{
	color:#000000;
	line-height:50px;
}

/*ボックス001*/
.box001x {
	margin-bottom:20px;
	margin-top: 20px;
}
