@charset "utf-8";
/* GLOBAL DESIGN */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E3E5E8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "meiryo","ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
a:link {
	color: #A43030;
	text-decoration: underline;
}
a:visited {
	color: #A43030;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}



#header h1 {
	display: none;
}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #313E4F;
	padding-left: 20px;
}

p {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0.8em;
	text-align: left;
	
}

a img {
	border: 0;
}

.center {
	text-align: center;
}

em {
	font-style: normal;
	color: #FF3300;
}


.txt_strong {
	font-weight: bold;
	color: #0B89B3;
}
.text_right {
	text-align: right;
	margin-right: 10px;
}




#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
}


#container #header {
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 800px;
	margin-bottom: 20px;
}


/* =============== FORM STYLE =================
================================================*/

form {
	margin-bottom: 2em;
	display: block;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#container dl.line-box {
	clear: both;
	float: none;
	width: 600px;
	height: auto;
	display: block;
}
#container dl.line-box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#container dl {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 2em;
	width: 600px;
}

#container dt {
	display: block;
	width: 210px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../images/dt_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
	position: relative;
	clear: right;
	float: left;
}

#container dd {
	padding-left: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
	display: block;
	float: right;
	width: 365px;
	padding-bottom: 10px;
}

#container dd span,
#container dt span {
	font-size: 0.9em;
	color: #7A93B1;
	line-height: 1em;
}
#container dd span.req,
#container dt span.req {
	font-size: 1.5em;
	color: #7A93B1;
	line-height: 1em;
}


#container dd span.error_msg {
	color: #F81F8B;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	height: 100%;
	margin-top: 2px;
}

#container dd span.complete_msg {
	color: #000000;
	display: block;
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

option {
	margin: 2px 5px 2px 0;
	padding-right: 5px;
}

.clr {
	clear: both;
	float: none;
}


#error-box {
	padding: 10px 10px 10px 40px;
	border: 1px dotted #C21B38;
	margin-bottom: 1em;
	background-image: url(../images/exmark.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	line-height: 1.8em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 20px;
	width: 80%;
	clear: both;
}
.error-box {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.error-box {
	display: inline-block;
}


#container dd input.b-style {
	border: 1px solid #B1D2E4;
	padding: 1px;
}

#container #registration dt#intro {
	color: #1D60A9;
	background-image: url(../images/dt_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C5C5C5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C5C5C5;
	padding: 5px;
}
#container #registration dd#intro_name {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #E1F2FB;
	border: 1px solid #0099CC;
	padding: 5px;
}




legend {
	color: #334052;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
	margin-left: 20px;
}


#container #registration fieldset {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
}






/* ================ FOOTER ===============
============================================ */
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	text-align: center;
	clear: both;
	padding-top: 10px;
	background-color: #333E50;
	color: #FFFFFF;
}

/* =============== registered ============
===========================================*/
#box {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 400px;
	margin-top: 100px;
}
#box2 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 450px;
	margin-top: 100px;
}
#box p {
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#box img {
	margin-top: 20px;
	margin-bottom: 10px;
}
