@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(/gentris/images/main_img.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

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

#sub #l_Nav ul li a {
	background: url(/gentris/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;
}

#main h3 {
	margin-bottom: 7px;
}

#main p {
	padding: 0 12px;
}


#main h3#msg {
	margin: 30px;
	padding: 0;
	background: none;
}

#main #pgx_list {
	margin-bottom: 20px;
	padding-bottom: 85px;
	background: url(/gentris/images/index/bg.gif) 20px bottom no-repeat;
}

#main #pgx_list dl {
	margin-bottom: 15px;
}

#main #pgx_list dl dt {
	margin-bottom: 10x;
	font-weight: bold;
}

#main #gentris_info {
	margin: 12px;
	padding: 7px 10px;
}

#main #gentris_info dt {
	margin-bottom: 2px;
	padding-left: 14px;
	background: url(/images/item/l_dot_mark.jpg) 1px 0.3em no-repeat;
	font-weight: bold;
}

#main #gentris_info dd {
	padding-left: 14px;
}

#main #address_info {
	width: 630px;
	padding-left: 20px;
	margin-top: 30px;
}

#main #address_info #logo_area {
	float: left;
	width: 105px;
}

#main #address_info #logo_area img {
	margin-bottom: 10px;
}

#main #address_info address {
	float: left;
	padding-left: 30px;
}

#main a:hover img,
#main a:active img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
