@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :有限会社エージス Izutsu Akira
 style info :各CSSファイル読み込み用
=================================================================== */

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

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

/* レイアウト用
----------------------------------------------------------- */
@import url("layout.css");

/* 共通スタイル用
----------------------------------------------------------- */
@import url("style.css");

/* ヘッダー用
----------------------------------------------------------- */
@import url("header.css");

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

/* トップページ要素
---------------------------------------- */

.indexBody #mainv	{
	height: 250px;
	width: 615px;
	color: #FFFFFF;
	background-color: #EFE5DC;
	text-align: right;
	margin-top: 10px;
	
}

.indexBody #main dl	{
	height: 180px;
	overflow: auto;
	padding-left: 10px;
	margin-right: 30px;
	margin-top: 20px;
}

.indexBody #main dt	{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 70px;
	margin-left: 10px;
	font-size: 10px;
	color: #3B0704;
}
.indexBody #main dt.new	{
	background: url(../image/icon/new.jpg) no-repeat center left;
}
.indexBody #main dd	{
	border-bottom: 1px dotted #D1D1D1;
	padding-bottom: 5px;
	margin-left: 80px;
}
.indexBody #news {
	height: 180px;
	overflow: auto;
	padding-left: 10px;
	margin-right: 30px;
	margin-top: 20px;
}

.indexBody #news p {
	border-bottom: 1px dotted #D1D1D1;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
p#mask {
	position: absolute;
	text-align: left;
	height: 336px;
	width: 357px;
	left: -301px;
	top: 16px;
	line-height: 0px;
}
#greeting {
	margin-bottom : 5px;
	background-image: url(../image/bg/greeting.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	height: 230px;
	margin-top: 10px;
}

#greeting p {
	color: #8B514F;
	font-size: 11px;
	line-height: 17px;
}
/* hide hack from Mac-IE5 \*/* html #greeting p { height: 1%; }/* end hiding */

