@charset "Shift_JIS";

#wrapper{
	margin:0 auto;
	width:760px;
	height:auto;
	background-color:#fff;
}
#main{
	width:700px;
	margin:auto;
}
.rogo{
	padding:15px 0 0 0;
}
h1{
	margin-top:10px;
	padding-top:8px;
	height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#333;
	background:-moz-linear-gradient(top, #525252, #070707);
	background:-webkit-gradient(linear, left top, left bottom, from(#525252), to(#070707));
	background: -o-linear-gradient(top, #525252, #070707);
	background: -ms-linear-gradient(top, #525252, #070707); /*ie10*/
	-pie-background: linear-gradient(top, #525252, #070707);
	position:relative;
	
	behavior:url(/css/PIE.htc);
}
h2 {
	margin:25px auto 10px auto;
	color:#00f;
	font-size:116%;	/*15px*/
	text-align:center;
}
h3 {
	color:#900;
	font-weight:bold;
	font-size:116%;	/*15px*/
	margin:15px 0 5px 0;
	background:url(img/arrow_1.png) left no-repeat;
	text-indent:15px;
}

#main p{
	font-size:93%;	/*12px*/
}
#main p.text1{
	width:260px;
	float:left;
	}
.main_left {
	float:left;
	width:400px;
	}
.main_left2 {
	float:left;
	width:290px;
	}

.copy{
	text-align:center;
	color:#fff;
	background-color:#333;
	margin:30px 0 0 0;
	padding:30px 0 10px 0;
	clear:both;
}
a.cp:link {
	color: #ccc;
	}
a.cp:visited {
	color: #ccc;
	}
a.cp:hover {
	color: #ccc;
	}
a.cp:active {
	color: #ccc;
	}
