@charset "UTF-8";
@import "common.css";
@import "corner.css";
@import "ui.tabs.css";

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

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

.news-box {
	clear:both;
	width:644px;
	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:557px;
	padding-left:12px;
	background:url(../common/icon_maru01.gif) 0 7px no-repeat;
}

/*tab*/

#newstab {
	width:674px;
}

.ui-tabs-panel {
	width:664px;
}

#newstab li {
	margin-bottom: 0;
}


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

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

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

.news-more-ttl {
	width:638px;
	margin-bottom:15px;
	padding:0 10px 7px 10px;
	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:1.2em;
	font-weight:bold;
}

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

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

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

.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:#0080e2;
	text-decoration:none;
}

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


