

/* 共通項目 */

/* 基本骨格 */
#layout-00-area {
	width : 860px; 
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

/* ヘッダー範囲 */
#layout-01-header {
	width:860px; 
	height:112px;
	text-align: left;
	background-image: url(../images/bg_main.gif);
	clear: both;
}

/* 本文範囲 */
#layout-01-mainbox {
	width :860px; 
	background-color: #E4E4E4;
	background-image: url(../images/bg_main.gif);
	clear: both;
}

/* フッター範囲 */
#layout-01-footer {
	width :860px; 
	height:135px;
	background-color: #E4E4E4;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align:left;
	clear: both;
}

/* ヘッダー情報範囲 */
#layout-02-header {
	width:800px;
	height:58px;
	margin:0px 30px 0px 30px;
	text-align: left;
	clear:both;
}

/* メニュー情報範囲 */
#layout-02-menu {
	width:800px;
	height:52px;
	margin:0px 30px 0px 30px;
	text-align: left;
	clear:both;
}


/* 情報エリア */
#layout-02-box1 {
	width:800px;
	height:auto;
	background-color: #FFFFFF;
	margin:0px 30px 0px 30px;
	text-align: left;
}

/* フッター情報範囲 */
#layout-02-footer {
	width:800px;
	margin:0px 30px 0px 30px;
	text-align: left;
	border-top:solid 3px #FE0000;
	line-height:2.0em;
	clear:both;
}

/* ロゴ設定 */
#layout-03-logo {
	width:200px;
	height:40px;
	margin:10px 0px 10px 0px;
	text-align:left;
	float:left;
	clear:right;
}

/* バナー設定 */
#layout-03-banner {
	width:600px;
	height:40px;
	margin:10px 0px 10px 0px;
	text-align:right;
	float:right;
}

/* メニュー設定 */
#layout-03-menutab {
	width:800px;
	height:9px;
	margin:0px 0px 0px 0px;
	text-align:left;
	clear:both;
}

#layout-03-menu {
	width:603px;
	height:31px;
	margin:0px 0px 0px 0px;
	text-align:left;
	float:left;
	clear:right;
}

#layout-03-menu-right {
	width:7px;
	height:31px;
	margin:0px 0px 0px 0px;
	text-align:left;
	float:right;
	clear:right;
}

/* 検索ウインドウ */
#layout-03-searchwindow {
	width:163px;
	height:31px;
	margin:0px 0px 0px 0px;
	background:#FF0000;
	text-align:left;
	float:left;
	clear:right;
}

/* 検索ボタン */
#layout-03-search {
	width:27px;
	height:31px;
	margin:0px 0px 0px 0px;
	background:#FF0000;
	text-align:left;
	float:left;
	clear:right;
}

/* フッターリンク設定 */
#layout-03-footlink {
	width:600px;
	margin:0px 0px 0px 0px;
	text-align:left;
	float:left;
	clear:right;
}

/* コピーライト設定 */
#layout-03-copyright {
	width:200px;
	margin:0px 0px 0px 0px;
	text-align:right;
	float:right;
}


/* subindex以下使用項目 */

/* タイトルバー */
#layout-02-title {
	width:800px;
	height:45px;
	background-color: #FFFFFF;
	margin:0px 30px 0px 30px;
	text-align: left;
	clear:both;
}


/* 情報エリア */
#layout-02-box1 {
	width:800px;
	background-color: #FFFFFF;
	margin:0px 30px 0px 30px;
	text-align:left;
	clear:both;
}

