@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:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666666;
	font-size:12px;
}

p{
	line-height:150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.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.jpg) repeat-x top center;
	width:100%;
}

#wrapper_inner{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:108px;
	width:850px;
}

#logo{
	float:left;
	width:350px;
	margin-top:16px;
}

#tel{
	float:right;
	width:350px;
	margin-top:32px;
	text-align:right;
}

h1{
	background:url(../img/logo.jpg) no-repeat left center;
	text-indent:-5000px;
	width:308px;
	height:72px;
}

h1 a{
	width:308px;
	height:72px;
	display:block;
}

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;
}

#content{
	padding-top:10px;
	padding-bottom:20px;
}

#content_l{
	width:230px;
	float:left;
}

#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:850px;
	height:100px;
}

#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;
}





