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


/* ===== initialize ===== */

h1, h2, h3, h4, h5, h6, div, ul, ol, p, blockquote, address { display : block; }
a, addr, acronym, cite, code, dfn, em, img, kbd, object, q, ruby, samp, small, span, strong, sub, sup, var, del, ins { display : inline; }
* {
	font-style : normal;
	font-weight : normal;
	margin: 0;
	padding: 0;
}


/* ===== body ===== */

body {
	background-color : #FFE00B;
	font-size : 80%;
	font-family : "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	line-height : 1.6;
	text-align : left;
	color: #7F6150;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../images/body_bg.gif);
}


/* ===== header ===== */

h1 { margin : 0em; font-size : 140%; }
h2 { font-size : 130%; }
h3 { font-size : 120%; }
h4 { font-size : 110%; }
h5 { font-size : 105%; }
h6 { font-size : 100%; }


/* ===== layout ===== */

div#container {
	width : 100%;
	text-align: left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}

div#film {
	position: fixed;
	top: 0px;
	right: 0px;
}

div#header {
	text-align: left;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	background: #000 url(../images/header_bg.jpg) no-repeat scroll 0 0;
}

div#header h1 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	text-align: left;
	background: transparent url(none) no-repeat scroll 0 0;
	height: 130px;
	border: 0 none;
}

div#header h1 a {
	display:block;
	height:130px;
	width:441px;
	border: 0 none;
}

div#contents {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.block_single {
	width: 300px;
	float: left;
	text-align: left;
	height: 300px;
	margin: 10px;
	background-image: url(../images/block_single_bg.png);
}

div.block_double {
	width: 620px;
	float: left;
	text-align: left;
	height: 300px;
	margin: 10px;
	background-image: url(../images/block_double_bg.png);
}

div.block_inner {
	margin: 15px;
}

h3.block_ttl {
	margin-bottom: 15px;
}

div.block_single_scrollbox {
	-moz-background-clip: border;
	-moz-background-inline-policy :continuous;
	-moz-background-origin :padding;
	background: #000 none repeat scroll 0 0;
	height: 225px;
	overflow: auto;
	width: 270px;
}

div.block_double_scrollbox {
	-moz-background-clip: border;
	-moz-background-inline-policy :continuous;
	-moz-background-origin :padding;
	background: #000 none repeat scroll 0 0;
	height: 225px;
	overflow: auto;
	width: 270px;
	float: right;
}

div.block_member_scrollbox {
	-moz-background-clip: border;
	-moz-background-inline-policy :continuous;
	-moz-background-origin :padding;
	background: #000 none repeat scroll 0 0;
	height: 140px;
	overflow: auto;
	width: 270px;
}

div.block_single_scrollbox_small {
	-moz-background-clip: border;
	-moz-background-inline-policy :continuous;
	-moz-background-origin :padding;
	background: #000 none repeat scroll 0 0;
	height: 205px;
	overflow: auto;
	width: 270px;
}


p.dvd_img {
	float: left;
}

p.dvd_info {
	margin-bottom: 1em;
}

dl.newsbox {
	margin-bottom: 1em;
}

p.introbox {
	margin-bottom: 1em;
}

p.member_img {
	margin-bottom: 15px;
}

div#footer {
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #000;
	padding-top: 20px;
}

div#footer p.copyright {
	padding-top: 10px;
}

div#footer p.footer_banner {
	float: right;
}

div#footer p.footer_banner a {
	border: none;
}


/* ===== anchor ===== */

a {
}

a:link {
	color : #900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}

a:visited {
	color : #900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}

a:hover {
	color : #FC0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
}

a:active {
	color : #FC0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
}

a.border_none {
	border : none;
}

a img {
	border : none;
	border-width : 0;
}


/* =====  ===== */

i { font-style : italic; }
b { font-weight : bold; }
s { text-decoration : line-through; }
u { text-decoration : underline; }


/* ===== text ===== */

.txt_yellow {
	color: #FC0;
}
.txt_white {
	color: #FFF;
}
.txt_bold {
	font-weight: bold;
}
.txt_large {
	font-size: 120%;
}
.txt_small {
	font-size: 80%;
}


/* ===== list ===== */

ul li ul { margin : 0.5em 0 0.5em 1em; }
ul li ol { margin : 0.5em 0 0.5em 1em; }
ol li ul { margin : 0.5em 0 0.5em 1em; }
ol li ol { margin : 0.5em 0 0.5em 1em; }


/* ===== image ===== */

.clear {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	overflow:hidden;
}

.altText {
	display: block;
	font-size: 1px;
	text-indent: -5000px;
}
