@charset "utf-8";
/*BBS用よみこみ*/
@import url("bbs.css");

/*サブページ*/
#container #main #sub {
	width: 950px;
	height: 100%;
	margin: 0px 16px;
	padding: 0px;
}
#container>/**/ #main #sub {
	width: 950px;
	height: 100%;
	margin: 0px 0px;
	padding: 0px;
}

	/*左側メイン*/
	#sub #sub_left {
	float: left;
	width: 587px;
	height: 100%;
	text-align: left;
	margin-right: 13px;
	}
		/*バックナンバー*/
		#sub_left #back_numbar {
			width: 587px;
			height: 100%;
			padding-top: 40px;
			background: url(../images/backnumbar.gif) no-repeat;
		}
		/*じぇむナビとは*/
		#sub_left #jemsnavi {
			width: 587px;
			height: 100%;
			background: url(../images/whats.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#jemsnavi {
			height: 32px;
			height: 100%;
			padding-top: 10px;
		}
		/*お問合せ*/
		#sub_left #contact {
			width: 587px;
			height: 100%;
			background: url(../images/contact.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#contact {
			height: 32px;
			padding-top: 10px;
		}
			#contact ul {
				margin-left: 85px;
				margin-top: 20px;
			}
			#contact p{
				margin-top: 10px;
				margin-left: 15px;
				line-height:1.7;
			}
		#sub_left #j_contents {
			width: 587px;
			height: 100%;
			margin-top: 40px;
		}
			#j_contents p{
				margin-top: 10px;
			}
		/*運営会社*/
		#sub_left #company {
			width: 587px;
			height: 100%;
			background: url(../images/company.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#company {
			height: 32px;
			padding-top: 10px;
		}
			#company p{
				margin-top: 10px;
				margin-left: 30px;
			}
		/*サイトポリシー*/
		#sub_left #sitepolicy {
			width: 587px;
			height: 100%;
			background: url(../images/policy.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#sitepolicy {
			height: 32px;
			padding-top: 10px;
		}
			#sitepolicy p{
				margin-top: 10px;
				margin-left: 15px;
				line-height:1.7;
			}
		/*個人情報について*/
		#sub_left #privacy {
			width: 587px;
			height: 100%;
			background: url(../images/privacy.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#privacy {
			height: 32px;
			padding-top: 10px;
		}
			#privacy p{
				margin-top: 10px;
				margin-left: 15px;
				line-height: 1.7;
			}
		/*店舗掲載希望*/
		#sub_left #applicant {
			width: 587px;
			height: 100%;
			background: url(../images/application.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#applicant {
			height: 32px;
			padding-top: 10px;
			height: 100%;
		}
			#applicant p{
				margin-top: 10px;
				margin-left: 15px;
				line-height: 1.7;
			}
			#applicant .nobor {
				border: none;
			}
		/*特集ページ*/
		#sub_left #feat_main {
			width: 587px;
			height: 100%;
			background: url(../images/feature.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#feat_main {
			height: 40px;
			padding-top: 10px;
		}
			#feat_main #feat1{
				float: left;
				width: 286px;
				height: 152px;
				margin-top: 20px;
			}
			#feat_main #feat2{
				float: left;
				width: 286px;
				height: 152px;
				margin-top: 20px;
				margin-left: 15px;
			}
			#feat_main #feat3{
				float: left;
				width: 286px;
				height: 152px;
				margin-top: 8px;
			}
			#feat_main #feat4{
				float: left;
				width: 286px;
				height: 152px;
				margin-top: 8px;
				margin-left: 15px;
			}
		/*特集サブページ*/
		#sub_left #feat_sub {
			width: 587px;
			height: 100%;
			background: url(../images/feature_vol1.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#feat_sub {
			height: 226px;
			padding-top: 10px;
		}
			#feat_sub #feat_img{
				float: left;
				width: 286px;
				height: 336px;
				margin-top: 15px;
			}
			#feat_sub #feat_img2{
				float: left;
				width: 286px;
				height: 336px;
				margin-top: 15px;
				margin-left: 15px;
			}
			#feat_sub #feat_img3{
				float: left;
				width: 587px;
				height: 100%;
				margin-top: 20px;
			}
		/*特集サブページVol2*/
		#sub_left #feat_sub2 {
			width: 587px;
			height: 100%;
			background: url(../images/feature_vol2.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#feat_sub2 {
			height: 90px;
			padding-top: 10px;
		}
	/*BBSメイン*/
	#sub_left #bbs_main {
		width: 587px;
		height: 100%;
		background: url(../images/bbs_title.gif) no-repeat;
	}
/*FireFox_hack_test*/
	body #sub_left>/**/#bbs_main {
			height: 40px;
			padding-top: 10px;
		}
	/*サイトマップ*/
	#sub_left #sitemap {
		width: 587px;
		height: 100%;
		background: url(../images/sitemap.gif) no-repeat;
	}
/*FireFox_hack_test*/
		body #sub_left>/**/#sitemap {
			
			height: 100%;
			padding-top: 10px;
		}
		#sitemap div.map {
			width: 587px;
			height: 100px;
			margin-top: 20px;

		}
/*FireFox_hack_test*/
		#sitemap>/**/ div.map {
			width: 572px;
			height: 95px;
			margin-top: 40px;
			padding-left: 15px;
		}
		/*サイトマップ見出し*/
		#sitemap .map_title {
			width: 500px;
			height: 36px;
			margin-bottom: 10px;
			display: block;
			font-size: 26px;
			font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
			float: right;
			
		}
/*FireFox_hack_test*/
		body #sub_left>/**/ #sitemap .map_title {
			width: 500px;
			height: 36px;
			margin-bottom: 0px;
			display: block;
			font-size: 26px;
			font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
			float: right;

		}
		/*アイコン画像*/
		#sitemap div.map .map_img {　
			width: 52px;
			height: 72px;
			margin-left: 15px;
			float: left;
			display: block;
		}
		#sitemap>/**/ div.map .map_img {　
			width: 52px;
			height: 72px;
			margin:0 0 0 0px;
			float: left;
			display: block;

		}
		/*サイトマップテキスト*/
		#sitemap div.map p.map_link {
				width: 500px;
				height: 100%;
				display: block;
				float: right;
			}
/*FireFox_hack_test*/
		#sitemap>/**/ div.map p.map_link {
				width: 500px;
				height: 100%;
				display: block;

			}
		#sub_left #link {
			width: 587px;
			height: 100%;
			background: url(../images/link.gif) no-repeat;
		}
/*FireFox_hack_test*/
		body #sub_left>/**/#link {
			height: 32px;
			padding-top: 10px;
		}		
	/*右側*/
	#sub #sub_right {
		float: right;
		width: 350px;
		height: 100%;
	}
		/*新着情報orクチコミ登録・変更*/
		#sub_right #topics{
			float: right;
			width: 350px;
			height: 287px;
			text-align: left;
		}
			#sub_right #topics_main{
				float: right;
				width: 350px;
				height: 217px;
				background: url(../images/new_topic.gif) no-repeat;
			}
			#sub_right #topics_sub{
				float: right;
				width: 350px;
				height: 38px;
			}
			#sub_right #appli_free{
				float: right;
				width: 350px;
				height: 32px;
				background: url(../images/applicant.gif) no-repeat;
			}
			/*クチコミ登録・変更*/
			#sub_right #blog_regist{
				float: right;
				width: 350px;
				height: 217px;
				background: url(../images/blog_regist.gif) no-repeat;
			}
			/*店舗を探す・オススメ店舗*/
			#sub_right #pick_up{
				float: right;
				width: 350px;
				height: 217px;
				background: url(../images/new_topic.gif) no-repeat;
			}
				#pick_up .pick{
					margin-left: 10px;
					width: 335px;
					height: 95px;
					
				}
					#pick_up .pick_img{
						float: left;
						border: #ccc solid 1px;
					}
					#pick_up .pick_text{
						padding-left:10px;
						padding-right:10px;
						padding-top: 5px;
						width: 220px;
						height: 90px;
					}
		/*RSS*/
		#sub_right #rss{
			float: left;
			background: url(../images/rss.gif) no-repeat;
			width: 350px;
			height: 362px;
			margin-top: 15px;
		}
		/*BBS*/
		#sub_right #bbs_regi{
			float: left;
			background: url(../images/bbs_regi.gif) no-repeat;
			width: 350px;
			height: 224px;
			margin-top: 15px;
		}
		/*PR*/
		#sub_right #pr{
			float: left;
			background: url(../images/pr.gif) no-repeat;
			width: 350px;
			height: 312px;
			margin-top: 15px;
			padding-top: 40px;
		}

