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;
	text-align: right;
	line-height: 41px;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
}

/*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;
}
#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;
}

#osusume1 h2 {
	position: relative;
	top: 18px;
	left: 15px;
}
#osusume2 h2 {
	position: relative;
	top: 18px;
	left: 21px;
}
#goshop h2 {
	position: relative;
	top: 18px;
	left: 25px;
}

#osusume1 p {
	position: relative;
	top: 29px;
	left: 15px;
}
#osusume2 p {
	position: relative;
	top: 29px;
	left: 21px;
}
#goshop p {
	position: relative;
	top: 30px;
	left: 25px;
}

#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: 0;
	display: block;
}

.line {
	width: 820px;
	height: 25px;
	margin-top: 30px;
}
.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;
		}
		
	#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: 127px;
	background-color: #339900;
}
	#wntitle {
		width: 820px;
		height: 50px;
		background-color: #FFFFFF;
	}
	#wntitle #wn_img {
		width: 450px;
		height: 17px;
		float: left;
	}
	#wntitle2 {
		width: 370px;
		height: 50px;
		float: right;
		background-color: #FFFFFF;
		font-size: 10px;
		line-height: 1.5em;
	}
	#wnifram {
		width: 450px;
		height: 80px;
		background-color: #FFFFFF;
		float: left;
	}
	#wnad {
		width: 370px;
		height: 80px;
		background-color: #FFFFFF;
		float: right;
	}

#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;	
}

/*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;
		}
		
	#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: 180px;
	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 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;
}
