/* CSS Document */

@charset "utf-8";
/* CSS Document */


#main-ph h2{
	background-image:url(../img/title_episode.jpg);
}

.main-box{
	padding:0px 60px 60px 60px;
}

#story-list-btn li{
	background-image:url(../img/btn_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
	letter-spacing:0.2em;
	color:#ad0502;
	font-weight:bold;
	
	width:380px;
	height:50px;
	float:left;
}

#story-list-btn li a{
	color:#ad0502;
	
}

.left-li{
	margin-left:0;
}

.right-li{
	margin-left:50px;
}

#story-list{
	clear:both;
	width:550px;
	margin:auto;
	margin-top:45px;
}

#story-list li{
	background-image:url(../img/arrow.jpg);
	background-repeat:no-repeat;
	background-position:0 center;
	padding-left:30px;
	margin-top:1em;
}


.storyTitle a{
	margin-left:25px;
	color:#ad0502;
	font-weight:bold;
	display:inline;
}

.storyDate{
	float:right;
}

