@charset "UTF-8";


/* ■■registration■■
---------------------------------------------*/

.registration_box h1{
	width:740px;
	height:45px;
	margin:0 auto 10px;
	background:url(../img/registration_title.jpg) no-repeat;
	text-indent:-9999px;
}

.title_text{
	width:420px;
	margin-left:60px;
	margin-bottom:10px;
}

.column_text{
	width:420px;
	margin-left:8px;
	font-size:14px;
	line-height:1.4;
}

.indent_cup{
	width:370px;
	height:50px;
	margin-top:15px;
	padding:7px 0 0 60px;
	background:url(../img/indent_cup.gif) no-repeat left top;
	font-size:11px;
	color:#BF0000;
	line-height:1.4;
}

.bold { font-weight: bold; font-size: 15px;}


.column1{
	width:650px;
	height:360px;
	margin:5px auto;
	padding:20px 30px 0 40px;
	background:url(../img/column_back_l.gif) no-repeat;
}

.column1_l{
	width:440px;
	padding-top:15px;
}

.column1 h2{
	width:420px;
	height:70px;
	margin-bottom:10px;
	background:url(../img/column1_title.gif) no-repeat;
	text-indent:-9999px;
}


.column2{
	width:650px;
	height:270px;
	margin:5px auto;
	padding:20px 30px 0 40px;
	background:url(../img/column_back.gif) no-repeat;
}

.column2_l{
	width:440px;
	padding-top:15px;
}

.column2 h2{
	width:420px;
	height:70px;
	margin-bottom:10px;
	background:url(../img/column2_title.gif) no-repeat;
	text-indent:-9999px;
}


.column3{
	width:650px;
	height:270px;
	margin:5px auto;
	padding:20px 30px 0 40px;
	background:url(../img/column_back.gif) no-repeat;
}

.column3_l{
	width:440px;
	padding-top:15px;
}

.column3 h2{
	width:420px;
	height:100px;
	margin-bottom:10px;
	background:url(../img/column3_title.gif) no-repeat;
	text-indent:-9999px;
}


.column4{
	width:650px;
	height:265px;
	margin:5px auto;
	padding:20px 30px 0 40px;
	background:url(../img/column_back_m.gif) no-repeat;
}

.column4_l{
	width:440px;
	padding-top:15px;
}

.column4 h2{
	width:420px;
	height:70px;
	margin-bottom:10px;
	background:url(../img/column4_title.gif) no-repeat;
	text-indent:-9999px;
}


.column5{
	width:720px;
	margin:10px auto;
}

.column5 h2{
	width:720px;
	height:60px;
	margin:0 auto;
	background:url(../img/column5_title.gif) no-repeat;
	text-indent:-9999px;
}

.column5 p{
	width:640px;
	margin:10px auto 5px;
	padding-left:10px;
	font-size:15px;
	text-indent:-1em;
	line-height:1.2s;
	font-weight:bold;
}

.column5 p span.red{
	color:#C00;
	font-weight:bold;
}

.column5 p.orangebox{
	width:585px;
	margin:0 auto;
	padding:15px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#FFDB72;
	font-size:14px;
	color:#C00;
	text-indent:0;
	line-height:1.2;
}

.column5 p.orangebox span{
	color:#000;
	font-weight:normal;
}

.column5 p.attention{
	width:660px;
	margin:5px auto;
	text-align:center;
	font-size:11px;
	font-weight:normal;
}

.column5_link a{
	display:block;
	width:400px;
	height:40px;
	margin:10px auto;
	background:url(../img/column5_link.gif) no-repeat;
	text-indent:-9999px;
}



