﻿@charset "utf-8";
body{
	font-size: 15px;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	margin-top: 0px;
	background-color: #F5FFFA;
	color: #555555;
}

h2
{
    margin-top:50px;
    margin-bottom:10px;
    }

#master_frame {
	width:950px;
	height:auto;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	}
	
#title_bar {
	height:120px;
	width:950px;
	background-image:url(../images/title.jpg);	
	margin:0px;
}

#title_bar a{
	border: 0px;
	color: white;
	margin: 0px;
}

#sitemaparea {
	width: 950px;
	height: 23px;
	background-color: #FFF;
	margin: 0px;
}

#left_bar {
	width:200px;
	height:auto;
	float:left;
	color: #000;
	margin-top:0px;
}
	
#right_bar {
	width:740px;
	height:auto;
	float:right;
	margin-left:10px;
	margin-top:0px;
	}

#footbar {
	width:950px;
	height:auto;
	clear:both;
	}

.menutitle {
	height: 32px;
	width: 198px;
	display: block;
	padding-left: auto;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	line-height: 20px;
	margin-top: 0px;
	font-size: x-large;
	margin-left: auto;
	margin-right: auto;
	padding-right: auto;
	text-align: center;
	background-image:url(../images/menu_01.jpg);
}
	
	
	.menutitle2 {
	height: 25px;
	width: 198px;
	display: block;
	padding-left: auto;
	margin-bottom: 0px;
	line-height: 20px;
	margin-top: 0px;
	font-size: x-large;
	margin-left: auto;
	margin-right: auto;
	padding-right: auto;
	text-align: center;
	text-decoration: underline;
	background-color:#CCCCCC;
}
	
	
#menu_list{
	list-style-type: disc;
	margin: 15px 0 15px 20px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	width: 178px;
}
	
#menu_list a{
	height: 25px;
	width: 178px;
	display: block;
	color: #000;
	background-color: White;
}
	
#menu_list a:hover{
	height: 25px;
	width: 150px;
	display: block;
	color:#F00;
	background-color: #CCC;
	}
	
		
.pagetitle {
	padding-left: 5px;
	margin-top: 0px;
	font-size: xx-large;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	color: #333333;
	display: inline;
}
	
