@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  コンテンツ
	
 ---------------------------------------------- */
 
 
 .block{
	margin-bottom:30px;
	
	}
.pop{
	position:absolute;
	top:112px;
	left:673px;
}

/* ----------------------------------------------
　ストーリー
 ---------------------------------------------- */

#story_main {
	clear:both;
	margin:0 auto;
	width:300px;

	padding-top:15px; }


#story_list select {
	width:300px;
	margin:0 auto 20px;
	text-align:center;
	}


.pickup_p {
	background:url(images/pick_up_p.gif) no-repeat left top;
	color:#e8345e;
	font-size:170%;
	padding:0 0 0 60px;	
	}
	
.pickup_b {
	background:url(images/pick_up_b.gif) no-repeat left top;
	color:#10A4B2;
	font-size:170%;
	padding:0 0 0 60px;	
	}
	
.point_b { color:#10A4B2; }

.point_p { color:#E8345E; }