@charset "UTF-8";
@import url(init.css);
@import url(lib.css);


/** Layout
********************************************** */
#container {
	width:758px;
	min-height:100%;
	margin:0 auto;
	background-color:#fff;
	text-align:left;
	border-left:1px solid #d9c69e;
	border-right:1px solid #d9c69e;
	background-image: url(../img/bg_container.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#container #content {
	min-height:100%;
	padding:15px 15px;
}
#header {
	width:758px; height:80px;
	background:url(../img/header.jpg) no-repeat top left;
}
#header h1 {
	text-indent:-9999px;
}
#container #content #main {
	float:right;
	width:511px;
	margin-right: 16px;
}
#container #content #sub {
	float:left;
	width:157px;
}
#sub #sec_regist {
	margin-bottom:10px;
}
#sub #sec_regist p {
	padding:0 3px;
	font-size:10px;
	line-height:1.2;
}
#sub #sec_regist a {
	display:block;
	width:157px; height:57px;
	margin-bottom:5px;
	background:url(../img/btn_regist.jpg) no-repeat top left;
	text-indent:-9999px;
	overflow:hidden;
}
#sub .box {
	width:157px;
	margin-bottom:10px;
}
#sub .box .inner {
	padding:10px;
}
#sub .box h3 {
	text-indent:-9999px;
	width:157px; height:34px;
}

#sub .boxinfo .inner {
	padding:0px;
}
#sub .boxinfo h3 {
	text-indent:-9999px;
	width:157px; height:34px;
}

#sub #sec_login {
	font-size:12px;
	background-color: #e3d8bf;
}
#sub #sec_login h3 {
	background:url(../img/h_sub_login.jpg) no-repeat top left;
}
#sub #sec_login input.inputtext {
	width:130px;
}
#sub #sec_login input.inputbtn {
	display:block;
	width:96px; height:31px;
	margin:0 auto;
}
#sub #sec_login dl dt {
	font-size:10px;
}
#sub #sec_login dl dd {
	padding-bottom:5px;
}
#sub #sec_login .cookie {
	text-align:center;
	font-size:10px;
}
#sub #sec_menu h3 {
	background:url(../img/h_sub_contents.jpg) no-repeat top left;
}
#sub #sec_menu ul li {
	padding-left:20px;
	margin-left:0px;
	margin-bottom:10px;
	background:url(../img/icn_arrow01.gif) no-repeat center left;
	line-height:1.2;
}
#sub #sec_menu ul li a {
	font-size:12px;
	text-decoration:none;
	color:#333;
}
#sub #sec_menu ul li a:hover {
	text-decoration:underline;
}
#sub #sec_info h3 {
	background:url(../img/h_sub_info.jpg) no-repeat top left;
}
#sub #sec_info iframe {
	width:100%; height:200px;
	border:0;
	font-size:10px;
}
#footer {
	clear:both;
	width:758px; height:58px;
	background-color:#000000;
	color:#fff;
	letter-spacing:1px;
	font-size:10px;
	text-align:center;
	line-height:58px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color:#fff;
}


/** unique parts
********************************************** */
.notes {
	color:#666;
}
