/* ########### トップページCSS設定 ########### */

.url-image {
	text-align: right;
	margin: 0 0 5px 0;
}


/*新着情報設定*/

#news {
	margin: 20px 0 20px 0;
	font-size: 80%;
}
#news-text {
	margin: 0;
	padding: 0;
	display: block;
	overflow: auto;
	height: 250px;
	width: 380px
}
#news-text p {
	margin: 0 5px 0 5px; 
	padding: 8px 0 5px 15px;
	border-bottom: dotted 1px #999999;
	background-image: url(images/news_mark.gif);
	background-repeat: no-repeat;
	background-position:left center;
	font-weight: 400;
	color: #555;
}
.pink {
	color: #FF6666;
	font-size: 80%;
}


/* 振袖へのリンクバナー */
.atention {
	margin: 0 0 10px 20px;
}

/* 住所等 */
.info-block {
 margin: 30px 0 20px 20px;
	padding: 0;
	width: 340px;
	font-size: 80%;
}
.info-block p {
	padding: 45px 0 10px 160px;
	background-image: url(images/top_info.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.info-block p.hide {
	text-indent: -999px;
	height: 1px;
	margin: 0;
	padding: 0;
}
