@charset "ISO-8859-1";
/* CSS Document */

body {
	background:url(MC/images/background.jpg);
        background-repeat:repeat;
        background-attachment : fixed ;
	font-family:Arial, Helvetica, sans-serif;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 798px;
	overflow: auto;
	position: absolute;
	left: 50%;
	margin-left: -400px;
/*
	background:url(MC/images/main_back2.gif) repeat;
*/
	background-color: black;
	border:1px #000000 solid;
}
#header {
    margin:0px;
	padding:0px;
	width:798px;
	height:100px;
	position:relative;
}
#header h1 {
    margin:0px;
	padding:15px 0px 0px 15px;
}
	
#contents {
    margin: 0px;
	padding: 0px;
	width: 798px;
	position: relative;
}
#main {
    margin:0px;
	padding:0xp;
	width:798px;
	height:auto;
	position:relative;
}
/*welcome*/
#welcome {
    margin: 0px;
	padding: 0px;
	height:auto;
	width: 600px;
	position: relative;
	left: 100px;
}
#welcome h1 {
    margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#welcome h2 {
    margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF solid;
}
#welcome h4 {
    margin: 0px;
	padding: 0px 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
#welcome a {
	color: #FFFFFF;
}
#welcome a:hover {
	color: #FF0000;
}
.clear_l {
    clear: left;
}
/*navi botton*/
#navi {
    margin: 0px;
	padding: 0px;
	height: 25px;
	width: 700px;
	position: relative;
	top: 0px;
	left: 50px;
	clear: left;
}

#next {
    margin: 0px;
    padding: 0px;
	float: left;
	width: 100px;
	position: relative;
	top: 0px;
	left: 300px;
}

/*footer*/
#footer {
    margin:0px;
	padding:0px;
	width:798px;
	height:30px;
	position:relative;
	background:#000000;
}

#footer h3 {
    margin:0px;
	padding:0px;
	text-align:center;
    font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	line-height:30px;
}
/* Add 2009-02-03 fujii-ktc */
/*agree*/
#agree {
    margin: 0px;
	padding: 0px;
	height: auto;
	width: 600px;
	position: relative;
	left: 100px;
}
#agree h4 {
    margin: 0px;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	height: auto;
	width: 300px;
	float: left;
	color: #FFFFFF;
}
	
#agree_btn {
    margin: 0px;
	padding: 0px;
	height: auto;
	width: 300px;
	float: left;
}
/*
#agree a{
    margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100px;
	display: block;
	text-decoration: none;
	position: relative;
	left: 100px;
	background: url(images/btn_agree.gif) no-repeat;
}
#agree a:hover {
    background: url(images/btn_agree_o.gif) no-repeat;
}
*/
.yes a {
    margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100px;
	display: block;
	text-decoration: none;
	position: relative;
	left: 100px;
	background: url(images/btn_agree_yes.gif) no-repeat;
}
.yes a:hover {
    background: url(images/btn_agree_yes_o.gif) no-repeat;
}
.no a {
    margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100px;
	display: block;
	text-decoration: none;
	position: relative;
	left: 100px;
	background: url(images/btn_agree_no.gif) no-repeat;
}
.no a:hover {
    background: url(images/btn_agree_no_o.gif) no-repeat;
}

#agree h3 {
    margin: 0px;
	padding: 0px;
    font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
}
/****************************/
