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

 file name  :import.css
 author     :yourName (admin)
 style info :各cssファイル読み込み用
=================================================================== */

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

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("/css/module.css");

/* all style
----------------------------------------------------------- */
@import url("/css/style.css");

/* thickbox style
----------------------------------------------------------- */
@import url("/css/thickbox.css");

/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("/css/print.css");

#header #main_img {
	width: 900px;
	height: 101px;
	background: url(/news/images/main_img.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#sub #l_Nav dt {
	background: url(../images/l_Nav_title.jpg) 0 0 no-repeat;
}

#sub #l_Nav ul li a {
	background: url(../images/l_Nav.jpg) 0 0 no-repeat;
}

#sub #l_Nav ul li#l_Nav01 a {
}

#sub #l_Nav ul li#l_Nav01 a.select,
#sub #l_Nav ul li#l_Nav01 a:hover,
#sub #l_Nav ul li#l_Nav01 a:active {
	background-position: -208px 0 !important;
}

#sub #l_Nav ul li#l_Nav02 a {
	background-position: 0 -42px;
}

#sub #l_Nav ul li#l_Nav02 a.select,
#sub #l_Nav ul li#l_Nav02 a:hover,
#sub #l_Nav ul li#l_Nav02 a:active {
	background-position: -208px -42px !important;
}

#main h2 {
	width: 655px;
	height: 28px;
	margin-bottom: 10px;
	padding: 0;
	background: url(../images/news_title.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#main h3 {
	margin-bottom: 7px;
	padding: 0;
	background: none;
}

#main p {
	padding: 0 12px;
}

#main dl {
	clear: both;
	margin-bottom: 12px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	overflow: hidden;
}

#main dl dt {
	float: left;
	width: 100px;
	padding-left: 12px;
}

#main dl dd {
	float: left;
	width: 520px;
}

#main {
width: 655px;
}