
.contents_body{
	background:#000;
	background:url(../common/bg.jpg);
	width:800px;
	margin: 0px auto;
	}
	
#inside{
	width:750px;
	margin:0 auto;
	padding:3% 0;
	color:#fff;
	background:url(../images/p03/bg2.jpg);
}

#inside2{
	width:750px;
	margin:0 auto;
	padding:3% 0;
	color:#fff;
	line-height:1.5;
	font-weight:900;
}

.sec01{
	background:url(../images/p03/sec01.png) no-repeat center;
	width:756px;
	height:574px;
	margin:0 auto;
	position:relative;
}

.sec01 p{
	width:500px;
	color:#fff;
	line-height:1.6;
	position:absolute;
	font-weight:100;
	top:85px;
	left:15px;
	font-size:17px;
	padding:5px;
	text-shadow: 0px 0px 1px #09f,
	             0px 0px 2px #09f,
	             0px 0px 3px #09f,
	             0px 0px 4px #09f,
	             0px 0px 5px #09f,
	             0px 0px 6px #09f;
}

.sec02{
	background:url(../images/p03/sec02.png) no-repeat;
	width:783px;
	height:550px;
	margin:0 auto;
	position:relative;
}

.sec02 .txt1{
	background:#000;
	width:400px;
	color:#fff;
	position:absolute;
	top:120px;
	left:195px;
	line-height:1.5;
	font-size:13px;
	box-sizing:border-box;
	padding:1%;
}
.sec02 .txt2{
	width:400px;
	color:#000;
	line-height:1.5;
	position:absolute;
	font-weight:600;
	top:220px;
	left:195px;
	font-size:14.5px;
 	text-shadow: 0px 0px 1px #fff,
	             0px 0px 2px #fff,
	             0px 0px 3px #fff,
	             0px 0px 4px #fff,
	             0px 0px 5px #fff,
	             0px 0px 6px #fff;
}


