* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #6F5022;
	font-size:0.8em;
	letter-spacing: 0.05em;
	line-height: 1.2em
}
.clear {
	clear: both;
}
.float{
  float:left;
}
.floatR{
  float:right;
}
a {
	color:#6F5022;
	text-decoration: underline;
}
ul	{
	list-style-type:none;
}
h1 {
	font-size: 10px;
	line-height: 12px;
}

/*レイアウト＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#head	{
	height: 33px;
	padding-top: 15px;
	padding-left: 10px;
	background-image:url(images/head_back.gif);
	background-repeat:no-repeat;
}
#wrap {
	width: 100%;
	background-image: url(images/wrap_back.gif);
	background-repeat: repeat-y;
}
#container {
	width: 820px;
	margin-left: 130px;
	padding-bottom: 30px;
	background-image: url(images/container_back.gif);
	background-repeat: no-repeat;	
}
#content {
	width: 605px;
}
#navi {
	width: 215px;
	padding-top: 110px;
}
#footer	{
	width:	100%;
}
/*レイアウトここまで＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*各パーツdetail＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*navi諸々設定↓*/
#navi h2 {
	padding-left: 7px;
}
#navi ul {
	margin-left: 25px;
	margin-top: 80px;
}
#navi li,#navi a	{
	width: 140px;
	text-indent: -9999px;
	display: block;
	height: 40px;
}
#navi li,#navi a,#navi a:hover{
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
}
/*navi背景のポジション*/
#Ntop a {							
	background-position: 0px -2.5px;
}
#Nconcept a {
	background-position: 0px -42.5px;
}
#Nitem a {
	background-position: 0px -82.5px;
}
#Naccess a {
	background-position: 0px -122.5px;
}
#Nblog a {
	background-position: 0px -162.5px;
}
#Nshop a {
	background-position: 0px -202.5px;
}
/*hover時、キーページにいる時用*/
#Ntop,#Ntop a:hover {							
	background-position: -140px 0px;
}
#Nconcept,#Nconcept a:hover {
	background-position: -140px -40px;
}
#Nitem,#Nitem a:hover {
	background-position: -140px -80px;
}
#Naccess,#Naccess a:hover {
	background-position: -140px -120px;
}
#Nblog,#Nblog a:hover {
	background-position: -140px -160px;
}
#Nshop,#Nshop a:hover {
	background-position: -140px -200px;
}
/*navi諸々設定↑*/

#footer div {
	width: 100%;
	background-image: url(images/foot_back.gif);
}
#footer address {
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	padding-top: 131px;
	margin-left: 10px;
}


/*その他共通パーツ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#conHL {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	border-bottom-color: #6F5022;
	width: 360px;
	text-align: right;
}


