@charset "Shift_JIS";

*{
	font-style:normal;
	font-weight:normal;
	font-family:sans-self;
	margin:0;
	padding:0;	
	list-style:none;
	border:none;
}



body {

	font-size:75%;
	line-height:150%;
	text-align:center;
	color:#666666;
	margin:0px;
	padding:0px;
}

a:link{
	color:#66CC33;
}
a:visited{
	color:#66CC33;
}
a:hover{
	color:#FFCC33;
	text-decoration:underline;
}

#BBox{
	width:950px;
	margin:0px auto;
	text-align:left;	
}

#header{
	width:950px;
	height:120px;
	background:url(../image/line.gif) center bottom no-repeat;
	margin-bottom:75px;
	
}

h1{
	float:left;
	padding:22px 0px 0px 0px;
}

#header ul{
	float:right;
	padding-top:40px;
}

#header ul li{
	float:left;
	padding-left:30px;
}

#main{
	clear:both;
	width:950px;
}

h2{
	float:left;
	width:400px;
	
}

#R_contents{
	float:right;
	width:530px;
}

#R_contents dl{
	padding-bottom:50px;
}

#toptitle dt{
	height:49px;
	width:357px;
	display:block;
}

#toptitle dd{
	font-size:14px;
}

h3{
	width:115px;
	height:19px;
	padding-bottom:10px;
}

#News dl{
	width:510px;
	background-color:#fffbe8;
	padding:10px;
}

#News dt{
	background:url(../image/list_icon.png) left center no-repeat;
	padding-left:10px;
}

#News dd{
	padding-bottom:5px;
}


#page_bottom{
	clear:both;
	width:950px;
	padding-top:70px;
}

#page_bottom dl{
	float:left;
	width:475px;
}

#page_bottom p{
	float:right;
	width:475px;
	text-align:right;
	padding-top:85px;
}

#footter{
	clear:both;
	width:950px;
	text-align:center;
	background:url(../image/line.gif) center top no-repeat;
	padding-top:10px;
}