@charset "utf-8";
/* ////////// 初期設定 ////////// */
* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
}
html, body {
	height:100%;
}
body {
	background-color:#ebebeb;
	font-size:12px;
}
body, h1, h2, h3, h4, h5, h6, div, li, ul, dl, dt, dd, form {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#7d7d7d;
}
body, td, th {
	padding:0;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Dotum;
}
img {
	border:0;
}
.clear {
	clear:both;
}
.input {
	padding:2px;
	border:solid 1px #ccc;
}
.input-img {
	margin-left:2px;
	vertical-align:middle;
}
/* リンク */
a:link {
	color:#7d7d7d;
	text-decoration:none;
}
a:visited {
	color:#7d7d7d;
	text-decoration:none;
}
a:hover {
	color:#FF9999;
	text-decoration:underline;
}
a:active {
	color:#7d7d7d;
	text-decoration:none;
}
/* ////////// 基本枠 ////////// */
#wrap {
	margin:0 auto;
	width:920px;
	height:100%;
	min-height:100%;
	background-color:#fff;
	overflow:fixed;
}
body > #wrap {
	height:auto;
	overflow:hidden;
}
#wrap-top {
	margin:10px auto 0 auto;
	width:920px;
	height:31px;
	background:url(/image/common/wrap_top.gif) no-repeat 0 0;
}
#wrap-in {
	margin:0 auto;
	width:880px;
}
#wrap-bottom {
	margin:0 auto;
	width:920px;
	height:31px;
	background:url(/image/common/wrap_bottom.gif) no-repeat 0 0;
}
/* ////////// フッタ ////////// */
#footer {
	margin:20px 0 10px 0;
	text-align:center;
	clear:both;
}
#footer li {
	padding:0 5px 0 10px;
	display:inline;
	background:url(/image/common/border_h.gif) no-repeat left center;
}
#footer li.first-child {
	padding-left:0;
	background:none;
}
#footer p.copyright {
	margin-top:10px;
}
/* ////////// PAGER ////////// */
.page-list {
	margin:10px 0;
	text-align:center;
}
.page-list li {
	display:inline;
}
.page-list li.first-child {
	background:none;
}
.page-list span {
	padding:0.5em 0.5em;
	margin:2px;
	border:1px solid #eee;
	color:#696969;
	background:#eee;
	font-weight:bold;
}
.page-list a {
	padding:0.5em 0.5em;
	margin:2px;
	border:1px solid #eee;
}
.page-list a:hover {
	padding:0.5em 0.5em;
	margin:2px;
	border:1px solid #696969;
	color:#fff;
	background:#696969;
}
.page-list a:focus {
	outline:none;
}

