@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/top/css/yui-font.css";
@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/common/themes/top/css/layout.css";/* layout style */
@import "/common/themes/top/css/content.css";/* layout style */
@import "/common/themes/top/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}
ul.side_menu {
	margin-bottom: 15px;
}

.blogEntry {
	clear: both;
}
.blogEntry h3 {
	margin: 10px 0;
	font-size: 116%;
	font-weight: bold;
}
table.coupon {
	margin-left: 10px;
	margin-bottom: 10px;
	border-top:#666 1px dashed;
	border-right:#666 1px dashed;	
}
table.coupon td {
	width: 225px;
	border-bottom:#666 1px dashed;
	border-left:#666 1px dashed;
	padding: 5px 10px;
	vertical-align: top;
}
.price {
	text-decoration: none;
	border-bottom: none;
	font-size: 123.1%;
}
table.coupon h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*
[
----------------------------------------------------------- */
.komekome {
	font-size: small;
	padding: 5px 0 0px 10px;
}
.couponPrice {
	padding-top: 5px;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: #333 3px double;
}
.link {
	text-align: right;
	padding-right: 20px;
}
.link a {
	background: url(images/link.gif) no-repeat 0 2px;
	padding-left: 13px;
}

.couponHeader {
	padding-left: 25px;
	line-height: 1.1;
	color: #FF0000;
}
.couponBody {
	padding: 0 20px 10px 25px;
	border-bottom: #999 1px dotted;
	margin-bottom: 10px;
}