@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :style.css
 style info :インデックスのコンテンツエリア関係 他(会員インデックスも含)
=================================================================== */

/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/

#main_visual{
	height:213px;
	margin-bottom:20px;
	background:url(../common/image/bg_main.gif) repeat-x center top;
	text-align:center;
}

#main_visual img{
	vertical-align:bottom;
}
/*----------------------------------------------------
	新着情報
----------------------------------------------------*/

#information_area{
	position:relative;
	width:640px;
}

#information_area p.ichiran{
	position:absolute;
	top:8px;
	right:15px;
}

#information_area dl{
	overflow:hidden;
	width:638px;
	padding:13px 1px 13px 1px;
	background:url(../image/hr_01.gif) no-repeat top;
}

#information_area dl.firstChild{
	padding:15px 1px 13px 1px;
	background:none;
}

#information_area dl dt{
	float:left;
	width:63px;
	padding-left:6px;
}

#information_area dl dd{
	float:right;
	width:511px;
	padding:0 8px 0 17px;
}

/*----------------------------------------------------
	印刷設定
----------------------------------------------------*/

@media print {

#global_navi{
	display:none;
}
}