#main{
	width:740px;
	margin:40px auto 60px auto;
	color:#59524d;
	background: #fff url(../img/con_bg.gif) no-repeat right top;
	padding:25px 40px 1px 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius:10px;
}

h1{
	width:225px;
	height:100px;
	background:url(../img/episode_top.jpg) no-repeat;
	text-indent:-9999px;
}
h2{
	font-size:16px;
	letter-spacing:1px;
	color:#1a7bff;
	padding:10px 15px;
	border:solid 1px #1a7bff;
	border-bottom:none;
}
#main p{
	line-height:2;
	text-align:justify;
	padding:15px;
	border:solid 1px #1a7bff;
	background:#fff;
}

#main p#lead{
	color:#1a7bff;
	line-height:1.62;
	text-align:center;
	letter-spacing:1px;
	font-weight:bold;
	padding:0;
	border:none;
	margin-bottom:30px;
	background:none;
}
#con01{
	background:#fff url(../img/con01.gif) no-repeat center right;
}
#con02{
	background:#fff url(../img/con02.gif) no-repeat center right;
}
#con03{
	background:#fff url(../img/con03.gif) no-repeat center right;
}
#con04{
	background:#fff url(../img/con04.gif) no-repeat center right;
}
.photo{
	margin-top:25px;
	margin-left:200px;
}


/* SCALE */
.pr40{
	padding-right:40px;
}
.mb60{
	margin-bottom:60px;
}