html {
	height: 100%;
}
* html body {	/* win対策 */
	width: 800px;
	padding-left: 1px;
}
*+html body {	/* win対策 */
	width: 800px;
	padding-left: 1px;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: left;
}
body {
	background: #ffffff url(../img/common/background.gif) top center repeat-y;
	width: 800px;
	height: 100%;
	margin: 0px auto;
}
h1 {
	font-size: 10px!important;
	padding-left: 70px;
}
#container {
	position: relative;
	top: -12px;
}
#container #base {	/* 基本領域 */
	margin: auto;
	width: 680px;
}
#container #header {	/* ヘッダー背景 */
	height: 70px;
	width: 800px;
	margin: auto;
	background-image: url(../img/common/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #header #top {	/*　ヘッダー　*/
	background-image: url(../img/common/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 680px;
	height: 45px;
	margin: auto;
}
#container #header #menu {	/* メニューエリア */
	width: 680px;
	height: 25px;
	background-color: #FF6600;
	padding: 0px;
	margin: 0px 60px;
}
#container #header #menu ul {
	margin: 0px;
	padding: 0px 0px;
	float: right;
	white-space: nowrap;
}
#container #header #menu li {
	font-size: 11px !important;
	padding: 0;
	margin: 0px 2px;
	float: left;
	list-style: none;
	white-space: nowrap;
}
#container #header #menu li a {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	padding: 0px 6px;
	margin: 0px;
	height: 25px;
}
#container #header #menu li a:hover {
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	background: url(../img/common/menu_back.gif) no-repeat right bottom;
}
* html #container #header #menu ul {	/* win対策　メニュー */
	margin: 0px;
	padding: 0px;
	float: right;
	white-space: nowrap;
}
* html #container #header #menu li a {
	display: inline-block;
	zoom: 0;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px 6px;
}
*:first-child+html #container #header #menu ul {	/* win7対策　メニュー */
	margin: 0px;
	padding: 0px;
	float: right;
	white-space: nowrap;
}
*:first-child+html #container #header #menu li a {
	display: inline-block;
	zoom: 0;
	line-height: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px 6px;
}
#container #base #leftpart {	/*２ペイン用左部分 */
	float: left;
	width: 155px;
	margin-left: 10px;
	margin-right: auto;
	height: 100%;
}
#container #base #rightpart {	/* ２ペイン用右部分 */
	float: right;
	width: 500px;
	margin-right: 5px;
	margin-left: auto;
	margin-top: 0px;
	height: 100%;
}
#container #middle-base {	/* 中間ブロック */
	clear: both;
	width: 800px;
	margin: auto;
}
#container #middle-base #mainpicture {
	margin: auto;
	height: 380px;
	width: 680px;
/*	background: url(../img/index/2000801main.jpg) no-repeat left top; */
	background: url(../img/index/index.jpg) no-repeat left top;
}
#container #middle-base #whatsnew-header {	/* What's new */
	background-image: url(../img/index/whatsnew.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 800px;
	margin: 0px;
}
#container #middle-base #whatsnew-header #headline {	/* What's new ヘッドライン */
	margin: 0px 100px 0px auto;
	width: 500px;
	height: 25px;
	white-space: nowrap;
	font-size: 12px !important;
}
#container #middle-base #whatsnew-header #headline ul {
	margin: 0px;
	padding: 0px;
}
#container #middle-base #whatsnew-header #headline li {
	list-style: none;
	float: left;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 11px;
}
#container #middle-base #whatsnew-header #headline a {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #FF6600;
	padding: 0px 2.5px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	/* filter: alpha(opacity=80); 
	 -moz-opacity:0.80;
	  opacity:0.80; */
}
#container #middle-base #whatsnew-header #headline a:hover {
/*	background: #660000;*/
	background: url(../img/common/menu_back.gif) repeat-x left bottom;	
}
#container #middle-base #whatsnew-header #headline li span{
	margin-left: 2px;
	margin-right:2px;
	font-size: 10px;
	font-weight: bold;
	overflow: visible;
	white-space: nowrap;
}
* html #container #middle-base #whatsnew-header #headline li {	/* win対策 */
	list-style: none;
	float: left;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}
* html #container #middle-base #whatsnew-header #headline a {
	line-height: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #FF6600;
	padding: 0px 2px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
* html #container #middle-base #whatsnew-header #headline li span{
	margin-left: 2px;
	margin-right: 2px;
	font-size: 10px;
	font-weight: bold;
	overflow: visible;
	white-space: nowrap;
}
#container #base #whatsnew {	/* What's New ブロック */
	float: left;
	height: 226px;
	width: 490px;
	margin-top: 0px;
	margin-left: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: center;
	border-left-style: solid;
}
#container #middle-base #base #whatsnew iframe {	/* what's new リスト */
	margin: -10px;
	height: 210px;
	width: 480px;
	overflow: auto;
	border-style: none;
}
#container #base #pr {	/* PRスペース */
	float: right;
	width: 160px;
	margin-right: 5px;
	text-align: center;
	margin-left: auto;
}
#container #base #pr img{	/* PR写真マージン */
	margin: 1.5px auto;
	display: block;
}
#container #base #pr hr{
	display: block;
	margin: 5px 10px;
	border: 1px solid #666666;
}
#container #middle-base #base #pr li {
	padding-bottom: 2.5px;
	list-style: none;
}
#container #middle-base #kokomade {	/* ここまでやるから〜ブロック */
	clear: both;
	width: 640px;
	margin: 25px auto auto 70px;
	padding-top: 15px;
}
#container #middle-base #kokomade #head {
	font-size: 1.6em;
	font-weight: bolder;
	background-color: #FF9900;
	color: #FFFFFF;
	width: 640px;
	padding: 1.5px 5px;
}
#container #middle-base #kokomade #cont {
	font-size: 1.2em;
	line-height: 1.3em;
	float: left;
	text-align: left;
	border: 1.2px solid #FF9900;
	padding: 10px;
	width: 100%;
}
#container #middle-base #kokomade #head img {
	vertical-align: middle;
}

#container #env {	/* 環境表示 */
	position: relative;
	top: 5px;
	width: 660px;
	margin: auto auto auto auto;
	clear:both;
	padding: 2px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 9px!important;
	font-family: Geneva, Helvetica,sans-serif;
	color: #999999;
	text-align: center;
}
#container #banner {		/* バナー〜ブロック */
	margin: auto;
	padding-top: 12px;
	width: 680px;
	clear: both;
}
* html #container #banner {		/* win6対策 */
	margin: auto;
	padding-top: 12px;
	width: 660px;
	clear: both;
}
*:first-child+html #container #banner {		/* win7対策 */
	margin-left: 60px;
	padding-top: 12px;
	width: 660px;
	clear: both;
}
#container #banner #banner-header {
	margin: 0px auto;
	width: 100%;
	background-color: #ccc;
	height: 2em;
	padding: 1.5px 1em;
	font-weight: bolder;
	line-height: 2em;
}

#container #banner #banner-content {
	margin: 6px auto auto auto;
	width: 660px;
}

#container #banner #banner-content ul {
	margin: 0 auto;
	text-align: center;
	width: 550px;
}

#container #banner #banner-content li {
	float: left;
	list-style: none;
	margin: 0em 1em 2em 1em;
	text-align: center;
	font-size: 1.1em;
	width: 155px;
}


/* クリコレメニュー */
#container #header #menu span {
	display: block;
}
#container #header #menu a.onmouse {
	display: block;
	height: 25px;
	text-decoration: none;
}
#container #header #menu a.onmouse:hover {
	border: none;
}
#container #header #menu a.mouse-none {
	overflow: hidden;
	float: left;
	border: none;
	background-color: #ff6600;
	width: 4em;
	color: #ffffff;
	height: 25px;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
}
#container #header #menu a.mouse-none:hover {
	_overflow: visible;
}
#container #header #menu a.mouse-none:hover table.first {
	overflow: visible;
	position: absolute;
	display: block;
	background: #ff6600;
	border-collapse: collapse;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}
#container #header #menu a.mouse-none:hover td {
	white-space: nowrap;
	text-align: left;
}
#container #header #menu table {
	margin-left: -6px;
}
* html #container #header #menu table {
	margin-left: -32px;
}

/* クリコレメニュー IE以外 */
#container #header #menu ul li ul {
	display: none;
}
#container #header #menu ul li:hover ul {
	display:block;
	position: absolute;
	top: 70px;
	background-color: #ff6600;
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	width: 10em;
}
#container #header #menu ul li:hover li a.hide {
	display: block;
	list-style: none;
	background: #ff6600;
	white-space: nowrap;
}
#container #header #menu ul li:hover li {
	width: 100px;
}
