@charset "utf-8";
/* CSS Document */

/* 基本設定 */
img {
	border: 0px;
}

/*H1フォント設定*/
h1 {
	font-size: 7px;
	text-decoration:none;
	color: #999999;
	font-weight: normal;
}

/*H2フォント設定*/
h2, h3 {
	font-size: 1px;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
}

/*内部ボックス01*/
#box_base #box_01 {
	height: 600px;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*//////////////////////////////////////////////////////////////サブメニュー設定全共通ここから*/
/*サブメニューボックス基本*/
#box_base #box_01 #box_bg #box_sub {
	height: 50px;
	width: 380px;
	text-align: center;
	float: right;
	margin-right: 30px;
	margin-top: 7px;
}

/*IE6ハック*/
* html #box_base #box_01 #box_bg #box_sub {
	height: 50px;
	width: 320px;
	text-align: center;
	float: right;
	margin-right: 15px;
	margin-top: 12px;
}

/*サブメニュー用ボックス昼共通*/
#box_base #box_01 #box_bg #box_sub #box_submenu {
	height: 20px;
	width: 380px;
	text-align: center;
	float: left;
}

/*サブメニュー位置設定*/
#box_base #box_01 #box_bg #box_sub #box_submenu ul{
	margin: 0px;
	padding: 0px;
}

/*メール用ボックス*/
#box_base #box_01 #box_bg #box_sub #box_subrefer #box_submail {
	float: right;
	height: 26px;
	width: 75px;
	margin: 0px;
	text-align: left;
	padding-top: 4px;
}
/*//////////////////////////////////////////////////////////////サブメニュー設定全共通ここまで*/

/*////////////////////////////////////////////////////////////////////////メニュー設定ここから*/
/*メインメニュー用ボックス*/
#box_base #box_mainmenu {
	height: 64px;
	width: 100%;
	background-image: url(../images/index/menu/menu_back.jpg);
	background-repeat: repeat-x;
	float:left;
	text-align: left;
}

/*メニュー位置設定*/
#box_base #box_mainmenu #menu {
	height: 64px;
	width: 999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#box_base #box_mainmenu #menu ul {
	padding: 0px;
	margin: 0px;
}

#box_base #box_mainmenu #menu li {
	display:inline;
	list-style-type:none;
}

#box_base #box_mainmenu #menu li a {
	height:64px;/*画像の高さ*/
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/
#box_base #box_mainmenu #menu li.menu01 a {
	width:154px;
	background-image: url(../images/index/menu/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#box_base #box_mainmenu #menu li.menu02 a {
	background:url(../images/index/menu/menu.jpg) no-repeat -154px 0px;
	width:134px;
}
#box_base #box_mainmenu #menu li.menu03 a {
	background:url(../images/index/menu/menu.jpg) no-repeat -288px 0px;
	width:103px;
}
#box_base #box_mainmenu #menu li.menu04 a {
	background:url(../images/index/menu/menu.jpg) no-repeat -391px 0px;
	width:105px;
}
#box_base #box_mainmenu #menu li.menu05 a {
	background:url(../images/index/menu/menu.jpg) no-repeat -496px 0px;
	width:129px;
}
#box_base #box_mainmenu #menu li.menu06 a {
	background:url(../images/index/menu/menu.jpg) no-repeat -625px 0px;
	width:130px;
}
#box_base #box_mainmenu #menu li.menu07 a {
	background:url(../images/index/menu/menu.jpg) no-repeat -755px 0px;
	width:105px;
}
#box_base #box_mainmenu #menu li.menu08 a {
	background:url(../images/index/menu/menu.jpg) no-repeat -860px 0px;
	width:139px;
}

/*------hover*/
#box_base #box_mainmenu #menu li.menu01 a:hover {
	background:url(../images/index/menu/menu.jpg) no-repeat 0px -64px;
}
#box_base #box_mainmenu #menu li.menu02 a:hover {
	background:url(../images/index/menu/menu.jpg) no-repeat -154px -64px;
}
#box_base #box_mainmenu #menu li.menu03 a:hover {
	background:url(../images/index/menu/menu.jpg) no-repeat -288px -64px;
}
#box_base #box_mainmenu #menu li.menu04 a:hover {
	background:url(../images/index/menu/menu.jpg) no-repeat -391px -64px;
}
#box_base #box_mainmenu #menu li.menu05 a:hover {
	background:url(../images/index/menu/menu.jpg) no-repeat -496px -64px;
}
#box_base #box_mainmenu #menu li.menu06 a:hover {
	background:url(../images/index/menu/menu.jpg) no-repeat -625px -64px;
}
#box_base #box_mainmenu #menu li.menu07 a:hover {
	background:url(../images/index/menu/menu.jpg) no-repeat -755px -64px;
}
#box_base #box_mainmenu #menu li.menu08 a:hover {
	background:url(../images/index/menu/menu.jpg) no-repeat -860px -64px;
}


/*------on*/
#box_base #box_mainmenu #menu li.menu01_on a {
	background:url(../images/index/menu/menu.jpg) no-repeat 0px -64px;
	width:154px;
}
#box_base #box_mainmenu #menu li.menu02_on a {
	background:url(../images/index/menu/menu.jpg) no-repeat -154px -64px;
	width:134px;
}
#box_base #box_mainmenu #menu li.menu03_on a {
	background:url(../images/index/menu/menu.jpg) no-repeat -288px -64px;
	width:103px;
}
#box_base #box_mainmenu #menu li.menu04_on a {
	background:url(../images/index/menu/menu.jpg) no-repeat -391px -64px;
	width:105px;
}
#box_base #box_mainmenu #menu li.menu05_on a {
	background:url(../images/index/menu/menu.jpg) no-repeat -496px -64px;
	width:129px;
}
#box_base #box_mainmenu #menu li.menu06_on a {
	background:url(../images/index/menu/menu.jpg) no-repeat -625px -64px;
	width:130px;
}
#box_base #box_mainmenu #menu li.menu07_on a {
	background:url(../images/index/menu/menu.jpg) no-repeat -755px -64px;
	width:105px;
}
#box_base #box_mainmenu #menu li.menu08_on a {
	background:url(../images/index/menu/menu.jpg) no-repeat -860px -64px;
	width:139px;
}

/*////////////////////////////////////////////////////////////////////////メニュー設定ここまで*/

/*メインエリア左部設定*/
#box_base #box_01 #box_bg #box_left {
	height: 417px;
	width: 600px;
	text-align: left;
	float: left;
}

/*メインエリア右部設定*/
#box_base #box_01 #box_bg #box_right {
	height: 417px;
	width: 570px;
	text-align: center;
	float: right;
}

/*動画用ボックス*/
#box_base #box_01 #box_bg #movie {
	float: left;
	height: 300px;
	width: 570px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*内部ボックス02*/
#box_base #box_02 {
	height: 300px;
	width: 100%;
	text-align: center;
	background-color: #5B4654;
}

/*フッターセンタリングボックス*/
#box_base #box_02 #box_footer {
	height: 200px;
	width: 1200px;
	text-align: center;
	background-color: #5B4654;
	margin-right: auto;
	margin-left: auto;
}

/*ニュース用タイトルボックス*/
#box_base #box_02 #box_newstitle {
	float: left;
	height: 20px;
	width: 205px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	background-color: #AD96A5;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 20px;
}

/*IE6ハック*/
* html #box_base #box_02 #box_newstitle {
	float: left;
	height: 20px;
	width: 205px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	background-color: #C3333D;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 20px;
}


/*ニュース用ボックス*/
#box_base #box_02 #box_news {
	float: left;
	height: 125px;
	width: 1150px;
	padding: 0px;
	margin-left: 50px;
	text-align: left;
}

/*IE6ハック*/
* html #box_base #box_02 #box_news {
	float: left;
	height: 125px;
	width: 1150px;
	padding: 0px;
	margin-left: 25px;
	text-align: left;
}

/*コピーライト用ボックス*/
#box_base #box_02 #box_copyright {
	float: left;
	height: 20px;
	width: 300px;
	padding: 0px;
	margin-left: 50px;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	color: #FFFFFF;
}

/*IE6ハック*/
* html #box_base #box_02 #box_copyright {
	float: left;
	height: 20px;
	width: 300px;
	padding: 0px;
	margin-left: 25px;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

/*ニュース用設定*/
#box_base #box_02 #box_news ul{
	margin: 0px;
	padding: 0px;
}

#box_base #box_02 #box_news li.newsdate {
	height: 10px;
	width: 600px;
	float: left;
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#box_base #box_02 #box_news li.newsdate a {
	color: #FFFFFF;
}
