@charset(utf-8);
{
	
}

/***全般的な指定***/
body{
	background-color:#fee3aa;
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:0 10px;
	color:black;
}
h2{
	width:60%;
	padding:3px 0 2px 5px;
	font-size:110%;
	border-left:5px solid #ff6600;
	border-bottom:1px solid #ff6600;
}
h3{
	width:30%;
	margin:0 20px;
	border-bottom:1px solid #ff6600;
	clear:both;
}
img{
	border:none;
	margin:0px;
	padding:0px;
}
a{
	
}
/***ラッパー開始***/
#wrapper{
	width:870px;
	margin:0px auto;
	padding:5px 15px 0px;
	background-color:c0c0c0;
	background-repeat:repeat-y;
	height:550px;
}
	/***ヘッダー開始***/
	#header{
		width:900px;
		height:92px;
		margin:0px auto;
		background:url(../img/header_bg.jpg) repeat-x;
	}
	#header .wakamete_wolf{
		float:right;
	}
	#header h1{
		width:178px;
		padding:5px 0 0 10px;
		font-size:15px;
	}
	#header .first_list{
		width:580px;
		height:35px;
		margin-left:100px;
	}
	#header .first_list a{
		width:170px;
		height:35px;
		margin:5px 0 0 5px;
		padding-top:2px;
		font-style:sans;
		font-weight:bolder;
		line-height:35px;
		text-decoration:none;
		text-align:center;
		display:block;
		float:left;
	}
		#header .first_list a:link,
		#header .first_list a:visited{
			color:black;
			background:url(../img/button.gif) no-repeat;
		}
		#header .first_list a:hover,
		#header .first_list a:active{
			color:#333333;
			background:url(../img/button2.gif) no-repeat;
		}
	/***コンテンツ開始***/
	#contents{
	width:870px;
		margin:0px auto 0px;
		padding:5px 15px 0px;
		background-color:#fee3aa;
		clear:both;
	}
		a.goto_home{
			width:120px;
			height:20px;
			margin:30px 0 0;
			padding:0;
			display:block;
		}
			a.goto_home img{
				margin:0px;
				padding:0;
			}
/***フッター開始***/
#footer{
	width:100%;
	height:110px;
	min-width:870px;
	margin:0px;
	padding:0px;
	background-color:#fcb200;
	clear:both;
}
	#footer .contena{
		width:870px;
		margin:0px auto;
		padding:10px;
	}
		#footer .contena p{
			width:130px;
			margin:10px 10px;
			font-family:sans-serif;
			text-align:center;
			border-right:2px outset #725000;
			border-bottom:3px outset #725000;
			float:left;
		}
		#footer .contena .wakamete_link{
			margin-right:50px;
			float:right;
		}
		#footer .contena .second_list{
			width:540px;
			height:40px;
			margin-left:20px;
			float:left;
		}
			#footer .contena .second_list a{
				width:170px;
				height:35px;
				margin:5px 0 0 5px;
				padding-top:2px;
				font-style:sans;
				font-weight:bolder;
				line-height:35px;
				text-decoration:none;
				text-align:center;
				display:block;
				float:left;
			}
				#footer .contena .second_list a:link,
				#footer .contena .second_list a:visited{
					color:black;
					background:url(../img/button.gif) no-repeat;
				}
				#footer .contena .second_list a:hover,
				#footer .contena .second_list a:active{
					color:#333333;
					background:url(../img/button2.gif) no-repeat;
				}