@charset "utf-8";
/*
===== CONTENTS ==============================
    1: universal reset
    2: body and base setting
        : general params
        : acronyms and abbreviations styles
    3: link setting
=============================================
*/
/*
===== 1: universal reset =================================
*/


*{
margin:0;
padding:0;
}


/*
===== 2: body and base setting ===========================
*/


body {
text-align:center;/* box centering */
font-family:Verdana, sans-serif;
margin: 0px;
padding: 20px;
background-image: url(image/bg_01.gif);
color: #5A5A5A;
text-align: center;
}


/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
padding: 0;/* margin&padding reset */
line-height: 1.3;/* base line height */
text-align: left;
display: block;
margin: 0px;
font-size:;
}
table {margin : 3px;empty-cells: hide;}
hr,.areaAnchor,.anchor { display : none; }
img {
border: none;/* img do not want a border */
vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */
body, td, p, textarea {
	font-size: 13px;
}

/* acronyms and abbreviations styles
-------------------------------------*/
acronym,abbr{cursor:help;}


/*
===== 3: link setting ===========================
*/
a:link{
color: #0066CC;
text-decoration: none;
}
a:visited{
color: #0066CC;
text-decoration: none;
}
a:hover{
color: #0066CC;
text-decoration:underline;
}
a:active{
color: #0066CC;
text-decoration:underline;
}
#form p{
	margin-bottom: 30px;
}
#general input{
	width: 150px;
}
#general span{
	font-size: 12px;
	color: Red;
}
.t1{
	color: Red;
}
h1{
	margin-bottom: 30px;
}
.formBox{
	border: 1px solid #9FB4F0;
	width: 600px;
	padding: 20px;
	margin-bottom: 30px;
	overflow: auto;
}
dt {
	display: block;
	float: left;
	font-weight: normal;
	width: 178px;
	margin-bottom: 10px;
	clear: left;
}

dd{
	width:330px;
	margin-left: 188px;
	margin-bottom: 10px;
	font-weight: bold;
}
.submit{
	margin-bottom: 30px;
}
#showForm{
	font-size: 15px;
	font-weight: bold;
}
#Index{
	text-align: left;
}
#Index ol{
	padding: 20px;
}
#Index li {
	list-style: decimal;
}
#Index h1{
	margin-bottom: 5px;
}
.Button{
	width: 50px;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #4169E1;
	border: 2px solid Navy;
	text-align: center;
	margin: 5px;
}
.Button a{
	display: block;
	width: 50px;
	height: 20px;
}
div.reg_button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066FF;
	border: 3px solid #FF0000;
	text-align:center;
	width:80px;
	padding:5px 0;
	font-size:18px;
	
}
div.reg_button a{
color:#FFFFFF;
display:block;
}
