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

 file name  :import.css
 author     :株式会社エージス東京
 style info :サイトマップ用
=================================================================== */

/* リセット及び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");*/

/* サービス案内要素
---------------------------------------- */
.serviceBody #contents .main h3	{
	padding-top:0;
}
.serviceBody #contents .main .column, .serviceBody #contents .main .service	{
	padding: 20px 15px 10px;
	margin-bottom: 30px;
	border: 1px dotted #BBB;
}
.serviceBody #contents .main .column:hover	{
	background: #F4F4F4;
}
.serviceBody #contents .main .pickup	{
	width: 520px;
	background: #F8FBFD;
	border: 1px dotted #58C8FD;
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.serviceBody #contents .main dl.faq	{
	width: 520px;
	background: #F8FBFD;
	border: 1px dotted #58C8FD;
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.serviceBody #contents .main dl.faq dt	{
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	color: #006699;
}
.serviceBody #contents .main dl.faq dd	{
	margin-top: 5px;
}
.serviceBody #contents .main .column p.imgArea, .serviceBody #contents .main .service p.imgArea	{
	margin: 0 -10px 10px;
}
.serviceBody #contents .main .column p.imgArea img, .serviceBody #contents .main .service p.imgArea img	{
	border: 1px solid #DDD;
}
.serviceBody #contents .main .column .textL	{
	width: 260px;
	float: left;
}
.serviceBody #contents .main .column .textR	{
	width: 260px;
	float: right;
}
dl.Adv {
	background-color: #F8FBFD;
	border: 1px dotted #58C8FD;
	padding: 20px;
}
dl.Adv dt{
	font-size: 14px;
	margin-bottom: 5px;
}
dl.Adv dd{
	margin-bottom: 30px;
	padding-left: 14px;
}
.alignR {
	text-align: right;
}

