@charset "UTF-8";

@import "./base.css";

/* ================================================================================== 
★　CSS インフォーメーション　★
☆　お知らせ・イベント　☆

■１．news.html
■２．news_detail.html

===================================================================================== 

■１．news.html

================================================================================== */
.news-read{
	margin:0 0 15px;
	
	font-size:1.4em;
	line-height:1.6em;
}

.news-list{
	margin:15px 0;
	
	line-height:1.6em;
	font-size:1.2em;
}

dl.news-list dt {
	clear: left;
	float: left;
	width: 7em;
	padding: 10px;
}

dl.news-list dd {
	margin-left: 0;
	padding: 10px 10px 10px 8em;
	background:url(../images/dot_gray_alph.gif) repeat-x bottom;
}

dl.news-list dd a{
	color:#555;
	text-decoration:none;
}

dl.news-list dd a:hover{
	text-decoration:underline;
}


/* ================================================================================== 

■２．news_detail.html

================================================================================== */

.detail-content-ttl-end{
	padding:10px;
	overflow:hidden;
	_zoom:1;
	background:url(../images/detail_ttl_end02.gif) no-repeat bottom;
}

.detail-content-ttl-end h3{
	float:left;
	width:600px;
	padding:0 0 0 28px;
	color:#b47b2b;
	background:url(../../news/images/news_icon.gif) no-repeat left center;
	
	font-weight:bold;
	line-height:20px;
	font-size:1.4em;
}

.detail-content-ttl-end p{
	padding:0 10px 0 0;
	text-align:right;
	color:#b47b2b;
	line-height:20px;
	
	font-size:1.2em;
	overflow:hidden;
	_zoom:1;
}

.news-content-in{
	padding:25px 15px;
	background:url(../images/dot_gray_alph.gif) repeat-x bottom;
	
	font-size:1.2em;
	line-height:1.7em;
}

.news-content-txt{
	margin:0 0 15px;
	overflow:hidden;
	_zoom:1;
}

.news-content-txt p{
	overflow:hidden;
	_zoom:1;
}

.news-content-txt p.positionR{
	margin:0 0 0 15px;
}

.news-data-in{
	margin:20px 0;
	background:url(../../news/images/news_frame_in.gif) repeat-y;
}

.news-data-top{
	background:url(../../news/images/news_frame_top.gif) no-repeat top;
}

.news-data-end{
	padding:10px 20px;
	background:url(../../news/images/news_frame_end.gif) no-repeat bottom;
	overflow:hidden;
	_zoom:1;
	
	text-align:left;
}

.news-data-end table{
	border-collapse:collapse;
}

.news-data-end th{
	padding:2px 10px 2px 0;
	font-weight:normal;
	text-align:left;
}

.news-data-end td{
	padding:2px 3px 2px 0;
	text-align:left;
}



.news-page{
	margin:15px auto;
	width:705px;
	overflow:hidden;
	_zoom:1;
}

.news-page p{
	float:left;
	width:505px;
	text-align:center;
	
	font-size:1.2em;
}

.news-page p.positionL {
	width:100px;
	text-align:left;
}

.news-page p.positionR {
	width:100px;
	text-align:right;
}


.news-page p img{
	margin-right:5px;
	vertical-align:middle;
}

.news-page p.positionR img{
	margin-left:5px;
	vertical-align:middle;
}

.news-page p {
	color:#bc863e;
}

.news-page p strong{
	color:#555;
	font-weight:normal;
}

.news-page p a{
	padding:3px;
	color:#bc863e;
	text-decoration:none;
}

.news-page p a:hover{
	text-decoration:underline;
}




