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

/* 制作実例要素
---------------------------------------- */
.caseBody #contents .main .column	{
	width: 560px;
	margin-bottom: 30px;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.caseBody #contents .main .column .imgArea	{
	float: left;
	width: 180px;
	height: 270px;
	background: url(../image/bg/case_img.gif) no-repeat;
	padding: 10px 14px 0;
}
.caseBody #contents .main .column .imgArea img	{
	border: 1px solid #0A2745;
}
.caseBody #contents .main .column .textArea	{
	float: right;
	width: 350px;
	padding:0;
}
.caseBody #contents .main .column .textArea div	{
	background: url(../image/bg/case.jpg) repeat-x bottom;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}
.caseBody #contents .main .column .textArea h4	{
	width: 230px;
	padding-top: 10px;
}
.caseBody #contents .main .column .textArea div .img	{
	margin: -80px 0 0px 220px;
}
.caseBody #contents .main .column .textArea div .img img	{
	border: 1px solid #212121;
}
.caseBody #contents .main .column .textArea ul	{
	background: #EEE;
	border: 1px solid #BBB;
	padding: 10px 0px 10px 12px;
	margin:0;
}
.caseBody #contents .main .column .textArea ul li	{
	padding:0;
	list-style-type: none;
	display: inline;
	margin: 0 12px 15px 0;
}

/* SEOテーブル要素
---------------------------------------- */

.caseBody #contents .main table.seo	{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #BBB;
}
.caseBody #contents .main table.seo th	{
	vertical-align: top;
	background: #EEE;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #212121;
	border-left-color: #212121;
}
.caseBody #contents .main table.seo td	{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
table.seo td.word {
	background-color: #E3EBF2;
	font-weight: bold;
	border-left-style: none;
}
.caseBody #contents .main table.seo td:hover	{
	background: #F4F4F4;
}

.caseBody dl.case {
	float: left;
	margin-right: 8px;
	margin-bottom: 30px;
}
.caseBody dl.case dt, .caseBody dl.caselast dt {
	border: 1px solid #666666;
	margin-bottom: 5px;
}
.caseBody dl.case dd, .caseBody dl.caselast dd {
	font-size: 12px;
	margin-left: 5px;
}
.caseBody dl.caselast {
	float: left;
	margin-right: 0px;
}
a:hover img.alfa {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
