@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  コンテンツ
	
 ---------------------------------------------- */
 
 
 .block{
	margin-bottom:30px;
	
	}
.pop{
	position:absolute;
	top:112px;
	left:673px;
}

/* ----------------------------------------------
　ストーリー
 ---------------------------------------------- */

#story_main { float:right; margin:0 auto; width:770px;
		background:url(images/check_line.jpg) repeat-x left top; }


#story_list { float:left; width:80px; }


.pickup_p {
	background:url(images/pick_up_p.gif) no-repeat;
	color:#e8345e; font-size:170%; font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing:8px;
	padding:0 0 0 90px;	
	}
	
.pickup_b {
	background:url(images/pick_up_b.gif) no-repeat;
	color:#10A4B2; font-size:170%; font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing:8px;
	padding:0 0 0 90px;	
	}
	
.point_b { color:#10A4B2; }

.point_p { color:#E8345E; }

#main a:link { color: #10A4B2; font-weight: bold; text-decoration: none; line-height:80%; }
#main a:visited { color: #10A4B2; font-weight: bold; text-decoration: none; line-height:80%; }
#main a:hover { color: #e8345e; font-weight: bold; text-decoration: underline; line-height:80%;}
#main a:active { color: #10A4B2; font-weight: bold; text-decoration: none; line-height:80%; }

.twitter { clear:both; background:url(../common/images/icTwitter.gif) no-repeat left center; padding:5px 0 5px 20px; margin:15px 0 20px 0; }