@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}


ul,li {
	list-style:none;
}


table {
	boreder:0;
}

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






body {
	margin:0px;
	padding:0px;
	color:#666666;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	line-height:140%;
	text-align:center;
	background:#fff1f1;
}

a,
a:link,
a:visited {
	color:#e56b21;
	text-decoration:none;
}

a:hover,
a:active {
	color:#e56b21;
	text-decoration:underline;
}

.clear {
	clear:both;
}



/*--------------------------------
全体
--------------------------------*/
#wapper{
	width:816px;
	margin:0 auto;
	text-align:center;

}

#seo h1{
	font-weight:normal;
	font-size:10px;
	color:#FFB619;
	text-align:left;
	margin:5px 0px 0px 4px;
}

#shadow{
	width:816px;
	margin:0 auto;
	background: url(../common_images/shadow_body.gif) 0 0 repeat-y;
	text-align:center;
}

#main{
	width:800px;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}

/*--------------------------------
ヘッダ
--------------------------------*/
#header{
	width:800px;
	height:65px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
#header ul{
	list-style:none;
	margin:20px 0px 0px 30px;
	float:left;
}
#header ul li{
	list-style:none;
	margin:0px 34px 0px 0px;
	float:left;
}
.head_telno{
	margin:20px 0px 0px 0px;
	float:right;
}




/*--------------------------------
フッタ
--------------------------------*/
#foot_address{
	margin:0px auto 0px auto;
	height:50px;
}

address{
	padding:23px 0px 0px 0px;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#666666;
	text-align:center;
	clear:both;
}

address a,
a:link,
a:visited {
	color:#666666;
	text-decoration:none;
}

address a:hover,
a:active {
	color:#666666;
	text-decoration:none;
}
.shadow_bottom{/*画像の隙間をなくす為に必須*/
	height:8px;
	vertical-align:top;
	overflow:hidden;
	margin-bottom:40px;
	background: url(../common_images/shadow_bottom.gif) 0 0 no-repeat;
}

