/* ニュースページ */

/* ---------------------------------------- 見出し、テキスト */

h2 {
	text-align: center;
	margin-top: 10px;
}

h3 {
    font-size: 1.2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	padding-left: 16px;
	background: url("../images/login/square02.gif") no-repeat;
	background-position: 0px 1px;
	margin: 16px 40px 4px 40px;
}

.days {
    font-size: 1.0em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #999999;
	margin: 0px 5px 5px 40px;
	padding: 0px 0px 0px 16px;
}

input[type="password"]{
font-family: Arial, sans-serif;
}

/* ---------------------------------------- レイアウト */

#login {
    width: 460px;
	height: 300px;
	display: block;
	margin: 0px 170px 0px 170px;
	background: url("../images/login/back.gif") no-repeat;
}

#login_c {
    width: 690px;
	height: 390px;
	display: block;
	margin: 0px 70px 0px 70px;
	background: url(../contact/images/back.gif) no-repeat;
}

#news {
    width: 710px;
    font-size: 1.2em;
	line-height: 1.4em;
	color: #666666;
	margin: 10px 40px 21px 40px;
	padding-bottom: 16px;
	border-bottom: 2px dotted #CED8E3;
}


/* ---------------------------------------- 個別 */

.login_f {
	width: 100px;
	height: 26px;
	background: url("../images/login/loginf_on.jpg") no-repeat center;
	margin: 10px 92px 0px 92px;
	display: block;
}

.login_f a {
	display: block;
	width: 100px;
	height: 26px;
	font-size: 0.8em;
	line-height: 0.8em;
	outline: none;
}

.login_f a:hover {
	text-indent: -9999px;
} 


.login_c {
	width: 100px;
	height: 26px;
	background: url(../contact/images/loginf_on.jpg) no-repeat center;
	margin: 5px auto 0px auto;
	display: block;
}

.login_c a {
	display: block;
	width: 100px;
	height: 26px;
	font-size: 0.8em;
	line-height: 0.8em;
	outline: none;
}

.login_c a:hover {
	text-indent: -9999px;
} 


.news {
    margin: 45px 25px 0px 27px;
	font-size: 1.2em;
}

.imeon {
	ime-mode: active;
}

.imeoff {
	ime-mode: disabled;
}

.name {
	width: 80px;
	ime-mode: active;
}
.passwd {
	width: 100px;
}
