@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: WRAPPER
	5: NAVIGATION
	6: MAIN CONTENT
	7: TOP PAGE MAIN CONTENT 

==========================================================
*/

/*
===== 1: CONTAINER ==========================================
*/
div#container {
	margin:0 auto;
	background-color:#fff;
	padding:0;
	width:850px;
	text-align:center;
}

/*
===== 2: HEADER ==========================================
*/
div#header{
	margin:0;
	background-image:url(../img/common/upper_bg.jpg);
	background-repeat:repeat-y;
	width:850px;
	height:249px;
	text-align:left;
	line-height:120%;
	color:#bc7321;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


div#header_text{
	margin:0;
	background-image:url(../img/common/upper_bg.jpg);
	background-repeat:repeat-y;
	padding:6px 0 0 6px;
	width:844px;
	height:21px;
}

/*

===== 3: FOOTER ==========================================
*/
div#footer{
	margin:40px 0 0 0;
	background-color:#000000;
	padding-bottom:10px;
	width:850px;
	height:auto;
}
/*

===== 4: WRAPPER ==========================================
*/
div#wrapper{
	margin:0 7px 0 7px;
	background-image:url(../img/sub/bg_wra.gif);
	background-repeat:repeat-y;
	padding-bottom:10px;
	width:850px;
}
/*


/*
===== 5: MAIN CONTENT ====================================
*/
div#main{
	margin:0;
	padding:0;
	width:850px;
	text-align:center;
}

/*
===== 7: TOP PAGE MAIN CONTENT ====================================
*/
div#top_main{
	margin:0 7px 0 7px;
	width:750px;

}

/*
======ページ下購入ガイド用
*/
		.henpin-block div.bottom-line{
		background-image:url(http://www.yakko-3.com/img/tokutei/dot.jpg);
		height:1px;
		}
		.henpin-block div.right-text{
		border-left:solid 1px #EBEBEB;
		margin:2px 0 2px 0;
		padding-left:5px;
		}
