

/* CSS Document */
fieldset, img {
border:0 none;
}

body {
	font-size:12px;
	line-height:18px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	background-color: #eeeeee;
}

#wrapper_in {
	width: 680px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
}

#header {
	margin-bottom: 30px; 
}

#header h1 {
	margin: 0; 
	padding: 0;
}

#mainContent {
	padding: 0 30px;
}

#box { /* 蜷��逶ｮ */
width: 620px;
margin-bottom: 35px;
}

#box h2{
	height: 24px;
	width: 620px;
	line-height: 24px;
	font-size: 15px;
	color: #9CD128;
	font-weight: bold;
	padding-left: 5px;
	margin: 0;
}

.line{
	height: 3px;
	width: 620px;
	background-image:url(niji_line.gif);
	background-color: #9CD128;
	margin-bottom: 10px;
}

#box h3{
margin: 10px 0 0 0;
font-size: 14px;
}

#box p{
margin: 5px 0 0 0;
}

#box table{
	width: 620px;
}

#box table th{
	color: #FFFFFF;
	background-color:#333333;
}

#box table td{
	color: #000000;
	background-color:#FFFFFF;
}

#footer {
	padding: 0 10px;
	margin-top:40px;
	text-align:center;
	border-bottom-width: 50px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 

.red {
	color:#F92695;
}


.blue {
	color:#0655CC;
}
.blue_b {
	color:#0655CC;
	font-weight: bold;
}

.mrsk {
	color:#925BFF;
	font-weight:bold;
}

.list{
text-indent:-1em;
margin:0px 0px 0px 2em;
}

.c{
 text-align:center;
 }

.b{
	font-weight: bold;
} 

.f14 {
	font-size: 14px;
}

.hr {
	height: 1px;
	width: 100%;
	margin:8px 0;
	background-color: #333333;
	border: 0;
	font-size: 0;
	vertical-align:top;
}

.notice {
margin: 20px 0;
padding: 8px;
color: #ffffff;
background-color: #393939;
border: 2px solid #FF009A;
}



