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


/*全体の大枠設定*/
*{
	margin:0px;
	padding:0px;
	font-family:"メイリオ",Verdana, Geneva, sans-serif;
	list-style-type:none;
}

body{
	background-color:#FFFFFF;
	color:#666;	
	
}


#wrapper{
		width:800px;
		height:500px;
		margin:5px auto;
		text-align:left;
		background-image:url(../base_photo/about_hakariya.jpg);
		background-repeat:no-repeat;
}



img{
	border:none;
}

#text{
	width:440px;
	height:405px;
	padding-left:290px;
	padding-top:55px;
	font-size:90%;
}


#menu{
	width:800px;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:75%;
	color:#C96;
}

.menu_btn{
	float:left;
	width:150px;
	height:20px;
	margin-right:10px;
	background-color:#666;
}

#menu a:link{
	text-decoration:none;
	color:#FFF;
}

#menu a:hover{
	color:#FFF;
	text-decoration:underline;
}

#menu a:visited{
	color:#FFF;
}
