@charset "shift_jis";
/* dummy \*/
* html div {
 height:1%;
 }
/* dummy */
/* 基本項目設定 */
*{
margin:0;
padding:0;
}

body{
	color:#383838;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	background-color: #EFEFEF;
}

img{
border:none;
vertical-align:bottom;
}

a{
	text-decoration:none;
	color: #99CC00;
}

ul{
list-style-type:none;
}

hr{
display:none;
clear:both;
}

h1 {
	float: left;
	padding-top: 25px;
	padding-right: 49px;
	padding-left: 66px;
}

.left {
	float: left;
}
.clear_both {
	float: none;
}

.right {
	float: right;
}
.left {
	float: left;
}


#wrapper{
	width:900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/sidemenu_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	width: 900px;
	height: 108px;
	float: left;
	background-color: #7CB206;
}
#header ul {
	float: right;
	width: 634px;
	height: 57px;
	margin-top: 0px;
}
#header li {
	float: left;
}

#container {
	float: left;
	width: 900px;
}
#maincontents {
	float: left;
	width: 660px;
}
#contents {
	padding: 20px;
	float: left;
	width: 620px;
}
#contents h3 {
	float: left;
	width: 640px;
	margin-bottom: 8px;
}
#contents .box01 {
	float: left;
	width: 620px;
	margin-bottom: 20px;
}

#pagetop {
	float: left;
	width: 620px;
	text-align: right;
	margin-top: 20px;
}


#sidemenu {
	float: right;
	width: 200px;
	padding: 20px;
}


#sidemenu #link {
	float: left;
	width: 190px;
}

#footer {
	height: 140px;
	background-color: #CCCCCC;
	float: left;
	width: 900px;
}


#footer #footer_navi {
	width: 688px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 106px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #BEBEBE;
	background-color: #FFFFFF;
	padding-right: 106px;
}
#footer li {
	float: left;
}
#footer a {
	color: #333333;
	font-size: x-small;
}

#footer p {
	float: left;
	width: 488px;
	margin-top: 15px;
	font-size: x-small;
	margin-left: 15px;
}
#footer span {
	float: right;
	width: 362px;
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
}


.mb20 {
	margin-bottom: 20px;
}










.mb15 {
	margin-bottom: 15px;
}
.mb12 {
	margin-bottom: 12px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb08 {
	margin-bottom: 8px;
}
.mb06 {
	margin-bottom: 6px;
}
.mb04 {
	margin-bottom: 4px;
}
.mb03 {
	margin-bottom: 3px;
}
.mt04 {
	margin-top: 4px;
}
.mt15 {
	margin-top: 15px;
}

.mr10 {
	margin-right: 10px;
}
.mr12 {
	margin-right: 12px;
}

.mr20 {
	margin-right: 20px;
}
.mr14 {
	margin-right: 14px;
}

.mr13 {
	margin-right: 13px;
}

.text_small {
	font-size: x-small;
}
.text_big {
	font-size: medium;
	line-height: 1.6em;
}

.text_bold {
	font-weight: bold;
}
.text_yerrow {
	color: #CC9900;
}





/* クリアフィックス */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #CC9900;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
	margin-bottom: 0px;
	overflow: auto;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
	overflow: hidden;
}
/* End hide from IE-Mac */

