@charset "Shift_JIS";
/* CSS Document */
/* トップページの独自ＣＳＳをまとめてます */
#main h3 {
	background-image:url(../images/h3_backimage.jpg);
	width: 583px;
	height: 23px;
	background-repeat: no-repeat;
	padding-top: 17px;
	color: #92710E;
	height: 40px;
	text-indent: 15px;
	font-size: 14px;
}
/*--コンテンツの要素--*/
.index_main {
	padding:10px;
	background-image: url(../images/content_backimage_02.jpg);
	float: left;
	width: 560px;
	margin-bottom: 20px;
}
.index_main p {
	padding:10px;
	width: 265px;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
}
.index_main p strong{
	font-size:10px;
}
/*--サイドコンテンツの要素--*/
#side p{
	font-size:12px;
	color: #A48011;
}
/*--パーティの要素--*/
.party {
	background-image:url(../images/image.jpg);
	background-repeat: no-repeat;
}

/*--料金プランなど紹介の要素--*/
#container #main ul li {
	background-image: url(../images/image_02.jpg);
	height: 105px;
	width: 168px;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 8px 5px 5px 8px;
	background-repeat: no-repeat;
	font-size: 12px;
}
#container #main ul li img {
	margin-bottom:5px;
}
#container #main .index_st {
	width: 540px;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	line-height: 150%;
}
#container #main .index_st p {
	width: 520px;
}
#container #main .index_st img {
	float: right;
	margin: 10px 0px 0px 15px;
}

/*--新着情報の要素--*/
.index_news {
	padding:10px;
	background-image: url(../images/content_backimage_02.jpg);
}
.index_news div {
	background-color:#FFFFFF;
	padding:10px;
}
.index_news p {
	border-bottom: dotted 1px #cccccc;
	padding-bottom: 5px;
}
.index_news b {
	color:#F1AA63;
}

.index_main br {
	clear:left;
}
.index_sub {
	padding:10px;
}
.news {
	margin-top:20px;
	height: 160px;
}

