﻿@charset "UTF-8";
@import url("tokusyu.css");

#beauty-star_wrap {
	background: url(../imgs/beauty-star_back.gif);
	padding: 20px;
	margin-bottom: 15px;
	width: 690px;
	color: #444444;
}

#beauty-star_wrap #contents {
	background: #FFFFFF;
	padding: 10px;
	width: 670px;;
}

#head {
	margin: 10px 0;
}

#head h1 {
	width: 323px;
	float: left;
	margin-right: 25px;
}

* html #head h1 {
	margin-right: 15px;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #00A0C4;
	margin: 25px 10px;
}

#interview,.interview {
	width: 670px;
	float: left;
}

.interview {
	margin-bottom: 30px;
	border-bottom: 3px dotted #34B3D1;
}

#main_photo {
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
}

.photos {
	margin-bottom: 10px;
}

#interview p,.interview p {
	font-family: '小塚ゴシック Pro M','HGPｺﾞｼｯｸE';
	text-indent: 1em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#sub_photos {
	margin: 0 -5px;
	width: 700px;
}

#sub_photos img {
	margin: 3px;
}

#foot {
	background-color: #0380B8;
	width: 670px;
	margin: 20px 0;
	padding-bottom: 10px;
}

#comment {
	width: 400px;
	float: left;
	margin: 10px 20px 10px 10px;
	color: #FFFFFF;
	font-size: 14px;
}

* html #comment {
	margin-left: 5px;
}

#comment .left {
	width: 170px;
	margin-right: 10px;
	float: left;
}

#comment .left img {
	border: 10px solid #FFFFFF;
	margin-bottom: 5px;
}

#comment .left img.block {
	display: block;
	border: none;
}

#comment .right {
	margin-top: 33px;
	width: 220px;
	float: left;
}

#comment .right p {
	font-family: '小塚ゴシック Pro M','HGPｺﾞｼｯｸE';
	text-indent: 1em;
	margin-bottom: 5px;
	line-height: 1.5em;
}

#comment .right p.top {
	text-indent: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}

#comment .right p.top .name {
	font-size: 16px;
}

#com {
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	margin: 10px 0;
	padding: 15px 15px 0 15px;
	position: relative;
	display: inline-block;
}

#front {
	position: relative;
	z-index: 2;
}

#com div {
	font-family: '小塚ゴシック Pro M','HGPｺﾞｼｯｸE';
	position: relative;
	top: -20px;
	z-index: 1;
}
#com div.Info {
	top: -7px;
}

#com div .tel {
	background: url(../imgs/d1.gif) no-repeat left 6px;
	padding-left: 19px;
	font-family: "tahoma";
	font-weight: bold;
	color: #333333;
	font-size: 18px;
	display: inline-block;
}

.toback {
	margin-bottom: 10px;
}

#head:after,
#foot:after,
#beauty-star_wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

