@charset "utf-8";
* {
	text-align:left;
	list-style:none outside;
	font:normal normal normal 100% sans-serif;
	font-family:'メイリオ', Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#a7a7a5;
	color:#686868;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, em, img {
	margin:0;
	padding:0;
	border:none;
}
th, td {
	vertical-align:top;
}
address, em {
	font-style:normal;
}
/**/
a:link {
	color:#686868;
	text-decoration:underline;
}
a:visited {
	color:#686868;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
a img {
	outline:none;
}
span.red {
	color:#b40909;
}
/**/
#wrapBody {
	clear:both;
	width:100%;
	min-width:950px;
	margin:0 auto;
	text-align:center;
	background:#f9f9f5 url(images/foot_back.gif) repeat-x 0 100%;
}
#wrapBodyEle {
	position:relative;
	margin:0 auto;
	width:950px;
	background:#f9f9f5;
}
/******************ヘッダー******************/
#wrapHead {
	clear:both;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#wrapHeadEle {
	position:relative;
	width:950px;
	height:73px;
	margin:0 auto;
	padding:3px 0 0 0;
	background:#f9f9f5;
}
#wrapHead, #wrapHeadEle {
	background-image:url(images/head_line.gif);
	background-repeat:repeat-x;
}
#wrapHead h1, #wrapHead em {
	position:absolute;
	display:block;
	top:18px;
	left:2px;
}
#wrapHead img#cr {
	position:absolute;
	display:block;
	top:32px;
	right:0;
}
#wrapHead ul {
	position:absolute;
	right:0;
	top:30px;
}
#wrapHead ul li {
	display:inline;
	margin:0 0 0 24px;
}
#wrapGnavi {
	clear:both;
	width:100%;
	margin:0 auto;
	text-align:center;
	height:10px;
	background:#aaa9a7 url(images/gn_back.gif) repeat-x 0 100%;
}
#wrapGnaviEle {
	position:relative;
	margin:0 auto;
	width:950px;
	height:40px;
}
/******************ログイン******************/
#login {
	width: 400px;
	overflow: hidden;
	margin:0px auto;
	padding: 60px 0px;
}
#login dl {
	margin: 0px 20px 0px 0px;
}
#login dt {
	clear: left;
	float: left;
	margin: 5px 0px 20px 0px;
	font-size:90%;
}
#login dd {
	margin: 0px 0px 20px 120px;
	font-size:90%;
}
#login dd input {
	width:208px;
}
#login p.memory {
	font-size:80%;
	margin: 0px 0px 30px 120px;
}
#login p.loginbtn {
	margin: 0px 0px 0px 120px;
	clear:both;
}
#login p.error {
	font-size:80%;
	margin: 0px 0px 30px 120px;
}
/******************検索******************/
#serch {
	width: 950px;
	margin:0px 0px 10px 0px;
}
#serch table {
	width: 950px;
	font-size:80%;
}
input#key_word {
	width:227px;
}
input#key_from, input#key_to {
	width:100px;
}
/******************メイン******************/
#wrapMain {
	position:relative;
	width:950px;
}
#wrapBodyEle h1 {
	background:url(images/h2_back_sub.gif) no-repeat;
	color:#4d4741;
	font-size:1em;
	padding:10px 25px;
	margin:30px 0 20px 0;
	font-weight:bold;
}
#wrapBodyEle h2 {
	clear:both;
	margin:20px 0;
}
#wrapBodyEle h2.sv {
	clear:both;
	margin:40px 0 0 0;
	height:55px;
	background:url(images/h2_sv_back.jpg) no-repeat;
	padding:10px 15px 0 15px;
	color:#ffffff;
	font-weight:bold;
	font-size:100%;
}
/**/
#wrapBodyEle p {
	font-size:90%;
	line-height:140%;
}
/****************ユーザー一覧****************/
#user_list table {
	margin:0px 0px 20px 0px;
	width:950px;
	border-top:1px solid #dfe0d9;
	border-left:1px solid #dfe0d9;
}
#user_list table th {
	padding:5px 5px;
	background:#eeefea;
	border-right:1px solid #dfe0d9;
	border-bottom:1px solid #dfe0d9;
	font-size:80%;
	line-height:140%;
	vertical-align:middle;
	text-align:center;
}
#user_list table td {
	padding:5px 5px;
	background:#ffffff;
	border-right:1px solid #dfe0d9;
	border-bottom:1px solid #dfe0d9;
	font-size:80%;
	line-height:140%;
}
#user_list table td.center {
	text-align:center;
}
#load_next {
	margin:0px 0px 20px 0px;
	padding:10px;
	font-size:90%;
	text-align:center;
	cursor:pointer;
	border:1px solid #faecdb;
	background:#faecdb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#faecdb', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#faecdb', endColorstr = '#ffffff')";
	background-image: -moz-linear-gradient(top, #faecdb, #ffffff);
	background-image: -ms-linear-gradient(top, #faecdb, #ffffff);
	background-image: -o-linear-gradient(top, #faecdb, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#faecdb), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #faecdb, #ffffff);
	background-image: linear-gradient(top, #faecdb, #ffffff);
}
/****************ユーザー登録****************/
#user_form table {
	margin:0px 0px 20px 0px;
	width:950px;
	border-top:1px solid #dfe0d9;
	border-left:1px solid #dfe0d9;
}
#user_form table th {
	padding:5px 5px;
	background:#eeefea;
	border-right:1px solid #dfe0d9;
	border-bottom:1px solid #dfe0d9;
	font-size:90%;
	line-height:140%;
	vertical-align:middle;
	width:150px;
}
#user_form table td {
	padding:5px 5px;
	background:#ffffff;
	border-right:1px solid #dfe0d9;
	border-bottom:1px solid #dfe0d9;
	font-size:90%;
	line-height:140%;
}
/**↓マウスオーバーでスワップさせるリンク画像に適用**/
.swp {
}
/****************ボタン****************/
ul.btn {
	text-align:center;
	margin:20px 0px 20px 0px;
}
ul.btn li {
	display:inline-block;
	padding-right:1em;
/display:inline;
/zoom:1;
}
/****************ページトップへ****************/
p#btnPu {
	clear:both;
	display:block;
	width:950px;
	padding:40px 0;
	outline:none;
}
p#btnPu img {
	display:block;
}
/******************フッター******************/
#wrapFoot {
	position:relative;
	clear:both;
	margin:0 auto;
	width:950px;
	height:85px;
	color:#ffffff;
	background:#f9f9f5 url(images/foot_back.gif) repeat-x 0 100%;
}
#wrapFoot ul {
	position:absolute;
	top:0;
	left:0;
	height:27px;
}
#wrapFoot ul li {
	display:inline;
	margin:0 20px 0 0;
}
#wrapFoot #crSub {
	position:absolute;
	right:0;
	top:7px;
}
#wrapFoot #copyright {
	position:absolute;
	right:0;
	top:39px;
}
