@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------
■全体の設定
------------------------------------------------------------*/
* {
	padding : 0px;
	margin : 0px;
}
body {
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	line-height: 150%;
	color: #3A3128;
	background: #fdfdfc;
}
img {
	border-style:none;
}
a {
	outline: none;
}
a:link {
	color: #E0A922;
}
a:visited {
	color: #E0A922;
}
a:hover {
	color: #FAD05E;
}
#container {
	margin: 10px;
	width: 880px;
	padding: 10px;
}
h2 {
	background: url(../images/subwindow_title.jpg) no-repeat;
	font-size: 1em;
	padding-left: 20px;
	margin-left: 20px;
	height: 34px;
	padding-top: 2px;
	margin-top: 20px;
	margin-bottom: 15px;
}
h3 {
	font-size: 0.88em;
	color: #FFF;
	line-height: 120%;
	font-weight: bold;
	background: url(../images/tokuten_waku_header.gif) no-repeat;
	padding-top: 23px;
	padding-left: 50px;
	padding-bottom: 10px;
}
h4 {
	margin-left: 35px;
	margin-top: 10px;
	font-size: 0.88em;
	color: #A68850;
}
#container .tokuten h4 {
	margin-left: 0px;
	font-size: 0.88em;
	color: #A68850;
	margin-top: 0px;
}
p {
	margin-left: 25px;
	font-size: 0.88em;
	margin-bottom: 20px;
}
#container .tokuten p {
	margin-left: 3px;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 3px;
}
#container .tokuten .tokuten_name {
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}
.text {
	margin-left: 35px;
	font-size: 0.88em;
	margin-bottom: 20px;
}
.page_top {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
.page_close {
	text-align: center;
}
/*-----------------------------------------------------------
■バナーの設定
------------------------------------------------------------*/

.bannerimg {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.banner_all {
	text-align: right;
	margin-right: 30px;
}
/*-----------------------------------------------------------
■特典の設定
------------------------------------------------------------*/
#container .tokuten {
	background: url(../images/tokuten_waku_background.gif) repeat;
	width: 870px;
	overflow: hidden;
	margin-top: 15px;
}
#container #charalink li {
	display: inline;
	border-left: 1px solid #564728;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 0.88em;
}
#container #charalink .first {
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#container #charalink {
	margin-top: 10px;
}
#container .tokuten:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #container .tokuten {
	height: 1em;
	overflow: visible;
}
/**/

#container .tokuten table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
}
/*-----------------------------------------------------------
特典情報を4つ並べる時はすぐ下の##container .tokuten table td の
width:260px; を200pxにして、
htmlの<td></td>の項目を1つ追加。
------------------------------------------------------------*/
#container .tokuten table td {
	width: 260px;
	border-left: 1px dotted #564728;
	vertical-align: top;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#container .tokuten table .first {
	border-left: none;
}
#container .tokuten_footer {
	background: url(../images/tokuten_waku_footer.gif) no-repeat center bottom;
	width: 870px;
	text-align: center;
	padding-bottom: 20px;
}
/*-----------------------------------------------------------
■ご感想フォーム
------------------------------------------------------------*/
#mailform_box {
	text-align: center;
	width: 840px;
	margin-left: 35px;
	margin-bottom: 20px;
}
table.mailform {
	width: 700px;
	padding: 0px;
	margin: 0px auto;
}
table.mailform tr th {
	text-align: left;
	font-weight: bold;
	font-size: 0.88em;
	border-bottom: 1px solid #FFF;
	padding: 7px 5px 7px 5px;
	background: #F0F0F0;
}
table.mailform tr td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #F0F0F0;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr td textarea {
	width: 90%;
	height: 120px;
}
input {
	border: 1px solid #CCC;
	font-size: 0.88em;
}
textarea {
	border: 1px solid #CCC;
}
