/* CSS Document */

*{
	margin:0;
	padding:0;
}
.text{
	width: 540px;
	height: 140px;
	float:right;
	background-image:url(images/text_waku.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

.text p{
	padding:20px 30px 20px 35px;
	text-align:left;
}


#item{
	float: left;
	width: 540px;
	height: 181px;
}

#img{
	width: 360px;
	height: 250px;
	float: left;
	background-image:url(images/img_back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#img p{padding:21px 21px 42px 41px;text-align:left;}
#back{
	width: 540px;
	height: 117px;
	float: right;
	background-image:url(images/ryouri/top_back2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#back p{margin: 77px 0 0 0;;text-align:left;}

#contents{
	background: url('images/ryouri/ryouri_top_image.jpg') no-repeat top center;
/*	padding-top: 180px;*/
}

#top_lead{
	height: 200px;
}

#contents p.hide{
	text-indent: -9999px;
}

.comment{
	font-size: 77%;
}
