@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");*/

/* トップページ要素
---------------------------------------- */
.templateBody #contents h2	{
	background: none;
	margin-bottom: 10px;
}
.templateBody #contents h3.text	{
	margin-bottom: 5px;
	font-size: 12px;
	color: #666666;
	background-image: url(/common/image/bg/h3.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-top: 5px;
}
.templateBody #contents h4.text	{
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFA629;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.templateBody #contents p.text	{
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

