@charset "UTF-8";

/*  「トップスターからのご挨拶」のページに固有のスタイル  */

@import url(sub_navi4.css);
@import url(sub_navi5.css);


#main p {
	margin-top: 0;
	margin-bottom: 0;
}

/*  トップスター：キタグチアサミ   */
#asami h3 {
	width: 564px;
	height: 170px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -10000px;
	background-image: url(../images/topstar_asami.png);
}


/*  トップスター：松本タクミ */
div#takumi:before {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
#takumi h3 {
	width: 564px;
	height: 169px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	text-indent: -10000px;
	background-image: url(../images/topstar_takumi.png);
}


/*  トップスターとは  */
div#aboutTopstar {
	position: relative;
	width: 566px;
	margin: 60px 0 5px 0;
	padding: 0 0 19px 0;
	border : 0;
	background-image: url(../images/aboutTopstar_foot.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
img#aboutTopstarStar{
	position: absolute;
	top: -52px;
	left: 10px;
	z-index:3;
	width: 142px;
	height: 93px;
}
#aboutTopstar h2 {
	width: 566px;
	height: 32px;
	margin: 0;
	padding: 0;
	border : 0;
	text-indent: -10000px;
	background-image: url(../images/aboutTopstar_h2.png);
	background-repeat: no-repeat;
}
div#aboutTopstarContent {
	width: 512px;
	margin: 0;
	padding: 5px 27px;
	border : 0;
	background-image: url(../images/aboutTopstar_col.png);
	background-repeat: repeat-y;
}
div#aboutTopstarContent p {
	width: 512px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div#aboutTopstarContent p.first {
	margin-top: 7px;
}


