﻿@import url("common/common.css");


/*-----------------------------------------------------------------------------
メインビジュアル
-----------------------------------------------------------------------------*/
#visual {
	position:relative;
	background:#fff;
	height:350px;
}

#contents p#aniv {
	position:absolute;
	top:-370px;
	right:0;
	text-indent:-9876px;
	margin:0;
	padding:0;
	font-size:0;
	width:110px;
	height:110px;
	background:url("common/img/1st.png") no-repeat;
	_behavior:url("/mugen/common/js/iepngfix.htc");
}

#visual #flash {
	text-align:center;
}

/*-----------------------------------------------------------------------------
SPメニュー
-----------------------------------------------------------------------------*/
#special {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:70px;
	background:url("common/img/special.png") repeat-x;
	_behavior:url("/mugen/common/js/iepngfix.htc");
}

#sp_link {
	position:absolute;
	top:-93px;
	left:0;
	width:581px;
	height:31px;
	padding:37px 0 0 16px;
	text-indent:-9876px;
	background:url("img/catch4.png") no-repeat;
	_behavior:url("/mugen/common/js/iepngfix.htc");
}

#sp_link a {
	display:block;
	outline:none;
	width:291px;
	height:20px;
	padding:0;
	margin:0;
	text-indent:-9876px;
}

/*-----------------------------------------------------------------------------
サブメニュー
-----------------------------------------------------------------------------*/
#sub_menu {
	width:780px;
	padding:0 10px;
	height:22px;
	background:url("common/img/sub_menu.gif") no-repeat;
}

#sub_menu li {
	float:left;
	padding:3px 0 0;
	padding-left:20px;
	height:19px;
}

#sub_menu li a {
	line-height:16px;
	font-size:12px;
	color:#333;
	text-decoration:none;
}

#sub_menu li a:hover {
	text-decoration:underline;
}

#sub_menu li#sub1 {
	background:url("common/img/icon_white.gif") no-repeat 0 50%;
	width:160px;
}

#sub_menu li#sub2 {
	background:url("common/img/icon_blue.gif") no-repeat 0 50%;
	width:110px;
}

#sub_menu li#sub3 {
	background:url("common/img/icon_red.gif") no-repeat 0 50%;
	width:140px;
}

#sub_menu li#sub4 {
	background:url("common/img/icon_black.gif") no-repeat 0 50%;
	width:170px;
}

#sub_menu li#sub5 {
	background:url("common/img/icon_beginner.gif") no-repeat 0 50%;
	width:90px;
}

/*-----------------------------------------------------------------------------
右コンテンツ
-----------------------------------------------------------------------------*/
#right .left_box {
	float:left;
	width:282px;
}

#right .right_box {
	float:right;
	width:282px;
}

.title1 {
	width:282px;
	height:30px;
	background:url("img/important.jpg") no-repeat;
}

.title2 {
	width:282px;
	height:30px;
	background:url("img/topics.jpg") no-repeat;
}

.title3 {
	width:282px;
	height:30px;
	background:url("img/event.jpg") no-repeat;
}

.left_box table,
.right_box table {
	margin-bottom:15px;
	width:100%;
}

.left_box table th,
.right_box table th {
	padding-top:2px;
	width:auto;
	text-align:left;
	font-weight:normal;
}

.left_box table th.new,
.right_box table th.new {
	text-align:left;
	width:180px;
}

.left_box table td,
.right_box table td {
	padding:0 3px 2px;
	border-bottom:1px dotted #999;
}

h2 {
	margin:0;
	padding:0;
	position:relative;
}

h2 a.news {
	position:absolute;
	top:6px;
	right:5px;
	display:block;
	text-indent:-9876px;
	background:url("img/news.gif") no-repeat 0 0;
	width:42px;
	height:20px;
	outline:none;
}

h2 a.news:hover {
	background:url("img/news.gif") no-repeat 0 -20px;
}



