@charset "utf-8";
/*-----------------------------------------------------
	reset
----------------------------------------------------**/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-style: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: text-bottom;
}
/*-----------------------------------------------------
	clearfix
----------------------------------------------------**/
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: url(../images/girl/bg_body.jpg) repeat-x left top;
}
#wrapper {
	background: url(../images/girl/main_bg.png) repeat-y left top;
	width: 1000px;
	margin: 0 auto;
	padding: 0 3px;
}
/*-----------------------------------------------------
	header
----------------------------------------------------**/
.headerLink {
	background: url(../images/girl/bg_header.jpg) repeat-x left top;
	height: 23px;
	line-height: 23px;
	color: #FFF;
	overflow: hidden;
}
.headerLink .copy {
	font-weight: bold;
	float: left;
	padding: 0 0 0 10px;
}
.headerLink ul {
	float: right;
}
.headerLink ul li {
	float: left;
	padding: 0 10px 0 0;
}
.headerLink ul li.en {
	padding: 0 30px 0 0;
}
.headerLink ul a {
	color: #fff;
}
/*-----------------------------------------------------
	main
----------------------------------------------------**/
#main {
	padding: 10px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
#leftClm {
	width: 252px;
	float: left
}
#rightClm {
	width: 718px;
	float: right;
}
.inside {
	padding: 10px;
}
.content {
	margin: 0 0 20px 0;
}
/*-----------------------------------------------------
	nav
----------------------------------------------------**/
#nav {
	
}
#nav li {
	float: left;
}
/*-----------------------------------------------------
	left
----------------------------------------------------**/
.movie {
	margin: 0 0 20px 0;
}
.twitter {
	margin: 0 0 20px 0;
}
.fb {
	margin: 0 0 20px 0;
}
/*-----------------------------------------------------
	footer
----------------------------------------------------**/
#footer {
	clear: both;
	background: url(../images/girl/bg_footer.jpg) repeat-x left top;
	height: 54px;
	line-height: 54px;
	color: #ffffff;
	padding: 0 10px;
}
/*-----------------------------------------------------
	topics
----------------------------------------------------**/
.topicsList li {
	background: url(../images/girl/icn_topics.gif) no-repeat left center;
	padding: 0 0 0 20px;
	line-height: 2;
}
.topicsList li span {
	padding: 0 10px 0 0;
}
/*-----------------------------------------------------
	girlBox
----------------------------------------------------**/
.girlBox {
	margin: 20px 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: #cccccc dashed 1px;
}
.girlBox .photo01 {
	float: left;
	width: 182px;
	padding: 0 10px 0 0;
}
.girlBox .photo02 {
	float: right;
	width: 186px;
}
.girlBox .profTbl {
	float: left;
	width: 330px;
}
.girlBox .profTbl table {
	width: 100%;
	font-size: 90%;
}
.girlBox .profTbl table th {
	color: #DE116F;
	text-align: left;
	padding: 1px 3px;
	width: 40%;
}
.girlBox .profTbl table td {
	padding: 1px 3px;
}
.even td, .even th {
	background: #ffe1eb;
}
/*-----------------------------------------------------
	history
----------------------------------------------------**/
.history table {
	width: 775px;
	margin: 0 auto;
}
.history td {
	padding: 10px;
	text-align: center;
}
/*-----------------------------------------------------
	movie
----------------------------------------------------**/
.movieList {
	width: 560px;
	margin: 0 auto;
}
.movieList dt {
	margin: 30px 0 10px 0;
}
.movieList dd {
	text-align: center;
	margin:0 0 50px 0;
}
/*-----------------------------------------------------
	photo
----------------------------------------------------**/
.photoList	{
}
.photoList li	{
	float:left;
	margin:0 10px 10px 0;
}
.photoList li img	{
		padding:3px;
		border:#cccccc solid 1px;
}
.photoTtl	{
	background:#fff5fa;
	padding:5px 5px 5px 10px;
	border-left:#e982af solid 5px;
	font-weight:bold;
	color:#e15b96;
	margin:0 0 10px 0;
	font-size:130%;
}
/*-----------------------------------------------------
	link
----------------------------------------------------**/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}