/* ページ構造 */
*{ margin: 0; padding: 0;	font-family:Arial; }

html,body{
	background-color: black;
	color: #333;
}
body {
	text-align:center;
}
img {
 border: none;
}

#wrapper{
	width:950px;
	margin:0 auto;
	position:relative;
}

#header{
    background-image:url(../pic/top_header.jpg);
    background-repeat:no-repeat;
	height: 460px;
	width: 950px;
}

#latest{
	position: absolute;
		top: 280px;
		left: 20px;
	height: 180px;
	width: 550px;
	text-align: left;
}
#CContents{
	width: 950px;
	text-align: left;
	background-color:#00468b;
}
#LContents{
	width: 610px;
	float:left;
	overflow:hidden;
	padding-top:10px;
	padding-left:20px;
}
div.topic {
	width: 165px;
	height: 300px;
	text-align: left;
	margin:10px 10px 10px 10px;
	float:left;
	overflow:hidden;
	background-image:url(../pic/frame.jpg);
    background-repeat:no-repeat;
	}

#RContents{
	width: 270px;
	text-align: center;
	overflow:hidden;
	margin-left:30px;
}
 
#footer{
	width: 950px;
	height: 60px;
	clear:both;
}
 /* 段落スタイル */
p, h1, h2, td, a {
	font-size:11.0pt;
	line-height: 130%;
	}
p
	{margin-right:0mm;
	margin-left:0mm;
	text-indent:0em;
	text-align:justify;
	}
div.topic p{
	font-size:10.0pt;
	padding:10px;
}

p.rc {
	text-align:center;
}
h1 {margin-top:5.0pt;
	margin-right:0mm;
	margin-bottom:0pt;
	margin-left:0mm;
	font-size:10.0pt;	
	}

h2	{margin-top:5.0pt;
	margin-right:0mm;
	margin-bottom:0pt;
	margin-left:0mm;
	text-align:center;
	font-size:10.0pt;
	}

a:link, a:visited {
	font-size: 10.0pt;
	text-decoration:none;	
	color : #000000;
}
a:active, a:focus, a:hover {
	font-size: 11.0pt;
	text-decoration:underline;	
	color : #000000;
}
.rc a:link,.rc a:visited {
	font-size: 10.0pt;
	text-decoration:none;	
	color : white;
}
.rc a:active,.rc a:focus,.rc a:hover {
	font-size: 10.0pt;
	text-decoration:underline;	
	color : white;
}
 /* 画像配置用 */
div.hidari {
	float: left;
    margin-right: 1em;
	margin-top: 2em;
    margin-bottom: 2em;
}
div.migi {
	float: right;
    margin-left: 1em;
	margin-top: 2em;
    margin-bottom: 2em;
}
div.naka {
	text-align: center;
	margin-top: 0.5em;
    margin-bottom: 0;
}
div.caption {
	text-align:center;
	font-size:11.0pt;
	margin-top: 5px;
	line-height: 100%;
}
div.credit {
	text-align:center;
	font-size:9.0pt;
	margin-top: 5px;
	line-height: 100%;
	font-family:"Arial Narrow";	
}
/* テーブル */
table {
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
td {
	font-size:11.0pt;
	border-color:#00468b;
	padding: 0.3em 1em;
	color: #fff;
}
table.latest a { /* 更新情報 */
	font-size:13pt;
	color:yellow;
	line-height: 15pt;
	vertical-align: middle;	
}
table.latest td { /* 更新情報 */
	font-size:13pt;
	color:yellow;
	line-height: 15pt;
	vertical-align: middle;	
}
table.white a { /* 更新情報 */
	margin: 0px 5px 0px 5px;
	font-size:11pt;
	line-height: 13pt;
	vertical-align: middle;	
	color:#ffffff;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 500px;
	 background-color: #00468b;
	 border: 1px dashed #333;
}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 12px;
	padding-bottom: 2px;
	color: #fff;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	color: #BEE1F6;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #BEE1F6;
}


