/*-----外枠-----*/
body{
	background-color:#EEEEEE;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height: 140%;
}
div#frame{
	background-color:#FFFFFF;
	color:#666666;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	border-style:solid;
	border-width:0 1px;
	border-color:#CCCCCC;
	width: 765px;
}

/*-----余白部部分-----*/
#frame_margin{
	margin:5px;
}

/*-----上部枠-----*/
div#head{
	background-image:url("./img/tel.gif");
	background-repeat:no-repeat;
	background-position:right;
	height:60px;
	text-align:left;
	margin:0;
}
div#head a{
	width:240px;
	height:60px;
	display:block;
	background-image:url("./img/logo.gif");
}
div#head h1{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	
}

/*-----下段枠-----*/
div#foot{
	clear:both;
	font-size:12px;
	text-align: right;
	line-height: 100%;
	padding: 0;
}
div#foot a{
	color:#666666;
}

/*-----トップキャンペーン枠-----*/
#top_campaign {
	margin:0 12px;
}
#top_campaign td {
	background-color:#FFFFFF;
}


/*-----トップメニュー1------*/
#top_menu_body_1 {
	width: 660px;
	background-position: center;
	padding: 0px 0px 0px 0px;
	margin: 0 45px 0 45px;
}

#top_menu_body_1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_menu_body_1 li{

	float: left;
	width: 220px;
	height: 120px;
	margin: 0;
	padding: 0;
}

#top_menu_body_1 li a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 220px;
	height: 120px;
	background-image: url(./img/top_menu_1.png);
}

#top_menu_1 a{ background-position: 0 0;}
#top_menu_2 a{ background-position: -220px 0;}
#top_menu_3 a{ background-position: -440px 0;}

#top_menu_1 a:hover{ background-position: 0 -120px;}
#top_menu_2 a:hover{ background-position: -220px -120px;}
#top_menu_3 a:hover{ background-position: -440px -120px;}

/*-----トップメニュー2------*/
#top_menu_body_2 {
	width: 660px;
	background-position: center;
	padding: 0 0 0 0;
	margin: 0 45px 5px 45px;
}

#top_menu_body_2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_menu_body_2 li{
	float: left;
	width: 220px;
	height: 120px;
	margin: 0;
	padding: 0;
}

#top_menu_body_2 li a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 220px;
	height: 120px;
	background-image: url(./img/top_menu_2.png);
}

#top_menu_4 a{ background-position: 0 0;}
#top_menu_5 a{ background-position: -220px 0;}
#top_menu_6 a{ background-position: -440px 0;}

#top_menu_4 a:hover{ background-position: 0 -120px;}
#top_menu_5 a:hover{ background-position: -220px -120px;}
#top_menu_6 a:hover{ background-position: -440px -120px;}

/*-----タグ-----*/
img{
	border-style:none;
}