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

a, a:link,
a:active {
	-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: #ff1a00; }

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

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


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

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

#header h1 a{
	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 { /top: 0px; }

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

#header ul#submenu li a{
	display: block; }

#header ul#submenu li.menu01 a{
	width: 78px;
	height: 50px;
	background: url(../images/sub01.png);
	margin-left: 230px; }

#header ul#submenu li.menu01_hover a{
	width: 78px;
	height: 50px;
	margin-left: 230px; 
	background: url(../images/sub01_hover.png); }

#header ul#submenu li.menu01 a:hover{
	background: url(../images/sub01_hover.png); }

#header ul#submenu li.menu02 a{
	width: 102px;
	height: 50px;
	margin-left: 30px;
	background: url(../images/sub02.png); }

#header ul#submenu li.menu02_hover a{
	width: 102px;
	height: 50px;
	margin-left: 30px;
	background: url(../images/sub02_hover.png); }

#header ul#submenu li.menu02 a:hover{
	background: url(../images/sub02_hover.png); }

#header ul#submenu li.menu03 a{
	width: 100px;
	height: 50px;
	background: url(../images/sub03.png);
	margin-left: 20px; }

#header ul#submenu li.menu03_hover a{
	width: 100px;
	height: 50px;
	background: url(../images/sub03_hover.png);
	margin-left: 20px; }

#header ul#submenu li.menu03 a:hover{
	background: url(../images/sub03_hover.png); }



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

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

#title h2{
	display: block;
	width: 800px;
	margin: 0 auto;
	height: 52px;
	padding-top: 12px;
	padding-bottom: 20px; }

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

hr{
	display: block;
	clear: both;
	margin-top: 100px;
	margin-bottom: 40px;
	text-align: center;
	width: 779px;
	height: 2px;
	border: none;
	background: url(../images/hr.png) no-repeat; }

p{
	font-size: 14px;
	line-height: 1.7em;
	padding-bottom: 1em; }

.left{
	float: left;
	padding-right: 20px; }

ul.dvdList li{
	line-height: 25px;
	text-align: center;
	padding-bottom: 20px;
	list-style: none;
	width: 200px;
	float: left; }

ul.charaList li{
	font-size: 10px;
	line-height: 20px;
	padding-right: 20px;
	float: left;
	list-style: none; }

ul.charaList2 li{
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	float: right;
	list-style: none; }



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

 □:　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{
	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 a{
	color: #F00;
	border-left: none; }

#footer .heroList{
	height: 116px;
	background: url(../images/fotterBg.jpg) no-repeat center top; }

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

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

#footer .copy{
	padding-bottom: 150px;
	padding-top: 20px;
	width: 800px;
	margin: 0 auto; }

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