@charset "UTF-8";



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

 □:　Reset Setting
 
--------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0; }

html, body, div, span, applet, object, iframe,
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }

body {
	line-height: 1; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }



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

 □:　Default Setting
 
--------------------------------------------------------------------*/
body {
	font-family: Meiryo, Tahoma, verdana, "メイリオ", san-serif;
	background: #000;
	font-size: 0.78em;
	line-height: 23px;
	color: #fff; }

a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #FFF;
	outline: none; }

a:hover { 
	color: #F00; }

::selection {
	color: #FFF;
	background-color: #F99; }

::-moz-selection {
	color: #FFF;
	background: #F99; }

img{
	max-width: 100%;
	height: auto; }

hr{
	margin: 0.5em 0 1em 0;
	border: 0;
    border-bottom: 1px solid #CCC;
    background: #fff; }

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; }

.clearfix {
	min-height: 1px; }

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/ }



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

 □:　Main Layout Setting (1200px)
 
--------------------------------------------------------------------*/
body {

	margin: 0 auto;
	width: 810px; }

hr {
	background: url(../images/footerHR.jpg) no-repeat;
	width: 810px;
	height: 2px;
	border-bottom: none; }



#homeBtn a{
	position: absolute;
	text-indent: -9999px;
	background: url(../images/home_link.png) no-repeat;
	display: block;
	right: 0;
	width: 309px;
	height: 25px; }

#homeBtn a:hover{
	background: url(../images/home_link.png) 0 -25px; }



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

 □:　Navigation Setting
 
--------------------------------------------------------------------*/
#menu{
	padding-top:50px;
}

#menu ul li{
	height: 36px;
    float: left;
    text-indent: -9999px;
    list-style: none; }

#menu ul li a {
    display: block;
	height: 36px; }

#menu ul li.menu00 a {
	width: 217px;
    background: url(../images/logo.jpg) 0px 0px; }

#menu ul li.menu01 a {
	width: 119px;
    background: url(../images/menu01.jpg) 0px 0px; }

#menu ul li.menu01 a:hover{
	width: 119px;
    background: url(../images/menu01_ov.jpg) 0px 0px; }

#menu ul li.menu01_activ a{
	width: 119px;
    background: url(../images/menu01_ov.jpg) 0px 0px; }

#menu ul li.menu02 a {
	width: 118px;
    background: url(../images/menu02.jpg) 0px 0px; }

#menu ul li.menu02 a:hover{
	width: 118px;
    background: url(../images/menu02_ov.jpg) 0px 0px; }

#menu ul li.menu02_activ a{
	width: 118px;
    background: url(../images/menu02_ov.jpg) 0px 0px; }

#menu ul li.menu03 {
	width: 118px;
    background: url(../images/menu03.jpg) 0px 0px; }

#menu ul li.menu03 a:hover{
	width: 118px;
    background: url(../images/menu03_ov.jpg) 0px 0px; }

#menu ul li.menu03_activ a{
	width: 118px;
    background: url(../images/menu03_ov.jpg) 0px 0px; }

#menu ul li.menu04 {
	width: 118px;
    background: url(../images/menu04.jpg) 0px 0px; }

#menu ul li.menu04 a:hover{
	width: 118px;
    background: url(../images/menu04_ov.jpg) 0px 0px; }

#menu ul li.menu04_activ a{
	width: 118px;
    background: url(../images/menu04_ov.jpg) 0px 0px; }

#menu ul li.menu05 {
	width: 120px;
    background: url(../images/menu05.jpg) 0px 0px; }

#menu ul li.menu05 a:hover{
	width: 120px;
    background: url(../images/menu05_ov.jpg) 0px 0px; }

#menu ul li.menu05_activ a{
	width: 120px;
    background: url(../images/menu05_ov.jpg) 0px 0px; }



/*

	Contents Layout Setting

--------------------------------------------------------------------------- */
h1{
	text-align: center;
	padding: 15px 0 10px 10px; }

h1 a{
	font-size: 17px;
	font-weight: normal;
	text-decoration: none; }

h2{
	padding-top: 60px; }


section p.memoData{
	font-size: 0.9em;
	margin-bottom: 5px;
	color: #CCC;
	text-align: right; }

.memoImg{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 1em; }


.specialBtn{
	text-align: right;
	padding-bottom: 2em; }

h3{
	font-weight: bold; }

dl{
	padding-top: 2em;
	padding-bottom: 2em;
	width: 100% }

dt{
	float: left;
	width: 250px;
	margin-right: 1.5em;
	line-height: 1.9em; }

dd{
	display: block;
	line-height: 1.5em; }

dd p{
	margin-bottom: 1em; }

p.logImg{
	margin-bottom: 2.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

span{
	font-size: 16px;
	color:#FF1C23;} 

p.message{
	font-size: 14px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

p.name{
	padding-top: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: right;
	font-size: 15px; }


#jquery-ui-tabs {
	float: right;
	height: 400px;
	width: 670px;
	float: ; font-size: 12px;
	background: none;
	border: none; }

#jquery-ui-tabs dl{
	height: 266px; }

#jquery-ui-tabs dt{
	width: 20em;
	text-align: left; }

#jquery-ui-tabs dt span{
	padding-bottom: 0;
	margin-bottom: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold; }

.jquery-ui-tabs-bottom {
	margin-bottom: 20px;
	position: relative; }

.jquery-ui-tabs-bottom .ui-tabs-panel {
	color: #fff;
	overflow: auto; }

.jquery-ui-tabs-bottom .ui-tabs-nav {
	position: absolute !important;
	bottom: 3px;
	border: none;
	background: none; }

.jquery-ui-tabs-bottom .ui-tabs-nav ul {
	width: 670px;
	padding-left: 5em; }

.jquery-ui-tabs-bottom .ui-tabs-nav li {
	margin-top: -1px;
	border: none;
	border-top: none !important; }

.jquery-ui-tabs-bottom .ui-tabs-nav li a{
	width: 66px;
	height: 9px;
	cursor: pointer;
	margin-top: -1px;
	border: none;
	border-top: none !important; }

.jquery-ui-tabs-bottom .ui-tabs-nav li a img{
	width: 66px;
	height: 9px;
	cursor: pointer;
	margin-top: -1px;
	border: none;
	border-top: none !important; }

.jquery-ui-tabs-bottom .ui-tabs-nav li:hover {
	margin-top: -1px;
	border: none;
	background: none; }

.jquery-ui-tabs-bottom .ui-tabs-nav li.ui-tabs-selected {
	margin-top: -2px;
	border: none;
	background: none; }


/*

	Outline Layout Setting

--------------------------------------------------------------------------- */
#contents .mainImg{
	padding-top: 20px; }

#slider{
	margin: 0 auto;
	width: 780px;
	margin-top: 50px;
	height: 600px; }

#slider ul{
	width: 232px;
	float: right; }

#slider ul li{
	list-style: none;
	margin-bottom: 10px; }

#slide01, #slide02, #slide03, #slide04, #slide05{
	padding: 0;
	margin: 0;
	width: 780px;
	height: 600px; }

#slider p{
	width: 520px;
	float: left;
	margin-bottom: 1em; }

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 810px;
	background: #000;
	margin-bottom:2em; }

#contents{
	margin-bottom: 50px; }

ol {
	height: 20px;
	font-size: 10px;
	width: 200px;
	margin: 0 auto; }

ol li{
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	float:left;
	list-style:none;
	line-height:20px;}

ol li a{
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	float:left;
	list-style:none;
	line-height:20px;}


ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}
.prevBtn, .nextBtn {display:block;width:30px;height:77px;position:absolute;left:-30px;top:71px;z-index:1000; cursor:pointer;}	
.nextBtn{left:696px;}											
pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }






/*

	Spec Layout Setting

--------------------------------------------------------------------------- */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none; }

#test, #test2, #test3 {
	width: 750px;
	padding: 15px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7); }

a.modal_close img{
	display: block;
	padding-left: 730px;
	color: #F00; }

#test p, #test2 p, #test3 p { color: #666; text-shadow: none; }

.buy{
	display: block;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 20px; }




/*

	Movie Layout Setting

--------------------------------------------------------------------------- */
#movie{
	width: 800px;
	margin-top: 30px;
	margin: 0 auto; 
	text-align: center;  }



/*

	Special Layout Setting

--------------------------------------------------------------------------- */
#special{
	background: url(../../special/images/bg.jpg) repeat-x;
	width: 762px;
	margin-top: 30px;
	margin: 0 auto; 
	text-align: center; }

#special h3{
	padding-top: 20px;
	padding-bottom: 10px; }

#special h4{
	margin-bottom: 0;
	padding-bottom: 0; }

#special dl.specialList{
	padding-top: 0.5em;
	width: 700px;
	margin: 0 auto; }

#special dl.specialList dt {
	clear: left;
	float: left;
	width: 310px;
	text-align: left;
	padding-left: 5px; }

#special dl.specialList dt {
	text-align: right; }

#special dl.specialList dt.left {
	text-align: left; }

#special dl.specialList dd {
	padding-top: 15px;
	margin-left: 310px; }




/*

	Story Layout Setting

--------------------------------------------------------------------------- */
#storyNavi{
	margin-top: 20px;
	width: 100px;
	padding-left: 30px;
	float: left; }

#storyNavi ul li{
	text-indent: -9999px;
	margin-bottom: 20px;
	list-style: none; }

#storyNavi ul li a{
	display: block;
	width: 82px;
	height: 23px; }

#storyNavi ul li.box1 a{
	background: url(../../story/images/box1.jpg) no-repeat; }

#storyNavi ul li.box1 a:hover{
	background: url(../../story/images/box1_ov.jpg) no-repeat; }

#storyNavi ul li.box1_activ a{
	background: url(../../story/images/box1_ov.jpg) no-repeat; }

#storyNavi ul li.box2 a{
	background: url(../../story/images/box2.jpg) no-repeat; }

#storyNavi ul li.box2 a:hover{
	background: url(../../story/images/box2_ov.jpg) no-repeat; }

#storyNavi ul li.box2_activ a{
	background: url(../../story/images/box2_ov.jpg) no-repeat; }

#storyNavi ul li.box3 a{
	background: url(../../story/images/box3.jpg) no-repeat; }

#storyNavi ul li.box3 a:hover{
	background: url(../../story/images/box3_ov.jpg) no-repeat; }

#storyNavi ul li.box3_activ a{
	background: url(../../story/images/box3_ov.jpg) no-repeat; }




/*

	Comment Layout Setting

--------------------------------------------------------------------------- */
#sampleTabs {
	margin: 0 auto;
    width: 700px; }

.ui-tabs-vertical .ui-tabs-nav {
    float: left; width: 12em; }

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left; width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px 0.2em 0; }

.ui-tabs-vertical .ui-tabs-nav li a {
    display:block;
    width: 10em; }

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px; }

.ui-tabs-vertical .ui-tabs-panel {
    float: right;
    width: 500px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em; }



/*

	News Layout Setting

--------------------------------------------------------------------------- */
table.news{
	margin: 0 auto;
	width: 600px;
	margin-top: 50px; }

table.news th{
	text-indent: 0.5em;
	padding: 1.5em 0 1.5em 0;
	border-bottom: #999 solid 1px;
	width: 8em;}

table.news td{
	padding: 1.5em 0 1.5em 0;
	border-bottom: #999 solid 1px; }



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

 □:　Footer Setting
 
--------------------------------------------------------------------*/
#footer{
	clear: both;
	background: url(../images/footerHR.jpg) top left no-repeat;
	height: 80px; }

#footer ul{
	padding-top: 15px; }

#footer ul li{
	float: left;
	list-style: none; }

#footer ul li.copy{
	padding-right: 290px; }