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

*{
	margin:0;
	padding:0;
}
body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka,  "MS PGothic", sans-serif;
	width: 800px;
	margin: 0 auto;
	line-height: 20px;
	font-size: 14px;
}

p{
	padding: 5px 0;
}

.text-center{
	text-align:center;
}

div#header{
	width: 800px;
	padding: 15px 0 0 0;
	position: relative;
}
div#header h1{
	top: 80px;
	position: absolute;
	font-size: 18px;
	background-image: url(../images/bg-h1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 80px 0 0 30px;
	width: 770px;
	height: 100px;
	color: #FFF;
}
div#header p#description{
	position: absolute;
	top: 55px;
	font-size: 12px;
}

div#header h2{
	padding: 10px 0 10px 50px;
	font-size: 24px;
	background-image: url(../images/title.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 220px;
}
div#header h2 a{
	color: #000;
	text-decoration: none;
}
ul#menu{
	position: absolute;
	top: 25px;
	right: 5px;
	list-style: none;
}
ul#menu a{
	color: #000;
}
ul#menu li{
	float: left;
	padding: 0 15px 0 0;
}

div#main-block{
}

div#main-block .content{
	padding: 15px 0;
	border-bottom: solid 1px #999;
	margin-bottom: 15px;
}

div#main-block .title{
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	margin-bottom: 15px;
}

div#footer{
	font-size: 12px;
	text-align: center;
}