@charset "UTF-8";


body{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Arial";
	margin: 0px;
	background-color: #ffffff;
}

a{
	color: #0074b4;
	text-decoration: underline;
}

a img{
	border: none;
}

a:hover{
	text-decoration: none;
}


#header{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}


#logo{
	margin-top: 30px;
}


#menu{
	width: 960px;
	margin-top: 25px;
}

.menu_btn{
	width: 192px;
	height: 45px;
	float: left;
}


#wrapper{
	width: 960px;
	margin: 0px auto 130px;
}


#footer{
	height: 100px;
	background-image: url("../images/footer_bg.jpg");
	background-repeat: repeat-x;
	border-top: solid 2px #0074b4;
}

#footer_menu{
	width: 960px;
	margin: 15px auto 0;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
}

#footer_menu a{
	text-decoration: none;
}

#copyright{
	font-size: 10px;
}
