@charset "Shift_JIS";

/* Home Page
------------------------------------------------ */
/* Service Navigation */
body.home div#mainimg{
	float:left;
	background:#666666 left top no-repeat;
	margin-top:10px;
	margin-bottom:25px;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	height:300px;
	width:898px;
	position:relative;
	border-top: 1px solid #999;
}

/* Structure: Main Column */
body.home div#mainColumn{
	float:left;
	width:660px;
}

/* Structure: Sub Column */
body.home div#subColumn{
	float:right;
	width:210px;
}

/* Modules: Main Column */
body.home #mainColumn div#informationArea{
	margin-bottom:25px;
}

body.home #mainColumn div#informationArea:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

body.home #mainColumn div#informationArea div#press,
body.home #mainColumn div#informationArea div#info{
	width:315px;
}

body.home #mainColumn div#informationArea div#press{
	float:left;
}

body.home #mainColumn div#informationArea div#info{
	float:right;
}

body.home #mainColumn div#informationArea h2{
	padding: 8px 15px;
	margin-bottom: 18px;
	color: #333333;
	font-weight: bold;
	background-image: url(../images/common/bg_h2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 130%;
}

body.home #mainColumn div#informationArea h2 span{
	display:block;
}

body.home #mainColumn div#informationArea dl.releaseList{
	margin:0;
	padding:0;
}

body.home #mainColumn div#informationArea dl.releaseList dt{
	margin:9px 0 0;
	width:auto;
}

body.home #mainColumn div#informationArea dl.releaseList dd{
	margin-top:0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

body.home #mainColumn div#informationArea dl.releaseList dd.lastItem{
	border-bottom:1px solid #ccc;
	background:none;
}

body.home #mainColumn div#informationArea dl.releaseList dd span.title{
	display:block;
	margin-left:0;
	padding-left:15px;
	background:url("../images/common/dd_dot.gif") 0 0.2em no-repeat;
	line-height:1.5;
}

body.home #mainColumn div#informationArea ul.linkList2{
	margin:0;
	padding-top:5px;
}


/* Modules: Sub Column */


	body.home #subColumn ul#bannerArea li{
	margin-bottom:7px;
	text-align:center;
}
