﻿body {
	font-family: Meiryo,"メイリオ",Hiragino Maru Gothic Pro,"ヒラギノ丸ゴ Pro W4",MS-Gothic,"ＭＳ ゴシック",sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image : url(../_parts/img/both/back_bottom.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position : 100% 100%;
	color: #808080;
	}

#bg_top {
	width: 600px;
	height: 386px;
	background-image : url(../_parts/img/both/back_top.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position : 0% 0%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
	
/* position-fixed ie6 */
body {
    _filter:expression('');
}
#bg_top {
    _position:absolute;
    _top: expression(
        document.documentElement && document.documentElement.scrollTop  || 
        document.body && body.scrollTop  || 0
        + 0 + 'px'
    );
    _left:expression(
        document.documentElement && document.documentElement.scrollLeft || 
        document.body && body.scrollLeft || 0
        + 0 + 'px'
    );
}

#container_bg {
	width: 870px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_parts/img/both/dropshadow.png);
	background-repeat: y;
	margin-top: 0;
	position: relative;
	top: 0;
	z-index: 2;
	text-align: center;
	}
	




a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #66CC99;
	text-decoration: none;
}
a:active {
	color: #FF66FF;
	text-decoration: none;
}




/*本体のコンテナ1の設定
----------------------------------*/
#container {
	width: 820px;	
	height: 391px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/*ヘッダー上の設定
----------------------------------*/
#header {
	height: 41px;
	width: 820px;
	background-image: url(../_parts/img/top/title_bar1.jpg);
	background-color: #FFFFFF;
}
#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 41px;
	margin: 0px;
	margin-right:2em;
	padding: 0px;
	float: right;
}

#header #yoyaku_tel {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	line-height: 40px;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	float: right;

}

/*flashの設定
----------------------------------*/
#flash {
	width: 820px;
	height: 225px;
}

/*ヘッダー下の設定
----------------------------------*/
#header2 {
	width: 820px;
	height: 41px;
	background-image: url(../_parts/img/top/title_bar2.jpg);
}

#header3 {
	width: 610px;
	height: 41px;
	margin-top: 0;
	float: left;
}
#address  {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	line-height: 12px;
	margin-top: 12px;
	margin-left: 10px;
	float: left;
	display: inline;
	width: 580px;
}
#header4 {
	width: 210px;
	height: 41px;
	margin: 0 0 0 0;
	float: left;
}
#header4 img {
	border: 0;
}

#tel {
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	line-height: 14px;
	margin: 9px 0 0 5em;
	text-indent: -4em;
	
}
#tel a:link {
	color: #C0C0C0;
	text-decoration: none;
}
#tel a:visited {
	color: #66CC99;
	text-decoration: none;
}
#tel a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#tel a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/*おすすめの設定
----------------------------------*/
#osusume {
	width: 820px;
	height: 85px;
	background-image: url(../_parts/img/top/osusume.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#osusume1 {
	width: 273px;
	height: 85px;
	float: left;
	margin-top: 0px;
}
#osusume2 {
	width: 273px;
	height: 85px;
	float: left;
	margin-top: 0px;
}
#goshop {
	width: 274px;
	height: 85px;
	float: left;
	margin-top: 0px;
}

#osusume h2 {
	width: 273px;
	height: 20px;
	font-size: 12px;
	text-align: left;
	float: left;
	margin: 0 0 0 0;
	color: #669966;
}
#osusume p {
	width: 255px;
	height: 25px;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 1.3em;
	float: left;
	margin: 0 0 0 0;
	color: #999966;
	position: relative;
	top: 20px;
	left: 15px;
}

#osusume1 h2 {
	position: relative;
	top: 22px;
	left: 15px;
}
#osusume2 h2 {
	position: relative;
	top: 22px;
	left: 21px;
	color: #CC0000;
}
#goshop h2 {
	position: relative;
	top: 22px;
	left: 25px;
	color: #CC0000;
}

#osusume1 p {
	position: relative;
	top: 23px;
	left: 15px;
}
#osusume2 p {
	position: relative;
	top: 23px;
	left: 21px;
	color: #CC0000;
}
#goshop p {
	position: relative;
	top: 23px;
	left: 25px;
	color: #CC0000;
}

#osusume a:link {
	color: #669966;
	text-decoration: none;
}
#osusume a:visited {
	color: #808080;
	text-decoration: none;
}
#osusume a:hover {
	color: #66CC99;
	text-decoration: none;
}
#osusume a:active {
	color: #999966;
	text-decoration: none;
}
	
	/*本体のコンテナ2の設定
----------------------------------*/
#container2 {
	width: 820px;	
	height: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#container2 ul li a img {
	border: 0;
}

	/*メニュー・キャンペーンの設定
----------------------------------*/
#cam {
	width: 820px;
	height: 315px;
	margin-top: 0;
	margin-bottom: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
	#maintitle {
		width: 205px;
		height: 30px;
		float: left;
		background-color:#FFFFFF;
	}
	#maintitle img {
		margin-top: 4px;
	}
	#camtitle {
		width: 450px;
		height: 30px;
		float: left;
		margin-top: 0;
		background-color: #FFFFFF;
	}
	#sptitle {
		width: 165px;
		height: 30px;
		float: left;
		background-color: #FFFFFF;
	}
	
	#mainmenu {
		width: 205px;
		height: 265px;
		float: left;
		background-color: #FFFFFF;
	}
	#mainmenu img {
		vertical-align: bottom;
	}
		#mainmenu ul {
			list-style-type: none;
			margin: 0	0	0	0;
			padding: 0;
		}
		.mainmenu_li2345 {
			width: 205px;
			height: 40px;
			margin-top: 0;
			float: left;
		}
		.meinmenu_li1 {
			width: 205px;
			height: 54px;
			margin-top: 0;
			float: left;
		}
		.meinmenu_li6 {
			width: 205px;
			height: 51px;
			margin-top: 0;
			float: left;
		}

	#campaign {
		width: 450px;
		height: 265px;
		float: left;
		background-color: #FFFFFF;
	}
	#caminfo {
		background-color: #FFFFFF;
		border: 0;
		padding: 0;
		margin: 0;
	}
	
	#special {
		width: 165px;
		height: 265px;
		float: left;
		text-align: left;
		background-color: #FFFFFF;
	}
		#special img {
			vertical-align: bottom;
		}

		#special ul {
			list-style-type: none;
			margin-top: 0;
			margin-left: 0;
			padding: 0;
		}
		#special ul li {
			width: 159px;
			height: 45px;
			margin-top: 4px;
			margin-left: 5px;
			margin-bottom: 4px;
			padding: 0;
			float: left;
			display: inline;
		}
		
	#mainfooter {
		width: 205px;
		height: 20px;
		clear: both;
		float: left;
		display: inline;
		background-color: #FFFFFF;
	}
	#camfooter {
		width: 450px;
		height: 20px;
		float: left;
		display: inline;
		background-color: #FFFFFF;
	}
	#spfooter {
		width: 165px;
		height: 20px;
		float: left;
		display: inline;
		background-color: #FFFFFF;
	}

/*お悩みメニューの設定
----------------------------------*/

#onayami {
	width: 820px;
	height: 79px;
	background-color: #FFFFFF;
}
	.onayamibar {
		width: 820px;
		height: 14px;
		float: left;
	}
	.onayamibar img {
		float: left;
	}
		#onayamenu {
		width: 820px;
		height: 51px;
		margin-top: 0;
		float: left;
	}
#onayami ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0;
	padding: 0;
	float: left;
}
#onayami ul li {
	width: 200px;
	height: 50px;
	margin-left: 4px;
	float: left;
}

/*barの設定
----------------------------------*/

.bar {
	height: 15px;
	width: 820px;
	background-color: #CCCCFF;
	clear: right;
}
.bar img {
	margin: 0;
	padding-top: 0px;

}

.line {
	width: 820px;
	height: 25px;
	margin-top: 5px;
}
.line2 {
	width: 820px;
	height: 25px;
	margin-top: 60px;
	margin-bottom: -30px;
	background-color: #FFFFFF;
}

/*attentionの設定
----------------------------------*/

#attention {
	width: 820px;
	height:270px;
	background-color: #FFFFFF;
}
	#attitle {
		width: 370px;
		height: 24px;
		position: relative;
		top: 20px;
		left: 10px;
	}
		#attention #attitle img {
			vertical-align: bottom;
		}
		
	#attitletext  {
		width: 450px;
		height:24px;
		margin: 0;
		padding: 0;
		position: relative;
		top: -4px;
		left: 15px;
		line-height: 24px;
		float: right;
		}
			#attitletext h1 {
			font-size: 15px;
			color: #339999;
			padding: 0;
			margin: 0;
			letter-spacing: -3px;
		}
		
			#attitletext h2 {
			font-size: 15px;
			color: #339999;
			padding: 0;
			margin: 0;
			letter-spacing: -2px;
		}
		
	#headline {
		width: 575px;
		height: 180px;
		margin-top: 20px;
		margin-right: 0;
		margin-left: 3px;
		padding: 0;
		background-image: url(../_parts/img/top/waku_attention_big2.jpg);
		float: left;
		display: inline;
	}
		#headline ul {
			list-style-type: none;
			width: 555px;
			font-size: 12px;
			color: #808080;
			padding: 0;
			margin-top: 15px;
			line-height: 300%;
			margin-left: 10px;
		}
		#headline ul li {
			padding: 0;
		}	
	#atphoto {
		width: 240px;
		height: 180px;
		margin-top: 20px;
		margin-right: 2px;
		float: right;
		display: inline;
	}

/*whatnewの設定
----------------------------------*/

#whatnew {
	width: 820px;
	height: 340px;
	background-color: #FFFFFF;
}
	#wntitle {
		width: 820px;
		height:130px;
		background-color: #FFFFFF;
	}
	#wn_hr {
		margin-top: -5px;
	}
	#wntitle #wn_img {
		width: 450px;
		height: 17px;
	}
	#wntitle2 {
		width: 440px;
		height:105px;
		background-color: #FFFFFF;
		font-size: 10px;
		line-height: 1.5em;
		padding-left: 10px;
	}
	#wnad {
		width: 370px;
		height:105px;
		background-color: #FFFFFF;
		float: right;
	}
	#wnifram {
		width: 450px;
		height:160px;
		background-color: #FFFFFF;
		clear: right;
		float: left;
	}

#qr {
	margin: 5px 15px 5px 5px;
	float: left;
	display: inline;
}
#wnad p {
	font-size: 15px;
	color: #009999;
	line-height: 1em;
	margin-top: 1.3em;
}
#wnad_p2 {
	color: #FF9966;	
}

	#wn_selcure {
	width: 360px;
	height:190px;
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	font-size: 10px;
	}
	#selcure_title {
		font-size: 12px;
		color: #009999;
		margin-left: 6.5em;
	}
	
	#whatnew #wn_selcure #sel_img {
		margin: 3px 5px 5px 5px;
		float: right;
		border: 1px;
		border-style: solid;
		border-color: #C0C0C0;
		
	}
/*conceptの設定
----------------------------------*/

#concept {
	width: 820px;
	height: 330px;
	background-color: #FFFFFF;
	position: relative;
	top: 20px;
	margin-bottom: 70px;
}
	#contitle {
		width: 370px;
		height: 24px;
		position: relative;
		top: 20px;
		left: 10px;
	}
		#concept #contitle img {
			vertical-align: top;
		}
	#contitletext  {
		width: 400px;
		height:24px;
		margin: 0;
		padding: 0;
		position: relative;
		top: -4px;
		left: -5px;
		line-height: 24px;
		float: right;
		}
			#contitletext h1 {
			font-size: 15px;
			color: #339999;
			padding: 0;
			margin: 0;
		}
			#contitletext h2 {
			font-size: 15px;
			color: #339999;
			padding: 0;
			margin: 0;
		}
		
	#context {
		background-image: url(../_parts/img/top/bord_concept2.jpg);
		width: 600px;
		height: 265px;
		margin-top: 20px;
		margin-left: 3px;
		float: left;
		position: relative;
		top: 0;
	}
	#context #p1 {
		width: 550px;
		height: auto;
		margin-top: 0;
		margin-left: 25px;
		padding: 0;
		font-size: 10px;
		line-height: 1.4em;
		position: absolute;
		top: 1em;
	}
	#context #p2 {
		width: 550px;
		height: auto;
		margin-top: 0;
		margin-left: 25px;
		padding: 0;
		font-size: 10px;
		line-height: 1.4em;
		position: absolute;
		top: 12.3em;
	}
	#context #p3 {
		width: 550px;
		height: auto;
		margin-top: 0;
		margin-left: 25px;
		padding: 0;
		font-size: 10px;
		line-height: 1.4em;
		position: absolute;
		top: 19em;
	}
	#conphoto {
		width: 200px;
		height: 265px;
		margin-top: 20px;
		margin-right: 3px;
		float: right;
	}

	/*本体のコンテナ3の設定
----------------------------------*/
#container3 {
	width: 820px;
	min-height: 306px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}

/*footertextの設定
----------------------------------*/
	#footertext {
	width: 750px;
	height: 400px;
	background-color: #FFFFFF;
	list-style-type: square;
	list-style-image: url(../_parts/bana/arrow_bm.png);
	list-style-position: outside;
	text-align: left;
	position: relative;
	top: 30px;
	left: 30px;
	margin: 0 0 0 0;
	padding: 0;
	}
	#footertext .ft  {
	width: 750px;
	height: 60px;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-left: 15px;
	clear: left;
	}
	#container3 #footertext h1 {
	letter-spacing: -1px;
	font-size: 16px;
	padding: 0;
	margin: 0px;
	line-height: 30px;
	color: #009999;
	}
	
	#container3 #footertext h2 {
	letter-spacing: -1px;
	font-size: 16px;
	padding: 0;
	margin: 0px;
	line-height: 30px;
	color: #009999;
	}
	#container3 #footertext p {
	letter-spacing: 5px;
	font-size: 12px;
	padding: 0;
	margin-top: 0;
	margin-left: 5px;
	line-height: 15px;
	background-color: #FFFFFF;
	}
	
	#footertext #ft_a  {
	font-size: 12px;
	}
	
	/*本体のコンテナ3の設定
----------------------------------*/
#container4 {
	width: 820px;
	height: auto;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}
	
/*footer_naviの設定
----------------------------------*/
#footer_navi {
	width: 820px;
	height: 70px;

	background-color: #FFFFFF;
	margin: 20px 0 0 0;
	text-align: center;
}

	#fn1 {
		width: 590px;
		height: 30px;
		position: relative;
		top: 15px;
		margin-left: auto;
		margin-right: auto;
		overflow: visible;
		background-color: #FFFFFF;
	}
		#fn1 li {
			list-style: none;
			font-family: Hiragino Maru Gothic Pro,"ヒラギノ丸ゴ Pro W4",MS-Gothic,"ＭＳ ゴシック",sans-serif ;
			font-size: 10px;
			line-height: 15px;
			float: left;
			margin-left: 5px;
			word-spacing: 5px;
		}
		
#footer_copyright img {
			vertical-align: bottom;
}

/* --QLOOKアクセス解析-- */

#container4 img {
	width: 80px;
	height: 15px;
	border: 0;
	vertical-align: bottom;
}
/* ada_bana */

#ad_bana {
	width: 820px;
	height: 80px;
	padding-left: 7px;
	margin-top: 10px;
}
#ad_bana img {
	border: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	margin-left: 33px;
	float: left;
}

#qrcode {
	position: relative;
	top: -5px;
	width: 158px;
	height: 70;
	margin-left: 33px;
	float: left;
}

#qrcode img {
	margin-left: -0px;	
}	

#ad_bana p {
	width: 70px;
	height: auto;
	font-size: 10px;
	float: left;
	margin-top: 5px;
	margin-left: -8px;
	line-height: 12px;
}
#button {
	position: relative;
	top: 3px;
}
#button_group {
	margin-top: 10px;
}

