/* Page Setting */
body {
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0;
}

/* Link Setting */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #FF9933;
}
a:hover, a:active {
	color: #66CC66;
}

/* Header Setting */
.background {
	background-image: url(../image/bg01.gif);
	background-repeat: repeat;
	width: 714px;
}

.content {
	background-color: #FFFFFF;
	width: 700px;
}
.menu {
	background-color: #CCCCCC;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	width: 700px;
	padding: 5px 0;
}

/* TopPage Setting */
.title_pic {
	text-align: center;
}
#area_box {
	width: 700px;
	padding: 10px 0;
}
.left_area {
	width: 417px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 140%;
	padding-left: 3px;
}
.right_area {
	width: auto;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 140%;
	padding-right: 3px;
}
.center_border {
	background-image: url(../image/g01-line.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* Body Setting */
.shopname {
	padding: 3px 0px 0px 6px;
	font-size: 20px;
	line-height: 180%;
	font-weight: bold;
	margin: 3px 6px;
	border-left: 8px solid #FF0000;
	text-align: left;
	width: auto;
	background-color: #FFF9F0;
}
.midasi {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	background-color: #FFffff;
	padding: 3px 5px 5px 10px;
	margin: 8px 0px 8px 6px;
	border-bottom: 1px solid #66CC66;
	border-left: 8px solid #66CC66;
	text-align: left;
	width: auto;
}
.midasi2 {
	page-break-before: always;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	background-color: #FFffff;
	padding: 3px 5px 5px 10px;
	margin: 8px 0px 8px 6px;
	border-bottom: 1px solid #66CC66;
	border-left: 8px solid #66CC66;
	text-align: left;
	width: auto;
}
.honbun {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	padding: 0 30px;
	width: auto;
}
.coupon {
	line-height:140%;
	border: 1px solid #999999;
	border-collapse:collapse;
	font-size: 13px;
	padding: 0px;
	background-color: #FFFFEE;
}
.coupon_t {
	font-size: 16px;
	font-weight: bold;
}
.coupon_c {
	font-size: 14px;
}
.coupon_l {
	text-align: left;
}
.coupon_f {
	text-align: right;
}
.data {
	border-collapse: collapse;
	border: 1px solid #B7B7B7;
	font-size: 13px;
	margin: 0px;
	padding: 10px;
	line-height: 130%;
}
.data td {
	border: 1px solid #B7B7B7; 
	padding: 3px;
}
.data_t {
	background-color: #E7E7E7;
	width: 20%;
	font-weight: bold;
	text-align: left;
}
.data_m {
	background-color: #FFFFFF;
	width: 80%;
	text-align: left;
}

/* Footer Setting */
.footer {
	width: auto;
	height: 14px;
	font-size: 12px;
	background-color: #E3E3E3;
	text-align: center;
	margin: 3px 0 0 0;
	padding: 2px;
}

