@charset "utf-8";
/* CSS Document */

/*共通設定*/

* {
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	color:#333;
	font-family:"ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align:center;
	line-height:1.5em;
	background:url(../images/common/bg.jpg) ;
}

.clear {
	clear:both;
}

.center{
	text-align:center;
}

.blank {
	margin-bottom:12px;
}

.blank2 {
	margin-bottom:30px;
}

.wblank{
	margin-top:12px;
	margin-bottom:12px;
}


img {
	border:none;
	vertical-align:bottom;
}

li {
	list-style:none;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#0066CC;
	text-decoration:underline;
}


#Wrap {
	width:898px;
	height:auto;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
	background:url(../images/common/page_bg.jpg) repeat-y;
}


/*ヘッダー部分*/

#header{
	width:898px;
	height:78px;
	background:#FFF;
	font-size:14px;
}

.header1{
	width:211px;
	height:59px;
	margin-top:8px;
	margin-left:30px;
	float:left;
	display:inline;
}

.header2{
	width:348px;
	height:74px;
	margin-left:10px;
	float:left;
	display:inline;
}

.h_sty1{
	margin-left:55px;

}

.h_sty2{
	margin-left:136px;
	margin-bottom:0px;
	line-height:1em;

}

.header3{
	width:268px;
	height:63px;
	margin-top:5px;
	margin-left:21px;
	float:left;
	display:inline;
}

.mail_btn{
	width:206px;
	margin-left:36px;
}

/*コンテンツ段組み*/

#contents{
	width:898px;
	height:auto;
}

#left_body{
	width:630px;
	height:auto;
	float:left;
	overflow:hidden;
}



#right_body{
	width:268px;
	height:auto;
	padding-top:10px;
	float:right;

}

#right_body ul{
	width:250px;
	height:auto;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}


#right_body li{
	margin-bottom:8px;
}


#footer{
	width:898px;
	height:65px;
	margin-top:12px;
	display:inline-block;
	background:url(../images/footer/footer_bg.jpg) center left repeat-x;
}

#footer p{
	line-height:0.1em;
	}

#footer ul{
	padding:10px;
	margin-bottom:6px;
}

#footer li{
	color:#333333;
	float:left;
	letter-spacing:-0.1em;
}

#footer address{
	font-style:normal;
	text-align:center;
	font-size:14px;
	color:#333333;
}

#page_title{
	width:898px;
	height:71px;
	padding-bottom:9px;
	background-color:#FFF
}
