/* CSS Document */

@charset "Shift_JIS";

body {
	margin: 0px 0px 0px 0px;
}


/* link */
 
a:link { color:#499BF5; text-decoration: none;}
a:visited { color:#499BF5; text-decoration: none;}
a:active { color:#499BF5; text-decoration: underline;}
a:hover { color:#499BF5; text-decoration: underline;}

h1 {
	font-size: 10px;
	color: #CCCCCC;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
}

/* 全体 */

#WRAPPER {
 margin:0px auto 0px auto;
 padding:20px 0px 0px 0px;
	width: 800px;
}

/*　ヘッダー　*/

#HEADER {
	width: 800px;
}

.logo {
	text-indent: -9999px;
	display: block;
	height: 85px;
	background: url(../images/logo.gif) no-repeat left;
	margin: 0px 0px 0px 10px;
}


/*　フッター　*/

#FOOTER {
	font-size: 12px;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	background: url(../images/foot_bg.gif) repeat;
}

#FOOTER a:link { color:#666666; text-decoration: none;}

#FOOTER a:visited { color:#666666; text-decoration: none;}

#FOOTER a:active { color:#999999; text-decoration: none;}

#FOOTER a:hover { color:#999999; text-decoration: none;}
