@charset "utf-8";
/* CSS Document */

body {
	color: #663300;
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "メイリオ", Meiryo, sans-serif;
	background-image: url(../image/backimg.gif);
}

#wrap {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}


/* リンクの設定*/

a {
	color: #333;
}

a:hover {
	color: #E8C21F;
	text-decoration: none;
}



/* デフォルト（初期設定回避）設定用CSS  */


/* タグリセット　FORMの余白削除 */

form, input, textarea {
	margin: 0;
	padding: 0;
}


/* h1〜h6の余白削除 */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#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;
}

.pricetable td {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 59px;
	font-size: 12px;
	text-align: center;
}


/* pの余白削除 */

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

p.newstitle {
	padding: 0px;
	font-size: 14px;
}

.blue {
	color: #0099CC;
	font-size: 12px;
	font-weight: bold;
}

.red {
	color: #FF5A00;
	font-size: 12px;
	font-weight: bold;
}
.clr_red {
	color: #FF5A00;
}

.blues {
	font-weight: bold;
	color: #0099CC;
}


/* IMGのボーダーを非表示 */

img {
    max-width: 100%;
    height: auto;
	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;
}


/* =========== IE用印刷設定CSS =========== */

@media print {
	* html {
		zoom: 67%;
		/*WinIE only */
	}
}

.bosyu {
	background-image: url(../image/bg_bosyu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-left: 5px;
	line-height: 1.8em;
	padding-top: 10px;
}

.bosyu a {
	background: url(../image/arrow_01.gif) no-repeat left center;
	padding: 0 0 0 15px;
	line-height: 1.4;
	color: #663300;
	text-decoration: none;
}

.bosyu a:hover {
	background: url(../image/arrow_01.gif) no-repeat left center;
	text-weight: bold;
	color: #E8C21F;
	text-decoration: underline;
}