@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; }

blockquote, q {
	quotes: none; }

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

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

.clearfix {
	min-height: 1px; }

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



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

 □:　Default Setting
 
--------------------------------------------------------------------*/
body {
	color: #FFF;
	font-size: 14px;
	line-height: 23px;
	font-family: Meiryo, Tahoma, verdana, "メイリオ", san-serif;
	line-height: 1; }

body {
	background: #000 url(../images/bg.jpg) repeat-x; }

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: #e60012;
	outline: none; }

a:visited{
	color: #FFF; }

a:hover { 
	color: #F00; }

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

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

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



/* Contents Setting
--------------------------------------------------------------------*/
#contents{
	display: block;
	width: 820px;
	margin: 0 auto; }

#main {
	clear: both;
	display: inline-block; }

#main ul li{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0; }

h2{
	height: 26px;
	margin-top: 20px;
	padding-bottom: 20px; }

#left h3{
	font-size: 24px;
	line-height: 35px; }

#left{
	margin-right: 30px;
	width: 465px;
	float: left; }

#left dl {
	width: 465px; }

#left dt {
	float:left;
	width:50px;
	height: 47px;
	line-height: 47px;
	border-bottom: dotted 1px #FFF; }

#left dd {
	height: 47px;
	width:415px;
	line-height: 47px;
	margin-left:50px;
	border-bottom: dotted 1px #FFF; }

#left ul.link{
	width: 465px;
	margin-top: 78px; }

#left ul.link li{
	float: left;
	list-style: none;
	margin-right: 6px; }

#movie{
	margin-bottom: 30px; }


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

 □:　Header Setting
 
--------------------------------------------------------------------*/
#header{
	padding: 0;
	margin: 0;
	width: 880px;
	margin: 0 auto;
	height: 80px; }

#header h1 a{
	z-index: 1;
	top: 10px;
	position: absolute; }

#header ul#mainmenu {
	padding:0;
	margin:0;
	margin-top: 35px;
	float: right;
	width: 683px;
	height: 45px; }

#header ul#mainmenu li{
	list-style: none;
	float: left;
	text-indent: -9999px;}

#header ul#mainmenu li.menu01 a{
	position: absolute;
	display: block;
	line-height: 45px;
	height: 45px;
	width: 140px; }

#header ul#mainmenu li.menu02 a{
	position: relative;
	display: block;
	line-height: 45px;
	left: 97px;
	height: 45px;
	width: 197px; }

#header ul#mainmenu li.menu03 a{
	position: relative;
	display: block;
	line-height: 45px;
	left: 26px;
	height: 45px;
	width: 167px; }

#header ul#mainmenu li.menu04 a{
	position: relative;
	display: block;
	line-height: 45px;
	left: -16px;
	height: 45px;
	width: 153px; }

#header ul#mainmenu li.menu05 a{
	position: relative;
	display: block;
	line-height: 45px;
	left: -58px;
	height: 45px;
	width: 160px; }

#header ul#mainmenu li.menu06 a{
	position: relative;
	display: block;
	line-height: 45px;
	left: 577px;
	top: -45px;
	width: 106px;
	height: 45px; }

#header ul#submenu{
	margin: 0 auto;
	position: relative;
	top: 80px;
	right: 0;
	display: block;
	height: 50px;
	padding-left: 250px; }

#header ul#submenu li{
	text-indent: -9999px;
	list-style: none;
	color: #FFF;
	position: relative;
	top: -82px;
	line-height: 50px;
	float: left; }

#header ul#mainmenu {
	height: 45px;
	background: url(../images/menuBg.jpg) no-repeat right top; }

#header ul#mainmenu li.menu01 a:hover{
	background: url(../images/01_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu02 a:hover{
	background: url(../images/02_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu03 a:hover{
	background: url(../images/03_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu04 a:hover{
	background: url(../images/04_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu05 a:hover{
	background: url(../images/05_hover.jpg) no-repeat;}

#header ul#mainmenu li.menu06 a:hover{
	background: url(../images/06_hever.jpg) no-repeat;}




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

 □:　Footer Setting
 
--------------------------------------------------------------------*/
#footer{
	margin: 0 auto;
	margin-top: 50px; }

#footer .pageTop{
	padding-bottom: 20px;
	text-align: center;
	width: 530px;
	margin: 0 auto; }

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

#footer .fotterNavi{
	font-size: 12px;
	height: 50px;
	text-align: center;
	width: 220px;
	margin: 0 auto; }

#footer .fotterNavi ul li{
	padding-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #707070; }

#footer .fotterNavi ul li.first{
	border-left: none; }

#footer .heroList{
	height: 116px; }

#footer .heroList ul{
	width: 800px;
	margin: 0 auto; }

#footer .heroList ul li{
	margin-left: 5px;
	margin-right: 5px; }

#footer .copy{
	background: url(../images/footer.jpg) no-repeat center top;
	padding: 30px 0;
	width: 800px;
	margin: 0 auto; }

#footer .copy li.copy2{
	padding-left: 280px;}