@charset "UTF-8";
body,
h1,h2,h3,h4,h5,h6,
ul,li,dl,dt,dd,
p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #0088cc;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
body {
	background: #e8e8e8;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
#STAGE {
	width: 1000px;
	margin: 0 auto;
	/*background: #CCC;*/
}
#STAGE-MAIN {
	width: 720px;
	padding: 0 3px 0 2px;
	background: white url(../images/style/stage_shadow.gif);
	float: left;
}
#STAGE-SUB {
	float: right;
	width: 250px;
	margin-left: 25px;
}
#PRODUCT {
	width: 250px;
}
#ATTENTION {
	height: 30px;
	background: #2c2c2c url(../images/attention/base.gif) scroll repeat-x top left;
	line-height: 30px;
}
#ATTENTION a {
	height: 30px;
	display: block;
	margin-left: 20px;
	padding-left: 25px;
	background: transparent url(../images/attention/bullet.gif) scroll no-repeat center left;
	color: #999;
}

/*======== #MENU-CATEGORY ========*/
#MENU-CATEGORY {
	background: #e0e0e0 url(../images/menu/category_bar.gif);
}
#MENU-CATEGORY ul {
	/*width: 420px;*/
	text-align: center;
	background: transparent url(../images/menu/category_separator.gif) scroll no-repeat top left;
}
#MENU-CATEGORY ul li {
	margin: 0; padding: 0;
	display: block;
	float: left;
}
#MENU-CATEGORY ul li a {
	margin: 0;padding: 0 20px;
	/*margin-left: -1px;*/
	height: 32px;
	display: block;
	background: transparent url(../images/menu/category_separator.gif) scroll no-repeat top right;
	line-height: 32px;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	float: left;
}
#MENU-CATEGORY ul li.here a {
	background: #2d9ad0 url(../images/menu/category_bar_here.gif) scroll repeat-x top left;
	color: white;
}
/*======== /#MENU-CATEGORY ========*/

/*======== /#MENU-ICON ========*/
#MENU-ICON {
	position: relative;
	width: 100%;
	height: 128px;
	background: white url(../images/menu/icon_none.gif) scroll repeat-x top left;
	clear: both;
	overflow: hidden;
}
ul#MENU-ICON-PAGE {
	width: 100%;
	text-align: center;
	position: absolute;
	padding-top: 7px;
}
ul#MENU-ICON-PAGE li {
	display: inline;
	margin:0 5px;
	background: transparent url(../images/menu/icon_page.gif) scroll no-repeat center center;
	line-height:1;
}
ul#MENU-ICON-PAGE li.here {
	background-image: url(../images/menu/icon_page_here.gif);
}
ul#MENU-ICON-PAGE li img {
	visibility: hidden;
}
#MENU-ICON-PAGE-BACK,#MENU-ICON-PAGE-NEXT {
	position: absolute;
	width: 20px;
	height: 68px;/*128px*/
	padding: 60px 6px 0px;
	text-decoration: none;
	text-align: center;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#MENU-ICON-PAGE-BACK {
	left:0;
}
#MENU-ICON-PAGE-NEXT {
	right:0;
}
ul#MENU-ICON-LIST {
	/*width: 800px;*/
	position: absolute;
	/*left: 30px;*/
	margin:0; padding:0;
	
	margin-left:80px;/*Setting Min Width : margin-left:30px;*/
	list-style: none;
}
ul#MENU-ICON-LIST li {
	display: block;
	/*width: 110px;*/
	width: 140px;/*Setting Min Width : width: 110px;*/
	height: 104px;/*128px*/
	padding-top: 24px;
	float: left;
	text-align: center;
	background: transparent url(../images/menu/icon_base.gif) scroll no-repeat top center;
	font-size: 10px;
	font-weight: bold;
}
ul#MENU-ICON-LIST li.here {
	background-image: url(../images/menu/icon_here.gif);
}
ul#MENU-ICON-LIST li.none {
	background: none;
}
ul#MENU-ICON-LIST li a {
	text-decoration: none;
	color: black;
}
ul#MENU-ICON-LIST li img {
}
ul#MENU-ICON-LIST li span {
	display: block;
	padding-top: 4px;
	text-align: center;
}

/*======== CONTENT ========*/
#CONTENT {
	background: white;
}
#CONTENT-HEAD {
	padding: 10px 20px 10px 40px;
	background: #eee url(../images/content/head_base.gif) scroll repeat-x top left;
	line-height: 1.2;
}
#CONTENT-ICON {
	width: 57px;
	height: 57px;
	background: transparent url(../icon/loader.gif) scroll no-repeat center center;
	padding-right: 6px;
	float: left;
}
#CONTENT-HEAD h2 {
	padding-top: 10px;
	font-size: 18px;
}
#CONTENT-HEAD h3 {
	font-size: 12px;
}
#CONTENT-FOOT {
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #CCC;
	background: #eee url(../images/content/head_base.gif) scroll repeat-x top left;
	clear: both;
}
#CONTENT-FOOT div.tweet {
	padding-top: 5px;
}
table.appstore {
	padding-top: 5px;
	float: right;
}
table.appstore tr th ,
table.appstore tr td {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 1.2;
	color: #000;
}
table.appstore span.strike {
	font-weight: normal;
	text-decoration: line-through;
	color: #666;
}
table.appstore span.sale {
	padding: 0 5px;
	background: #C00;
	color: white;
	border: 2px solid white;
	line-height: 1.6;
}
table.appstore th.release ,
table.appstore td.release {
	padding: 2px 6px;
	background-color: white;
	color: #900;
	border: 2px solid #900;
}
#CONTENT-BODY {
	padding: 20px 20px 20px 40px;
	background: transparent url(../images/content/body_separator.gif) scroll repeat-x top left;
	font-size: 12px;
}
#CONTENT-BODY p {
	margin: 0.8em 0;
}
#CONTENT-PICKUP {
	padding-left: 20px;
	padding-bottom: 20px;
	_padding-left: 15px;
	width: 200px;
	float: right;
}

#CONTENT-LINK {
	padding: 0 40px 10px;
}
#CONTENT-LINK ul {
}
#CONTENT-LINK ul li {
	margin-top:10px;
}
#CONTENT-LINK ul li a ,
#CONTENT-LINK ul li a span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: black;
}
#CONTENT-LINK ul li a {
	padding-left:20px;
	background: #CCC url(../images/content/link_bar.gif) scroll repeat top left;
}
#CONTENT-LINK ul li a span {
	padding-right:50px;
	background: #CCC url(../images/content/link_bar.gif) scroll repeat top right;
}
#CONTENT-SPEC {
	padding: 10px 40px;
}
#CONTENT-SPEC table {
	width: 440px;
	border-spacing:0;
	border-collapse:collapse;
	border-right: 1px solid #999;
}
#CONTENT-SPEC table.last {
	border-bottom: 1px solid #999;
}
#CONTENT-SPEC table th ,
#CONTENT-SPEC table td {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 12px;
	text-align: center;
	color: #333;
}
#CONTENT-SPECIAL {
	padding: 10px 20px;
	font-size: 12px;
	clear: both;
}
#CONTENT-SPECIAL div.panel div.inner {
	padding: 10px 20px;
}
#CONTENT-SPECIAL h3 {
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: bold;
}
#CONTENT-SPECIAL ul {
}
#CONTENT-SPECIAL ul li {
}

#STAGE-SUB {
}
#SITE-MENU {
}
#SITE-MENU .language {
	white-space: nowrap;
	padding: 10px 0 10px 90px;
	border-bottom: 1px solid #CCC;
}
#SITE-MENU .language h2 {
	float: left;
	line-height: 24px;
	padding-right: 5px;
}
#SITE-MENU .language ul {
}
#SITE-MENU .language ul li {
	float: left;
}
#SITE-MENU .language ul li a {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 4px;
	_margin-left: 2px;
}
#SITE-MENU .language ul li a.jp {
	background: url(../images/style/lang_button.gif) 0px -24px;
}
#SITE-MENU .language ul li.here a.jp {
	background-position: 0px 0px;
}
#SITE-MENU .language ul li a.en {
	background: url(../images/style/lang_button.gif) -24px -24px;
}
#SITE-MENU .language ul li.here a.en {
	background-position: -24px 0px;
}
#SITE-MENU .language ul li a span {
	display: none;
}
#SITE-MENU .menu {
	clear: both;
	padding: 10px 10px 5px 10px;
}
#SITE-MENU .menu a {
	padding-right: 10px;
	color: black;
	text-decoration: none;
	background: transparent url(../images/style/menu_pointer.gif) scroll no-repeat top right;
}
#ABOUT {
}
#ABOUT div.inner {
	padding: 10px 10px 5px 10px;
	font-size: 10px;
	line-height: 1.4;
	color: #666;
}
#ABOUT dl {
	line-height:1.2;
	font-size: 12px;
}
#ABOUT dl dt {
	padding-top: 5px;
}
#ABOUT dl dd {
	padding-bottom: 5px;
}
#PRESS {
	margin: 10px 5px;
}
#PRESS h2 {
	color: #999;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}
#PRESS dl {
	line-height:1.2;
	font-size: 12px;
	border-top: 1px solid white;
}
#PRESS dl dt {
	color: #666;
	padding-top: 5px;
}
#PRESS dl dd {
	padding-bottom: 5px;
}


#PRODUCT {
	margin-top: 20px;
}
#PRODUCT h2 {
	padding-left: 10px;
	background: #A2A2A2 url(../images/style/product_bar.gif) scroll repeat-x top left;
	color: white;
	font-size: 12px;
	border-bottom: 1px solid white;
	line-height: 22px;
}
#PRODUCT h2 div.wrap {
	padding: 4px 10px 4px 0;
	background: transparent url(../images/style/product_bar.gif) scroll repeat-x top right;
}
#PRODUCT h2 div.more {
	margin-top:3px;
	float: right;
	background: transparent url(../images/style/product_more.gif) scroll repeat-x top left;
	padding-left: 8px;
	font-size: 10px;
	line-height: 16px;
}
#PRODUCT h2 div.more a {
	display: block;
	background: transparent url(../images/style/product_more.gif) scroll repeat-x top right;
	padding-right:15px;
}
#PRODUCT h3 {
	padding: 5px 0 0 5px;
	color: #999;
	font-size: 14px;
	line-height: 22px;
}
#PRODUCT h3 img {
	height: 22px;
	width: 22px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	float: left;
}
#PRODUCT ul {
	padding: 0 5px 5px 7px;
}
#PRODUCT ul li {
	padding: 5px 0 5px 0;
	clear: both;
	line-height: 1.2;
}
#PRODUCT ul li img {
	height: 32px;
	width: 32px;
	margin-right: 5px;
	float: left;
}
#PRODUCT ul li a {
	text-decoration: none;
	color: black;
}
#PRODUCT ul li a:hover {
	color: #0088cc;
	text-decoration: underline;
}

#STAGE-FOOT {
	/*width: 1000px;*/
	margin: 0 auto;
	padding: 20px 0 0;
	clear: both;
	background: #333 url(../images/style/foot_shadow.gif) scroll repeat-x top left;
}
#STAGE-FOOT-BODY {
	width: 1000px;
	margin: 0 auto;
	color: #999;
	border-bottom: 1px solid #2c2c2c;
	padding-bottom: 10px;
}
#STAGE-FOOT div.column {
	width: 320px;
	/*padding: 10px;*/
	padding: 5px;
	float: left;
	/*background: transparent url(../images/style/foot_column.gif) scroll no-repeat top left;*/
}
#STAGE-FOOT div.column h2 {
	font-weight: bold;
}
#STAGE-FOOT div.column a {
	color: #CCC;
	border-left: 3px solid #444;
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: none;
	background: transparent url(../images/style/menu_pointer.gif) scroll no-repeat center right;
}
#STAGE-FOOT div.copy {
	border-top: 3px solid #555;
	padding: 5px 0;
	clear: both;
	text-align: center;
	background-color: #e8e8e8;
	color: #666;
}
#STAGE-FOOT div.copy p {
	padding: 0;
	margin: 0;
}

#WARNING {
	width: 960px;/*1000px*/
	margin: 0 auto;
	padding: 0 20px;
	color: #999;
	line-height: 1.4;
}
#WARNING h2 {
	display: inline;
	font-weight: bold;
}
#WARNING ul {
	display: inline;
}
#WARNING ul li {
	display: inline;
}


p.relation {
	margin: 10px 0 0 0;
	padding: 10px 0;
	line-height: 1.2;
	border-top: 1px solid #CCC;
}
p.relation a {
	text-decoration: none;
	color: #666;
}
p.relation a em {
	display: block;
	padding-top: 0.5em;
	text-decoration: none;
	font-style: normal;
	color: #0088cc;
	padding-right: 7px;
	background: transparent url(../images/style/menu_pointer.gif) scroll no-repeat 60% right;
	float: left;
}
p.relation a:hover em {
	text-decoration: underline;
}
div.panel div.body {
	padding-left: 10px;
	background: transparent scroll repeat top left;
}
div.panel div.body div.wrap {
	padding-right: 10px;
	background: transparent scroll repeat top right;
}
div.panel div.top {
	height: 10px;
	padding-left: 10px;
	background: transparent scroll no-repeat top left;
	font-size: 1px;
}
div.panel div.top div {
	height: 10px;
	background: transparent scroll no-repeat top right;
}
div.panel div.bottom {
	height: 10px;
	padding-left: 10px;
	background: transparent scroll no-repeat top left;
	font-size: 1px;
}
div.panel div.bottom div {
	height: 10px;
	background: transparent scroll no-repeat top right;
}

div.panel.yellow {
	background-color: #fff9c7;
	color: black;
}
div.panel.yellow div.body ,
div.panel.yellow div.body div.wrap {
	background-image: url(../images/panel/yellow_body.gif);
}
div.panel.yellow div.top ,
div.panel.yellow div.top div {
	background-image: url(../images/panel/yellow_top.gif);
}
div.panel.yellow div.bottom ,
div.panel.yellow div.bottom div {
	background-image: url(../images/panel/yellow_bottom.gif);
}
div.panel.red {
	background-color: #C22;
	color: white;
}
div.panel.red div.body ,
div.panel.red div.body div.wrap {
	background-image: url(../images/panel/red_body.gif);
}
div.panel.red div.top ,
div.panel.red div.top div {
	background-image: url(../images/panel/red_top.gif);
}
div.panel.red div.bottom ,
div.panel.red div.bottom div {
	background-image: url(../images/panel/red_bottom.gif);
}
div.panel.white {
	background-color: white;
	color: black;
}
div.panel.white div.body ,
div.panel.white div.body div.wrap {
	background-image: url(../images/panel/white_body.gif);
}
div.panel.white div.top ,
div.panel.white div.top div {
	background-image: url(../images/panel/white_top.gif);
}
div.panel.white div.bottom ,
div.panel.white div.bottom div {
	background-image: url(../images/panel/white_bottom.gif);
}
div.panel.gray.white {
	background-color: white;
	color: black;
}
div.panel.gray.white div.body ,
div.panel.gray.white div.body div.wrap {
	background-image: url(../images/panel/white_gray_body.gif);
}
div.panel.gray.white div.top ,
div.panel.gray.white div.top div {
	background-image: url(../images/panel/white_gray_top.gif);
}
div.panel.gray.white div.bottom ,
div.panel.gray.white div.bottom div {
	background-image: url(../images/panel/white_gray_bottom.gif);
}
div.panel.gray.light {
	background-color: #F3F3F3;
	color: black;
}
div.panel.gray.light div.body ,
div.panel.gray.light div.body div.wrap {
	background-image: url(../images/panel/light_gray_body.gif);
}
div.panel.gray.light div.top ,
div.panel.gray.light div.top div {
	background-image: url(../images/panel/light_gray_top.gif);
}
div.panel.gray.light div.bottom ,
div.panel.gray.light div.bottom div {
	background-image: url(../images/panel/light_gray_bottom.gif);
}
div.panel.dark.black {
	background-color: #282828;
	color: white;
}
div.panel.dark.black div.body ,
div.panel.dark.black div.body div.wrap {
	background-image: url(../images/panel/dark_black_body.gif);
}
div.panel.dark.black div.top ,
div.panel.dark.black div.top div {
	background-image: url(../images/panel/dark_black_top.gif);
}
div.panel.dark.black div.bottom ,
div.panel.dark.black div.bottom div {
	background-image: url(../images/panel/dark_black_bottom.gif);
}
#NOTE {
	padding: 40px 40px;
	background: white url(../images/style/note.gif) scroll repeat-x top left;
	clear: both;
}



html:not(:target) ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom;
}
html:not(:target) rb {
	display: table-row;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
	text-align: center;
}
html:not(:target) rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 50%;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
}
html:not(:target) rp {
	display: none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}