body,h1,h2 {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	color: #333333;
}
#container {
	height: auto;
	width: 750px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 750px;
	height: 130px;
	background-image: url(../css_images/title.gif);
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-left: 7px;
}
#content {
	width: 750px;
	height: auto;
	background-image: url(../css_images/content_bg.gif);
}
#sidemenu {
	float: right;
	width: 170px;
}
#menubox {
	height: auto;
	width: 166px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
	float: right;
	text-align: center;
}
#menubox_foot {
	width: 170px;
	float: right;
}
.sidemenu_link {
	display: block;
	height: 38px;
	width: 166px;
	background-image: url(../css_images/menu_h.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
	text-shadow:#999999 1px 1px 1px;
	font-weight: bold;
	font-size: 110%;
	line-height: 38px;
	color: #990000;
}
.sidemenu_link a {
	background-image: url(../css_images/menu_a.gif);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	color: #333333;
}
.sidemenu_link a:hover {
	background-image: url(../css_images/menu_h.gif);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	line-height: 38px;
	color: #990000;
}
.sidemenu_link a:active {
	background-image: url(../css_images/menu_v.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FF0000;
	line-height: 38px;
	height: 38px;
}
.sidemenu_link_t {
	display: block;
	height: 30px;
	width: 140px;
	background-image: url(../css_images/menu_t_h.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	line-height: 30px;
	margin-left: 34px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	color: #CC0000;
}
.sidemenu_link_t a {
	background-image: url(../css_images/menu_t_a.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	line-height: 30px;
	text-shadow:#999999 1px 1px 1px;
	text-decoration: none;
	color: #333333;
}
.sidemenu_link_t a:hover {
	background-image: url(../css_images/menu_t_h.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #CC6600;
}
.sidemenu_link_t a:active {
	background-image: url(../css_images/menu_t_v.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFFF66;
}
#contentsarea {
	height: auto;
	width: 572px;
	float: left;
}
.contentsarea_wide1 {
	height: auto;
	width: 568px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.contentsarea_wide1 hr{
	width: 95%;
	height: 5px;
	background-color: #CCCCCC;
}
.menu_reform {
	text-align: center;
}
.menu_reform a {
	margin-top: 5px;
}
.article {
	height: auto;
	width: 558px;
	background-color: #FFFFFF;
	padding-left: 8px;
}
.article h2 {
	font-size: 130%;
	font-weight: bold;
	background-image: url(../css_images/content_title.gif);
	line-height: 40px;
	height: 40px;
	text-align: center;
	background-repeat: no-repeat;
}
.article h4 {
	font-size: 110%;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
}
.article_harf_box {
	width: 230px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-moz-border-radius: 10px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
.article_harf_in {
	width: 270px;
	height: 500px;
	overflow: auto;
}
.article_harf_l {
	width: 270px;
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #000066;
	padding-top: 5px;
	padding-bottom: 5px;
}
.article_harf_l p {
	font-size: 110%;
	font-weight: bold;
	color: #000066;
}
.article_harf_l li {
	margin-top: 5px;
	font-weight: bold;
	margin-left: -10px;
}
.article_harf_l dt {
	color: #336633;
}
.article_harf_l h2 {
	font-size: 130%;
	font-weight: bold;
	background-image: url(../css_images/content_title_harf.gif);
	height: 32px;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 32px;
}
.article_harf_r {
	width: 270px;
	background-color: #FFFFFF;
	float: right;
	border: 1px solid #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}
.article_harf_r p {
	font-size: 110%;
	font-weight: bold;
	color: #000066;
}
.article_harf_r li {
	margin-top: 5px;
	font-weight: bold;
	margin-left: -10px;
}
.article_harf_r dt {
	color: #336633;
}
.article_harf_r h2 {
	font-size: 130%;
	font-weight: bold;
	background-image: url(../css_images/content_title_harf.gif);
	height: 32px;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 32px;
}
.article_harf_nb_l {
	width: 270px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.article_harf_nb_r {
	width: 270px;
	background-color: #FFFFFF;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}
.article_1_2 {
	background-color: #FFFFFF;
	float: left;
	margin-left: 10px;
	width: 258px;
	padding: 5px;
}
.article_1_3 {
	background-color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 188px;
}
.article_nagare {
	height: auto;
	width: 500px;
	background-color: #FFFFFF;
	padding-left: 50px;
}
.article_nagare a {
	background-color: #CCCCCC;
	border: 1px solid #0000FF;
	text-align: right;
	padding: 3px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.article_nagare a:hover {
	background-color: #0000FF;
	border: 1px solid #CCCCCC;
	text-align: right;
	padding: 3px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.article_office {
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
}
.article_office a {
	background-color: #CCCCCC;
	border: 1px solid #0000FF;
	padding: 3px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	width: 175px;
	display: block;
	float: left;
}
.article_office a:hover {
	background-color: #0000FF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	width: 175px;
}
.article_menu_l {
	height: 50px;
	width: 250px;
	background-color: #FFFFFF;
	line-height: 50px;
	float: left;
	padding-left: 10px;
}
.article_menu_c {
	height: 50px;
	width: 250px;
	background-color: #FFFFFF;
	float: left;
}
.article_menu_r {
	height: 50px;
	width: 50px;
	background-color: #FFFFFF;
	line-height: 50px;
	float: left;
}
.article_menu_r a {
	background-color: #CCCCCC;
	line-height: 50px;
	border: 1px solid #0000FF;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.article_menu_r a:hover {
	background-color: #0000FF;
	line-height: 50px;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
}
.article_ex_l {
	height: 75px;
	width: 100px;
	background-color: #FFFFFF;
	float: left;
	padding-left: 10px;
}
.article_ex_r {
	height: 75px;
	width: 430px;
	background-color: #FFFFFF;
	float: left;
	padding-left: 10px;
}
#contentsarea_foot {
	width: 572px;
	clear: both;
}
p img.right {
	float: right;
	margin-left: 10px;
}
p img.left {
	float: left;
	margin-right: 10px;
}
.box1{
	float: left;
	width: 100px;
	text-align: left;
	left: auto;
	right: auto;
	letter-spacing: 5px;
	padding-left: 50px;
	background-color: #CCCCCC;
	margin-left: 10px;
	border: 1px solid #333333;
}
.box2{
	float: left;
	width: 350px;
	text-align: left;
	padding-left: 30px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.box3 {
	float: left;
	background-color: #FFCC66;
	width: 198px;
	height: 180px;
	text-align: left;
	padding-left: 20px;
	left: auto;
	right: auto;
	padding-top: 5px;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	border-left-style: solid;
}
.box4 {
	float: left;
	background-color: #FFFF99;
	width: 470px;
	height: 180px;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	border: 1px solid #FF6600;
}
.inq1{
	float: left;
	width: 150px;
	text-align: left;
	left: auto;
	right: auto;
	padding-left: 10px;
	margin-left: 10px;
}
.inq2{
	float: left;
	width: 350px;
	text-align: left;
	padding-left: 20px;
}
.space {
	clear: both;
	width: auto;
	height: 5px;
}
.space_0 {
	clear: both;
	width: auto;
	height: 0px;
	line-height: 0px;
}
.space_10{
	clear: both;
	width: auto;
	height: 10px;
}
.space_20{
	clear: both;
	width: auto;
	height: 20px;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.blue {
	font-weight: bold;
	color: #000099;
}
.font110 {
	font-weight: bold;
	font-size: 110%;
}
.font90 {
	font-size: 90%;
}
.example {
	font-size: 95%;
	font-weight: normal;
	color: #000099;
}
.pagetop {
	text-align: right;
}
#footer {
	color: #333333;
	width: 750px;
	height: 55px;
	clear: both;
	background-image: url(../css_images/footer.gif);
	background-repeat: no-repeat;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#mainimage {
	height: auto;
	width: 558px;
	background-color: #FFFFFF;
	padding-left: 8px;
}
#mainimage h2 {
	text-indent: -5000px;
	line-height: 1px;
}
#mainimage h3 {
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	width: 540px;
	padding: 5px;
}
.access {
	text-indent: -5000px;
}
