@charset "utf-8";
/* 全ページ共通・メインcss */

/*--------------------------------
	共通
----------------------------------*/

html{
	height: 100%;
	min-height: 100%;
	overflow:auto;
}
body {
	margin: 0;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	min-width: 1000px;
	height: 100%;
	background-color: #FEFBF8;
	padding: 0;	/* 余白 */
	line-height: 1.7;	/* 行の高さ */
	/*overflow-x: hidden;*/
	position: relative;
	color: #333;
}
#warop {
	width:100%;
	margin:0 auto;
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}/*ホームページ全体*/



/*--------------------------------
	A(リンクの色)
----------------------------------*/

a {
	text-decoration:underline;
	background:none;
}
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color: #e61d61;
}
a:active {
	color: #F93;
}


/*-----画像にマウスオーバーした際の透過----- */
a img{
background:none!important;
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}


/*--------------------------------
	P、pre、img
----------------------------------*/

P {
	line-height: 150%;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

img {
	max-width: 100% ;		/* 横幅100% */
	height: auto ;			/* 縦幅を自動調整 */
}


h5{
	font-size:140%;
	color:#fff;
	line-height:100%;
	margin:0 0 25px 0;
	padding:10px 10px;
	background-image:url(../img/t_bg.gif);
	border-bottom:2px #C00 solid;
}/*各ページタイトル*/


/*--------------------------------
	header(ページ上のデザイン)
----------------------------------*/
#header{
	min-width: 1000px;
	width: 100%;
	height: auto;
	text-align: center;
	/* 影指定 */
	box-shadow: 0 0 10px #333333;
	-moz-box-shadow: 0 0 10px #333333; /* Firefox対応 */
	-webkit-box-shadow: 0 0 10px #333333; /* Safari、Chrome対応 */
	background-color: #fff;
	background-color: #FCFBFA;
}
#header_box{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:5px 0 0 0;
}


#sitelogo span{
	display:block;
	float:left;
}

#sitelogo{
	text-align:left;
	vertical-align:bottom;
}/*サイトロゴ*/

.h_contacttext{
	text-align:left;
	vertical-align:middle;
	padding:3px 0px 5px 0px;
}


#h_text{
	background-color:#e61d61;
	z-index:100;
	width: 100%;
	min-width:1000px;
	color:#fff;
}

#h_text_box{
	width:1000px;
	height:auto;
	margin:0 auto;
	line-height:170%;
	font-size:90%;
}

#sitelogo_area{
	float:left;
	width:40%;
	text-align:left;
}

#sitelogo_area img{
	width:340px;
}


/*------メニュー------*/

#headermenu_area{
	float:right;
	width:60%;
	height:auto;
	text-align:center;
	padding:0;
}
.headermenu {
	overflow:hidden;
	margin:0 auto 5px auto;
	float:right;
	padding:0;
}
.headermenu li {
	white-space:nowrap;
	margin:0;
	float:left;
	height:64px;
	text-align:center;
	font-size:95%;
	border-left:1px solid #E9E9E9;
    vertical-align:middle;
	width:118px;
	background-image:url(../img/menubg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.h_m{
	text-align:center;
	padding:4px 0;
	display:block;
	line-height:100%;
	width:100%;
	background-image:url(../img/menu_bg09.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.h_m_img{
	display:block;
	vertical-align:top;
	padding:0 0 6px 0;
}
.h_m_img img{
	max-height:21px;
	width:auto;
}
.h_m_top{
	display:block;
}
.h_m_bottom{
	display:block;
	font-size:83%;
	padding:0 0 3px 0;
	color:#e61d61;
	line-height:100%;
}

.headermenu li  a {
 display: block;
 width:100%;
 height:100%;
}


.h_menulast{
	border-right:solid 1px #eee;
}

.menulast{
	border-right:solid 1px #C30D22;
}

.headermenu a{
	text-decoration:none;
	color:#85203A;
}
.headermenu a:link {
	color:#85203A;
}
.headermenu a:visited {
	color:#85203A;
}
.headermenu a:hover {
	color: #85203A;
	text-decoration: underline;
	background-color: #FCFCFC;
}
.headermenu a:active {
	color:#85203A;
	text-decoration: underline;
	background-color:#FCF9F3;
}

/*-------サブメニュー----------*/

#headermenusub_area{
	margin:2px 0 0 0;
	min-width:1000px;
	width:100%;
	height:auto;
	text-align:center;
	background-color:#fbfafa;
	border-top:3px solid #e61d61;
	padding:0;
}
#headermenusub_box{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;

}
.headermenusub {
	overflow:hidden;
	width:1000px;
	padding:0;
}
.headermenusub li {
	float:left;
	padding:0 5px;
    text-align:center;
	white-space:nowrap;
	margin:3px 0;
	text-align:center;
	font-size:95%;
	border-left:solid 1px #666;
}
.headermenusub li span{
    padding:3px 33px 3px 33px; /*便利屋119番を追加する場合 3px 12px 3px 11px*/
	margin:0;
	line-height:150%;
}

.headermenusub{
	display:block;
	text-align:center;
}

.menulast{
	border-right:solid 1px #666;
}

.headermenusub a{
	text-decoration:none;
	color:#333;
	display: block;
	width:100%;
	height:100%;
}

.headermenusub a:visited {
	color:#333;
}
.headermenusub a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #F3F2EF;
}
.headermenu a:active {
	color:#333;
	text-decoration: underline;
}




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

#container_area{
	width:1000px;
	margin:0 auto;
	padding: 0 0 60px 0;/*フッターの分*/

}

#container{
	margin:20px auto;
	padding:20px 30px;
	text-align:left;
	background-color:#fff;
}


/*--------------------------------
	メインコンテンツ
----------------------------------*/

#maincontents{
	width:700px;/*ホームページの横幅*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
	margin:0 0 0 0;
	/*padding:0 20px 20px  20px;/*余白*/
	float: left;
}/*メインコンテンツ*/


/*--------------------------------
	サイドコンテンツ
----------------------------------*/

#sidecontents{
	width:210px;/*ホームページの横幅*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
	text-align:center;
	float: right;
	margin:0 0 0 0;
	/*border: 1px solid rgba(0,0,0,.1) ;		/* 枠線 */
}/*サイドコンテンツの*/


/*--------------------------------
	footer(ページ下のデザイン)
----------------------------------*/
#footer{
    position: absolute;
    bottom: 0;
    height: 60px;
	color:#333;
	min-width:1000px;
	width:100%;
}
#footer_box{
	background-image:url(../img/f_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0 auto;
	color:#FFF;
	padding: 10px 0;
	margin-top:20px;
	text-align:center;
	width: 100%;
	height:auto;
}

#footer a{
	color:#333;
}
#footer a:hover {
	color: #333;
}
#copy{
	margin:0 auto;
	font-size:12px;
	text-align:center;
}/*コピーライト*/

.footer_menu{
	padding:20px 0 0 0;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	max-width:1000px;
}

.footer_menu li{
	float:left;
	color:#333;
	padding:0 10px;
	border-left:1px solid #333;
}
.f_menulast{
	border-right:solid 1px #333;
}


/*--------------------------------
	etc
----------------------------------*/

.pagetop{
	clear:both;
	float:right;
	text-align: right;
	margin: 20px 0;
	padding:10px 0 0 0;
	font-size:12px;
}/*ページ上部へ戻る*/

.pan{
	margin:0 0 10px 0;
	font-size:90%;
}

.center{
	text-align:center;
}


ul.stripe {
			list-style: none;
}/*リストをストライプ柄にする*/

ul.stripe li.odd {
	color: #333;
	background-color: #FAF9F8;
}


.sp_only{
	display:none;
}

textarea {
　　resize: none;
}

.border{
	border-top:1px dotted #666;
	margin:15px 0;
}

/*--------------------------------
	float解除
----------------------------------*/

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 
