@charset "utf-8";

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

　【 News css 】

　1. 共通設定
　2. お知らせ（一覧）
　2. お知らせ（詳細）

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

/*----------------------------------------------------------------
　1. 共通設定
----------------------------------------------------------------*/

#gloval ul { width:820px; padding:0; background:#2F37A9; }

.lead {
	font-size:75%;
	line-height:160%;
	margin:24px 5px 0 0;
}

.pagemenu {
	background:url(../common/images/line_dot_01.gif) repeat-x bottom;
	margin:30px 0 20px 0;
	padding:0 0 25px 5px;
}

.pagemenu02 {
	background:url(../common/images/line_dot_01.gif) repeat-x top;
	margin:10px 0 20px 0;
	padding:10px 0 0 5px;
}

.pagemenu .number,
.pagemenu02 .number { float:left; }

.pagemenu  .number li,
.pagemenu02 .number li {
	display: block;
	float:left;
	margin-right: 2px;
	padding: 0;
	background: none;
	border: 1px solid #CCC;

	font-size: 65%;
	line-height: 100%;
}

.pagemenu .number li span,
.pagemenu02 .number li span {
	display:block;
	width:16px;
	height: 16px;
	margin: 0;
	padding: 1px;
	text-align:center;
}

.pagemenu .number li.active span,
.pagemenu02 .number li.active span {
	background:#EEE;
	padding: 3px 0 0 0;
	color:#333;
	text-align:center;
	font-weight:bold;
}

.pagemenu .number li a,
.pagemenu02 .number li a {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align:center;
	text-decoration:none;
}

.pagemenu .number li a:hover,
.pagemenu02 .number li a:hover {
	background:#EEE;
	color:#333;
	font-weight:bold;
}

.pagemenu .next,
.pagemenu02 .next { float:right; }

.pagemenu .next li,
.pagemenu02 .next li {
	background:url(../common/images/icon_arrow_01.gif) no-repeat 0 20px;
	padding:16px;
	font-size:65%;
	line-height:135%;
	margin:-17px -10px 0 5px;
	float:left;
	color:#CCC;
}

/*----------------------------------------------------------------
　2. お知らせ一覧
----------------------------------------------------------------*/


#list-News .item {
	width:580px;
	margin:25px 0 20px 12px;
}

#list-News li {
	list-style-position: outside;
	background:url(../common/images/icon_arrow_01.gif) no-repeat 3px 2px;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px; 
	font-size:75%;
	line-height: 150%;
}

#list-News li .date {
	display: block;
	margin: 0 0 2px 0;
	padding: 1px 0 0 0;
	font-size: 95%;
	line-height: 100%;
	letter-spacing: 0em;
	vertical-align: middle;
}

*html #list-News .item {
	margin:20px 0 20px 12px;
}

*:first-child+html #list-News .item {
	margin:20px 0 20px 12px;
}

*html #list-News li {
	background:url(../common/images/icon_arrow_01.gif) no-repeat 3px 6px;
}

*:first-child+html #list-News li {
	background:url(../common/images/icon_arrow_01.gif) no-repeat 3px 6px;
}

*html #list-News li .date {
	margin: 0;
	padding: 0;
	font-size: 85%;
	letter-spacing: 0;
 }
*:first-child+html #list-News li .date {
	margin: 0;
	padding: 0;
	font-size: 85%;
	letter-spacing: 0;
 }
 
/*----------------------------------------------------------------
　3. お知らせ詳細
----------------------------------------------------------------*/

#details-News {
	margin: 0 10px 35px 10px;
}

#details-News .date {
	display: block;
	margin: 0 0 5px 0;

	color: #2F37A9;
	font-size: 65%;
	line-height: 100%;
	font-weight: bold;
}

#details-News h2 {
	margin: 0 0 35px 0;
	padding: 0;

	color: #333;
	font-size: 120%;
	line-height: 135%;
	font-weight: bold;
}

#details-News p {
	margin: 0 0 20px 10px;
	font-size: 75%;
	line-height: 160%;
}

#details-News img {
	float: right;
	margin: 3px 5px 20px 15px;
	width: 240px;
	height: 180px;
}

#details-News .contributor {
	margin: 0 5px 0 0;
	font-size: 75%;
	line-height: 100%;
	text-align: right;
}

/*----------------------------------------------------------------
　0. RSSとは
----------------------------------------------------------------*/

#RSS #header {
	min-width:460px;
	margin:0 auto;
	background:url(../common/images/bg_header.gif) repeat-x;
	height:30px;
	}
	
#RSS #header .inner {
	width:460px;
	margin:0 auto;
	}

#RSS #header .submenu {
	float:right;
	position:relative;
	width:120px;
	top:5px;
	}

#RSS #wrapper {
	margin:0 auto;
	padding: 0;
	width:460px;
	background: #FFF;
	text-align:left;
	}

#RSS #container {
	margin:0 25px;
	width:410px;
	background:url(../common/images/bg_side.gif) repeat-y;
	text-align:left;
	}

#RSS #content {
	width:410px;
	margin:0;
	padding-bottom:35px;
	float:left;
	background:#FFF;
	}

#RSS .copyright {
	clear:both;
	min-width:460px;
	background:#1B2071;
	color:#FFF;
	font-size:65%;
	padding:9px 0 7px 0;
	}

#RSS .copyright .inner {
	width:450px;
	text-align:right;
	margin:0 auto;
	}

#RSS #popup h1 {
	font-size:75%;
	line-height:160%;
	margin:25px 0 15px 0;
}

#RSS #popup .lead {
	font-size:75%;
	line-height:160%;
	margin:0;
	padding: 0;
}

#RSS #popup .lead img {
	float: right;
	margin: 3px 0 10px 15px;
}

