@charset "utf-8";
@import url("reset.css");
@import url("styling.css");

/* レイアウト-ヘッダー */
#header {
	height: 100px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#menu {
	clear:both;
	height: 57px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* レイアウト-コンテンツエリア*/
#wrapper{
	width:830px;
	margin:0px auto;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#content {
	float: left;
	padding-left:28px;
	width:530px;
	padding-bottom: 70px;
}
#subContent{
	float:right;
	width:230px;
	padding-left:14px;
	padding-right:28px;
	padding-bottom: 70px;
	}

/* レイアウト-フッター */
#footer {
	clear:both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
}

/* レイアウト-ヘッダー 詳細*/
#header_box{
	margin:0px auto;
	width:830px;
}
#logo{
	float: left;
}
#header-navi{
	float:right;
	text-align: right;
	padding-right: 10px;
}
#header-navi ul li{
	background-image: url(../images/header_li_arrow.jpg);
	background-repeat: no-repeat;
	display: inline;
	font-size: 10px;
	margin-left:8px;
	padding-top:1px;
	padding-left:15px;
}
/* レイアウト-メニュー詳細*/
#menu_box{
	margin:0px auto;
	text-align: center;
	width:800px;
}

/* レイアウト-コンテンツ詳細*/
#whatsNew{
	margin-bottom:10px;
}
#whatsNew .rss-box {
	 margin: 0px;
	 padding: 0px;
}
#whatsNew .rss-item  {
  margin: 0px 0;
}
#whatsNew .rss-title, rss-title a {
	margin: 0px 0;
	padding: 0;
}

#whatsNew ul li{
	background-image: url(../images/contents_li_arrow.jpg);
	background-repeat: no-repeat;
	margin-left:8px;
	padding-top:3px;
	padding-left:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}
#searchRssult{
	position: relative; /* 子ボックスへの基準 */ 
	display: inline;
	font-size:80%;
	line-height: 1.2em;
	letter-spacing: 0.6pt;
}
#searchRssult a{
	text-decoration: underline;
}
.searchRssult_box1{
	position: absolute; /* 絶対位置で指定(親ボックスを基準) */ 
	top: 50px;          /* 上から30px */ 
	left: 8px;        /* 左から200px */
	width:160px;
}
.searchRssult_box2{
	position: absolute; /* 絶対位置で指定(親ボックスを基準) */ 
	top: 50px;          /* 上から30px */ 
	left: 188px;        /* 左から200px */ 
	width:160px;
}

#specialInfo{
	margin-top:10px;
	margin-bottom:10px;
}
#specialInfo .postBox{
	float: left;
	width:265px;
	margin-bottom:10px;
}
#specialInfo .images{
	float: left;
	width:100px;
	height:75px;
	padding:6px;
	border: 1px solid #CCCCCC;
	margin-right:5px;
}
#specialInfo .entry{
	font-size:11px;
	line-height: 1.3em;
}

/* */
.navigation{
	font-size: 90%;
	margin-top: 10px;
}
.alignleft{
float:left;
}
.alignright{
float:right;
}

#Link1{
	padding-left:10px;
	margin-bottom: 20px;
}
#Link1 li{
	background: url(../images/contents_li_arrowy.jpg) no-repeat;
	padding-left:15px;
	line-height: 1.3em;
}
.linkBox{
	float: left;
	width:240px;
	margin-right:10px;
}
#Link1 h3{
	font-size: 100%;
	font-weight: bold;
	color: #FF6600;
}
#Link2 img{
	padding:5px;
}
#Link2 h3{
	display: none;
}

/* レイアウト-フッター詳細 */
#footMenu ul{
	text-align: center;
	padding-top: 30px;
}
#footMenu ul li{
	display: inline;
	font-size: 10px;
}
#copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0000FF;
	text-align: center;
}

