@charset "euc-jp";



/*---------------------------------------------------*/

body{
	width:100%;
	height:100%;
	color:#595757;
	background-color:#ffffff;
	background-image:url(../img/back.gif);
	background-repeat:repeat-x;
}




/*---------------------------------------------------*/

.cl{
	clear:both;
	font-size:0px;
	line-height:0;
}

.right{
	float:right;
}




/*---------------------------------------------------*/

a.white:link	{
	text-decoration: none;
	color: #FFFFFF;
}

a.white:visited	{
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover	{
	text-decoration: underline;
	color: #FFFFFF;
}

a.white:active	{
	text-decoration: underline;
	color: #FFFFFF;
}


/*---------------------------------------------------*/

h2{
	padding-bottom: 30px;}

/*---------------------------------------------------*/

#wrap{
	width:746px;
	height:auto;
	margin:0px auto;
	background-color:#FFFFFF;
	background-image:url(../img/back_09.gif);
	background-repeat:no-repeat;
}

#layout{
	width:730px;
	margin:0px auto;
	background-color:#FFFFFF;
}


/*ヘッダ*/
#header{
	width:730px;
	height:93px;
	/height:96px; /*IE6・7*/
	border-top:#E50012 solid 3px;
}

.hd_wrap{
	padding:0px 15px 0px 15px;
}

.hd_wrap .left{
	float:left;
	text-align:left;
	/*width:247px;
	padding: 23px 0px 48px 0px;*/
	width:312px;
	padding: 23px 0px 48px 0px;
}


.hd_wrap .right{
	float:right;
	text-align:right;
	/*width:381px;
	padding: 23px 0px 24px 71px;*/
	width:386px;
	padding: 23px 0px 24px 0px;
}

.hd_wrap .right .tel{
	padding: 1px 0px 1px 0px;
	float: left;}

.hd_wrap .right .inquiry{
	margin-left:5px;
	float: left;}

img.info{
	line-height: 1;
	padding-top: 7px;
	vertical-align: top;}

/*トップナビゲーション*/
#top_navi{
	width:730px;
	height:41px;
	background-color:#C8161E;
}

#top_navi ul li{
	float:left;
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0;
}

#top_navi ul li:after{
	clear:both;
}


/* メイン */
#main{
	margin:14px 20px 70px 20px;
	text-align:left;
}

#main_con{
	margin:20px 20px 70px 20px;
	text-align:left;
}

#main_con .box{
	margin:0px 20px 0px 20px;
}

/* パンくずリスト */
#breadcrumb{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #B3B3B3;
	padding-left: 20px;
	text-align: left;
	font-size: 95%;}

#breadcrumb .red{
	color: #E50012;}
	
	
#breadcrumb_entry {
font-size:95%;
height:50px;
line-height:30px;
text-align:left;
}

#breadcrumb_entry .red {
color:#E50012;
}

/* 緊急インフォメーション */
#info_emg{
	width:100%;
	border:solid 5px #ddd;
	padding:15px;
	margin-bottom:15px;
	text-align:center;
}
#info_emg td{
	border:none 0px;
	padding:12px 15px 15px;
}
#info_emg span{
	font-size:14px;
	line-height:1.8;
	font-weight:bold;
}

/* パンくずリスト */
#pan{
	background-image:url(../img/line.gif);
	background-repeat:repeat-x;
	padding:17px 10px 17px 10px;
}


/* フッター */
#footer{
	background-image:url(../img/footer.gif);
	background-repeat:repeat-x;
	background-color:#0c3484;
	color:#ffffff;
}

.ft_wrap{
	width:730px;
	margin:0px auto;
	padding:15px 0px 15px 0px;
	text-align:left;
}

.ft_wrap div.left{
	float:left;
}

.ft_wrap div.right{
	float:right;
}

.active{
	color: #999999;}


/*---------------------------------------------------*/




