
html {
height: 100%;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	color: #62565B;
	background: #ffd7b3;


}


h1 {
	font-size: 28px;
}

h2 {
    font-family: 'Hiragino Mincho ProN', serif;
	font-size: 24px;font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #594B39;
}

h2 ul {
	margin-bottom: 26px;

}
h3 {
	 color: #574B35;
}






/* links */

A:LINK {
  color: #9E5962;
  text-decoration: none;
}

A:HOVER {
  color: #C99EA4;
  text-decoration: none;
}






/* Layout Divs */


#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#container { 
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
border-radius: 10px; 

}


.txt_title {

	font-weight: bold;
	font-size: 26px;
	color: #013668;

}


.txt_title2 {
	 font-size: 24px;font-weight: bold;border: 1px solid #999999;color: #513b14;background: #fffaec;
	padding: 10px;
	margin-top: 24px;

}
.txt {
	
	width: 630px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.txt_center_strong {
	
	text-align: center;

	font-weight: bold;
}

.txt_3 {
	
	font-weight: bold;color: #008080;

}

.txt_4 {
	
color: #99B9A2;font-weight: bold;

} 
 
.txt li {
	margin-bottom: 20px;

}


/* header */
#upban{
/* Firefox */
	background: -moz-linear-gradient(top,#FFF 80%,#d6d5d5);
/* Chrom&Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), 
	color-stop(0.8,#FFFFFF),
	to(#d6d5d5));
/* 共通 */
	background: linear-gradient(top center, #FFF 0%, #d6d5d5 100%);
}








#container {
	
	width: 700px;
	margin: 20px auto 20px auto;

}



.nav li {
	text-align: center;
	margin-bottom: 5px;
}

.btn {
	background: -moz-linear-gradient(top,#ffd7b3 0%,#ffa790);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd7b3), to(#ffa790));
	border: 1px solid #DDD;
	color: #FFF;
	width: 650px;
	display: block;
	padding: 10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;

}
.nav A:LINK {
  color: #C04000;
  text-decoration: none;
	font-weight: bold;
}

.nav A:HOVER {
  color: #804000;
  text-decoration: none;
	font-weight: bold;
}



.main_message {
	
	font-size: 26px;
	font-weight: bold;
}

.container:after{
    content: "";
    clear: both;
}


#main {
	height: auto;
    font-family: 'Hiragino Mincho ProN', serif;
	font-size: 30px;font-weight: bold;
	text-align: center;
	color: #7e5812;
	margin: 10px auto 20px auto;

}


/* 本文 */


#footer {
	text-align: center;
	display: block;
	clear: both;
	color: #633701;
	margin: 20px auto 20px auto;

	font-weight: bold;
}



.copyright {
	text-align: center;
	font-size: 12px;


}


/* 新着情報 */
.whatsnew {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
	height: 300px;
	overflow-x: visible;
	overflow-y: scroll;
	background: #fff7d5;
	width: 98%;
}

.whatsnew .oshirase {
	color: #FFFFFF;font-weight: bold;background: #633701;letter-spacing: 1em;text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;

}

.whatsnew ul {
	margin-bottom: 10px;

}
.whatsnew ul{
    content: "";
    clear: both;
}
.whatsnew ul li {
	color: #000000;
	padding-left: 40px;
	padding-right: 20px;

}

.whatsnew ul li:first-child {
	font-weight: bold;
}

 .price {
	font-size: 18px;

}

.price_1 td {
 background: #FF8040;color: #FFFFFF;
	text-align: center;
	padding: 5px;

}

.price_2 td {
 background: #F0F0FF;color: #000000;
	text-align: center;
	padding: 5px;

}

.price_3 td {
 background: #0080C0;color: #FFFFFF;
	text-align: center;
	padding: 5px;

}

.price_4 td {
 background: #FFE0C0;color: #000000;
	padding: 5px;

}
.price_5 td {
 background: #FFFFE0;color: #000000;
	padding: 5px;

}

.tax {
	font-size: 14px;
}

.breadcrumb {
	padding-left: 20px;
	margin-bottom: 20px;

} 