@charset "utf-8";
/* CSS Document */

body,p,a,img,div,ul,li,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

img{
	border-style:none;
}

body{
	font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	color:#666666;
	font-size:12px;
	background:url(../img/bg_red.jpg) repeat-x top center;
	background-color:#D20000;
}

p{
	line-height:150%;
	font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
}

.t_right{
	text-align:right;
}

.t_left{
	text-align:left;
}

.t_center{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clearfix{
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/

.clearfix_b{
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
	margin-bottom:15px;
    overflow: hidden;
}

.clearfix_b:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix_b {
    height: 1em;
    overflow: visible;
}
/**/

a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.red{
	color:#D30000;
}

.red2{
	color:#D30000;
	font-weight:700;
}

.red3{
	color:#D30000;
	font-weight:700;
	font-size:16px;
	margin-bottom:10px;
	margin-top:5px;
}

.red_b{
	color:#D30000;
	font-size:14px;
	margin-bottom:10px;
}

.red_b2{
	color:#D30000;
	font-size:14px;
	margin-top:10px;
}

.orange{
	color:#FF6600;
}

.orange2{
	color:#FF6600;
	font-weight:700;
}

.orange3{
	color:#FF6600;
	font-weight:700;
	font-size:14px;
}

.orange4{
	color:#FF6600;
	font-size:10px;
}

.gray{
	color:#666666;
}

.f10{
	font-size:10px;
}

.bold{
	font-weight:700;
}

#wrapper{
	/*background:url(../img/bg_red.jpg) repeat-x top center;*/
	/*width:100%;*/
	width:930px;
	margin:0 auto;
	background:url(../img/bg_m.jpg) repeat-y center center;
}

#wrapper_inner{
	width:930px;
	margin:0 auto;
	/*background-color:#FFFFFF;*/
	/*padding:0 15px;*/
	background:url(../img/bg_t.jpg) no-repeat top center;
}

#header{
	height:108px;
	width:850px;
	padding:0 25px;
	margin:0 auto;
	background:url(../img/bg.jpg) repeat-x top center;
}

#logo{
	float:left;
	width:350px;
	margin-top:-5px;
}

#tel{
	float:right;
	width:350px;
	margin-top:11px;
	text-align:right;
}

h1{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 7px 0 0;
	text-align: right;
}

h3{
	margin-bottom:10px;
}

h5{
	color:#FFFFFF;
	font-weight:700;
	display:block;
	background:url(../img/h5.jpg) no-repeat left center;
	text-indent:5px;
	line-height:140%;
	margin-bottom:10px;
	font-size:12px;
	width:170px;
}

.block{
	clear:both;
	padding-bottom:10px;
    overflow: hidden;
}

.block:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .block {
    height: 1em;
    overflow: visible;
}
/**/

#top{
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
}

#content{
	/*
	padding-top:10px;
	padding-bottom:20px;
	*/
	padding:10px 40px 20px 40px;
	width:850px;
	/*background:url(../img/bg_m.jpg) repeat-y center center;*/
}

#content_l{
	width:231px;
	float:left;
	overflow:hidden;
}

#content_r{
	width:602px;
	float:right;
}

.menu li{
	height:35px;
	margin-bottom:5px;
}

.img_space1{
	margin-top:5px;
	margin-bottom:10px;
}

.img_space2{
	margin-bottom:10px;
}

.img_space3{
	margin-top:10px;
}

.img_space4{
	margin-right:13px;
}

.img_space5{
	margin-top:15px;
	margin-bottom:5px;
}

.img_space6{
	margin-top:20px;
	margin-bottom:20px;
}

.img_space7{
	margin-top:10px;
	margin-bottom:20px;
}

#footer{
	background:url(../img/f_bg.jpg) repeat-x center top;
	width:870px;
	height:100px;
	padding:0 15px;
	margin:0 auto;
}

#to_top{
	text-align:right;
	height:30px;
}

#copy{
	text-align:right;
	padding-top:15px;
}

#footer_menu{
	padding-top:10px;
}

.f_menu li{
	float:left;
	height:11px;
	padding-right:12px;
	display:inline;
}

.mleft15{
	margin-left:15px;
}

.fleft{
	float:left;
	display:inline;
}

.fleft2{
	float:left;
	display:inline;
	margin-left:1px;
	display:inline;
}

.clear_b{
	clear:both;
}

.border_n{
	border:none;
}

.lh140{
	line-height:140%;
}

.size12{
	font-size:12px;
}

.size14{
	font-size:14px;
}

.size16{
	font-size:16px;
}

.size18{
	font-size:18px;
}

.title_name{
	float:left;
	width:250px;
}

.title_date{
	float:right;
	width:60px;
	padding-right:10px;
	text-align:right;
}

.cb{
	clear:both;
}

.bn_area a{
	display:block;
	margin:12px 0;
}

.t_left{
	text-align:left;	
}




