@charset "utf-8";
/* CSS Document */
@import url("init.css");
@import url("basement.css");

/*wrapperの上書き*/
div#content_area{
	background: url(../images/common/main_tonakai_bg.gif) repeat-y;
	margin:0 0 40px 0;
	padding:0 0 0 20px;
}

/*///////////////////////////////////////////////////////////////////
//メインエリア
///////////////////////////////////////////////////////////////////*/
div#main{
	width:660px;
	float:left;
}
h2#astronews{
	background:url(../images/astronews/main_astronews_h2.gif) no-repeat;
	width:100%;
	height:0;
	margin:0 0 20px 0;
	padding:49px 0 0 0;
	overflow:hidden;
	white-space:nowrap;
}
div#main div.content_block{
	margin:0 0 10px 0;
	position:relative;
}
div#main div.content_block h3{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	white-space:nowrap;
}
#astronews_h3_01{
	background: url(../images/astronews/main_astronews_h3_01.gif) no-repeat;
	height:14px;
}
#astronews_h3_02{
	background: url(../images/astronews/main_astronews_h3_02.gif) no-repeat;
}
div#main div.content_block h4{
	background-image:none;
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:16px;
	color:#333;
}
div#main div.content_block h5{
	background: url(../images/astronews/main_aboutus_h4_bullet.gif) 0px 5px no-repeat;
	margin:0 0 10px 20px;
	padding:0 0 0 18px;
	color:#333;
	font-weight: bold;
	font-size: 16px;
}

div#main div.content_block h4{
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:16px;
	color:#008842;
}

div#main div.content_block p{
/*	margin:0 0 15px 20px;*/
	line-height:1.65;
	font-size:14px;
}
div#main div.content_block span.strong{
	line-height:1.65;
	font-size:14px;
	color:#008842;
}
div#main div.content_block span.cc3300{
	line-height: 1.65;
	font-size: 14px;
	color: #C30;
}
div#main div.content_block p.date{
	text-align:right;
	margin-top:5px;
}
div#main div.content_block p.more{
	font-size:10px;
	text-align:right;
}
div#main div.content_block a.more{
	font-size:10px;
}
div#main div.content_block a{
	font-size:14px;
}
div#main div.content_block img.left{
	float:left;
	margin-right:10px;	
}
div#main div.content_block img.right{
	float:right;
	margin-left:10px;
}
div#main div.content_block hr{
	margin:0 0 20px 20px;
	border-top: 1px dotted #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
div#main div.content_block dl{
	margin:0 0 15px 20px;
}
div#main div.content_block dl dt{
	background: url(../images/astronews/main_guide_h4_bullet.gif) 0px 5px no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 18px;
	font-weight: bold;
	font-size: 16px;
}
div#main div.content_block dl dt.no_bullet{
	background: none !important;
	margin:0 0 5px 0;
	padding:10px 0 0 0 !important;
	font-weight: bold;
	font-size: 16px;
}
div#main div.content_block dl dd{
	font-size:14px;
}

/*astronews-topで使用*/


.newContents {
	border-left:1px solid #c67509;
	border-right:1px solid #c67509;
	border-bottom:1px solid #c67509;
}
ul.contentsIndex li {
	height:115px;
}
ul.contentsIndex li .txt {
	font-size:14px;
}
ul.contentsIndex li h5 {
	font-size:12px !important;
}
ul.contentsIndex li p {
	font-size:12px !important;
	margin:0 !important;
	width:100%;
}



/*a000000で使用*/
div.lead-right{
	width:200px;
	float:right;
	margin:0;
}
div.lead-left{
	width:420px;
	float:left;
	margin:0;
}
div.lead-right p.more{
	text-align:right;
	font-size:10px;
}

/*メタボックス*/
div#main div.content_block p.metabox{
	width:250px;
	background: #e9f3d2;
	border:1px solid #8FC31F;
	padding:10px 10px 10px 10px;
}
/*メタボックス ul*/
div#main div.content_block ul.metabox2{
	width:250px;
	background: #e9f3d2;
	border:1px solid #8FC31F;
	margin:0 0 15px 20px;
	padding:10px 10px 10px 10px;
}
div#main div.content_block ul.metabox2 li{
	display: inline;
	padding:0 30px 0 0 ;
	white-space: nowrap;
	font-size:14px;
}

/*幅450*/
div#main div.content_block .w450{
	width:450px;
}

/*ボタン系*/
div#btn1reg,
div#btn2chg,
div#btn3ccl
{
	position: absolute;
	width:180px;
	height:36px;
	top: 45px;
	right:0;
}
div#btn1reg a{
	display: block;
	background: url(../images/astronews/main_guide_btn_1reg.gif) no-repeat;
	width:180px;
	height:0;
	padding:36px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
}
div#btn2chg a{
	display: block;
	background: url(../images/astronews/main_guide_btn_2chg.gif) no-repeat;
	width:180px;
	height:0;
	padding:36px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
}
div#btn3ccl a{
	display: block;
	background: url(../images/astronews/main_guide_btn_3ccl.gif) no-repeat;
	width:180px;
	height:0;
	padding:36px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
}
	
div#btn1reg a:hover,
div#btn2chg a:hover,
div#btn3ccl a:hover
{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* top */
/*///////////////////////////////////////////////////////////////////
//右サイドバー
///////////////////////////////////////////////////////////////////*/
div#sidebar{
	width:240px;
	height:100%;
	float: right;
	position: relative;
	padding:0 20px 0 0;
}

/*吹き出し*/
div#fuki p{
	position: absolute;
	width:220px;
	left: 10px;
	top:10px;
	font-size:14px;
}
div#fuki p a{
	font-size:14px;
}