@charset "UTF-8";
/*
@import "common.css";
@import "corner.css";
*/

/*-----------------------------------------
	news-list
-----------------------------------------*/

.list-h2 {
	margin-bottom:10px;
}

.news-box {
	clear:both;
	width:300px;
	padding:0 10px 7px 10px;
	margin-bottom:6px;
	background:url(../common/line_dot.gif) bottom repeat-x;
	font-size:116%;
}

.news-box .date {
	float:left;
	width:75px;
}

.news-box .txt {
	float:right;
	width:567px;
	padding-left:12px;
	background:url(../common/icon_maru01.gif) 0 5px no-repeat;
}

/*-----------------------------------------
	news-more
-----------------------------------------*/

.more-h2 {
	margin-bottom:20px;
}

.news-more-box {
	width:600px;
	margin:0 auto;
}

.news-more-ttl {
	width:550px;
	margin-bottom:15px;
	padding:0 15px 7px 15px;
	background:url(../common/line_dot.gif) bottom repeat-x;
}

.news-more-ttl h3 {
	float:left;
	padding-left:12px;
	background:url(../common/icon_maru01.gif) 0 6px no-repeat;
	font-size:116%;
	font-weight:bold;
}

.news-more-ttl p {
	/* IE6 error fix */
	/* float:right; */
	text-align: right;
}

.news-more-txt {
	clear:both;
	width:550px;
	margin:0 auto 15px auto;
	padding:0 0 15px 0;
	background:url(../common/line_dot.gif) bottom repeat-x;
}

.news-more-txt .ph {
	float:right;
	width:250px;
	margin-left:10px;
}

.news-more-txt .ph img {
	margin-bottom:10px;
}

.news-more-txt a:link,
.news-more-txt a:visited,
.news-more-txt a:hover,
.news-more-txt a:active {
	color:#e94b26;
	text-decoration:none;
}

.news-re {
	clear:both;
	width:600px;
	margin:0 auto;
	text-align:right;
}

