@charset "UTF-8";
/* CSS Document */

body {
	background: #ffb9b9 url(../img/bg.png) repeat-x;
	background: #FFFFFF url(../img/bg.png) repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 150%;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #FF9900;
}

/* ヘッダー */

#header {
	width: 900px;
	position: relative;
	padding-top: 10px;
}


#header p#banner {
	width: 390px;
	position: absolute;
	top: 0px;
	padding: 5px;
	left: 500px;
}

/* フッター */

#footer {
	width: 900px;
}

#footer ul {
	text-align: center;
	list-style: none;
	padding-top: 10px;
}
#footer li {
	text-align: center;
	display: inline;
	margin-left: 1em;
}

#footer address {
	font-style: normal;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
}
