/* CSS Document */
@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	color:#333333;
}

html {
    overflow-y:scroll;
}

body {
	background-repeat:repeat-x;
	background-color:#758c3d;
	margin:0;
	padding:0;
}

#wrapperLeft {	
	/*margin:0;
	padding:0;
	float:left;*/
	background-image:url(../images/bg_5.gif);
	background-repeat:repeat-x;
	height:250px;
}

#wrapperright {	
	/*margin:0;
	padding:0;
	float:right;*/
	background-image:url(../images/bg_2.gif);
	background-repeat:repeat-x;
	height:250px;
}

#header {
	float:left;
	width:950px;	
	height:124px;
	background-image:url(../images/header_img3.gif);
}

#footer {
    background-image:url(../images/footer_2.gif);
	/*border-bottom:#B9AFC0 3px solid;*/
	width:950px;
	height:90px;
	text-align:center;
	clear:both;
	padding:0;
	margin-top:25px;
}

#footer_address {
	margin-top:5px;
	font-style:normal;
	padding-top:10px;
	padding-right:20px;
	text-align:right;
	font-size:80%;
	line-height:18px;
	color:#675971;
	width:900px;
	float:right;
}

.style28 {
  font-size: 12px
}

.style29 {
	font-size: 85%;
	color: #70575B;
}

.style30 {
	font-size: 85%
}


