body {
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
}

p, h1, h2, h3, h4, h5, h6, ul {
	margin:0px;
	padding:0px;
}

.clear{
	clear:both;
}

li {
	list-style:none;
}

a:link{
	color:#444444;
	text-decoration:underline;
}

a:visited{
	color:#444444;
	text-decoration:underline;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
}

#container{
	width:800px;
}

#header{
	width:800px;
	height:65px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:65px;
	color:#82a230;
	border-bottom:2px solid #c2e074;
}

#pan{
	font-size:10px;
	padding:0 0 0 5px;
	margin:7px 0;
}

#main{
	width:660px;
	margin:0 0 0 5px;
	float:left;
}

#content{
	width:500px;
	float:right;
}

#content .title{
	width:490px;
	height:25px;
	background:#82a22f;
	font-weight:bold;
	font-size:16px;
	line-height:25px;
	padding:0 0 0 10px;
}

#content .subtit{
	width:490px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	margin:10px 0;
	border-bottom:1px solid #82a22f;
}

#content .phone{
	margin:15px 0;
}

#content .advice{
	margin:0 0 20px 0;
	line-height:16px;
}

#content .tel{
	padding:3px;
}

#content .tec{
	padding:3px;
	text-align:center;
}

#content .ter{
	padding:3px;
	text-align:right;
}

#content .ad{
	margin:30px 0 0 0;
	text-align:center;
}

#content .goods{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

#content .price{
	margin:10px 0 0 0;
	padding:3px;
	text-align:right;
	font-weight:bold;
	color:#ff4500;
}



/* ----- 左メニュー ----- */
#second{
	width:150px;
	float:left;
	margin:0 10px 0 0;
}

#second .menu{
	margin:5px 0;
}

#second .menu ul{
	margin:0 0 15px 0;
}

#second .main{
	font-weight:bold;
	line-height:18px;
}

#second .sub{
	font-weight:bold;
	padding:0 0 0 10px;
	line-height:14px;
}


/* ----- 右メニュー ----- */
#side{
	width:120px;
	/* margin:0 5px; */
	float:right;
}

#side .ban{
	margin:0 0 10px 0;
}

/* ----- フッター ----- */
#footer{
	margin:30px 0 0 0;
	width:800px;
	height:20px;
	padding:10px 0;
	text-align:center;
	color:#444444;
}




