@charset "Shift_JIS";

@import "../common/common.css";

/* =============================================
           　トップページ専用CSS
============================================= */

/* ヘッダnavi 背景------ */
#navi ul {
	background: url(../common/img/head_navi_bg.gif) no-repeat;
}


#top {
	width: 100%;
/*
	background: url(slash_bg.gif) repeat left top;
*/
	border-top: 1px solid #FFFFFF;
	font-size: 0.95em;
}

#top_in{
	width: 800px;
	margin:0 auto 0 0;
	padding-bottom: 35px;
	background: #FFFFFF;
}

#top_main {
	margin-bottom: 20px;
}




/* what's new */
#top_whats {
	float: left;
	width: 485px;
	margin-left: 45px;
	display: inline;
}

#top_whats h2 {
	float: left;
	width: 200px;
	padding-bottom: 3px;
}

#btn_list {
	float: right;
	width: 52px;
}

#top_whats_list {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #CCDCF8;
}

#top_whats table {

}


#top_whats th,
#top_whats td {
	font-size: 12px;
	line-height: 1.3;
	vertical-align: top;
	padding: 3px 0 3px 15px;
}

#top_whats th {
	background: url(../common/img/side_icon.gif) no-repeat 0 0.5em;
	color: #357AE3;
}


/* バナー */
#top_banner {
	float: right;
	width: 210px;
	margin-right: 17px;
	display: inline;
}

#top_banner ul {
	list-style: none;
}

#top_banner li {
	margin-bottom: 3px;
}


