@charset "EUC-JP";

/*-------------------------------------

screen.css

author: name（admin）
info: pc設定
-------------------------------------*/

/* 看板
-------------------------------------*/
#billboard{
	width:900px;
	float:left;
	margin:0 auto;
	padding:0 0 0 29px;
	text-align:center;
}
*html #billboard{
	width:900px;
	padding:0;
	margin-left:9px;
}

/* 新着情報
-------------------------------------*/
h2#sh-news{
	float:left;
	width:558px;
	height:21px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/sh_news.png) no-repeat 0 0;
}
#whats-new{
	width:546px;
	height:140px;
	float:left;
	text-align:left;
	padding:10px 0 0 10px;
	border:solid 1px #888888;
	border-width:0 1px 1px;
	background:#fff;
}
*html #whats-new{
	width:558px;
	height:150px;
}
#news-list{
	width:534px;
	height:120px;
	float:left;
	overflow:auto;
	padding:0;
	border:solid 1px #b3b3b3;
	scrollbar-base-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-arrow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ededed;
}
*html #news-list{
	width:536px;
}
#whats-new li{
	width:506px;
	float:left;
	padding:6px 0 6px 10px;
	border-bottom:solid 1px #b3b3b3;
}
*html #whats-new li{
	width:516px;
}
#whats-new li a{
	font-size:12px;
	width:490px;
	float:left;
	padding:0 0 0 16px;
	background:url(../common/img/icon01.png) no-repeat left center;
}
#whats-new li a:hover{
	background:url(../common/img/icon02.png) no-repeat left center;
}
#whats-new li a .new01{
	float:left;
	width:92px;
}
#whats-new li a .new02{
	float:right;
	width:393px;
}
#whats-new li a .new03{
	float:left;
	width:73px;
}
#whats-new li a .new04{
	float:left;
	width:138px;
}

/* 新着情報別窓
-------------------------------------*/
/* ボディー */
#news{
	margin:0;
	padding:0;
	text-align:center;
}

/* 新着情報窓 */
#news-window{
	width:540px;
	margin:0 auto;
	padding:0;
}

/* 閉じる */
.news-close{
	width:520px;
	padding:5px 10px;
	margin:0;
	background:#f0f0f0;
	float:left;
	border:solid 1px #ccc;
	border-width:0 1px;
}
*html .news-close{
	width:540px;
}
.news-close a{
	width:51px;
	height:13px;
	float:right;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/news_close.gif) no-repeat 0 0;
}

/* 新着見出し */
#news-window h1{
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:540px;
	height:63px;
	background:url(../img/news_title.gif) no-repeat center bottom;
	border:solid 1px #ccc;
	border-width:0 1px;
	margin:0;
	padding:0;
}

/* ナビゲーション */
#news-navi{
	float:left;
	width:500px;
	margin:0;
	padding:20px;
	list-style-type:none;
	border:solid 1px #ccc;
	border-width:0 1px;
}
*html #news-navi{
	width:540px;
}
#news-navi li{
	float:left;
	width:250px;
	margin:0 10px 0 0;
	height:13px;
	list-style-type:none;
}
#news-navi li a{
	display:block;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
}

/* 前へ */
#news-navi li.news-back{
	float:left;
}
#news-navi li.news-back a{
	float:left;
	width:88px;
	background:url(../img/news_back.gif) no-repeat 0 0;
}
#news-navi li.news-no-back{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:88px;
	background:url(../img/news_no_back.gif) no-repeat left top;
}

/* 次へ */
#news-navi li.news-next{
	float:right;
}
#news-navi li.news-next a{
	float:right;
	width:83px;
	background:url(../img/news_next.gif) no-repeat 0 0;
}
#news-navi li.news-no-next{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	width:83px;
	background:url(../img/news_no_next.gif) no-repeat right top;
}
#news-navi li a:hover{
	background-position:0 -13px;
}

/* 新着本文 */
#news-body{
	text-align:left;
	width:500px;
	padding:0 20px 10px;
	margin:0;
	float:left;
	border:solid 1px #ccc;
	border-width:0 1px 1px;
	list-style-type:none;
}
*html #news-body{
	width:540px;
}
#news-body li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#news-body h2{
	color:#333;
	border:solid 1px #888888;
	border-width:0 0 1px 4px;
	margin:0 0 5px;
	padding:2px 0 2px 8px;
	font-size:16px;
}
#news-body h3{
	color:#666;
	margin:0 0 20px;
	font-size:13px;
	padding:0 0 2px;
	border-bottom:dotted 1px #ccc;
}
#news-body li.news-img{
	width:240px;
	float:left;
	padding:0;
}
#news-body .news-txt{
	width:250px;
	float:right;
	padding:0;
	line-height:1.5;
	font-size:13px;
}

/* フッター */
#news-footer{
	width:540px;
	float:left;
	text-align:center;
	padding:5px 0;
	font-size:12px;
}