@charset "utf-8";

/*ページの基本設定*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

/*リンクの基本設定*/
a {
	text-decoration: underline;
	color: #FFF;
}

/*ヘッダ*/
h1 {
	margin: 0px;
	height: 90px;
	background-image: url(pic/back-rogo.jpg);
}
h6 {
	margin: 0px;
	height: 434px;
	background-color: #FFF;
}
i7 {
	margin: 0px;
	height: 36px;
	background-image: url(pic/menu.jpg);
}
.posted {
	clear: both;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D5D5D5;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
.menu-back {
	background-image: url(pic/menu.jpg);
	height: 36px;
	margin: 0px;
	padding: 0px;
}

/*メニュー*/
#menu {
	background-color: #FFF;
	background-image: url(../images/back.gif);
	padding-bottom: 10px;
}
#menu h2 {
	margin: 0px;
	color: #FFF;
	font-size: 12px;
	background-image: url(../images/midashiback.jpg);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	}

/*メニュー内のコンテンツ*/
#menu ul {
	font-size:10px;
	list-style-type: none;
	padding: 0px;
	margin: 5px 10px;
}
#copyright {
	font-size: x-small;
	background-image: url(../images/green_back.gif);
	height: 30px;
	margin: 0;
}
f1 {
	top: 100px;
}
a:hover {
	color: #00F;
	text-decoration: underline;
	font-size: small;
}
