@charset "utf-8";
@import url("../shared/css/reset.css");
@import url("../shared/css/basic.css");
@import url("../shared/css/layout.css");
/*
---------------------------------------------------------
全天候型スペース
---------------------------------------------------------
*/
#page {}
/* リンク内の矢印画像 */
#page a img {
	vertical-align:middle;
	padding-right: 4px;
	padding-bottom: 3px;
}
/* テーブルの初期化 */
#page table,
#page td,
#page th {
	margin: 0px;
	padding: 0px;
	border: none;
}
/*


/* 見出し */
#page h1 {
	margin:0;
	padding-bottom: 28px;
}
#page h2 {
	margin:0;
	padding-top: 10px;
	padding-bottom: 30px;
}
#page h3 {
	margin:0;
	padding-bottom: 8px;
}
/*
---------------------------------------------------------
コンテンツ：メイン
---------------------------------------------------------
*/
/* テキストスペース */
#doc01 {
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}
#doc02 {
	padding-right: 10px;line-height: 1.3em;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page table.bggreen{
	background-color: #8CB532;
	border: 6px solid #8CB532;
	margin-top: 5px;
}
