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

/* 基本設定 */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/header/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

img {
	border: 0px;
}

/*大外ボックス*/
#box_base {
	height: auto;
	width: 100%;
}

/*大内ボックス*/
#box_base #box02 {
	height: auto;
	width: 999px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダーボックス*/
#box_base #box_header {
	height: 134px;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	float: left;
}

/*ヘッダーサブボックス*/
#box_base #box_header #subbox_header {
	height: 85px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

/*ヘッダーロゴボックス*/
#box_base #box_header #subbox_header #box_logo {
	height: 85px;
	width: 250px;
	float: left;
}

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

/*IE6ハック*/
#box_base #box_header #subbox_header #box_sub {
	height: 50px;
	width: 380px;
	text-align: center;
	float: right;
	margin-right: 15px;
	margin-top: 12px;
}

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

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

/*サブメニューリスト設定*/
#box_base #box_header #subbox_header #box_sub #box_submenu li.submenu {
	height: 20px;
	width: auto;
	text-align: center;
	float: left;
	font-size: 10px;
	background-image: url(../images/index/submenu/icon.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	line-height: 20px;
	padding-left: 17px;
	margin-left: 18px;
	list-style-type: none;
}

/*サブメニューリンク設定*/
#box_base #box_header #subbox_header #box_sub #box_submenu a{
	color: #000000;
	text-decoration: none;
}

/*問い合わせ用ボックス共通*/
#box_base #box_header #subbox_header #box_sub #box_subrefer {
	height: 30px;
	width: 320px;
	text-align: center;
	background-image: url(../images/index/refer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 20px;
	float: left;
}

/*問い合わせ用ボックスIE6ハック*/
* html #box_base #box_header #subbox_header #box_sub #box_subrefer {
	height: 30px;
	width: 320px;
	text-align: center;
	background-image: url(../images/index/refer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 15px;
	float: left;
}

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

/*////////////////////////////////////////////////////////////////////////メニュー設定ここから*/
/*ヘッダーメニュー用ボックス*/
#box_base #box_header #box_headermenu {
	height: 49px;
	width: 100%;
	background-image: url(../images/header/header_menu_bg.jpg);
	background-repeat: repeat-x;
	float:left;
	text-align: center;
}

/*メニュー位置設定*/
#box_base #box_header #box_headermenu #menu {
	height: 49px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 190px;
	padding-bottom: 0px;
	padding-left: 189px;
}

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

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

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

/*------off*/
#box_base #box_header #box_headermenu #menu li.menu01 a {
	width:159px;
	background-image: url(../images/header/header_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#box_base #box_header #box_headermenu #menu li.menu02 a {
	background:url(../images/header/header_menu.jpg) no-repeat -159px 0px;
	width:105px;
}
#box_base #box_header #box_headermenu #menu li.menu03 a {
	background:url(../images/header/header_menu.jpg) no-repeat -264px 0px;
	width:107px;
}
#box_base #box_header #box_headermenu #menu li.menu04 a {
	background:url(../images/header/header_menu.jpg) no-repeat -371px 0px;
	width:102px;
}
#box_base #box_header #box_headermenu #menu li.menu05 a {
	background:url(../images/header/header_menu.jpg) no-repeat -473px 0px;
	width:147px;
}

/*------hover*/
#box_base #box_header #box_headermenu #menu li.menu01 a:hover {
	background:url(../images/header/header_menu.jpg) no-repeat 0px -49px;
}
#box_base #box_header #box_headermenu #menu li.menu02 a:hover {
	background:url(../images/header/header_menu.jpg) no-repeat -159px -49px;
}
#box_base #box_header #box_headermenu #menu li.menu03 a:hover {
	background:url(../images/header/header_menu.jpg) no-repeat -264px -49px;
}
#box_base #box_header #box_headermenu #menu li.menu04 a:hover {
	background:url(../images/header/header_menu.jpg) no-repeat -371px -49px;
}
#box_base #box_header #box_headermenu #menu li.menu05 a:hover {
	background:url(../images/header/header_menu.jpg) no-repeat -473px -49px;
}

/*------on*/
#box_base #box_header #box_headermenu #menu li.menu01_on a {
	background:url(../images/header/header_menu.jpg) no-repeat 0px -49px;
	width:159px;
}
#box_base #box_header #box_headermenu #menu li.menu02_on a {
	background:url(../images/header/header_menu.jpg) no-repeat -159px -49px;
	width:105px;
}
#box_base #box_header #box_headermenu #menu li.menu03_on a {
	background:url(../images/header/header_menu.jpg) no-repeat -264px -49px;
	width:107px;
}
#box_base #box_header #box_headermenu #menu li.menu04_on a {
	background:url(../images/header/header_menu.jpg) no-repeat -371px -49px;
	width:102px;
}
#box_base #box_header #box_headermenu #menu li.menu05_on a {
	background:url(../images/header/header_menu.jpg) no-repeat -473px -49px;
	width:147px;
}

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

/*コンテンツ用ボックス*/
#box_base #box_contents {
	height: auto;
	width: 999px;
	text-align: left;
	float:left;
	margin-right: auto;
	margin-left: auto;
}

/*パンくずリストボックス*/
#box_base #box_contents #breadcrumb{
	height: 15px;
	width: 960px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*パンくずリストリスト設定*/
#box_base #box_contents #breadcrumb ul {
	margin: 0px;
	padding: 0px;
}

/*パンくずリストbreadcrumb01*/
#box_base #box_contents #breadcrumb li.breadcrumb01 {
	font-size: 12px;
	list-style-type: none;
	height: 15px;
	width: auto;
	float: left;
}

/*パンくずリストbreadcrumb02*/
#box_base #box_contents #breadcrumb li.breadcrumb02 {
	font-size: 12px;
	list-style-type: none;
	height: 15px;
	width: auto;
	float: left;
}

/*タイトル画像ボックス小*/
#box_base #box_contents #box_pagetitle{
	height: 40px;
	width: 960px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*タイトル画像ボックス大*/
#box_base #box_contents #box_pagetitle_l{
	height: 104px;
	width: 964px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*内部ボックス02*/
#box_base #box_02{
	height: 200px;
	width: 100%;
	text-align: center;
	background-color: #333333;
	float: left;
}

/*ロゴ用ボックス*/
#box_base #box_01 #box_logo{
	height: 100px;
	width: 100%;
	text-align: center;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

/*動画用ボックス*/
#box_base #box_01 #movie{
	float: left;
	height: 435px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*フッターボックス*/
#box_base #box_footer {
	height: 150px;
	width: 100%;
	text-align: center;
	background-color: #5B4654;
	float: left;
	margin-top: 30px;
}

/*コピーライト*/
#box_base #box_footer #copyright {
	height: 20px;
	width: 964px;
	text-align: left;
	background-color: #5B4654;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 10px;
	color: #FFFFFF;
}


/*////////////////////////////////////////////////////////////////////////テキストリンク設定ここから*/
/*テキストリンクボックス*/
#box_textlink {
	height: 20px;
	width: 664px;
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 150px;
	padding-left: 150px;
}

#box_textlink ul{
	margin: 0px;
	padding: 0px;
}

/*サブメニューリスト設定*/
#box_textlink li.submenu {
	height: 20px;
	width: auto;
	text-align: center;
	float: left;
	font-size: 10px;
	line-height: 20px;
	margin-left: 13px;
	list-style-type: none;
	margin-right: 11px;
}

#box_textlink a {
	color: #000000;
}

* html #box_textlink li.submenu {
	height: 20px;
	width: auto;
	text-align: center;
	float: left;
	font-size: 10px;
	line-height: 20px;
	margin-left: 10px;
	list-style-type: none;
	margin-right: 10px;
}
/*////////////////////////////////////////////////////////////////////////テキストリンク設定ここまで*/

