@charset "shift_jis";


/*　トップページ　*/
.top .content_wrap{
	position: relative;
	width:760px;
	height:465px;
	margin:19px 0 0 80px;
	z-index:10000;
}
.top .content_wrap_bg{
	position: absolute;
	top:0px;
	left:0px;
	width:760px;
	height:465px;
	background:url("/img/p1_img01.jpg") no-repeat left top;
	margin:19px 0 0 80px;
	z-index:1000;
	display:none;
}
.top .content_wrap .content{
	width:540px;
	height:288px;
	margin:105px 0 0 157px;
	overflow-x:hidden;
	overflow-y:scroll;
}


.top .content_wrap .content div.word_text{
	margin-bottom:30px;
	color:#505050;
	line-height:20px;
	font-size:13px;
	width:520px;
	text-align:justify;
	font-weight: normal;
}
.top .content_wrap .content p.title{
	text-align: center;
	color:#b46400;
	font-size:16px;
	font-weight: bold;
	padding-top:10px;
	line-height:16px;
	letter-spacing:2px;
	margin-bottom:30px;
}
.top .content_wrap .content div.word_text span{
	padding-right:1em;
}
.side{
	position: absolute;
	left:1000px;
	top:100px;
	z-index:1000;
	display:none;
}
.side2{
	position: absolute;
	left:1000px;
	top:100px;
	z-index:100;
	display:none;
}
