﻿html, body {
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	min-width: 980px;
	line-height: 1.2em;
}
body {
	min-height: 768px;
}
.divclear {
	clear: both;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	height: auto !important;
	min-height: 100%;
	min-width: 640px;
	text-align: left;
}

#header {
	width: 100%;
	height: 130px;
}
#header #div_top {
	height: 70px;
}
#header #div_top #rogo_bnh {
	position: absolute;
	width: 84px;
	height: 62px;
	left: 10px;
	top: 4px;
}
#header #div_top ul {
	list-style-type: none;
	position: absolute;
	right: 140px;
	top: 42px;
}
#header #div_top ul li {
	float: left;
	margin-left: 20px;
}
#header #div_top #rogo_tcs {
	position: absolute;
	width: 114px;
	height: 41px;
	right: 10px;
	top: 22px;
}
#header #div_title {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin: 0 auto;
	height: 30px;
}
#header #div_title span {
	display: block;
	padding-top: 10px;
}
#header #info_ticker {
	background-image: url('../_parts/top_comment_ver.png'); background-repeat: repeat-x;
	background-color: #000;
	color: #333;
	text-align: left;
	height: 30px;
	padding-left: 20px;
	font-size: 1.0em;
}
#header #info_ticker span {
	display: block;
	padding-top: 7px;
}
#header hr {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #3732ff;
}

#contents {
	width: 100%;
	height: 635px;
	text-align: center;
}

#div_video {
	position: absolute;
	top: 150px;
	left: 30px;
}

#div_leftmenu {
	background-color: #fff;
	position: absolute;
	overflow: hidden;
	width: 300px;
	top: 390px;
	left: 30px;
	text-align: left;
}
.scroll_area {
	height:200px;
	overflow:hidden;	
}
#div_leftmenu table {
	margin-right: 5px;
	border-collapse: separate;
	border-spacing:0 6px;
	margin-top: -5px;
	font-size: 0.85em;
	color: #f6a72d;
	width: 280px;
}
#div_leftmenu table img {
	width: 100px;
	max-width: 100px;
	height: 75px;
	max-height: 75px;
}
#div_leftmenu table tr td {
	background-color: #FEC800;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
    color: #333333;
}
#div_leftmenu table tr td.over  { background-color: #555; cursor: pointer; color: #eee; }

#contents_r {
	position: absolute;
	top: 150px;
	left: 383px;
	/* height: 453px; */
	height: 515px;
	color: #000;
}

div#bottomenu{
    background-image: url('../_parts/Icons/bottom01.png');
    background-repeat: no-repeat;
    background-position: left;
}
#bottomenu {
    height: 38px;
   	margin-top: 15px;
	text-align: center;
	min-width: 604px;
}
#bottomenu ul {
	list-style-type: none; margin-bottom: 5px;
    width: 610px;
}
#bottomenu ul li {
	float: left;
	/* margin: 0 10px; */
}
#bottomenu ul li div#currentview {
	width: 110px; font-size: 16px; font-weight: bold; padding-top: 10px;
}
#bottomenu ul li div#currentview img {
	margin: 0 10px;
}
#bottomenu ul li img.pointer {
	cursor: pointer;
}

.arrows {
	color: #fff; text-align: center;
}
.item {
	margin: 5px 10px;
}
.nav {
	display: none;
}
.yourElement .item {
	/* width: 175px; height: 100px; */
	width: 160px;
}
.yourElement .moving {
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
}

#menseki,#kankyo,#help,#dl_modal {
	font-size: 0.8em;
	color: #666;
	width: 600px;
	padding: 30px; 
	display: none;
	background: #FFF;
	text-align: left;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#menseki h2,#help h2,#dl_modal h2 { font-size: 1.0em; font-weight: bold; line-height: 2px; margin-bottom: 10px; }
#menseki p  { margin-bottom: 5px; }
#kankyo p { font-size: 1.0em; font-weight: bold; margin-bottom: 5px; }
#kankyo span { display: block; margin-bottom: 4px; }
#kankyo table,#help table { text-align: center; width: 100%; margin-bottom: 15px; }
#kankyo table tr th { text-align: left; padding-left: 5px; }
#kankyo table tr th, #kankyo table tr td { border: 1px solid #666; height: 20px; vertical-align: middle; }

#help table tr th { text-align: center; }
#help tr th,#help tr td { /* border: 1px solid #666; */ height: 50px; text-align:left; vertical-align: middle; }
#help tr td { padding-left: 5px; }

#dl_modal table tr th { text-align: center; }
#dl_modal tr th,#dl_modal tr td { height: 50px; text-align:left; vertical-align: middle; }
#dl_modal tr td { padding-left: 40px; }

#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

#load_div {
	position:absolute;
	height:100%;
	width:100%;
	z-index:101;
	background-color: #fff;
    color: #000;
}
#load_div img {
	position: absolute;
	left: 50%;
	top: 50%;
    margin-left: -40px;
    margin-top: -40px;
	/*margin-left: -145px;
	margin-top: -83px;*/
}
#load_div span {
	/*
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: 50%;
	margin-top: -113px;
	*/
	font-weight: bold;
	font-size: 16px;
	display: block;
}

#div_mail {
	padding: 10px;
	height: 100%;
}
#div_mail div {
	padding: 0 10px;
	background-color: #fff;
	height: 100%;
}

#ticker_space {
	width: 100%;
	height: 25px;
	display: block;
	/* background-color: #fff; */
	/* color: #1F527B; */
	/* font-size: 12px; */
	/* font-weight: bold; */
	z-index: 1;
}
#ticker_space table {
	width: 100%;
}
#ticker_space table tr td {
	vertical-align: top;
}
.ticker_ticker {
    width: 100%;
    height: 25px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.85em;
}
.ticker_ticker li {
    height: 25px;
   	padding: 8px 0 0 25px;
   	color: #333;
   /* margin: 0px 5px; */
}
/*
#info_ticker {
	position:absolute; height:30px; width:100%; top: 100px; text-align: left; color: #443B34; /* padding-top: 8px; padding-left: 25px; *//*
	background-image: url('../_parts/top_comment_ver.png'); background-repeat: repeat-x;
}
#info_ticker span {
	font-size: 12px;
	color: #444;
	margin-left: 25px;
}
*/

#iframe_parent {
	padding: 5px;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
    background-color: #D10000;
}


.f15 {
    font-size: 15px;
}

#dl_modal h2 { font-size: 2.0em; font-weight: bold; line-height: 2px; margin-bottom: 10px; }

/*左下の画像*/
#nextstage{
    width: 300px; top: 605px; left: 150px; position: absolute;}