@charset "utf-8";
/* ===================================================================
CSS information

 file name  :news.css
 author     :Ability Consultant
style info  :新着情報設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

#main {
	width: 695px;
	padding: 0 0 0 15px;
}

/* #page 背景画像 */
#news #page {
	background: url(../images/top/bg_image.jpg) no-repeat center 0;
}

/* #titleimage ヘッダ画像 */
#news #header #titleimage {
	background: url(../news/images/img_pagetitle.jpg) no-repeat center 0;
}


/* ブログ詳細設定
----------------------------------------------------------- */
#news div.disnone_box h3.base_title{
	border-top:2px solid #768FBE;
	margin:0 0 15px 0;
	padding:5px 0 0 0;
}


/* 記事のタイトル */
.entry h2 {
	background:url(../news/images/st_kizititle.gif) left top no-repeat;
	height:50px;
	color:#ffffff;
	padding:9px 0 0 37px;
}

#gEntryAdContainer{
	border:1px solid #CCCCCC;
	margin:50px auto 30px;
	width:400px;
	padding:10px!important;
	font-weight:normal!important;
	color:#656565!important;
}

#gEntryAdContainer a.externalLink span{
	font-weight:normal!important;
	color:#656565!important;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #main {; display: inline;}