/* ■■■基本スタイル■■■ */

body {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../img/image/tpl/bg.jpg);*/
	background-repeat: repeat-x;
	text-align: center;
	letter-spacing: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 22px;
	background-position: center top;
}
a {
	/* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}
img {
	border-style:none;
}
p {
	font-size: 13px;
	line-height: 22px;
}
li { font-size: 12px; line-height: 18px; }
table { margin: 0px; }
th { font-size: 12px; line-height: 18px; vertical-align: middle; }
td { font-size: 12px; line-height: 18px; vertical-align: middle; }
table.border { border-top: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
table.border td { border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
table.border th { border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
a img:hover {
 filter: alpha(opacity=80);
 -moz-opacity:0.80;
 opacity:0.80;
}

/* ■■■共通スタイル部分■■■ */

#main_box h1 {
	height: 30px;
	line-height: 26px;
	font-size: 17px;
	text-indent: 4px;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	background-image: url(../image/h1.jpg);
	background-repeat: no-repeat;letter-spacing: 0.1em;
  /*color:#FF0404 !important;*/
}
#main_box h1.h1top {
	margin: 0px 0px 15px 0px;
	text-align: center;
	height: auto;
	text-indent: 0px;
	background: none;
}
#main_box h2 {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-indent: 30px;
	margin: 25px 0px 15px 0px;
	padding: 0px;
	background-image: url(../image/h2.gif);
	background-repeat: no-repeat;
	color: #333333;
}
#main_box h2.h2price {
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	font-weight: bold;
	text-indent: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-image: none;
	background: #999999;
	color: #FFFFFF;
}
#main_box h3 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-indent: 25px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#main_box p {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 4px;
}
#main_box p.center { margin: 15px 0px; text-align: center; }

#main_box p.top0 { margin-top: 0px; }
#main_box p.left0 { margin-left: 0px; margin-right: 0px; }
#main_box p.btm0 { margin-bottom: 0px; }
#main_box p.margin0 { margin: 0px; }
#main_box p.leftp { margin: 0px 0px 0px 20px; }
#main_box p.rightp { margin: 0px 20px 0px 0px; }

/* 20190610 headerNew
---------------------------------------------------------------------*/
#header .header_form-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 49px;
    margin: 0px;
    padding: 15px 0 15px 1em;
    text-align: center;
    color: #FFF;
    background-color: #cc0033;
    }
#header .header_form-ttl span {
    position: relative;
}
#header .header_form-ttl span:before {
    display: block;
    content: " ";
    position: absolute;
    width: 38px;
    height: 38px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -46px;
    background: url("../image/icon_default.svg") no-repeat center -2px;
}

/*add*/
#header .header_form-ttl span.icon_moushikomi:before {
    background: url("../image/icon_moushikomi.svg") no-repeat center -2px;
}
#header .header_form-ttl span.icon_toiawase:before {
    background: url("../image/icon_toiawase.svg") no-repeat center -2px;
}
#header .header_form-ttl span.icon_areacheck:before {
    background: url("../image/icon_areacheck.svg") no-repeat center -2px;
}
#header .header_form-ttl span.icon_areacheck_2:before {
    background: url("../image/icon_areacheck_2.svg") no-repeat center -2px;
}
#header .header_form-ttl span.icon_mitsumori:before {
    background: url("../image/icon_mitsumori.svg") no-repeat center -2px;
}
#header .header_form-ttl span.icon_denwa:before {
    background: url("../image/icon_denwa.svg") no-repeat center -2px;
}


/* ■■■■■■■■■■テンプレート部分■■■■■■■■■■ */

#all {
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../image/bgimg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#summary {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	width: 950px;
	text-align: left;
	margin: 0px auto;
}
#summary a {
	color: #333333;
	text-decoration: none;
}
#header { margin: 0px auto; }


#header2 { margin: 0px auto; width: 950px; height: 45px; }
#header2 ul { 
    margin: 0px; 
	padding: 0px; 
	width: 950px; 
}
#header2 li { 
	height: 45px; 
    margin: 0px; 
	padding: 0px; 
	list-style: none;
	text-align: center;
	font-size: 16px;
	float: left; 
	display: block; 
}
.header_form {
	width: 100%;
	height: 80px;
	text-align: center;
	background: #EFEFEF;
}
.header_form2 {
	width: 740px;
	/*height: 131px;*/
	background-color: #CE1131;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header_form3 {
	width: 100%;
	height: 80px;
	text-align: center;
	background: #EFEFEF;
}
#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 740px;
}
#main {
	padding: 0px;
	float: left;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_box {
	width: 682px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


#navi {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 251px;
}
#navi p { margin-top: 0px; }

/* トップページ右ナビ */
#navitop div.koushin { height: 30px; }
#navi #navitop p { margin: 0px 15px 15px 15px; font-size: 12px; line-height: 16px; }
#navi #navitop a { color: #CC3366; }

#navi p.simulation { 
	width: 251px; 
	height: 161px; 
    margin: 15px 0px; 
	padding: 0px; 
	display: block; 
}
#navi p.simulation a em { display: none; } 
#naviright { margin-top: 0px;  }



#totop { text-align: right; clear: both; margin: 0px; }
}
#footer table { margin: 0px auto; }
#footer h3 {
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer p a {
	color: #006699;
	text-decoration: none;
	height: 20px; 
	display: block;
}
#footer p.fp2 a { color: #FFFFFF; }

#footer ul { margin: 0px 0px 10px 0px; padding: 0px 0px 0px 25px; }
#footer li {
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#footer li a { color: #666666; text-decoration: none; }
#footer li a:hover { text-decoration: underline; }

#footer td.bns { text-align: center; width: 345px; }
#footer img { margin-bottom: 10px; }
#footer td.bns .copyright {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}
#footer td.bns .copyright a { color: #666666; text-decoration: none; }
p.chui { width: 950px; margin: 10px auto; text-align: left; color: #999999; font-size: 12px; line-height: 16px;  }
