@charset "UTF-8";

/* 
lcc.css
Version : 0.1
Update  : 10.11.02
*/


/* KIHON
============================================================ */
html, body, #wrapper { height:100%; margin: 0; }
body     { background:url(../images/bg.jpg) top right; }

a:link,
a:visited,
a:hover,
a:active  { color:#000; text-decoration:none; }


/* #wrapper
============================================================ */
#wrapper {　}


/* #main
============================================================ */
#main {	padding:50px; }
#main h1 {
	font-family: "Times New Roman", Times;
	font-size: 182%;
	font-style: italic;
	font-weight: normal;
	_font-weight: bold;
	}
#main h2 {
	font-family: "Times New Roman", Times;
	font-size: 161.6%;
	margin: 50px 0 35px;
	}
#main #contents-wrapper {
	width:900px;
	font-family: "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", Osaka, "MS PGothic", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF";
	}
#main #contents-wrapper #regist {
	float:left;
	width:600px;
	padding-right:30px;
	border-right:1px solid #666666;
	}
#main #contents-wrapper #regist {
	float:left;
	width:600px;
	padding-right:30px;
	border-right:1px solid #666666;
	}
#main #contents-wrapper #change {
	float:left;
	width:220px;
	margin-left:30px;
	}
#main #contents-wrapper h3 {
	font-size: 108%;
	line-height: 100%;
	margin:0px 0px 20px;
	}
#main #contents-wrapper h4 {
	font-size: 93%;
	line-height:100%;
	margin: 0px 0px 6px;
	}
#main #contents-wrapper ul { margin: 0px 0px 20px 30px; }
#main #contents-wrapper li {
	font-size: 93%;
	line-height: 150%;
	}
#main #contents-wrapper p {
	font-size: 93%;
	line-height: 150%;
	margin: 0px 0px 20px;
	}
#main #contents-wrapper .button-l {
	font-size: 108%;
	line-height: 100%;
	font-weight: bold;
	_font-weight: bold;
	}
#main #contents-wrapper .button-s {
	font-size: 93%;
	line-height: 100%;
	font-weight: bold;
	_font-weight: bold;
	}

#main #contents-wrapper .agree {
	padding:20px 0px 0px;
	margin-bottom:5px;
	}
#main #contents-wrapper .button-float {
	float:left;
	margin-right:20px;
	}

#main #contents-wrapper a {
	padding: 0 3px;
}
#main #contents-wrapper a:hover { background: #FFF; }

#copyright  { font-size: 93%; margin: 50px 0 0; }


/* #form
============================================================ */
form .field {
	padding:0px 0px 20px;
}
form .label {
	font-family: "Times New Roman", Times;
	font-size: 108%;
	line-height:100%;
	font-weight: bold;
	_font-weight: bold;
	width: 150px;
	float: left;
	padding-top:1px;
}
.jan form .label {
	font-family: "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", Osaka, "MS PGothic", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF";
	font-size: 93%;
	line-height:100%;
	font-weight: bold;
	_font-weight: bold;
	width: 150px;
	float: left;
	padding-top:3px;
}
form .input {
	font-size: 93%;
	line-height:100%;
}
form .error {
	font-size: 77%;
}
form .buttons {
	margin-top: 10px;
}
#contents-wrapper .menu {
	width:900px;
	height:14px;
	margin:0px 0px 40px -30px;
}
#contents-wrapper .menu ul  {
	list-style-type:none;
	margin:0;
	padding:0px;
}
#contents-wrapper .menu li {
	font-size: 93%;
	line-height: 100%;
	font-weight: bold;
	_font-weight: bold;
	float:left;
	margin-right:40px;
	background:url(../images/arrow.gif) left center no-repeat;
	padding-left:5px;
}
#contents-wrapper .menu li a {
	display:block;
}
#contents-wrapper .menu li.on a {
	background: #FFF;
}

