@import "common.css";

/* J */

h2 {
	width:750px;
	height:29px;
	margin:0 auto 0 auto;
	background:url(../img/common/title_bg.gif) no-repeat top left;
	font-size:16px;
	padding:5px 0 0 20px;
	letter-spacing:3px;
}

#main {
	width:768px;
	border:1px #111 solid;
	margin:0 auto 0 auto;
	background-color:#666;
	padding:35px 0 15px 0;
}

.recbox {
	width:680px;
	background-color:#333;
	margin:0 auto 25px auto;
	padding:35px 0;
}


h3 {
	width:528px;
	height:24px;
	display:block;
	background:url(../img/common/title_bg2.gif) repeat-x left top;
	padding:7px 0 0 20px;
	margin:0 auto 0 auto;
	border-right:1px solid #111;
	border-left:1px solid #111;
	color:#222;
	letter-spacing:1px;
}

h3 a:link {
	display:block;
	border-left:4px solid #9a0103;
	padding:0 0 0 15px;
	color:#222;
	text-decoration:underline;
}
h3 a:visited {
	display:block;
	border-left:4px solid #9a0103;
	padding:0 0 0 15px;
	color:#222;
	text-decoration:underline;
}
h3 a:hover {
	color:#222;
	display:block;
	border-left:4px solid #9a0103;
	padding:0 0 0 15px;
	text-decoration:none;
}

table.listtbl {
	width:550px;
	margin:0 auto 20px auto;
	border-top:1px solid #111;
	border-right:1px solid #111;
}

table.listtbl th {
	width:120px;
	background-color:#ccc;
	border-bottom:1px solid #111;
	border-left:1px solid #111;
	padding:13px 0 13px 20px;
	font-size:14px;
	color:#222;
	text-align:left;
}

table.listtbl td {
	background-color:#fff;
	border-bottom:1px solid #111;
	border-left:1px solid #111;
	padding:13px 0 13px 20px;
	font-size:14px;
	text-align:left;
	color:#333;
}

table.listtbl td p {
	font-size:11px;
	color:#666;
}

table.listtbl td p a:link {
	color:#666;
	text-decoration:underline;
}
table.listtbl td p a:visited {
	color:#666;
	text-decoration:underline;
}
table.listtbl td p a:hover {
	color:#666;
	text-decoration:none;
}

span {
	font-size:11px;
	color:#666;
}

input#mail {
	width:250px;
}

input#password {
	width:100px;
	margin-bottom:10px;
}

input#submit {
	width:90px;
	display:block;
	margin:0 auto 0 auto;
}

#footer {
	margin-top:80px;
}
