@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  layout.css
	infomation :  レイアウト
	
 ---------------------------------------------- */
 #leftNav {
 	width: 166px;
	float: left;
	margin: 0px 30px 0px 10px;
	}
#leftNav ul{
	border-bottom: 2px solid #1132b3;
 	}
#leftNav li{
 	width: 158px;
	height: 30px;
	padding: 6px 0px 0px 8px;
	background: url(../images/naviBk.gif) no-repeat;
	}
#leftNav li#first{
 	width: 158px;
	height: 29px;
	padding: 6px 0px 0px 8px;
	background: url(../images/naviBk.gif) no-repeat;
	}
#leftNav li span{
	padding: 4px 0px 0px 0px;
	font-size: 74%;
	}
#rightCnt {
	width: 704px;
	float: right;
	margin: 0px 8px 0px 0px;
	}
#storyHead {
	background: url(../images/story.gif) no-repeat;
	width: 704px;
	height: 48px;
	position: relative;
	}
#storyHead h3 span {
	margin: 0px 0px 0px 0px;
	}
#storyHead h3 {
	font-weight: normal;
	font-size: 160%;
	color: #99ccff;
	line-height: 1.2;
	padding: 12px 0px 0px 30px;
}
p#gestjp {
	position: absolute;
	right: 4px;
	top: 2px;
	}
#textArea {
	padding: 12px 0px 0px 0px;
	}
#textArea p {
	float: left;
	}
#movie {
	float: right;
	width: 330px;
	height: 190px;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 12px;
	}









