@charset "utf-8";
/* CSS Document */

/*@import "reset.css";*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	color: #0066FF;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
}
h1 {
	line-height: 74px;
	height: 74px;
}
h2 {
	display: block;
	background-color: #E8E8E8;
	font-weight: bold;
	color: #008800;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-image: url(../img/side_menu_top.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 16px;
	font-size: medium;
	margin-bottom: 1px;
	padding-bottom: 6px;
	background-position: left center;
	line-height: 1em;
}
/* CSS Document */

h4 {
	margin-bottom: 5px;
	font-size: large;
	line-height: 1em;
	background-image: url(../img/main_header_bg.gif);
	font-weight: bold;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}
h5 {
	font-size: medium;
	line-height: 1em;
	clear: both;
	font-weight: bold;
	background-image: url(../img/main_header_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	vertical-align: middle;
}

body {
	background: #DBDBDB url(../img/bg.jpg) repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	line-height: 125%;
	color: #000000;
}

#centering {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	font-size: smaller;
	color: #000000;
	width: 760px;
	background: url(../img/bg_shadow.jpg) repeat-y;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#header {
	background: url(../img/header_bg.jpg) repeat-x;
	height: 74px;
	line-height: 74px;
	float: left;
	width: 760px;
}
#menu {
	clear: both;
	text-align: right;
	padding-left: 201px;
	line-height: 38px;
	background-image: url(../img/menu_blank.jpg);
	background-repeat: no-repeat;
	height: 38px;
	float: left;
	width: 559px;
}
#head_image {
	height: 110px;
	width: 760px;
	float: left;
}
#body {
	font-size: small;
	line-height: 125%;
	font-weight: normal;
	clear: both;
	width: 755px;
	padding-right: 5px;
	background: url(../img/body_top.gif) repeat-x;
	float: left;
	padding-bottom: 10px;
}
#side {
	float: left;
	width: 180px;
	clear: left;
	display: inline;
	background-color: #B2B2B2;
	padding: 10px;
	background-image: url(../img/side_top.gif);
	background-repeat: repeat-x;
	font-size: small;
}

#side_menu a,#side_menu .selected {
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	display: block;
	margin-top: 1px;
	width: 172px;
}
#side_menu a:hover {
	background: #B7CE84;
	color: #FFFFFF;
}
#side_menu .selected {
	background: #B7CE84;
}

#pankuzu {
	float: right;
	width: 530px;
	font-size: small;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#main {
	float: right;
	clear: right;
	width: 550px;
	display: inline;
}
#footer {
	clear: both;
	font-size: small;
	border-top: 2px ridge #5EA263;
	float: left;
	width: 750px;
	background: #E5E5E5 url(../img/footer_bg.gif) repeat-x bottom;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer a {
	font-size: small;
}
#copyright {
	color: #000000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: small;
	text-align: right;
	background: url(../img/bottom_shadow.jpg) no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 1em;
}
