@charset "Shift_JIS";
/* ===================================================================
CSS information

 file name  :import.css
 author     :株式会社エージス東京
 style info :各CSSファイル読み込み用
=================================================================== */

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

/* レイアウトの基本設定
----------------------------------------------------------- */
@import url("layout.css");

/* 共通のスタイル指定
----------------------------------------------------------- */
@import url("module.css");

/* コンテツ内のスタイル指定
----------------------------------------------------------- */
@import url("contents.css");

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

/* ヘッダースタイル
----------------------------------------------------------- */
@import url("header.css");

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

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

/* トップページ要素
---------------------------------------- */
.indexBody #contents h2	{
	margin-bottom: 15px;
	background: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0;
	padding-right: 0;
	padding-left: 10px;
	font-size: 12px;
	color: #666666;
	padding-bottom: 10px;
}
.indexBody #contents h3	{
	margin-bottom: 5px; padding:0;
	background: none;
}
.indexBody #contents p	{
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 20px;
}
.indexBody #mainv {
	height: 350px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-repeat: no-repeat;
	margin-top: 2px;
	background-image: url(/image/index/main.jpg);

}
.indexBody  #mainv  p {
	padding-left: 729px;
	padding-top: 293px;

}
.indexBody #contents dl	{
	height: 120px;
	overflow: auto;
	padding-bottom: 5px;
	padding-top: 5px;
}

.indexBody #contents dt	{
	width: 110px;
	padding: 5px 5px 5px 40px;
	color: #666666;
}
.indexBody #contents dt.new	{
	background: url(../image/icon/new.gif) no-repeat center left;
}
.indexBody #contents dd	{
	padding: 5px 5px 5px 170px;
	border-bottom: 1px dotted #D1D1D1;
	margin-top: -29px;
	color: #666666;
	background-image: url(../image/icon/new_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
}
