/* -- 共通スタイルシート -- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color:#EBEAEA;
		}

div, p, span, ul, li ,td {
	font-size: 96%;
	color: #333333;
	line-height:120%;
	font-family:'ＭＳ Ｐゴシック' , 'ＭＳ ゴシック' , 'ＭＳ 明朝' , 'Osaka' ;
}

img {
	border: 0px;
	margin: 0px;
}

.mlb10-2{
	margin-left:10px;
	margin-bottom:2px;
	}

.mb4{
	margin-bottom:4px;
	}

.ml13{
	margin-left:13px;
	}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-size:95%;
	font-weight:normal;
	text-align:left;
	float:left;
}

div#all{
	width:807px;
	margin:0 auto;
	float:left;
	text-align:left;
	background-image:url(../images/all_bg.gif);
	background-repeat: repeat-y;
	background-position:left top;
	}

div#head{
	width:801px;
	height:86px;
	background-image:url(../images/head_bg.gif) ;
	background-repeat: repeat-x;
	background-position:left top;
	float:left;
	}

p#logo{
	width:290px;
	height:48px;
	float:left;
	margin:10px 10px 15px 10px;
}

p#headtel{
	width:250px;
	margin:41px 0 10px 10px;
	float:left;
	}


div#headmenu{
	width:203px;
	margin:2px 7px 4px 0;
	float:right;
	text-align:right;
	}

div#main{
	width:800px;
	text-align:left;
	float:left;
	border-right:1px solid #AFACAC;
	background-image:url(../images/contents_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding-bottom:15px;
		}

div#mainleft{
	width:176px;
	float:left;
	text-align:left;
	margin-right:2px;
		}

div#mainright{
	width:620px;
	float:left;
	text-align:left;
			}


p.manu_ttlb{
	border-bottom:1px solid #FFFFFF;
	}

p.manu_ttltb{
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	}


/*-フッター-*/

div#footer{
	width:800px;
	heiht:15px;
	float:left;
	background-image:url(../images/footer_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding-top:8px;
			}



.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear: both;
}

.f_120{
	font-size:110%;
	}

.f_80{
	font-size:80%;
	}

.f75{
	font-size:75%;
		}


.blue{
	color:#0000CC;
	}

.red{
	color:#970909;
	}


A:link{color:#0000CC;text-decoration:underline;}
A:visited{color:#333333;text-decoration:underline;}
A:hover{color:#EB0404;text-decoration:underline;}


/*携帯サイト案内追加*/

#mb_area{
	width:150px;
	margin:20px 0 10px 13px;
	}
	
#mb_ttl{
	width:150px;
	overflow:hidden;
	height:22px;
	}
	

#mb_text{
	width:123px;
	padding:5px 13px;
	background:#F0F0F0;
	font-size:10px;
	line-height:100%;
		}


#mb_text a:link{
	color:#031897;
	text-decoration:underline;
	}

#mb_text a:visited{
	color:#031897;
	text-decoration:underline;
	}

#mb_text a:hover{
	color:#EB0404;
	text-decoration:underline;
	}


/*banner*/

.bn{
	margin:20px 0 0 13px;
	}

.bn2{
	margin:10px 0 0 13px;
	}
