@charset "shift_jis";
/** DEFAULTCSS  **/
body {
	color: #663300;
	line-height: 150%;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	/* background-color: #E8C21F;*/
 background-image: url(../image/infoimg.gif);
	margin: 0px;
	width: 420px;
	background-repeat: repeat;
}
#wrap {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/infoimg.gif);
	background-repeat: repeat;
 
}
#contents {
	width: 440px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../image/infoimg.gif);
	background-repeat: repeat;
 
}
 
/* リンクの設定*/
a:link {
 color: #333333;
 text-decoration: none;
}
a:visited {
 color: #333333;
 text-decoration: none;
}
a:hover {
 color: #E8C21F;
 text-decoration: none;
}
a:active {
 color: #333333;
 text-decoration: none;
}
 
/* デフォルト（初期設定回避）設定用CSS  */
/* タグリセット　FORMの余白削除 */
form, input, textarea {
 margin: 0;
 padding: 0;
}
/* h1〜h6の余白削除 */
h1, h2 ,h3, h4, h5, h6 {
 margin: 0px;
 padding: 0px;
}

/* 
---------------------------------------------
style hanbun css
---------------------------------------------
*/
.hanbun	{
 float: left;
 width:460px;
 padding;10px;
 text-align:center;
}
#contents #main #right_main #tokutyo .pricetable {
	padding: 0px;
	width: 650px;
	background-color: #FEDE58;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contents #main #right_main #tokutyo .pricetable tr .bgyellow {
	background-color: #FEDE58;
}
#contents #main #right_main #tokutyo .pricetable tr .yen {
	background-color: #FFFF9E;
}


#contents #main #right_main #tokutyo .pricetable tr {
	margin: 0px;
	padding: 0px;
}
#contents #main #right_main #tokutyo .pricetable tr td {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 59px;
	font-size: 12px;
	text-align: center;
}
#top-info	{
	width:410px;
	margin: 0px;
	padding: 0px;
 
}
#top-info dl	{
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#top-info dt	{
 font-size:1.2em;
 font-weight:bold;
 margin-top:10px;
}
#top-info dd	{
 font-size:1em;
 border-bottom:dotted 5px;
 margin-bottom:10px;
}


/* pの余白削除 */
p{
 margin: 0px;
 padding: 0px;
 margin-bottom: 10px;
}
p.newstitle{
 padding: 0px;
 font-size: 14px;
}
 
/* IMGのボーダーを非表示 */
img{
 border: none;
}
/* TABLEのボーダーを非表示 */
table,th,td,tr{
 border: 0;
 margin: 0;
 padding: 0;
 line-height: 150%;
/* font-size: 0.9em;*/
}
/* IEで起こるBRバグの回避 */
br{
 letter-spacing: normal;
}
/* フォントスタイルをノーマルに */
address, em {
 font-style: normal;
}
/* List要素の余白削除とリスト削除 */
ul,ol,dl,li{
 margin: 0;
 padding: 0;
 list-style-type: none;
}
dt,dd {
 margin: 0;
 padding: 0;
}

.red {
	color: #FF5A00;
	font-weight: bold;
}

/* =========== IE用印刷設定CSS =========== */ 
@media print{

* html {
 zoom: 67%; /*WinIE only */
}
}
