/* @override http://www.candydoll.tv/css/layout.css */

@charset "utf-8";

/*ブラウザ初期化
------------------------------------------*/

*{
	margin:0;
	padding:0;
	list-style:none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,li,ol,dl,dd{
	margin:0;
	text-decoration:none;
	padding: 0;
}

blockquote,dt,dd{
	margin-left:1em;
}

li{
	display:inline;
}

img{
	border:none;
	vertical-align:top;
}

.body {
	background-image:url(../images/background.gif);
	background-repeat:repeat;
	margin-top: 0px;
}


/*TEXT
------------------------------------------*/

.text {
	font-size:12px;
	line-height:20px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ pro W3", "Hiragino kaku Gothic Pro", sans-serif;
}

.text-c {
	font-size:12px;
	line-height:15px;
	font-family: "Times New Roman", Times, "ＭＳ 明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	color:#B49B6B;
}

.text-A1 {
	font-size:24px;
	line-height:35px;
	font-family: "Times New Roman", Times, "ＭＳ 明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	color:#C8BE96;
}

.text-A2 {
	font-size:16px;
	line-height:30px;
	font-family: "Times New Roman", Times, "ＭＳ 明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	color:#C8BE96;
}

.text-A2 a:hover {color:#FAE6C8;}
.text-A2 a {color:#C8BE96;}

.text-A3 {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ pro W3", "Hiragino kaku Gothic Pro", sans-serif;
	line-height:15px;
	color:#C8BE96;
}

.text-A3 a:hover {color:#FAE6C8;}
.text-A3 a {color:#C8BE96;}

.text-A4 {
	font-size:12px;
	line-height:15px;
	font-family: "Times New Roman", Times, "ＭＳ 明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	color:#C8BE96;
}

.text-d {
	font-size:11px;
	line-height:15px;
	font-family: "Times New Roman", Times, "ＭＳ 明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	color:#B49B6B;
}

.text-c-red {
	font-size:12px;
	line-height:15px;
	font-family: "Times New Roman", Times, "ＭＳ 明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	color:#aa0000;
}


.cap {
	font-size:9px;
	line-height:15px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ pro W3", "Hiragino kaku Gothic Pro", sans-serif;
	color:#B49B6B;
}

.red-text {
	font-size:12px;
	font-family: "ＭＳ 明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	line-height:16px;
	color:#9C231C;
	text-justify:inter-ideograph;
} 

.mt-text {
	font-size:9px;
	font-family:"ＭＳ 明朝","ヒラギノ明朝 Pro W3","serif","Hiragino Mincho Pro","serif";
	line-height:16px;
	color:#B49B6B;
	text-align:center;
}

.mt-text a:hover {
	color:#645A32;
}

.new-text {
	color: #c62b21;
	font: bold 10px "ＭＳ 明朝","ヒラギノ明朝 Pro W3","serif","Hiragino Mincho Pro","serif";
}

.cap-text {
	font-size:9px;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ pro W3", "Hiragino kaku Gothic Pro", sans-serif;
	line-height:15px;
	color:#C8BE96;
}

.style3 {
	line-height: 14px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ pro W3", "Hiragino kaku Gothic Pro", sans-serif;
	text-transform: uppercase;
}

.text-top {
	font-size:10px;
	line-height:12px;
	font-family: "Times New Roman", Times, "ＭＳ Ｐ明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	color: #cdc499;
}

.information {
	width: 797px;
	height: 55px;
	padding: 15px;
	margin: 0px;
	background-color: #212322;
	position: relative;
	border-width: 0px 3px 4px 3px;
	border-style: solid;
	border-color: #c0b891;
	color: white;
	font-family: "Times New Roman", Times, "ＭＳ 明朝", "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-align: left;
}

/*リンク
------------------------------------------*/

a {color:#B49B6B;}
a:hover {color:#FAE6C8;}
a:active {text-decoration: none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}


/*基本構造
------------------------------------------*/

#main_area {
/*	float:left;
	position: static;
	display:block;
	height:100%;
	clear:left;*/
	width:845px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_table.png);
	background-repeat:repeat-y;
/*	>background-image:url(../images/bg_table.gif);
*/
}

#top-main_area {
	width:845px;
	＿width:841px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/TOP_bk.png);
	background-repeat:repeat-y;
}

#top-main_area01 {
	width:825px;
	＿width:821px;
	margin-left:auto;
	margin-right:auto;
}

#top {
	width:825px;
	height:53px;
	background-image:url(../images/top_header.gif);
	background-repeat:repeat-x;
	background-color: #B30204;
	margin-left:auto;
	margin-right:auto;
}

#top-copy {
/*	position: static;*/
	width:825px;
	height:45px;
	background-image:url(../images/top-copy.gif);
	margin-left:auto;
	margin-right:auto;
}

#header {
/*	position: static;*/
	width:825px;
	height:500px;
	margin-bottom:21px;
	margin-left:auto;
	margin-right:auto;
}

#top-header {
/*	position: static;*/
	width:825px;
	height:1072px;
	margin-left:auto;
	margin-right:auto;
}

#content {
/*	position: static;
	float: none;
	display:block;*/
	background-color: #212322;
	width:799px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#table-bottom {
	width:845px;
	height:20px;
	margin-bottom:11px;
	background-image:url(../images/footer_bottom.png);
	margin-left:auto;
	margin-right:auto;
}

#top-table-bottom {
	width:843px;
	_width:841px;
	height:138px;
	margin-bottom:11px;
	background-image:url(../images/TOP_footer.png);
	>background-image:url(../images/TOP_footer.png);
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
}

#text-bottom {
	width:825px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
}
#text-bottoml {
	width:415px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	float:left;
}
#text-bottomr {
	width:410px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	float:left;
}

/*メインコンテンツ
------------------------------------------*/

#border {
	border:solid 2px #C8BE96;
	width:795px;
	margin-top:21px;
	margin-bottom:21px;
	display: table;
}

#border_CA {
	background-color:#f1efc4;
	border:solid 2px #C8BE96;
	width:795px;
	height:auto;
	margin-top:21px;
	margin-bottom:21px;
}

#border_legal {
	background-color:#ffffff;
	border:solid 2px #C8BE96;
	width:795px;
	height:auto;
	margin-top:21px;
	margin-bottom:21px;
	margin-left:auto;
	margin-right:auto;
}

.border_guidance {
	background-color:#f1efc4;
	border:solid 2px #C8BE96;
	width:795px;
	height:auto;
	margin-top:21px;
	margin-bottom:21px;
}

.border_737 {
	border-top-style:solid;
	border-top-width:2px;
	border-color: #E3DECA;
}

.border_clr737 {
	border-top-style:solid;
	border-top-width:1px;
	border-color: #C5BB95;
	margin-top:10px;
	margin-bottom:10px;
}

.border_738 {
	border-top-style:solid;
	border-top-width:1px;
	border-color: #9E9779;
	width:738px;
}

#CA-sp {
	width:730px;
	padding-top:15px;
	_padding-top:15px;
	padding-left:30px;
	_padding-left:30px;
}

#FAQ-sp {
	width:730px;
	padding-top:30px;
	_padding-top:30px;
	padding-left:30px;
	_padding-left:30px;
}

.guidance-sp {
	width:730px;
	margin-left:30px;
	margin-top:35px;
/*	position: static;
	margin:35px 0px 20px 0px;
	display:block;*/
}

#sample-movie li {
	width:135px;
	height: 225px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.t-sample-movie {
	border:solid 2px #C8BE96;
	width:795px;
	height:auto;
	background-color:#212322;
	margin-bottom:21px;
}

.t-sample-movie-1 {
	border:solid 2px #C8BE96;
	width:795px;
	height:1550px;
	background-color:#212322;
	margin-bottom:21px;
}

.t-sample-movie-2 {
	border:solid 2px #C8BE96;
	width:795px;
	background-color:#212322;
	margin-bottom:21px;
}

.sample-movie-text {
	padding-top:25px;
	_padding-top:25px;
	padding-left:50px;
	_padding-left:40px;
}

.margin-top5 {
	width:200px;
	float:left;
	margin-top:5px;
}

.tObject {
	width:173px;
	float:left;
	margin-right:21px;
/*	position: static;
	clear:left;
	display:inline; 
	list-style-type:none;
	overflow:hidden;
*/
}

.tObject-space {
	width:231px;
	_width:229px;
	height:135px;
	_height:115px;
	float:left;
	margin-right:28px;
	_margin-right:21px;
	_margin-bottom:35px;
}

.tObject40 {
	width:200px;
	margin-right:23px;
	display: table;
	margin-bottom: 30px;
	float: left;
}

.tObject200 {
	width:200px;
	float:left;
	margin-right:23px;
	display: table;
	margin-bottom: 30px;
}

.tObject650 {
	width:650px;
	display: table;
	margin-bottom: 30px;
	float: left;
}

.tObject-Photo {
	width:97px;
	height:120px;
	float:left;
	margin-right:3px;
}

.tObject-Movie {
	width:127px;
	height:120px;
	float:left;
	margin-right:28px;
}

.MOV {
	background:transparent url(../images/yajirushi.gif) no-repeat left;
	padding-left:15px;
	width:11px;
	height:10px;
/*	margin:22px 10px 0px 0px;
	margin-right:15px;
	list-style-image:url(../images/yajirushi.gif) no-repeat;
	background-image:url(../images/yajirushi.gif) no-repeat 0 50%;
*/
}

.text-Space {
	width:705px;
	margin:25px 10px 20px 50px;
	display: table;
}

.text-Space-1 {
	width:650px;
/*	margin:40px 10px 20px 0px;*/
	margin-left:75px;
	margin-top:45px;
	display: table;
}

.text-Space-2 {
	width:680px;
	height:100px;
/*	margin:40px 10px 20px 0px;*/
	margin-left:75px;
	margin-top:30px;
}

.text-Space-3 {
	width:780px;
	height:260px;
	margin:26px 0px 20px 18px;
}

* .text-Space-3 {
	height:260px;
	margin-bottom: 20px;
	margin-top: 26px;
	margin-left: 10px;
}

.about {
	width:100%;
	margin-top: 25px;
	background-image:url(../images/about-movie-ber.gif);
	background-repeat:repeat-x;
	height: 89px;
}

.about-Space {
	width:705px;
	height: auto;
	margin-left:50px;
	margin-top:12px;
/*	position: static;
	display:block;*/
	padding-top:15px;
	_padding-top:0px;
}

.banner-Space {
	width:705px;
	height:100px;
	margin-left:50px;
	margin-top:12px;
/*	position: static;
	display:block;*/
	padding-top:3px;
	_padding-top:0px;
}

.banner {
	width:100%;
	height:89px;
	background-image:url(../images/about-movie-ber.gif);
	background-repeat:repeat-x;
	float:left;
}



/*ナビゲーション
------------------------------------------*/

#botan {
	width:799px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:28px;
/*	padding-bottom:30px;
	position: static;
	float:none:
	margin-bottom:50px;
	margin-top:10px;
	padding-top:10px;
*/
}

#top-botan {
	width:530px;
	height:45px;
	margin-left:165px;
/*	padding-bottom:30px;
	margin-bottom:24px;
	position: static;
	float:none:
	float:left;
	margin-bottom:50px;
	margin-top:10px;
	padding-top:10px;
*/
}

#botan ul li {
	width: auto;
	height: 42px;
	display: block;
	float: left;
}


#top-botan ul li {
	width: 162px;
	height: 45px;
	display:inline;
	float:left;
	margin-top:32px;
	margin-right:14px;
/*	_margin-right:20px;*/
}


#top-botan ul div {
	width: 530px;
	_width: 518px;
	height: 12px;
	float:left;
	margin-top:12px;
}

#botan-en {
	width:383px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#botan-movie {
	width:173px;
	height:131px;
}

#botan ul p a {
	display:block;
}

#botan-movie p a img {
	display:block;
}

.member-b a img {
	display:block;
}


p a:hover img {
	visibility:hidden;
}

ul p a:hover {
	background-color:transparent;
}

#botanmovie1{
	float:left;
	background:url(../images/sample-movie-photo01-on.gif) no-repeat;
}

#botanmovie2{
	float:left;
	background:url(../images/sample-movie-photo02-on.gif) no-repeat;
}

#botanmovie3{
	float:left;
	background:url(../images/sample-movie-photo03-on.gif) no-repeat;
}

.sample{
	/*width: 114px;*/
	background:url(../images/sample-over.gif) no-repeat;
}

.entry{
	/*width: 114px;*/
	background:url(../images/entry-over.gif) no-repeat;
}

.entrance{
	/*width: 114px;*/
	background:url(../images/entrance-over.gif) no-repeat;
}

.candydoll{
	/*width: 114px;*/
	background:url(../images/candydoll-over.gif) no-repeat;
}

.FAQ{
	/*width: 114px;*/
	background:url(../images/FAQ-over.gif) no-repeat;
}

.links{
	/*width: 114px;*/
	background:url(../images/LINKS-over.gif) no-repeat;
}

.update{
	/*width: 114px;*/
	background:url(../images/update-over.gif) no-repeat;
}

.entry-b{
	background:url(../images/admission-over.gif) no-repeat;
}

.member-b{
	background:url(../images/member-over.gif) no-repeat;
}
/*
.top-sample{
	width: 162px;
	background:url(../images/TOP_SAMPLE-on.gif) no-repeat;
}
*/
/*
.top-entry{
	width: 162px;
	background:url(../images/TOP_entry-on.gif) no-repeat;
}
*/
/*
.top-entrance{
	width: 162px;
	background:url(../images/TOP_entrance-on.gif) no-repeat;
}
*/

/*サイドバー
------------------------------------------*/
/*フォーム
------------------------------------------*/
/*フッタ
------------------------------------------*/

#footer{
	width:100%;
	height:132px;
/*	clear:left;*/
	margin-top:10px;
	padding-top:10px;
	text-align:center;
}

/*
* html .iepngfix {
  behavior: url(../js/iepngfix.htc);
}



* html div.sample{
    background-image:url(../images/copylight.png);
    width:554px;
    height:132px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=../images/copylight.png);
}

* html div.sample{
    background-image:url(../images/top_copylight.png);
    width:554px;
    height:132px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=../images/top_copylight.png);
}



* html div.sample img{
    display:none;
}
*/

/*その他
------------------------------------------*/
