@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 style info :各共通CSSファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default.css");

/* ナビゲーション用
----------------------------------------------------------- */
@import url("navi.css");

/* レイアウト用
----------------------------------------------------------- */
@import url("layout.css");

/* 共通スタイル用
----------------------------------------------------------- */
@import url("style.css");

/* ヘッダー用
----------------------------------------------------------- */
@import url("header.css");

/* フッター用
----------------------------------------------------------- */
@import url("footer.css");

/* ボタン用
----------------------------------------------------------- */
@import url("btn.css");
/* ----------------------- Basic Style */
/* ------------ Font Style */
#body2 {
	color:#191919;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
	background-repeat: no-repeat;









	background-image: url(../image/bg/bgtest.jpg)
.png)
.png);
	height: auto;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bg/body2.gif);
}
#body3 {
	background-image: url(../image/bg/top_bg.gif);
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
#top_body {
	color:#191919;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
	background-repeat: no-repeat;




	background-image: url(../image/bg/bgtest.jpg)
.png)
.png);
	background-position: left 150px;
	background-color: #000;
	background-image: url(../image/bg/top_bg.gif);
}



#flash {
	height: 250px;
	width: 830px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}


#news {
	height: 160px;
	width: 480px;
	background-image: url(../image/bg/news.png);
	float: left;
	padding-top: 40px;
	padding-left: 20px;
}

#news dl {
	color: #FFF;
	width: 460px;
	height: 140px;
	overflow: auto;
	font-size: 13px;
}
#news dt {
	font-weight: bold;
	margin-top: 10px;
}
#news dd {
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 430px;
}
#news p {
	color: #FFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	padding-bottom: 2px;
}

