@charset "utf-8";
/*------------reset------------*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul,li{
	list-style: none;
}
a:link,a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover,a:active {
	color: #000066;
	text-decoration: none;
}
img,img a {
	border: none;
	vertical-align:bottom;
}

/*------------body------------*/
body {
	color: #333333;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	background: #F6F5F5 url(images/bg_body.jpg) repeat-x;
}
/*------------head------------*/
#head {
	width: 760px;
	margin: 5px auto 0 auto;
	text-align: left;
}
h1 {
	float: left;
	width: 200px;
}
#head_box {
	float: right;
	width: 400px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
}
#gnavi {
	clear: both;
	width: 404px;
	height: 27px;
	margin: 0 0 0 356px;
}
#gnavi li {
	float: left;
}
/*------------contents------------*/
#shadow {
	width: 772px;
	margin: 24px auto 0 auto;
	text-align: left;
	background: url(images/bg_shadow.jpg) repeat-y;
}
#wrapper {
	width: 760px;
	margin: 0 6px;
}
#contents {
	width: 760px;
	margin-top: 10px;
	overflow: hidden;
	background: url(images/bg_contents.gif) repeat-y;
}
#left_contents {
	float: left;
	width: 190px;
}
#menu {
	margin-bottom: 20px;
}
.menu01 {
	width: 190px;
	height: 30px;
}
.menu01_1 {
	width: 190px;
	height: 50px;
}
.menu01_2 {
	width: 190px;
	height: 70px;
}
.menu02 {
	width: 190px;
	height: 20px;
}
#right_contents {
	float: right;
	width: 540px;
	margin: 0 15px;
}
/*------------foot------------*/
#infomation {
	background: url(images/foot_address.gif) no-repeat;
	height: 76px;
	margin: 30px 0 20px 0;
}
#infomation h3{
	font-size: 13px;
	color: #FFFFFF;
	line-height: 24px;
	text-indent: 10px;
}
#infomation p {
	padding: 3px 10px;
	line-height: 1.2em;
}
#f_navi {
	margin-left: 260px;
}
#f_navi li {
	float: left;
	background: url(images/foot_allow.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 10px;
}
#foot {
	clear: both;
	height: 35px;
	background: url(images/bg_foot.jpg) repeat-x;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
}
/*------------style------------*/
#path {
	margin: 10px 10px 0 10px;
	font-size: 11px;
}
h4 {
	margin-bottom: 15px;
	line-height: 25px;
	padding-left: 16px;
	background: url(images/bg_h4.jpg) no-repeat;
	font-size: 13px;
	color: #2A7199;
}
h5 {
	font-size: 13px;
	line-height: 16px;
	background: url(images/list02.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 5px 10px;
	color: #2A7199;
}
ul.ul01,ul.ul02 {
	margin: 0 10px 20px 20px;
} 
ul.ul01 li {
	background: url(images/list03.gif) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 5px;
	line-height: 1.6em;
}
ul.ul02 li {
	background: url(images/list03.gif) no-repeat left 7px;
	padding-left: 10px;
	margin-bottom: 5px;
	line-height: 1.6em;
}
ul.ul03 {
	margin: 5px 5px 0 10px;
}
ul.ul03 li {
	background: url(images/list03.gif) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}
dl.dl01 {
	margin: 0 10px 20px 20px;
}
dl.dl01 dt {
	background: url(images/list03.gif) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 3px;
	line-height: 1.6em;
}
dl.dl01 dd {
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.text01 {
	line-height: 1.6em;
	margin: 0 10px 20px 10px;
}
.text02 {
	line-height: 1.6em;
	margin: 0 10px 20px 10px;
}
.text03 {
	line-height: 1.6em;
	margin-bottom: 20px;
}
.f_green {
	color: #009933;
}
.f_red {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}