@charset "UTF-8";
body {
	size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*IE6png߂Lɂ*/
* html #penetrate img{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none"
);
}

a:link {
	color: #d62c50;
}

a:visited {
	color: #CCCCCC;
}

p{
	color: #ff587c;
	font-weight: bolder;
	text-align: left;
	margin: 0px 0px 0px 25px;
}

h1{
	color: #ff587c;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 3px 0px;
}

h2{
	color: #ffffff;
	height: 13px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

h3{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h4{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

h5{
	color: #ff587c;
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px 0px;
	}

h5:first-letter{
	color: #81d8d0;
	float: left;
	letter-spacing: 0.1em;
	font-size: 200%;
}

img{
	border: none;
}

table{
	border: none;
}

hr{
	height: 1px;
	width: 80%;
}

/*文字*/
.pink{
	color: #ff587c;
}

.deep-pink{
	color: #d62c50;
}

.blue{
	color: #81d8d0;
}

.black{
	color: #000000;
	text-align: left;
}

.white{
	color: #ffffff;
}

.thirty{
	font-size: 30px;
	font-family: "lr SVbN",;
}

.ten{
	font-size: 10px;
}

.twelve{
	font-size: 12px;
}

.fourteen{
	font-size: 14px;
}

.x-large{
	font-weight: bolder;	
}

/*テーブル装飾*/

.topix-td{
	border-bottom-width: 3px;
	border-left-width: 5px;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #ff587c;
	border-left-color: #ff587c;
	}

.bg-black{
	background-color: #000000;
	}

.bg-pink{
	background-color: #ff587c;
	}

.bg-blue{
	background-color: #81d8d0;
	}

.bg-pink{
	background-color: #ff587c;
	}bg-pink-light{
	background-color: #fee3e8;
	}

.border-pink{
	border: 1px solid #ff587c;
}

.border-black{
	border: 1px solid #000000;
}

/*テーブルでの背景指定*/

.topix-bg{
	background-image: url(images/others/topix-bg.jpg);
	padding: 12px 0px 0px 0px;
	background-repeat: no-repeat;
	height: 110px;
	width: 909px;
	}
	
.topix-bg-bg{
	background-image: url(images/others/topix-bg-bg.gif);
	background-repeat: repeat-x;
	height: 110px;
	}
	
.topix-bottom-bg{
	background-image: url(images/others/topix-bottom-bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	height: 53px;
	width: 909px;
	padding-right: 50px;
	padding-top: 10px;
	}
.topix-bottom-bg2{
	background-image: url(images/others/topix-bottom-bg2.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	height: 53px;
	width: 960px;
	padding-right: 50px;
	padding-top: 10px;
	}
.mass-bg{
	background-image: url(images/others/mass-bg.jpg);
	}	
/*補正*/
.padding-five{
	padding-bottom: 5px;
}

.padding-left-thirty{
	padding-left: 30px;
}

.margin-right-ten{
	margin-right: 10px;
}

.margin-right-thirty{
	margin-right: 30px;
}

.margin-left-thirty{
	margin-left: 30px;
	text-align: left;
}

.margin-left-eighty{
	margin-left: 80px;
	text-align: left;
}

#full-table{
	width: 100%;
}
/*copyright*/
.copyright{
	height: 10px;
	color: #ff587c;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

/*-----------------------------top.php-----------------------------*/
.top-bg{
	background: url(images/index/index-bg.jpg);
	background-repeat:repeat-x;
	}
	

#top-td{
	width: 628px;
	padding: 0px;
	margin: 0px;
}
	

/*-----------------------------home.php----------------------------*/
.home-maincontents-td{
	width: 1000px;
	height: 100%;
}

.header-shopname-td{
	background: url(images/header-menu/shopname.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 84px;
	vertical-align: middle;
	text-align: right;
}

.header-shopname-bg{
	background: url(images/header-menu/shopname-bg.jpg);
	background-repeat: repeat-x;
}

.header-shopname-member-td{
	background: url(images/header-menu-member/shopname.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 84px;
	vertical-align: middle;
	text-align: right;
}

.header-shopname-member-bg{
	background: url(images/header-menu-member/shopname-bg.jpg);
	background-repeat: repeat-x;
}

/*header-menu*/

ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li img {
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
}

.hd {
	display: none; 
	position: absolute; 
	top: 32px; 
	left: 0px;
}

.off {
	margin: 0px;
}
.on {
	position: relative;
}
.on .hd {
	display: block;
}

/*covergirl*/	
.covergirl-td{
	background-image: url(images/home/covergirl1.jpg);
	background-repeat: no-repeat;
	height: 760px;
	text-align: right;
	vertical-align: bottom;
	background-position: left -30px;
	}

/*contents*/	
.contents-a{
	background-image: url(images/home/contents01.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
	height: 48px;
	width: 307px;
}
	
/*news*/	
.news-bg-td{
	background-image: url(images/home/news.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	height: 522px;
	width: 346px;
	text-align: left;
	vertical-align: top;
}
	
/*twitter*/

.twitter-td{
	height: 290px;
	width: 300px;
	vertical-align: text-top;
	text-align: center;
	background-color: #000000;
	}
	
.twitter-td2{
	height: 290px;
	width: 276px;
	vertical-align: text-top;
	text-align: center;
	background-color: #000000;
	}	
.twitter-iframe{
	height: 200px;
	width: 250px;
	}
	
	

.twitter-td3{
	height: 290px;
	width: 276px;
	vertical-align: text-top;
	text-align: center;
	background-color: #FF587C;
	}	

	
.entry-content{
	size: 13px;
	}
	
	

.newsbg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/home/news.png);
}
.newsfacebg {

	background-repeat: no-repeat;

	background-image: url(images/home/newface.jpg);
}
.newsfacebg2 {

	background-repeat: no-repeat;
	background-image: url(images/home/newface2.jpg);
}
.seo-txt3{
	margin-left: 10px;

}
.seo-txt2{
	border: 1px solid #67E6DA;
	padding: 5px;

}
.seo-txt1{
	color: #ff587c;
	font-size: 12px;
	font-weight: bold;
	color: #ff587c;
	text-align: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 34px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 80px;
}

	
/*newface*/	
.newface-td{
	background-image: url(images/home/newface.jpg);
	background-repeat: no-repeat;
	height: 243px;
	width: 300px;
	text-align: left;
	vertical-align: top;
	}
	
.newface-girl-td{
	background-image: url(home-iframe/newface.jpg);
	background-position: center -20px;
	margin: 0px 0px 0px 0px;
	height: 270px;
	width: 180px;
	text-align: center;
	vertical-align: top;
}
.newface-iframe{
	height: 150px;
	width: 120px;
	}
	
/*チャイナ＆私服キャンペーン*/
.china-td{
	background-image: url(images/home/china.jpg);
	background-repeat: no-repeat;
	height: 93px;
	width: 306px;
	text-align: right;
	}
	
.private-td{
	background-image: url(images/home/private.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 306px;
	text-align: right;
}

/*course*/
.course-td{
	background-image: url(images/home/course.jpg);
	background-repeat: no-repeat;
	height: 93px;
	width: 246px;
	vertical-align: middle;
	text-align: center;
	}
.course-td77{
	background-image: url(images/home/course.jpg);
	background-repeat: no-repeat;
	height: 93px;
	width: 166px;
	vertical-align: middle;
	text-align: center;
	}


/*special gravure*/
.gravure-a-td{
	background-image: url(images/home/gravure1.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	text-align:right;
	vertical-align:bottom;
	width: 300px;
	height: 63px;
	}

.gravure-b-td{
	background-image: url(images/home/gravure2.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align:right;
	height: 186px;
	width: 300px;
	}
		
/*today*/
.today-td{
	background-image: url(images/home/today-bg.jpg);
	height: 800px;
	width: 980px;
	text-align: center;

	}
/* 
	width: 980px;margin: 10px 10px 10px 10px; */

.today-iframe{
	height: 700px;
	width: 900px;
	}
	
	
/*-----------------------------system.html----------------------------*/
.whats-td-a{
	background-image: url(images/system/whats_01.jpg);
	height: 122px;
	width: 730px;
	text-align: left;
	}
	
.whats-td-b{
	background-image: url(images/system/whats_02.jpg);
	background-repeat: no-repeat;
	height: 315px;
	width: 730px;
	text-align: right;
	vertical-align: top;
	line-height: 1.2em;
	}
	
.shopinfo-td{
	background: #ff587c;
	width: 270px;
	text-align: left;
	vertical-align: top;
	}

/*-----------------------------campaign.html----------------------------*/	
.recommend-morning-td{
	background-image: url(http://www.talent-club.com/girlsm/kobayashi/3.jpg);
	background-position: 240px -30px;
	margin:0px 0px 0px 0px;
	height:360px;
	width:240px;
	text-align: right;
	vertical-align: top;
}

.recommend-regular-td{
	background-image: url(http://www.talent-club.com/girls/kumai/4.jpg);
	background-position: 240px -30px;
	margin:0px 0px 0px 0px;
	height:360px;
	width:240px;
	text-align: left;
	vertical-align: top;
}
.recommend-iframe{
	height:250px;
	width:400px;
}

.cam-a{
	background-image: url(images/campaign/cam-internet.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:top;
	height:200px;
	width:264px;
}

.cam-b{
	background-image: url(images/campaign/cam-hp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:top;
	height:200px;
	width:264px;
}

.cam-c{
	background-image: url(images/campaign/cam-china.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:top;
	height:200px;
	width:264px;
}

.cam-d{
	background-image: url(images/campaign/cam-private.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:top;
	height:200px;
	width:264px;
}

.cam-e{
	background-image: url(images/campaign/cam-120.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:top;
	height:200px;
	width:264px;
}

.cam-f{
	background-image: url(images/campaign/cam-80.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align:top;
	height:200px;
	width:264px;
}


/*-----------------------------gravure.blog.html----------------------------*/
.list ul{
	width: 800px;
}

.list li{
	width: 200px;
	height: 190px;
	float:left;
	text-align: center;
}

.left_sp10{
	padding-left: 10px;

}
.left_sp20{
	padding-left: 20px;

}

