body {
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #ffffe0;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
  color: #333333;
	line-height: 1.4em
}

a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:active {
  color: #333333;
}
a:hover {
  color: #993333;
}

a img {
  border: 0;
}


/***** Common *****/
.imgleft {
  float: left;
  margin-right: 10px;
}
.imgright {
  float: right;
  margin-left: 10px;
}
.imgcenter {
  margin-right: 10px;
  margin-left: 10px;
}
.imgborder {
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.clr {
  clear: both;
}

.red {
	color: #93020b;
	font-weight: bold;
}

.hidden {
  display: none;
}


/***** Wrapper *****/
#wrap {
  width: 810px;
  margin: auto;
  background: url("img/back.gif") repeat-y;
}

#container {
  width: 800px;
  margin: auto;
  text-align: left;
  background-color: #f6921e;
}
#container2 {
  width: 800px;
  margin: auto;
  text-align: left;
  background: url("./img/container_bg.gif") repeat-y;
}
#container3 {
  width: 800px;
  margin: auto;
  text-align: left;
  background-color: #ffd966;
}


/***** Header *****/
#header {
  width: 800px;
  height: 130px;
  background-image: url("img/header.gif");
  background-repeat: no-repeat;
}

#header h1 {
  text-indent: -5000px;
  margin:0;
}

#header h2 {
  text-indent: -5000px;
  margin: 0;
  height: 0;
  line-height: 0;
}

#header a {
  display: block;
  width: 800px;
  height: 130px;
}



/***** Toppage *****/
#toppage_top {
	width: 780px;
	padding: 10px 5px 0 15px; 
}

#toppage_top_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 	780px;
}

#toppage_top_menu li {
	float: left;
	width: 250px;
	height: 200px;
	padding: 10px 10px 0 0;
}

#toppage_top_menu a {
	display: block;
}

#toppage_yukinko1 {
	padding: 0;
	width: 250px;
	height: 200px;
	background-image: url("img/yukinko1.gif");
	background-repeat: no-repeat;
}
#toppage_yukinko2 {
	float: left;
	width: 250px;
	height: 200px;
	background-image: url("img/yukinko2.gif");
	background-repeat: no-repeat;
}

#toppage_news {
	float: left;
	width: 460px;
	padding: 30px 35px 20px 25px;
}

#toppage_news h3 {
	margin: 0;
	text-indent: -5000px;
}

#toppage_news_top {
	width: 460px;
	height: 50px;
	background-image: url("img/news_top.gif");
	background-repeat: no-repeat;
}
#toppage_news_middle {
	padding: 5px 10px 0;
	line-height: 1.5em;
	background-image: url("img/news_middle.gif");
	background-repeat: repeat-y;
}
#toppage_news_middle ul {
	margin-bottom: 0;
}

#toppage_news_bottom {
	width: 460px;
	height: 20px;
	background-image: url("img/news_bottom.gif");
	background-repeat: no-repeat;
}

.rss-items {
  list-style-type: none;
}

#banner {
  list-style-type: none;
  margin: 10px 0 20px 0;
  padding: 0;
}

#banner li {
  float: left;
  padding: 0 0 10px 25px;
}

/***** Footer *****/
#footer {
  clear: both;
}

#footer p {
  background-color: #ae2802;
  color: #eeeeee;
  text-align: center;
  font-size: 0.9em;
  padding: 5px 0;
	margin: 0;
}



/***** Left Area *****/
#left_area {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

.left_area_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.left_area_menu li {
	margin-bottom: 20px;
}

#left_area_kuramoto {
	margin: 50px 0 0;
}



/***** Right Area *****/
#right_area {
	float: right;
	width: 580px;
	padding: 20px 10px;
}

#navi {
  margin-top: 0;
}

#gototop {
	float: right;
}

#right_area_top {
	width: 580px;
	height: 80px;
}
.right_area_top_kodawari {
	background-image: url("img/topic_kodawari.gif");
	background-repeat: no-repeat;
}
.right_area_top_item {
	background-image: url("img/topic_item.gif");
	background-repeat: no-repeat;
}
.right_area_top_shop {
	background-image: url("img/topic_shop.gif");
	background-repeat: no-repeat;
}
.right_area_top_diary {
	background-image: url("img/topic_diary.gif");
	background-repeat: no-repeat;
}
.right_area_top_info {
	background-image: url("img/topic_info.gif");
	background-repeat: no-repeat;
}

#right_area_top h3 {
	margin: 0;
	text-indent: -5000px;
}

#right_area_middle {
	width: 540px;
	margin: 0;
	padding: 20px;
  background-color: #fab047;
}

.kodawari {
	clear: left;
	margin: 0;
	padding: 30px 0 0 0;
}

#right_area_bottom {
	width: 580px;
	height: 30px;
	background-image: url("img/topic_bottom.gif");
	background-repeat: no-repeat;
}



/***** Item Page *****/
#right_area_middle h4 {
	font-size: 1.5em;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #666666;
	margin-top: 20px;
}

.item_list, .item_list2, .item_list3 {
	padding-left: 130px;
	margin-bottom: 50px;
}
.item_list dt {
	float: left;
	width: 279px;
	height: 110px;
	padding-top: 40px;
	background-color: #eeddcc;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #666666;
}
.item_list dd {
	width: 121px;
	height: 150px;
	margin: 0 0 10px 280px;
}

.item_list2 dt {
	float: left;
	width: 249px;
	height: 110px;
	padding-top: 40px;
	background-color: #eeddcc;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #666666;
}
.item_list2 dd {
	width: 151px;
	height: 150px;
	margin: 0 0 10px 250px;
}

.item_list3 dt {
	float: left;
	width: 219px;
	height: 110px;
	padding-top: 40px;
	background-color: #eeddcc;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #666666;
}
.item_list3 dd {
	width: 181px;
	height: 150px;
	margin: 0 0 10px 220px;
}

.item_imgleft {
  float: left;
  margin-right: 30px;
}

.item_list img, .item_list2 img, .item_list3 img {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #666666;
}



/***** Item Page *****/
.shop_list {
	clear: left;
	margin-bottom: 50px;
}

.shop_list dt {
	padding: 0 0 10px 10px;
  border-style: solid;
  border-width: 0 0 0 5px;
  border-color: #ae2802;
}

.shop_list dd {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
  border-style: solid;
  border-width: 0 0 0 5px;
  border-color: #ae2802;
}



/*****contact form*****/
#order dt {
  float: left;
	font-size: 1.4em;
	font-weight: bold;
}

#order dd {
	margin: 0 0 20px 150px;
	font-size: 1.4em;
	font-weight: bold;
}

#tokusho dt{
	float: left;
	width: 120px;
}

#tokusho dd{
	margin: 0 0 0 120px;
	padding: 0 0 15px 10px;
	border-style: solid;
	border-width: 0 0 0 1px;
}

#contact dt {
  padding-left: 5px;
  border-width: 0 0 0 8px;
  border-style: solid;
  border-color: #ae2802;
}

#contact dd {
  margin: 5px 0 20px 0;
}

#contact .broad {
  width: 400px;
}



/*****shippong table*****/
#shipping_main caption {
	margin-top: 20px;
	font-size: 1.5em;
}

#shipping_main table {
	width: 760px;
	margin: 5px 20px 20px;
	border-collapse: collapse;
}


#shipping_main th, #shipping_main td {
	padding: 10px 5px;
	text-align: center;
	border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #666666;
}

#shipping_main p {
	margin: 0 50px 10px;
}

#shipping_main dl {
	margin: 0 80px 20px;
}

#shipping_main dt {
	float: left;
	width: 180px;
}

#shipping_main dd {
	width: 100px;
	margin-left: 180px;
	text-align: right;
}

.total {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #666666;
}

.lefthrtop {
	margin-top: 30px;
}

#left_link ul {
	margin: 0;
	padding: 0 3px 0 15px;
	font-size: 12px;
}


/*****blog AD style*****/
.blog_ad {
  margin: 20px 0;
  padding: 20px 35px;
  font-size: 1.2em;
  background-color: #ffd966;
  border-style: solid;
  border-width: 1px;
  border-color: #f6921e;
}

.blog_ad_right {
  display: block;
  text-align: right;
}


/*****GoogleMaps style*****/
#gmap_1, #gmap_2, #gmap_3 {
  width: 523px;
  height: 300px;
  /*margin: 0 0 20px;*/
  border-style: solid;
  border-width: 1px;
  font-size: 0.5em;
}

