@charset "UTF-8";


body{
	margin:0;
	padding:0;
	background:url(../image/bg.gif);
}

h1,h2,h3,p{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

#samsonnContainer{
	width:850px;
	height:auto;
	margin:0;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#FFFFFF;
}

h1{
	border-bottom:5px solid #FFADD6;
}

h1 a{
	display:block;
	width:850px;
	height:70px;
	margin:0;
	background:url(../story/image/h1_story.jpg) no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}

#phLayout{
	width:760px;
	height:auto;
	margin:10px auto;
}

div#phLayout p{
	float:left;
}
div#phLayout p.phPosition{
	margin:0 0 0 5px;
}


h2{
	width:500px;
	height:25px;
	margin:20px 0 10px 45px;
}

/*ストーリー解説エリア*/
#leftBox{
	display:inline;
	float:left;
	width:480px;
	margin:0 0 0 45px;
	padding:10px;
	border:1px solid #CCCCCC;
}

div#leftBox h3{
	margin:0 0 10px 0;
	font-size:0.85em;
}
div#leftBox p.story{
	font-size:0.85em;
	line-height:1.5em;
}
div#leftBox p.continues{
	margin:20px 0 0 0;
	font-size:0.85em;
}

/*ストーリーリストエリア*/
#rightBox{
	display:inline;
	float:right;
	width:230px;
	height:auto;
	margin:0 45px 0 0;
	background:url(../story/image/storyListBg.jpg) no-repeat top right;
}

/*ストーリーリスト*/
div#rightBox ul{
	float:left;
	margin:0 0 30px 15px;
	padding:0;
	list-style-type:none;
}
div#rightBox ul li{
	margin:0 0 5px 0;
	font-size:0.85em;
}

div#rightBox ul li a{
	text-decoration:underline;
	color:#333333;
}
div#rightBox ul li a:hover{
	text-decoration:none;
	color:#FF66FF;
}



























