@charset "utf-8";
/* CSS Document */
/*define*/
*{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	}
	
		
p {
	margin-bottom:1em;
	line-height:1.7em;
	}

img
	 {
	/*vertical-align:top;*/
	}
	
a
	 {
	text-decoration:underline;
	}
	
	
body
	{
	background:#000000 url(../img/top/bg_main.jpg) repeat-x top;
	font-size:12px;
	line-height:1.5;
}


#wrapperBody
	{
	background:url(../img/top/img_top01.jpg) no-repeat top center;
	width:100%;
	}
	
	#wrapper
	{
	width:980px;
	margin:0 auto;
	}
	
#mainvisual
	{
	width:980px;
	height:660px;
	}
	
	

#logo
	{
	float:left;
	}

#trailer 
	{
	padding:330px 0 0 0;
	}
	
#introduction
	{
	width:980px;
	height:541px;
	margin:0 auto;
	}
	
#updatewrapper
	{
	width:570px;
	background:url(../img/top/img_update.jpg) no-repeat top center;
	height:125px;
	margin:0 auto;
	padding:39px 120px 10px 290px;
	}
	
#update
	{
	width:570px;
	height:115px;
	overflow:auto;
	}
	
#update dl dt
	{
	color:#C22208;
	padding:0 30px 5px 0;
	float:left;
	clear:both;
	}
	
#update dl dd
	{
	color:#FFFFFF;
	padding:0px 0px 5px 0;
	}
	


.center {text-align:center;}

/*bugfix*/
.clear{content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .clear { display: inline-block; }
* html .clear { height: 1%; }


#event_module
	{
	text-align:center;
	background:url(../img/top/img_eventbg.jpg) no-repeat;
	}

#footer
	{
	width:980px;
	height:90px;
	background:url(../img/top/img_footer.jpg);
	}
	

#footer address span 
	{
	display:none;
	}
	
/*ティザーナビ用*/	
	
#tNavi
	{
	width:674px;
	height:52px;
	background: url(../img/shared/img_navi_bg.gif) no-repeat 0px 0px;
	float:left;
	padding:61px 0 0 0;
	}
	
#tNavi ul
	{
	height: 44px;
	}
	
#tNavi li
	 {
	float: left;
	}
	
/* リンク関連 */
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color:#DED581;
	text-decoration: underline;
	}
a:active {
	color:#DED581;
	text-decoration: underline;
	}
	
a.txtlink:link {
	color: #FF6600;
	text-decoration: underline;
	}
a.txtlink:visited {
	color: #FF6600;
	text-decoration: underline;
	}
a.txtlink:hover {
	color:#DED581;
	text-decoration: underline;
	}
a.txtlink:active {
	color:#DED581;
	text-decoration: underline;
	}
