@charset "UTF-8";
/* CSS Document */

/* clearfix */

.cf:after {
  display: block;
  clear: both;
  content: "";
}

/* 全体 */

body {
	width: 960px;
	margin: 0 auto;
	color: #5B5353;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 13pt;
	line-height: 120%;
	text-align: left;
}

#wrapper {
	margin:0 22px;
}

h2 {
	margin: 40px 0 10px;
}

strong {
	text-style: none;
	font-size: 125%;
}

/* メインビジュアル */

h1 {
	width: 960px;
	height: 391px;
}
/* グローバルナビゲーション　*/
nav ul{
	display: block;
	width: 960px;
	height: 54px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}
nav ul li {
	overflow:hidden; 
	text-indent:-9999px; 
	float: left;
}
nav ul li a {
    text-decoration:none;
}
a#navTop{
	display: block;
	width: 89px;
	height: 54px;
}
a#navAbout{
	display: block;
	width: 216px;
	height: 54px;
}
a#navDvd{
	display: block;
	width: 151px;
	height: 54px;
}
a#navUser{
	display: block;
	width: 111px;
	height: 54px;
}
a#navProf{
	display: block;
	width: 173px;
	height: 54px;
}
a#navBuy{
	display: block;
	width: 220px;
	height: 54px;
}
nav ul li a:hover {
	background-color: #2BA037;
	opacity:0.3;
}
nav ul li a#navBuy:hover {
	background-color: #FFF;
	opacity:0.5;
}

/* ビューティーリフティングとは */
#about {
	position: relative;
}
#about p {
	font-size: 18pt;
	line-height: 175%;
	margin: 10px 0;
}
img#photo1 {
	position: absolute;
	top: 70px;
	right: 0;
}
#aboutP2 {
	position: absolute;
	top: 305px;
	right: 0;
}
#aboutP3 strong{
	font-size: 150%;
}

/* DVD 全4巻 */
#dvd li {
	font-size: 16pt;
	color: #2BA037;
	margin: 5px 0;
}
#dvd img {
	margin: 20px 0;
}
#dvd iframe {
	border: 5px #cd201f solid;
	border-radius: 10px;
}
#dvd p#dvd1 {
	position: relative;
	z-index: 1;
}
#dvd p#dvd1 iframe {
	position: absolute;
	top: 145px;
	left: 570px;
	z-index: 2;
}
#dvd p#dvd2 {
	position: relative;
	z-index: 1;
}
#dvd p#dvd2 iframe {
	position: absolute;
	top: 145px;
	left: 570px;
	z-index: 2;
}
#dvd p#dvd3 {
	position: relative;
	z-index: 1;
}
#dvd p#dvd3 iframe {
	position: absolute;
	top: 145px;
	left: 570px;
	z-index: 2;
}
#dvd p#dvd4 {
	position: relative;
	z-index: 1;
}
#dvd p#dvd4 iframe {
	position: absolute;
	top: 145px;
	left: 570px;
	z-index: 2;
}


/* DVDを購入する */
.buyLink {
	margin: 20px -25px;
}


/* 体験者の声 */
#user .inner {
	margin: 0 150px 0 60px;
}
#user p {
	font-size: 25pt;
	line-height: 175%;
	color: #2BA037;
	margin: 10px 0;
	display: inline;
	float: left;
}
#user p.userComment .userName {
	font-size: smaller;
	display: block;
	text-align: right;
	line-height: 90%;
}
#user1 {
	position :relative;
}
#user1 p.userComment {
	display: block;
	position: absolute;
	right: 0;
}
#user2 {
	clear: both;
	position: relative;
}
#user2 p.userImg {
	display: block;
	position: absolute;
	right: 0;
}

/* プロフィール */
#profile {
	margin-bottom: 50px;
}
#profile .inner {
	margin: 0 60px;
}
#profile #profileHeader p {
	float: left;
	margin-bottom: 20px;
}
#profile #profileHeader {
	position: relative;
}
#profile #profileHeader p#araiName{
	position: absolute;
	top: 55px;
	left: 495px;	
}
#profile #profileHeader p #biyoka {
	font-size: 36pt;
	line-height: 48pt;
}
#profile #profileHeader p #araiJp {
	font-size: 48pt;
	font-weight: bold;
	line-height: 55pt;
}
#profile #profileHeader p #araiEn {
	font-size: 30pt;
	line-height: 37pt;
}
#profile article {
	display: block;
	clear:both;
}

/* フッター */
footer{
	font-size: 12pt;
	text-align: right;
	margin-right: 50px;
}