@charset "utf-8";
/* ===================================================================
CSS information

 file name  :news.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* 各ページタイトル画像
----------------------------------------------------------- */
#news #header h1 {
	background:url(../news/images/title.jpg) center 0 no-repeat;
}




/* .con_intro		INTRO
----------------------------------------------------------- */
#news #main .con_intro {
	margin-bottom:30px;
	width:705px;
}

#news #main .con_intro p {
	margin-top:15px;
}


/*	.con_news		記事雛形	
----------------------------------------------------*/
#news #main .con_news {
	margin-top:20px;
	width:705px;
	overflow:hidden;
	border-bottom:1px dotted #DADCDE;
}

#news #main .con_news a {
	padding:10px 0 10px 30px;
	width:100%;
	height:100%;
	text-decoration:none;
	cursor:pointer;
	display:block;
	overflow:hidden;
}

#news #main .con_news a:hover {
	background-color:#F5F5F5;
}


#news #main .con_news .img_l {
	margin-right:20px;
	padding:4px;
	border:1px solid #D8D1D1;
}

#news #main .con_news .con_news_r {
	width:450px;
	float:left;
}

#news #main .con_news .con_news_r .box_st {
	padding-left:20px;
	background:url(../news/images/st_line.gif) left top repeat-y;
}

#news #main .con_news .con_news_r .box_st span {
	font-size:85%;
}

#news #main .con_news .con_news_r .box_st h3 {
	font-size:100%;
	color:#506FA0;
	margin-bottom:15px;
}


/*	.con_detailed		詳細記事雛形	
----------------------------------------------------*/
#news #main .con_detailed {
	margin:0 auto;
	padding-bottom:30px;
	width:705px;
	border-bottom:1px dotted #DADCDE;
}

#news #main .con_detailed .box_st {
	margin-bottom:20px;
	padding:25px 0;
	height:19px;
	background:url(../news/images/bg_st.gif) left top repeat-y;
}

#news #main .con_detailed .box_st h3 {
	margin-bottom:15px;
	padding-left:20px;
	font-size:100%;
	font-weight:bold;
	color:#000;
	background:url(../news/images/ic_st.gif) 0 center no-repeat;
}

#news #main .con_detailed span {
	padding-left:30px;
	font-size:85%;
}

#news #main .con_detailed .img_big {
	margin:15px 0 25px 0;
	text-align:center;
}

#news #main .con_detailed .txt_detailed {
	margin:0 30px 0 auto;
	width:645px;
}

#news #main .con_detailed .btn_postlist {
	margin:30px 30px 0 0;
	text-align:right;
}

#news #main .con_detailed .btn_postlist a {
	color:#7EC4A8;
}


/*	.con_navi		記事カブメニュ	
----------------------------------------------------*/
#news #main .con_navi {
	margin:0 0 0 auto;
	padding:15px 0;
	width:675px;
	overflow:hidden;
}

#news #main .con_navi ul li{
	padding:0 5px;
	display: inline;
	border-right:1px solid #666666;
}

#news #main .con_navi ul li.noline{
	border-right:none;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


