﻿body
{
	background-color:#CCFF99;
	font-family:HGSｺﾞｼｯｸM;
	margin-right:0px;
	margin-left:40px;
}

body.facility
{
	margin-left:10px;
	margin-right:10px;
}

/* タイトル部分 */
#title_header
{
	width: 535px;
	height: 90px;
	margin-left: 0px;
}

#contact
{
	position: absolute;
	z-index: 20;
	right: 40px;
	top: 10px;
	display: block;
	text-align: right;
	color: #003300;
	background-color: #CCFF99;
	float: right;
}
.title_contact
{
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
}
.title_address
{
	font-size: small;
}

#logo
{
	display: block;
	margin: 20px auto auto auto;
}

/* サイドメニュー全体 */
#side_menu
{
	width: 280px;
	display: block;
	float: left;
}

#menu_title
{
	display: block;
	margin:auto;
	margin-bottom: 15px;
}

/* メイン表示全体 */
#main_contents
{
	display: block;
	float: inherit;
	margin-left: 280px;
	margin-right:0px;
}

#main_contents table
{
/*	width:100%; IE6対応?により以下に変更*/ 
	width:95%;
}

/* 以下はメニュー部分レイアウト用  */
#menu_tl
{
	width: 32px;
	height: 32px;
	background-image: url(../images/menu_tl.gif);
	background-repeat: no-repeat;
}
#menu_top
{
	height: 32px;
	background-image: url(../images/menu_top.gif);
	background-repeat: repeat-x;
}
#menu_tr
{
	width: 32px;
	height: 32px;
	background-image: url(../images/menu_tr.gif);
	background-repeat: no-repeat;
}
#menu_left
{
	width: 32px;
	background-image: url(../images/menu_left.gif);
	background-repeat: repeat-y;
	min-height: 32px;
}
#menu_center
{
	background-image: url(../images/menu_mid.gif);
	background-repeat: repeat;
}
#menu_right
{
	width: 32px;
	background-image: url(../images/menu_right.gif);
	background-repeat: repeat-y;
	min-height: 32px;
}
#menu_bl
{
	width: 32px;
	height: 32px;
	background-image: url(../images/menu_bl.gif);
	background-repeat: no-repeat;
}
#menu_bottom
{
	background-image: url(../images/menu_bottom.gif);
	background-repeat: repeat-x;
}
#menu_br
{
	width: 32px;
	height: 32px;
	background-image: url(../images/menu_br.gif);
	background-repeat: no-repeat;
}
/* メニューレイアウト用 ここまで */

/* メニュー表示 */
.menu_off
{
	margin-left:10px;
	text-decoration: underline;
	background-image: url('../images/menu_off.gif');
	background-repeat: no-repeat;
	padding-left: 38px;
	display: block;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	min-height:35px;
	vertical-align:bottom;
	line-height:30px;
}

.menu_off:hover
{
	text-decoration:underline;
	background-image:url('../images/menu_over.gif');
	background-repeat:no-repeat;
	color:#FF9900;
}

.menu_on
{
	margin-left:10px;
	text-decoration: none;
	background-image: url('../images/menu_on.gif');
	background-repeat: no-repeat;
	min-height: 35px;
	padding-left: 38px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #226e22;
	font-weight: bold;
	font-size: 15px;
	line-height:30px;
}

/* 以下はメイン部分レイアウト用  */
#main_tl
{
	width: 32px;
	height: 32px;
	background-image: url(../images/main_tl.gif);
	background-repeat: no-repeat;
}
#main_top
{
	height: 32px;
	background-image: url(../images/main_top.gif);
	background-repeat: repeat-x;
}
#main_tr
{
	width: 32px;
	height: 32px;
	background-image: url(../images/main_tr.gif);
	background-repeat: no-repeat;
}
#main_left
{
	width: 32px;
	background-image: url(../images/main_left.gif);
	background-repeat: repeat-y;
	min-height: 32px;
}
#main_center
{
	background-image: url(../images/main_center.gif);
	background-repeat: repeat;
}
#main_right
{
	width: 32px;
	background-image: url(../images/main_right.gif);
	background-repeat: repeat-y;
	min-height: 32px;
}
#main_bl
{
	width: 32px;
	height: 32px;
	background-image: url(../images/main_bl.gif);
	background-repeat: no-repeat;
}
#main_bottom
{
	background-image: url(../images/main_bottom.gif);
	background-repeat: repeat-x;
}
#main_br
{
	width: 32px;
	height: 32px;
	background-image: url(../images/main_br.gif);
	background-repeat: no-repeat;
}
/* メイン画面レイアウト用 ここまで */

.contents_title
{
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #1f9904;
	padding: 10px;
	font-size: larger;
}

/* フッター */
#footer
{
	display: block;
	color: #003300;
	float: inherit;
	text-align: right;
	padding: 10px;
	background-color: #CCFF99;
	clear: left;
	margin-right: 20px;
}
