@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :yourName (admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default.css");

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("module.css");

/* all style
----------------------------------------------------------- */
@import url("style.css");

/* thickbox style
----------------------------------------------------------- */
@import url("thickbox.css");

/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("print.css");

body {
	background: url(/images/top/body_bg.jpg) 0 0 repeat-x;
}

#header {
	height: 445px;
	margin-bottom: 18px;
}

#header #main_img {
	width: 900px;
	height: 286px;
	background: url(/images/top/main_img.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#contents {
	width: 900px;
	margin-top: 0;
	padding: 0;
}

#main {
	float: left;
	width: 637px;
	padding-left: 1px;
}

#sub {
	float: right;
	width: 220px;
	padding: 7px 3px 0 7px;
	background-color: #ebe9de;
}

#contents #main #whats_new {
	margin-bottom: 20px;
}

#contents #main #whats_new h2 {
	width: 637px;
	height: 30px;
	margin-bottom: 10px;
	background: url(/images/top/whats_new.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#contents #main #whats_new dl {
	clear: both;
	width: 637px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

#contents #main #whats_new dl dt {
	float: left;
	width: 80px;
}

#contents #main #whats_new dl dd {
	float: right;
	width: 540px;
}

#contents #main #about h2 {
	width: 637px;
	height: 30px;
	margin-bottom: 10px;
	background: url(/images/top/about_us.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#contents #main #about p#about_msg {
	padding: 14px 7px;
	background-color: #f4f5f7;
}

#contents #sub ul li {
	margin-bottom: 10px;
}

#contents #sub ul li a {
	display: block;
	width: 214px;
	height: 50px;
}

#contents #sub ul li a.border1 {
	border: 1px solid #fff;
}

#contents #sub ul li a.border2 {
	border: 1px solid #ccc;
}

#contents #sub ul li a:hover,
#contents #sub ul li a:active {
	border: 1px solid #69c;
}
