@charset "utf-8";
/* CSS Document */

@import url(common.css);


/*
-----------------------------------------------------------------------
Copyright DIANA Co.,Ltd All Rights Reserved.
-----------------------------------------------------------------------
*/

body{
	background:#141E38;
}

/*
-----------------------------------------------------------------------
main section
-----------------------------------------------------------------------
*/

div#flash_index{
	width:100%;
	height:627px;
	margin:0 auto;	
}



/*
-----------------------------------------------------------------------
clear-fix
-----------------------------------------------------------------------
*/
html,body { height:100%; }


/*
-----------------------------------------------------------------------
footer フッター
-----------------------------------------------------------------------
*/

div#footer{
	clear:both;
	margin:0 auto;
	background:#141E38;
	height:11px;
	text-align:left;
	padding-top:10px;
	width:840px;
	}
	

	
div#footnav{
	clear:both;
	}
	
div#footnav ul{
	width:340px;
	float:left;
	}
	
div#footnav ul li{
	text-indent:-9999px;
	float:left;
	}
	
	
div#footnav ul li a{
	height:10px;
	display:block;
	}
	
div#footnav ul li#fnav01 a{
	width:89px;
	background:url(../img/common/fnav01.gif) no-repeat;
	margin-right:40px;
	}
	
div#footnav ul li#fnav02 a{
	width:98px;
	background:url(../img/common/fnav02.jpg) no-repeat;
	margin-right:40px;
	}
	
div#footnav ul li#fnav03 a{
	width:71px;
	background:url(../img/common/fnav03.gif) no-repeat;	
	}
	
	
div#footnav p{
	width:217px;
	text-indent:-9999px;
	float:right;
	margin:0px;
	padding:0px;
	}
	
div#footnav p a{
	height:11px;
	display:block;
	background:url(../img/common/copyright.gif) no-repeat;
	}
	
div#caption{
	width:840px;
	padding:0px 7px 0px 0px;
	margin:0 auto;
	text-align:right;
	color:#CCCCCC;
	}
	