@charset "utf-8";

#gnavi_bg {
	width: 100%;
	min-width: 950px;
	height: 70px;
	background: #fff;
	-moz-box-shadow: 3px 3px 3px #ffc3c6;
	-webkit-box-shadow: 3px 3px 3px #ffc3c6;
	box-shadow: 3px 3px 3px #ffc3c6;
}

#sidebar h2 {
	float: left;
	margin: 15px 0 0 4px;
}

#alook {
	float: right;
	margin: 13px 8px 0 0;
}

#news {
	width: 246px;
	margin: 3px 0 0 0;
	background: #fff url(../images/common/img_pattern.gif) no-repeat 95% 98%;
	border: solid 2px #ffc8cd;
}
#news a {
	display: block;
	text-decoration:none;
}
#news li {
	margin: 0 7px;
	padding: 12px 0;
	font-size: 12px;
	border-bottom:dotted 2px #ffc8cd;
}
#news li:last-child {
	border-bottom:none;
}
/* last-child for IE6/7 */
#news li {
	border-bottom:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'none':'2px dotted #ffc8cd');
}
#news li img{
	float: left;
	margin:-6px 10px 0 0;
}
#news li p{
	margin-top: 4px;
	line-height: 18px;
}
.icon_class01 {
	float: left;
	width: 48px;
	margin: 0 10px 0 0;
	background: #79cfd4;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.icon_class02 {
	float: left;
	width: 48px;
	margin: 0 10px 0 0;
	background: #ff5161;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.icon_class03 {
	float: left;
	width: 48px;
	margin: 0 10px 0 0;
	background: #ff9059;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.text_day {
	font-size: 11px;
}

#header_websitepp {
	text-align: left;
}
#article {
	width: 96%;
	margin:20px auto;
	font-size: 12px;
	line-height: 18px;
}
#article a {
	color: #ff7790;
}
#article a:hover {
	color: #ffb4c8;
}
.sub_header {
	font-size: 16px;
	font-weight: bold;
}
.sub_header img{
	margin-right: 8px;
	vertical-align: middle;
}
.main_text {
	margin: 10px 0 0 12px;
}
.main_text span {
	font-weight: bold;
	line-height: 20px;
}
.underline {
	margin: 16px 0;
	border-bottom:solid 1px #ddd;
}
.bg_text {
	margin: 10px 10px;
	padding: 12px 12px;
	background: #f0f0f0;
}
.bg_text span {
	font-weight: bold;
	line-height: 24px;
}
.small_text {
	margin: 10px 0 0 20px;
	font-size: 11px;
	line-height: 16px;
}
.lower_text {
	margin: 28px 4px 0 0;
	text-align: right;
}
.block_text{
	display: block;
	border: 1px solid #cdcdcd;
	padding: 5px 10px;
	margin-top: 1em;
}
