@charset "utf-8";


/*----------------------------------------
Default Setting
----------------------------------------*/

*{
	margin:0;
	padding:0;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	font-weight:normal;
	line-height:100%;
	border:0;
}
a,a:visited{
	color:#127bd3; text-decoration:none;
}
a:hover {
	color:#127bd3; text-decoration:underline;
}
#all_cts{
	margin:0 auto;
	width:900px;
}

/*----------------------------------------
Cover
----------------------------------------*/

#cover_img{
	height:400px;
}
#cover_img li{
	list-style:none;
}


/*----------------------------------------
Header
----------------------------------------*/

#hd{}
#hd div{
	float:right;
	width:527px;
	margin-top:12px;
}
#hd div h1{
	font-size:65%;
	line-height:140%;
	color:#808080;
}
#hd div p{
	margin-top:22px;
}


/*----------------------------------------
Body
----------------------------------------*/

#body_cts{
	clear:both;
	border-top:1px solid #bcbcbc;
	padding-top:25px;
	overflow:auto;/*下マージン潰れ回避用*/
}

/* Main space */

#body_cts .main{
	float:left;
	width:637px;
}

/* Banner */

#body_cts .main .bnr{}

/* News */

#news h2{
	margin-top:36px;
	padding-bottom:8px;
	border-bottom:1px solid #bcbcbc;
}
#news .goto_list{
	clear:both;
	overflow:auto;/*上空白潰れ回避用*/
	font-size:80%;
	line-height:150%;
	color:#666;
	text-align:right;
	padding-top:5px;
}
#news .line{
	float:left;
	padding:12px 0;
	border-bottom:1px solid #e4e4e4;
}
#news .line .date{
	float:left;/*下空白潰れ回避用*/
	width:94px;
	font-size:80%;
	line-height:150%;
	color:#666;
}
#news .line .cts{
	float:right;
	width:540px;
	font-size:80%;
	line-height:150%;
	color:#666;
}

/* Sub Space */

#body_cts .sub{
	float:right;
	width:215px;
}
#body_cts .sub h2{}
#body_cts .sub p{
	font-size:65%;
	line-height:140%;
	color:#808080;
	margin:5px 0 12px 0;
}
#body_cts .sub .pj_list ul{
	margin-top:10px;
}
#body_cts .sub .pj_list li{
	font-size:80%;
	list-style:none;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999;
}
#body_cts .sub .pj_list_title{
	color:#005e72;
	font-size:80%;
	font-weight:bold;
	line-height:135%;
}

/*----------------------------------------
Footer
----------------------------------------*/

#ft{
	clear:both;
	width:900px;
	margin-top:20px;
	border-top:1px solid #bcbcbc;
}
#ft p{
	text-align:left;
	font-size:65%;
	line-height:150%;
	color:#808080;
	padding:10px 0;
}

