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

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #3d4a66;
	line-height: 1.5;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
#container {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/*ヘッダー*/
#header {
	width: 760px;
	background: #FFFFFF;
}
#header_inner {
	padding: 20px;
}
#header h1 {
	font-size: 50px;
	text-decoration: none;
}
#header p {
	font-size: 16px;
}
/*ヘッダーend*/

/*横並びメニュー*/
.menu {
	font-size: 14px;
	width: 726px;
	height: 30px;
	background: #FFFFFF;
	margin: 10px 20px;
}
.menu ul {
	width: 720px;
}
.menu li {
	list-style: none;
	float: left;
}
.menu li a {
	display: block;
	width: 118px;
	line-height: 30px;
	border-right: 1px solid #3399cc;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.menu li a:hover {
	background: #3399cc;
	color: #FFFFFF;
}
.first a {
	border-left: 1px solid #3399cc;
}
/*横並びメニューend*/

#wrap {
	width: 720px;
	height: 600px;
	margin: 20px 20px;
}
#wrap a {
	text-decoration: none;
}

/*フッター*/
#footer {
	clear: both;
	background: #ececec;
	margin-top: 20px;
}
#footer p {
	text-align: center;
	padding: 5px;
}
/*フッターend*/

