@charset "utf-8";

/*サイト全体*/
body {
	padding: 0px;
	margin: 0px;
/*
	background-image: url(../images/top/backA.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
*/
	background-image: url(../inc/db2img.php?_t=bgImage&_imgId=1);
	background-repeat: repeat;
	background-position: center 0px;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	list-style-type: none;
	line-height: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h3 {
	text-indent:-9999px;
}
h4 {
	font-size:16px;
	letter-spacing:-1px;
	line-height: 17px;
	font-weight: bold;
}

/*リンクの設定*/
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}
a:active {
	color:#666;
	text-decoration:none;
}

li {
	list-style-type: none;
}

/*コンテナ　サイトの背景*/
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*ヘッダー*/
#container h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
#header {
	width: 250px;
	height: 150px;
	background-image: url(../images/top/top_01.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 750px;
}
#header h2 {
	text-indent: -9999px;
}
#header a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	}
#top_card {
	float: right;
	background-image: url(../images/top/card.gif);
	background-repeat: no-repeat;
	width: 145px;
	margin-left: 95px;
	height: 25px;
	padding-bottom: 74px;
}
#top_card a:hover {
	background-image: url(../images/top/card_on.gif);
	background-repeat:no-repeat;
}
#bone {
	clear: both;
}
#hitodumaclub {
	height: 36px;
	width: 145px;
	background-image: url(../images/top/top_03.gif);
	float: left;
}
#hitodumaclub a:hover {
	background-image: url(../images/top/top_03ov.gif);
	background-repeat:no-repeat;
}

#okiniiri {
	background-image: url(../images/top/top_04.gif);
	height: 36px;
	width: 105px;
	float: left;
}
#okiniiri a:hover {
	background-image: url(../images/top/top_04ov.gif);
	background-repeat:no-repeat;

}

/*フッター*/
#footer {
	height: 100px;
	clear: both;
	padding-top: 20px;
}
#footer li a:hover {
	color:#FFF;
	text-decoration:none;
	background-color: #000;
}
#footer ul {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#footer ul li {
	padding-left: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 7px;
	float: left;
	font-size: 12px;
}
#footerlogo {
	padding-left: 740px;
	text-align: center;
	height: 15px;
	width: 250px;
	clear: both;
	font-size: 9px;
}
#footerlogo_copy {
	font-size: 9px;
}

