@charset "utf-8";
@import url("../shared/css/reset.css");
@import url("../shared/css/basic.css");
@import url("../shared/css/layout.css");
/*
---------------------------------------------------------
ガーデン演出
---------------------------------------------------------
*/
#page { margin-right: 30px; }
/* テーブルの初期化 */
#page table,
#page td,
#page th {
	margin: 0px;
	padding: 0px;
	border: none;
}
/*
---------------------------------------------------------
コンテンツ：ヘッダ
---------------------------------------------------------
*/
/* 見出し */
#page h1 {
	margin: 0px;
	padding: 0px 0px 30px;
}
#page h2 {
	margin: 0px;
	padding: 15px 0px 10px;
}
/* 一覧 */
#page td.index {
	padding-left: 20px;
	font-size: 11px;
}
#page td.index ul {
	margin: 0px;
	padding-top: 0px;
}
#page td.index li {
	color: #5A3D1B;
	margin: 0px;
	padding-left: 17px;
	background: url(img/m1.gif) no-repeat 0px 4px;
	list-style: none;
}
/* リンク */
#page td.index a:hover { text-decoration: underline; }
/*
---------------------------------------------------------
コンテンツ：メイン
---------------------------------------------------------
*/
div.cont { padding-bottom: 20px; }
/* 見出し */
div.cont h3 {
	font-size: 14px;
	font-weight: bold;
	color: #336600;
}
div.cont h3 img {
	margin: 0px;
	padding-right: 3px;
	vertical-align: middle;
	padding-bottom: 5px;
}

---------------------------------------------------------

---------------------------------------------------------
*/
