@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
#noscript {
	font-size:80%;
	margin: 0 auto -65px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 1px 1px 7px #CCCCCC;
	width: 350px;
	padding: 20px;
}
#noscript span.font_red {
	color:red;
}
#noscript span.font_blue {
	color:blue;
}
#access .menu, .reminder_step, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, .entry-headline {
	font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none outside none;
}

body, input, textarea {
	color: #4D4D4D;
	line-height: 18px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #743399;
}
a:active, a:hover {
	color: #FF4B33;
}
.space5 {
	float: none;
	clear: both;
	height: 5px;
}
.wrapper{
	width:960px;
    margin:0 auto 100px auto;
}
.box{
	width:49%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
/* Form Style */
.form_wrapper{
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	width:350px;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;
}
.foot {
	margin:0 auto;
	width:350px;
	font-size:12px;
	text-align: center;
	border: 1px solid #ddd;
    margin-top: 10px;
    padding: 5px 0;
}
#copyright {
	margin-top:5px;
}
.form_wrapper h3{
	padding:20px 30px 20px 30px;
	background-color:#444;
	color:#fff;
	font-size:25px;
	border-bottom:1px solid #ddd;
}
.form_wrapper form{
	display:none;
	background:#fff;
}
.form_wrapper .column{
	width:47%;
	float:left;
}
form.active{
	display:block;
}
form.login{
	width:350px;
}
form.register{
	width:550px;
}
form.forgot_password{
	width:300px;
}
.form_wrapper a{
	text-decoration:none;
	color:#777;
	font-size:12px;
}
.form_wrapper a:hover{
	color:#000;
}
.form_wrapper label{
	display:block;
	padding:10px 30px 0px 30px;
	margin:10px 0px 0px 0px;
}
.form_wrapper input[type="text"],
.form_wrapper input[type="password"]{
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 5px 30px 0px 30px;
	padding: 9px;
	display:block;
	font-size:16px;
	width:76%;
	background:
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background:
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
.form_wrapper input[type="text"]:focus,
.form_wrapper input[type="password"]:focus{
	background:#feffef;
}
.form_wrapper .bottom{
	background-color:#3A62AC;
	border-top:1px solid #ddd;
	margin-top:20px;
	clear:both;
	color:#fff;
}
.form_wrapper .bottom a{
	display:block;
	clear:both;
	padding:10px 30px;
	text-align:right;
	color:#ffa800;
}
.form_wrapper a.forgot{
	float:right;
	font-style:italic;
	line-height:24px;
	color:#ffa800;
}
.form_wrapper a.forgot:hover{
	color:#000;
}
.form_wrapper div.remember{
	float:left;
	width:140px;
	margin:20px 0px 20px 30px;
	font-size:11px;
}
.form_wrapper div.remember input{
	float:left;
	margin:2px 5px 0px 0px;
}
.form_wrapper span.error{
	visibility:hidden;
	color:red;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:4px 30px;
}
.form_wrapper input[type="submit"] {
	background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	width: 150px;
	cursor:pointer;
	float:right;
	margin:15px 20px 10px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_wrapper input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}

.login {
	background-image: url("/images/bg_grade_body.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
}

#login_title {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	z-index: 1000;
	width: 350px;
}
#login_info {
	padding: 20px;
	margin-top: -4px;
}
.login_info_free_rebon {
	background: url("/images/free-ribon5.dt-r.png") no-repeat scroll right 0 transparent;
}
#login_logo {
	width: 150px;
	height: 45px;
	background: none repeat scroll 0 0 #7CB7E3;
	float: left;
}
#system_name {
	background: none repeat scroll 0 0 #3A62AC;
	line-height: 45px;
	float: right;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/* エラーメッセージ関連 */
.form_input_err {
	color: #ff0000;
	font-size: 12px;
}
.text_align_center {
	padding: 5px;
	margin-left: 30px;
}
img.input-error-icon {
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 5px;
}

div#login_info h2 {
	border-left: 5px solid #7CB7E3;
	color: #333333;
	font: bold 12px Verdana;
	margin: 0 0 0 30px;
	padding: 3px 0 3px 5px;
	text-transform: uppercase;

}

/* パスワード忘れの場合 */
.reminder_step{
	background-image: url("/images/bg_grade_head.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	font-size: 80%;
	margin: 15px 30px;
	width: 255px;
}
.reminder_step {
	padding: 5px;
}
.current {
	color: #B0D730;
	font-weight: bold;
}
.next {
	color: #D3D3D3;
}
.reminder_msg, .red_reminder_msg {
	font-size: 80%;
	margin: 15px 30px;
	width: 255px;
}
.red_reminder_msg {
	font-size: 12px;
	margin: 0 30px;
	color: red;
}
.reminder_msg a {
	color: #7CB7E3;
}
