@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
	font-size: 14px;
	color: #000000;
	background: #E7E7E7;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: underline;
}
a:hover{
}

p{
	padding: 5px 0;
}

ul,ol{
	list-style: none;
	list-style-position: outside;
}

img,img a{
	border: 0;
}
.bold{
	font-weight: bold;
}

.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
p.clear_left{
	padding: 0;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.small{
	font-size: 12px;
}
.red{
	color: #FF0000;
}
.green{
	color:#339900;
}
.yellow{
	color: #CC6600;
}


div#main{
	width: 900px;
	color: #000000;
    background: #FFFFFF;
	margin: 0 auto;
}

/*ヘッダー*/
div#header{
	padding: 0 20px;
	position: relative;
}

h1{
	width: 173px;
	height: 62px;
	padding: 2px 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/bg-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 a{
	color: #000;
}
h1 a:hover{
    background: #FFF;
}

p.description{
	position: absolute;
	top: 0;
	left: 198px;
	width: 287px;
	height: 49px;
	padding: 15px 30px 0 30px;
	background: url(../images/bg_description.gif);
	background-repeat: no-repeat;
}

p.rss-description{
	position: absolute;
	top: 0;
	left: 670px;
	width: 150px;
}
p.rss{
	position: absolute;
	top: 0;
	left: 830px;
	width: 50px;
}

/*メインメニュー*/
div#menu{
    clear: both;
}
div#menu ul li{
    float: left;
}


/*フッター*/
div#footer{
	clear: both;
	text-align: center;
}