@charset "utf-8";
*{
 margin: 0;
 padding: 0;
}

body{
 background: #dbe6f0;
 text-align: center;
 color: #666;
 font-size: 90%;
/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif; */
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 height: 100%;
 margin: 0px auto;
}

html, body, #frame, #wrap {
	height: 100%;
	width: 960px;
	margin: 0px auto;
}

img{
 border: 0;
}

.error {
	color: #CC0000
}

ul {
	padding-left: 30px;
	line-height: 20pt;
}

p {
	line-height: 20pt;
}

table{
 font-size: 100%;
 text-align: left;
}
/*--Link style Elements--*/
a{
 color: #069;
}
#wrapper2{
 padding: 20px 90px;
 line-height: 150%;
}
#wrapper2 .box{
 margin-top: 20px;
 margin-bottom: 10px;
}

/* --Link to PageTop-- */
#pagetop{
 text-align: right;
 margin: 20px 20px;
 clear: both;
}

/* --Footer-- */

address{
 width: 960px;
 height: 40px;
 font-style: normal;
 color: #fff;
 margin: 0 auto;
 background: #dbe6f0 url(../images/bg_line.gif) repeat-x;
 text-align: center;
 line-height: 40px;
 clear: both;
}
.container{
 width: 960px;
 background: #fff;
 margin: 0 auto;
 text-align: left;
}
.clearfix:after{
 content: ".";
 display: block;
 visibility: hidden;
 height: 0.1px;
 font-size: 0.1em;
 line-height: 0;
 clear: both;
}
#wrapper{
 padding: 15px 20px;
}
.right{float: right;}
.text_right{text-align: right;}
.clear{clear: both;}
.center{text-align: center; margin: 0 auto;}
strong{color: #69c; font-weight: bold;}

/* --Form Elements-- */

.exam_label {
	margin: 20px;
	padding: 5px 10px;
	border: 1px solid #DDD;
	border-left: 6px solid #888;
	font-size: 120%;
	font-weight: bold;
	background: #F0F0F0;
}

.exam {
 width: 95%;
 border-collapse: collapse;
 margin: 0px auto;
}
.exam th{
 color: #369;
 background: #dbe6f0;
 border: 1px solid #AAA;
 padding: 5px;
 text-align: center;
}

.exam td{
 border: 1px solid #AAA;
 background-color: #FFF;;
 padding: 5px;
}

body > #wrap {
	height: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	width: 960px;
	margin: 0px auto;
}

#footer {
		position: relative;
		margin-top: -44px; /* negative value of footer height */
		height: 30px;
		color: #FFFFFF;
		clear:both;
		text-align: center;
		padding-top: 5px;
		width: 960px;
}

.footer_logo {
	text-align: right;
	padding: 10px 40px;
	display: block;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {
	display: inline-block;
	background: #fff;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div#login_div {
	margin: 0px auto;
	padding: 25px 60px 30px 80px;
	background-color: #FAFAFA;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 1px solid #DDD;
	width: 400px;
}

input {
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

