@charset "utf-8";


/* ------------------------------------------------------------
 * RESET
------------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,/*strong,*/th,var{font-style:normal;font-weight:normal;}
ul,ol,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}


/* ------------------------------------------------------------
 * FONT
------------------------------------------------------------ */
body {
  color: #333;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}
body { line-height: 1.22em; }
table {
  font-size: inherit;
  font: 100%;
}
select, input, textarea {
  line-height: 1.5;
  color: #333;
  font-size: 99%;
  font-family: Verdana, sans-serif;
}
pre, code, samp, kbd, var {
  font-family: Consolas, Monaco, monospace;
  font-size: 100%;
}
sub, sup { font-size: 50%; }


/* ------------------------------------------------------------
 * CLEAR-FIX - float clear class
------------------------------------------------------------ */
.clear-fix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
* html .clear-fix {
  display: inline-block;
}
/* no ie mac \*/
* html .clear-fix {
  height: 1%;
}
.clear-fix {
  display: block;
  min-height: 0;
}
/**/
.clear { clear:both; }



/* ------------------------------------------------------------
 * ANCHOR
------------------------------------------------------------ */
a {
  color: #9a001c;
  text-decoration: none;
}
a:visited {
  color: #9a001c;
  text-decoration: none;
}
a:hover {
  color: #9a001c;
  text-decoration: underline;
}
a:active {
  color: #9a001c;
  text-decoration: underline;
}


/* ------------------------------------------------------------
 * IMAGE - image has no border
------------------------------------------------------------ */
img, a img { border: 0; }


/* ------------------------------------------------------------
 * BODY
------------------------------------------------------------ */
body {
  text-align: center;
  background: #000;
  background: #7c8486 url(bg.jpg) repeat-x 0 0;
}


/* ------------------------------------------------------------
 * CONTAINER
------------------------------------------------------------ */
#container {
	position: relative;
  text-align: left;
	background: url(bg_white.png) repeat-y center 100px;
}

#container-inner {
  background: url(bg_white_top.png) no-repeat top;
}
* html #container,
* html #container-inner,
* html #global_nav,
* html #copyright img {
  behavior: url(iepngfix.htc);
}

/* ------------------------------------------------------------
 * HEADER, CONTENTS, TOP_FLASH, TOPICPATH, FOOTER, COPRIGHT
------------------------------------------------------------ */
#header-inner,
#contents,
#top_flash,
#top_banner,
#top_video_w,
#top_video_ds,
#topicpath {
  clear: both;
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: left;
}


/* ------------------------------------------------------------
 * HEADER
------------------------------------------------------------ */
#header {
	overflow:hidden;
	height: 78px;
	width: 100%;
	min-width: 950px;
	background: #000;
	text-align:left;
}
#header a {
	color: #fff;
}
#header h1 {
	float: left;
	padding: 30px 20px 0;
	height: 43px;
}
#header #nav_box {
	float: right;
	padding-top: 16px;
	text-align: right;
}
#header #nav_box form {
	display: inline;
}
#header #nav_box a {
	display: inline-block;
	vertical-align: top;
}
* html body #header #nav_box a {
	display: inline;
	zoom: 1;
}
*:first-child+html #header #nav_box a {
	display: inline;
	zoom: 1;
}
#header #nav_box .nickname {
	margin-right: 20px;
	padding-left: 18px;
	line-height: 23px;
	background: url(head_bg.png) no-repeat -302px 0;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#header #nav_box a {
	overflow:hidden;
	padding-top: 23px;
	
	height:0;
	background: url(head_nav.png) no-repeat 0 0;
}
#header #nav_box a.btn_login,
#header #nav_box a.btn_logout,
#header #nav_box a.btn_sqex{
	margin-left: 15px;
}
#header #nav_box a.btn_account_new {
	width: 149px;
	background-position: 0 0;
}
#header #nav_box a.btn_account_new:hover {background-position: 0 -24px;}

#header #nav_box a.btn_mem_account {
	width: 182px;
	background-position: -149px 0;
}
#header #nav_box a.btn_mem_account:hover {background-position: -149px -24px;}

#header #nav_box a.btn_login {
	width: 77px;
	background-position: -337px 0;
}
#header #nav_box a.btn_login:hover {background-position: -337px -24px;}

#header #nav_box a.btn_logout {
	width: 92px;
	background-position: -414px 0;
}
#header #nav_box a.btn_logout:hover {background-position: -414px -24px;}

#header #nav_box a.btn_sqex {
	width: 148px;
	background-position: -505px 0;
}
#header #nav_box a.btn_sqex:hover {background-position: -505px -24px;}

#header #nav_box ul#nav{
	margin-top: 5px;
	height: 30px;
}
#header #nav_box ul#nav li {
	display: inline-block;
}
* html #header #nav_box ul#nav li {
	display: inline;
	zoom: 1;
}
*:first-child+html #header #nav_box ul#nav li {
	display: inline;
	zoom: 1;
}
#header #nav_box ul#nav li a {
	display: inline-block;
	background: url(nav.png) no-repeat;
	display: block;
	height:0;
	overflow:hidden;
	padding-top: 30px;
}
#header #nav_box ul#nav li.mypage a{
	background-position: 0 0;
	width: 105px;
}
#header #nav_box ul#nav li.blog a{
	background-position: -328px 0;
	width: 82px;
}
#header #nav_box ul#nav li.store a{
	background-position: -105px 0;
	width: 100px;
}
#header #nav_box ul#nav li.support a{
	background-position: -205px 0;
	width: 120px;
}
#global_nav_open {
	position: absolute;
	left: 15px;
	top: 60px;
	height: 18px;
	width: 25px;
	background: url(gnav_bg.gif) no-repeat center;
}
#global_nav {
	display: none;
	position: absolute;
	top: 78px;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 950px;
	background: url(global_nav.png) repeat-x bottom;
	text-align: left;
	line-height: 14px;
	text-transform: uppercase;
}
#global_nav-inner {
	position: relative;
	top: 0;
	left: 50%;
	z-index: 10000;
	padding-bottom: 50px;
	width: 900px;
	margin-left: -450px;
	text-align: left;
}
#global_nav dl {
	display: inline-block;
	width: 108px;
	vertical-align: top;
}
* html body #global_nav dl {
	display: inline;
	zoom: 1;
}
*:first-child+html body #global_nav dl {
	display: inline;
	zoom: 1;
}
#global_nav dt {
	padding-top: 10px;
	font-weight: bold;
}
#global_nav dd {
	padding-top: 5px;
}
#global_nav a {
	text-decoration: none;
	color: #fff;
}
#global_nav a:hover {
	text-decoration: underline;
}
#category_nav {
	height: 63px;
	background: url(category_nav_bg.png) no-repeat left bottom;
}
#category_nav li {
	float: left;
}
#category_nav a {
	overflow: hidden;
	display: block;
	padding-top: 48px;
	height: 0 !important;
	text-decoration: none;
	background-repeat: no-repeat:
}

#top_banner {
	background: #ebebe4;
}


/* login_box, account_box
------------------------------------------------------------ */
#login_box,
#account_box {
  position: absolute;
  top: 0;
  left: 654px;
  width: 256px;
  height: 111px;
  padding: 10px;
  color: #ccc;
  font-size: 9px;
}
#account_box {
  height: 97px;
  padding: 10px 10px 0 10px;
}
#login_box {
  padding: 17px 0 0 16px;
  background: url(header_na/login_box/box.gif) no-repeat;
}
#account_box { background: url(header_na/account_box/box.gif) no-repeat; }
/* login_box */
#login_box a {
  float: left;
  margin-right: 4px;
}

#login_box a.btn_point {
  position: absolute;
  left: 0;
  top: 106px;
}
/* account_box */
#account_box a {
  color: #cc3300;
}
#account_box a.userpic {
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
}
#account_box ul.member_info {
  line-height: 1.2;
  width: 115px;
  margin-left: 68px;
  padding-top: 10px;
}
#account_box ul.member_info li.status {
  padding-left: 12px;
  background: url(header_na/account_box/online.gif) no-repeat left center;
}
#account_box ul.member_info li.status span.status_name { font-style: italic; }
#account_box ul.member_info li.nickname {
  margin: 5px 0;
}
#account_box ul.member_info li.nickname a {
  color: #ccc;
  font-size: 11px;
  font-weght: bold;
}
#account_box ul.member_info li.level {   color: #cc3300; }
#account_box ul.tier_box {
  position: absolute;
  top: 32px;
  left: 194px;
  width: 73px;
}
#account_box ul.tier_box li.tier_image { display: inline; }
#account_box ul.tier_box li.tier_image img { display: block; margin-left: 3px; }
#account_box ul.tier_box li.tier_points {
  width: 68px;
  height: 14px;
  margin-left: 3px;
  color: #9f6528;
  text-align: center;
  background: url(header_na/account_box/point_bg.gif) no-repeat;
}
#account_box ul.tier_box li.tier-1 {
  background-image: url(header_na/account_box/point_bg_1.gif);
}
#account_box ul.tier_box li.tier-2 {
  background-image: url(header_na/account_box/point_bg_2.gif);
}
#account_box ul.tier_box li.tier-3 {
  background-image: url(header_na/account_box/point_bg_3.gif);
}
#account_box ul.tier_box li.tier-4 {
  background-image: url(header_na/account_box/point_bg_4.gif);
}
#account_box ul.tier_box li.tier-5 {
  background-image: url(header_na/account_box/point_bg_5.gif);
}
#account_box ul.tier_box li.about_tiers {
  margin-top: 5px;
  padding-left: 13px;
  background: url(header_na/account_box/icon_q.gif) left center no-repeat;
}
#account_box ul.tier_box li.about_tiers a { color: #fff; }
#account_box ul.account_box_links li.earn_points a {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 7px;
  bottom: 3px;
  width: 260px;
  height: 0 !important;
  height /**/: 20px;
  padding-top: 20px;
}
/*  bottom of account box */
#account_box_bottom {
  position: absolute;
  right: 0;
  top: 107px;
  width: 276px;
  z-index: 50;
}
#header .close {
  height: 24px;
  background: url(header_na/account_box/box_bottom.gif) no-repeat top center;
}
#header .open {
  height: 109px;
/*  background: url(header_na/account_box/box_pulldown.png) no-repeat;*/
  background-image: url(header_na/account_box/box_pulldown.png) !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;*/
  background: none;
/* !!! this line depends on a server !!! */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='header_na/account_box/box_pulldown.png');
}
* #header .open,
* #header #account_box_bottom {
/*  behavior: url(iepngfix.htc);*/
}
#header #account_box_bottom_close {
  position: absolute;
  right: 0;
  top: 107px;
  width: 276px;
  height: 24px;
  z-index: 50;
}
#header #account_box_bottom_close a,
#header #account_box_bottom_open a.hide {
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 276px;
  height: 0 !important;
  height /**/: 24px;
  padding-top: 24px;
}
#header #account_box_bottom_open {
  display: none;
  position: absolute;
  right: 0;
  top: 107px;
  width: 276px;
  height: 109px;
  z-index: 50;
}
#header #account_box_bottom_open form {
  position: absolute;
  top: 40px;
  left: 10px;
}
#header #account_box_bottom_open form span { color: #ccc; }
#header #account_box_bottom_open input.point_field {
  width: 40px;
  height: 20px;
  font-size: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}
#header #account_box_bottom_open input.serial_codes_submit {
  margin-left: 5px;
  vertical-align: middle;
}
#header #account_box_bottom_open a.about_points {
  position: absolute;
  bottom: 23px;
  left: 25px;
  color: #fff;
  font-size: 10px;
}

/* ------------------------------------------------------------
 * TOP BANNER
------------------------------------------------------------ */
.two-column {
  background: #ebebe4;
  text-align: center;
  background
}
.two-column : {
  text-align: left;
}

/* two-column */
/* ------------------------------------------------------------------------ */
.two-column #featured_item_banner,
.two-column #whats_new {
  float: left;
}

.two-column #featured_item_video_w,
.two-column #whats_new_video {
  float: left;
}

.two-column #featured_item_video_ds,
.two-column #whats_new_video {
  float: left;
}

.two-column #featured_item_banner {
  width: 658px;
  height: 278px;
  color: #fff;
  background: #000;
line-height: 278px;
font-size: 30px;
text-align: center;
text-transform: uppercase;
}

.two-column #featured_item_video_w {
  width: 630px;
  height: 354px;
  color: #fff;
  background: #000;
/*line-height: 278px;*/
font-size: 30px;
text-align: center;
text-transform: uppercase;
}

.two-column #featured_item_video_ds {
  width: 630px;
  height: 384px;
  color: #fff;
  background: #000;
line-height: 278px;
font-size: 30px;
text-align: center;
text-transform: uppercase;
}

.two-column #whats_new {
  position: relative;
  width: 272px;
  height: 253px;
  padding: 25px 0 0 20px;
}
.two-column #whats_new span.title {
  color: #99672c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.two-column #whats_new dl {
  margin-top: 5px;
  font-size: 10px;
  background: url(line/banner_menu_top.gif) right top no-repeat;
}
.two-column #whats_new dl dt {
  padding: 10px 5px 0;
}
.two-column #whats_new dl dd {
  padding: 0 5px 10px;
  background: url(line/line_type2.gif) left bottom no-repeat;
}
.two-column #whats_new a.view_more {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}


.two-column #whats_new_video {
  position: relative;
  width: 290px;
  height: 329px;
  padding: 25px 0 0 10px;
}

.two-column #whats_new_video span.title {
  color: #99672c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.two-column #whats_new_video dl {
  margin-top: 5px;
  font-size: 10px;
  padding-top: 20px;
  background: url(line/banner_menu_top.gif) right top no-repeat;
}
.two-column #whats_new_video dl dt {
  padding: 10px 5px 0;
}
.two-column #whats_new_video dl dd {
  padding: 0 5px 10px;
  background: url(line/line_type2.gif) left bottom no-repeat;
}
.two-column #whats_new_video a.view_more {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}








/* ------------------------------------------------------------
 * CONTENTS, CONTENTS-INNER
------------------------------------------------------------ */
#contents {
	margin-top: 0 !important;
	border-top: 2px solid #252525;
  background: #ebebe4 url(contents_na/contents_bottom.gif) left bottom repeat-x;
}
#contents-inner {
	padding-left: 10px;
	padding-right: 10px;
  background: url(contents_na/contents_top.gif) left top repeat-x;
  text-align: left;
}

/* ------------------------------------------------------------------------ */
/* #pagetop_link ------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#pagetop_link {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px;
  width: 910px;
  text-align: right;
}
#pagetop_link a.pagetop_link {
	overflow: hidden;
	display: inline-block;
	padding-top: 13px;
	padding-right: 0;
	height: 0 !important;
	width: 74px;
	background: url(btn_pagetop.png) no-repeat 0 0;
}


/* ------------------------------------------------------------
 * COLUMN
------------------------------------------------------------ */
/* one-column */
/* ------------------------------------------------------------------------ */
#contents .one-column #main {
  overflow-x: hidden;
  width: 908px;
  padding: 13px 11px 20px 11px;
}
/* two-column */
/* ------------------------------------------------------------------------ */
#contents .two-column #main,
#contents .two-column #sidebar {
  overflow-x: hidden;
  float: left;
  text-align: left;
}
#contents .two-column #main {
  width: 631px;
  padding: 15px 15px 15px 12px;
}
#contents .two-column #sidebar {
  width: 261px;
  padding: 15px 11px 15px 0;
}
/* three-column */
/* ------------------------------------------------------------------------ */
#contents .three-column #leftbar,
#contents .three-column #main,
#contents .three-column #sidebar {
  overflow-x: hidden;
  float: left;
}
#contents .three-column #leftbar {
  width: 164px;
}
#contents .three-column #main {
  width: 480px;
  padding: 15px 8px 15px 6px;
}
#contents .three-column #sidebar {
  width: 261px;
  padding: 15px 11px 15px 0;
}




/* ------------------------------------------------------------
 * FOOTER
------------------------------------------------------------ */
#footer {
	clear: both;
	margin: 0 auto;
	padding-bottom: 87px;
	background: url(bg_footer.png) no-repeat center bottom;
}
#footer-inner {
	width: 910px;
	padding: 20px 20px 0;
	margin: 0 auto;
	height: auto !important;
	min-height: 53px;
	height: 53px;
	background: url(foot_line.png) no-repeat scroll center top transparent;
	font-size: 10px;
}
#footer .sitemap {
	overflow: hidden;
	_zoom: 1;
  margin-right: 20px;
  margin-bottom: 5px;
/*  width: 720px;*/
  padding: 0;
  background: url(vline2.gif) left center no-repeat;
  line-height: 1.5;
  color: #666;
}
#footer .sitemap li {
  float: left;
  line-height: 15px;
  padding-left: 10px;
}
#footer .sitemap span {
  font-weight: bold;
}
#footer .sitemap a {
  display: block;
  float: left;
  padding-right: 10px;
  font-weight: normal;
  background: url(vline2.gif) right center no-repeat;
  color: #fff;
}
#footer .sitemap a img.icon_newwindow {
  padding-top: 2px;
}
#footer > .sitemap a img.icon_newwindow {
  padding-top: 0;
}
#footer .banner_privacy {
	float: right;
}

/* ------------------------------------------------------------
 * COPYRIGHT
------------------------------------------------------------ */
#copyright {
  margin-top: 20px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #aaa;
}
#copyright * {
  vertical-align: top;
}
#copyright span {
	margin-left: 10px;v
}



/* ------------------------------------------------------------
 * privacy_seal
------------------------------------------------------------ */
#esrb {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 1;
}


/* ------------------------------------------------------------
 * BOX
------------------------------------------------------------ */
/* box_313 */
/* ------------------------------------------------------------------------ */
.box_313 {
  position: relative;
  clear: both;
  float: left;
  width: 313px;
  margin: 0 5px 10px 0;
}
.box_313_end {
  clear: none;
  margin: 0 0 10px 0;
}
.box_313_top {
  line-height: 36px;
  overflow: hidden;
  width: 283px;
  height: 36px;
  padding-left: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(box/box_313_top.png) no-repeat;
}
.box_313_middle {
  line-height: 18px;
  overflow: hidden;
  width: 283px;
  padding: 0 15px;
  padding-top: 6px;
  background: url(box/box_313_middle.png) repeat-y;
}
.box_313_bottom {
  position: relative;
  overflow: hidden;
  width: 313px;
  height: 30px;
  background: url(box/box_313_bottom.png) no-repeat;
}
* html .box_313_top,
* html .box_313_middle,
* html .box_313_bottom {
  behavior: url(iepngfix.htc);
}
.box_313_bottom a {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 3px;
  bottom: 3px;
  width: 128px;
  height: 0 !important;
  height /**/: 18px;
  padding-top: 18px;
}
/* box_631 NEWS */
/* ------------------------------------------------------------------------ */
.box_631 {
  position: relative;
  clear: both;
  width: 631px;
  margin: 0 0 10px 0;
}
.box_631_top {
  overflow: hidden;
  width: 631px;
}
.box_631_middle {
  width: 601px;
  padding: 10px 15px 0;
  overflow: hidden;
  background: url(box/box_631_middle.png) repeat-y;
}
.box_631_bottom {
  width: 631px;
  height: 30px;
  overflow: hidden;
  background: url(box/box_631_bottom.png) no-repeat;
}
* html .box_631_top,
* html .box_631_middle,
* html .box_631_bottom {
  behavior: url(iepngfix.htc);
}
.box_631_news .box_631_top {
  overflow: hidden;
  width: 561px;
  height: 45px;
  padding: 15px 0 0 70px;
  background: url(box/box_631_top_news.png) no-repeat;
}
.box_631_news .box_631_top .title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.box_631_news .box_631_top .sub_title {
  display: block;
  margin-top: 6px;
}

/* box_631 B */
/* ------------------------------------------------------------------------ */
.box_631b {
  position: relative;
  clear: both;
  width: 631px;
  margin: 0 0 10px 0;
}
.box_631b_top {
  line-height: 36px;
  overflow: hidden;
  width: 601px;
  height: 36px;
  padding-left: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(box/box_631b_top.png) no-repeat;
}
.box_631b_top_l {
  line-height: 36px;
  overflow: hidden;
  width: 601px;
  height: 36px;
  padding-left: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(box/box_631b_top_l.png) no-repeat;
}
.box_631b_middle {
  width: 611px;
  padding: 10px 10px 0;
  overflow: hidden;
  background: url(box/box_631b_middle.png) repeat-y;
}
.box_631b_bottom {
  width: 631px;
  height: 36px;
  overflow: hidden;
  background: url(box/box_631b_bottom.png) no-repeat left bottom;
}
* html .box_631b_top,
* html .box_631b_middle,
* html .box_631b_bottom {
  behavior: url(iepngfix.htc);
}

/* box_302 */
/* ------------------------------------------------------------------------ */
.box_302 {
  position: relative;
  clear: both;
  float: left;
  width: 302px;
  margin: 0 5px 10px 0;
  background: url(box/box_302_middle.gif) repeat-y;
}
.box_302_end {
  clear: none;
  margin: 0 0 10px 0;
}
.box_302_top {
  line-height: 15px;
  overflow: hidden;
  width: 292px;
  height: 36px;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(box/box_302_top.gif) no-repeat;
}
.box_302_middle {
  line-height: 20px;
  width: 282px;
  padding: 10px 10px 0;
  overflow: hidden;
  background: url(box/box_302_middle.gif) repeat-y;
}

.box_302_bottom {
  width: 302px;
  height: 25px;
  overflow: hidden;
  background: url(box/box_302_bottom.gif) no-repeat left bottom;
}
.box_302_bottom_view_more {
  background: url(box/box_302_bottom_view.gif) no-repeat left bottom;
}
.box_302_bottom a {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0;
  bottom: 2px;
  width: 128px;
  height: 0 !important;
  height /**/: 18px;
  padding-top: 18px;
}

/* box_609 */
/* ------------------------------------------------------------------------ */
.box_609 {
  position: relative;
  clear: both;
  width: 609px;
  margin: 0 0 10px 0;
}
.box_609_top {
  line-height: 36px;
  overflow: hidden;
  width: 599px;
  height: 36px;
  padding-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(box/box_609_top.gif) no-repeat;
}
.box_609_middle {
  width: 589px;
  padding: 10px 10px 0;
  overflow: hidden;
  background: url(box/box_609_middle.gif) repeat-y;
}
.box_609_bottom {
  width: 609px;
  height: 25px;
  overflow: hidden;
  background: url(box/box_609_bottom.gif) no-repeat left bottom;
}

/* box_480 */
/* ------------------------------------------------------------------------ */
.box_480 {
  position: relative;
  clear: both;
  width: 480px;
  margin: 0 0 10px 0;
}
.box_480_top {
  line-height: 36px;
  overflow: hidden;
  width: 450px;
  height: 36px;
  padding-left: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(box/box_480_top.png) no-repeat;
}
.box_480_middle {
  width: 460px;
  height: auto;
  padding: 10px 10px 0;
  overflow: hidden;
  background: url(box/box_480_middle.png) repeat-y;
}
.box_480_bottom {
  width: 480px;
  height: 36px;
  overflow: hidden;
  background: url(box/box_480_bottom.png) no-repeat left bottom;
}
* html .box_480_top,
/** html .box_480_middle,*/
* html .box_480_bottom {
  behavior: url(iepngfix.htc);
}

/* box_164 */
/* ------------------------------------------------------------------------ */
.box_164 {
  position: relative;
  clear: both;
  width: 164px;
  margin: 0;
}
.box_164_top {
  overflow: hidden;
  width: 164px;
  height: 41px;
  background: url(box/box_164_top.png) no-repeat;
}
.box_164_top span.title {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.box_164_top span.previewing {
  display: block;
  margin: 2px 10px 0 0;
  font-size: 10px;
  text-align: right;
  vertical-align: middle;
}
.box_164_top span.previewing img {
  vertical-align: middle;
}
.box_164_middle {
  width: 164px;
  overflow: hidden;
  background: url(box/box_164_middle.png) repeat-y;
}
.box_164_bottom1 {
  width: 164px;
  height: 27px;
  overflow: hidden;
  background: url(box/box_164_bottom1.png) no-repeat left bottom;
}
.box_164_bottom2 {
  width: 164px;
  height: 30px;
  overflow: hidden;
  background: url(box/box_164_bottom2.png) no-repeat left bottom;
}
.box_164_bottom1 a,
.box_164_bottom1 span,
.box_164_bottom2 a,
.box_164_bottom2 span {
  padding-left: 25px;
  color: #333 !important;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.box_164_bottom1 a, .box_164_bottom1 span { line-height: 27px; }
.box_164_bottom2 a, .box_164_bottom2 span { line-height: 30px; }
* html .box_164_top,
* html .box_164_middle,
* html .box_164_bottom1,
* html .box_164_bottom2 {
  behavior: url(iepngfix.htc);
}

/* help box */
/* ------------------------------------------------------------------------ */
.help_box {
  position: relative;
  clear: both;
  width: 261px;
  margin: 0 0 10px 0;
}
.help_box_top {
  line-height: 36px;
  overflow: hidden;
  width: 231px;
  height: 36px;
  padding-left: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(box/help_box_top.png) no-repeat;
}
.help_box_middle {
  width: 241px;
  padding: 10px 10px 0;
  overflow: hidden;
  background: url(box/help_box_middle.png) repeat-y;
}
.help_box_bottom {
  width: 261px;
  height: 15px;
  overflow: hidden;
  background: url(box/help_box_bottom.png) no-repeat left bottom;
}
* html .help_box_top,
* html .help_box_middle,
* html .help_box_bottom {
  behavior: url(iepngfix.htc);
}
.help_box_middle ul {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(line/line_type3.gif) center bottom no-repeat;
}
.help_box_middle ul li {
  line-height: 30px;
  height: 30px;
  padding-left: 35px;
  margin-bottom: 5px;
}
.help_box_middle ul li.about { background: url(icon/icon_about.gif) left center no-repeat; }
.help_box_middle ul li.info { background: url(icon/icon_info.gif) left center no-repeat; }
.help_box_middle ul li.help { background: url(icon/icon_help.gif) left center no-repeat; }
.help_box_middle ul li a {
  color: #333 !important;
  font-size: 10px;
  text-decoration: underline !important;
}
.help_box_middle a.report_problems {
  display: block;
  width: 176px;
  height: 32px;
  margin: 0 auto;
}
.help_box_middle span.report_problems_info {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
.help_box_middle span.report_problems_info a {
  display: block;
  color: #333 !important;
  text-decoration: underline !important;
  text-transform: uppercase;
}




/* side box */
/* ------------------------------------------------------------------------ */
.two-column #sidebar span.title {
  display: block;
  padding-bottom: 25px;
  width: 272px;
  background: url(line/banner_menu_top.gif) left bottom repeat-x;
  color: #99672c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.two-column #sidebar .side_box {
  position: relative;
  width: 262px;
  padding: 20px 0 0 0;
}
.two-column #sidebar .side_box dl {
  font-size: 10px;
}
.two-column #sidebar .side_box dl dt {
  padding: 0 5px 5px;
  font-weight: bold;
}
.two-column #sidebar .side_box dl dd {
  padding: 0 5px 5px;
}
.two-column #sidebar .side_box a.view_more {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}


/* ------------------------------------------------------------
 * TAB BOX
------------------------------------------------------------ */
/* tabbox_261 */
/* ------------------------------------------------------------------------ */
.tabbox ul.tabbox_top li { display: inline; }
.tabbox_261 ul.tabbox_top {
  width: 261px;
  height: 32px;
}
.tabbox_261 ul.tabbox_top li a {
  line-height: 32px;
  display: block;
  float: left;
  height: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.tabbox_261 ul.tabbox_top li a.tab1 {
  width: 119px;
  background-image: url(tabbox/tabbox_261_top1.png) !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='tabbox/tabbox_261_top1.png');
}
.tabbox_261 ul.tabbox_top li.ui-tabs-selected a.tab1 {
  background-image: url(tabbox/tabbox_261_top1_on.png) !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='tabbox/tabbox_261_top1_on.png');
}
.tabbox_261 ul.tabbox_top li a.tab2 {
  width: 142px;
  background-image: url(tabbox/tabbox_261_top2.png) !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='tabbox/tabbox_261_top2.png');
}
.tabbox_261 ul.tabbox_top li.ui-tabs-selected a.tab2 {
  background-image: url(tabbox/tabbox_261_top2_on.png) !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='tabbox/tabbox_261_top2_on.png');
}
.tabbox_261 .tabbox_middle {
  width: 231px;
  padding: 15px 15px 1px;
  background: url(tabbox/tabbox_261_middle.png) repeat-y;
}
.tabbox_261 .ui-tabs-hide {
  display: none;
}
.tabbox_261 .tabbox_bottom {
  width: 261px;
  height: 15px;
  background: url(tabbox/tabbox_261_bottom.png) no-repeat left bottom;
}


/* ------------------------------------------------------------
 * ARROW
------------------------------------------------------------ */
/* arrow_type1 */
/* ------------------------------------------------------------------------ */
.arrow_type1 {
  padding-left: 8px;
  background: url(arrow/icon_plus.gif) left center no-repeat;
}


/* ------------------------------------------------------------
 * LIST
------------------------------------------------------------ */
/* one line with date */
/* ------------------------------------------------------------------------ */
dl.date_nobr dt {
  clear: both;
  float: left;
  width: 70px;
  margin-bottom: 5px;
  font-size: 12px;
}
dl.date_nobr dd {
  width: auto;
  margin-bottom: 5px;
  padding-left: 80px;
  font-size: 12px;
}

/* two lines with date */
/* ------------------------------------------------------------------------ */
dl.date_br_10 {
  line-height: 13px;
  font-size: 10px;
}
dl.date_br_10 dt {
}
dl.date_br_10 dd {
  margin-bottom: 5px;
}




/* ------------------------------------------------------------------------ */
/* dropdown_menu ----------------------------------------------------- */
/* jQuery fdd2div --------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.dropdown_menu {
  position: relative;
  z-index: 10;
}
#main .dropdown_menu {
  width: 338px;
}
#sidebar .dropdown_menu {
  width: 261px;
}
a.dropdown_main_link {
  line-height: 19px;
  display: block;
  height: 19px;
  padding-left: 5px;
  color: #7b7878;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#main a.dropdown_main_link {
  width: 333px;
}
#sidebar a.dropdown_main_link {
  width: 255px;
}
a.dropdown_main_link:link,
a.dropdown_main_link:visited,
a.dropdown_main_link:hover
a.dropdown_main_link:active {
  color: #7b7878;
  text-decoration: none;
}
#main a.dropdown_collapsed {
  background: url(btn/btn_pulldown.gif);
}
#sidebar a.dropdown_collapsed {
  background: url(btn/btn_pulldown.gif) 0 -19px;
}
#main a.dropdown_expanded {
  background: url(btn/btn_pulldown.gif);
}
#sidebar a.dropdown_expanded {
  background: url(btn/btn_pulldown.gif) 0 -19px;
}
.dropdown_ul_list {
  overflow: hidden;
  top: 20px;
  border: solid 1px #c9c9c2;
  background: #fff;
  z-index: 10;
  word-break: break-all;
}
#main .dropdown_ul_list {
  width: 336px;
}
#sidebar .dropdown_ul_list {
  width: 259px;
}
.dropdown_ul_list li {
  margin: 2px 0;
  font-size: 10px;
}
.dropdown_ul_list li a {
  display: block;
  padding: 2px 10px;
}
.dropdown_ul_list li a:hover {
  text-decoration: none;
  background: #e1e7eb;
}


















/* ------------------------------------------------------------
 * TOP PAGE
------------------------------------------------------------ */

/* RECENTLY CREATED DISCUSSION GROUPS, HOTTEST DOWNLOADS */
/* ------------------------------------------------------------------------ */
body#site_top .box_313_groups .box_313_middle,
body#site_top .box_313_downloads .box_313_middle {
  height: 90px;
}
body#site_top .box_313_groups .box_313_bottom {
  background: url(box/box_313_bottom_view.png) no-repeat;
}
body#site_top .box_313_downloads .box_313_bottom {
  background: url(box/box_313_bottom_download.png) no-repeat;
}
body#site_top .box_313_downloads .box_313_middle {
  position: relative;
  font-size: 9px;
}
body#site_top .box_313_downloads .box_313_middle p.back,
body#site_top .box_313_downloads .box_313_middle p.next {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 20px;
  z-index: 2;
}
body#site_top .box_313_downloads .box_313_middle p.back { left: 3px; }
body#site_top .box_313_downloads .box_313_middle p.next { right: 4px; }
body#site_top .box_313_downloads .box_313_middle p.back a,
body#site_top .box_313_downloads .box_313_middle p.next a {
  display: block !important;
  overflow: hidden;
  width: 20px;
  height: 0 !important;
  height /**/: 47px;
  padding-top: 47px;
}
body#site_top .box_313_downloads .box_313_middle p.back a { background: url(btn/btn_scroll_l.gif) no-repeat; }
body#site_top .box_313_downloads .box_313_middle p.next a { background: url(btn/btn_scroll_r.gif) no-repeat; }
body#site_top .box_313_downloads .box_313_middle .downloads_box {
  position: relative;
  overflow: hidden;
  width: 255px;
  height: 85px;
  margin: 0 auto;
}
body#site_top .box_313_downloads .box_313_middle ul {
  overflow: hidden;
  position: relative;
  left: 0;
  width: auto;
  margin: 15px 0 0 5px;
}
body#site_top .box_313_downloads .box_313_middle ul li {
  float: left;
  display: inline;
  overflow: hidden;
  width: 85px !important;
  white-space: nowrap;
}
body#site_top .box_313_downloads .box_313_middle ul li span,
body#site_top .box_313_downloads .box_313_middle ul li img {
  display: block;
}
body#site_top .box_313_downloads .box_313_middle p.view_all { display: none; }


/* WHAT'S NEW */
/* ------------------------------------------------------------------------ */
body#site_top .tabbox .whats_new ul li {
  margin-bottom: 10px;
}
body#site_top .tabbox .whats_new ul li .image {
  display: inline;
  float: left;
  margin-right: 10px;
}
body#site_top .tabbox .whats_new ul li .text {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
}
body#site_top .tabbox .whats_new dl,
body#site_top .tabbox .announcements dl {
  font-size: 10px;
  padding-bottom: 15px;
}
body#site_top .tabbox .whats_new dl dt,
body#site_top .tabbox .announcements dl dt {
  float: left;
  clear: both;
  width: 50px;
  font-weight: bold;
}
body#site_top .tabbox .whats_new dl dd,
body#site_top .tabbox .announcements dl dd {
  width: auto;
  margin-bottom: 7px;
  padding-left: 60px;
  z-index: 5;
}
body#site_top .tabbox .whats_new dl dd a,
body#site_top .tabbox .announcements dl dd a {
  display: block;
  background-position: 0 4px;
}
* html body#site_top .tabbox .whats_new dl dd a,
* html body#site_top .tabbox .announcements dl dd a {
  background-position: 2px 6px;
}
*:first-child+html body#site_top .tabbox .whats_new dl dd a,
*:first-child+html body#site_top .tabbox .announcements dl dd a {
  background-position: 0 6px;
}

body#site_top .tabbox .whats_new div.more,
body#site_top .tabbox .announcements div.more {
  text-align: right;
}
































































/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* /jp/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ------------------------------------------------------------------------ */
/* 見出し ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* 最上部 */
/* ------------------------------------------------------------------------ */
#main .title_l {
  position: relative;
  margin-bottom: 10px;
  padding: 1px 0;
  border-bottom: solid 2px #999;
}
#main .title_l .title_name {
  line-height: 15px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
#main .title_l .title_desc {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
#main .title_l .title_desc a {
  color: #0066cc;
}

/* 中見出し */
/* ------------------------------------------------------------------------ */
#main .title_m {
  position: relative;
  height: 22px;
  margin-bottom: 10px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
  border-bottom: solid 1px #afb8ba;
}
#main .title_m .title_name {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_m a.title_name {
  color: #0066cc;
}
#main .title_m .title_desc {
  position: absolute;
  right: 5px;
  bottom: 5px;
/*  height: 22px;
  line-height: 22px;*/
}

/* 中見出し 2行 */
/* ------------------------------------------------------------------------ */
#main .title_m_double {
  position: relative;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
  border-bottom: solid 1px #afb8ba;
}
#main .title_m_double .title_name {
  line-height: 15px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_m_double a.title_name {
  color: #0066cc;
}
#main .title_m_double .title_desc {
  position: absolute;
  right: 0;
  bottom: 4px;
}

/* 小見出し */
/* ------------------------------------------------------------------------ */
#main .title_s {
  position: relative;
  height: 22px;
  margin-bottom: 10px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
}
#main .title_s .title_name {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_s a.title_name {
  color: #0066cc;
}
#main .title_s .title_desc {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 22px;
  line-height: 22px;
}

/* 小見出し 2行 */
/* ------------------------------------------------------------------------ */
#main .title_s_double {
  position: relative;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
}
#main .title_s_double .title_name {
  line-height: 15px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_s_double a.title_name {
  color: #0066cc;
}
#main .title_s_double .title_desc {
  position: absolute;
  right: 0;
  bottom: 4px;
}

/* 太字小見出し */
/* ------------------------------------------------------------------------ */
#main .title_ss {
  position: relative;
  height: 22px;
  margin-bottom: 10px;
}
#main .title_ss .title_name {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_ss a.title_name {
  color: #0066cc;
}
#main .title_ss .title_desc {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 22px;
  line-height: 22px;
}

/* サイドバー見出し */
/* ------------------------------------------------------------------------ */
#sidebar .title_m {
  height: 22px;
  margin-bottom: 5px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
}
#sidebar .title_m .title_name {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#sidebar .title_m .title_name a {
  font-size: 12px !important;
}
#sidebar .title_m .title_desc {
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
}


/* ------------------------------------------------------------------------ */
/* 段落 ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* section */
/* ------------------------------------------------------------------------ */
.section {
  margin-bottom: 10px;
}

.section_b5 {
  margin-bottom: 5px;
}

.section_b20 {
  margin-bottom: 20px;
}

.section {
  margin-bottom: 10px;
}

.section_12 {
  line-height: 18px;
  font-size: 12px;  
}
.section_10 {
  line-height: 13px;
  font-size: 10px; 
  letter-spacing: 0.5px;
}


/* ------------------------------------------------------------------------ */
/* ボックス --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* 1カラム 半分サイズ */
/* ------------------------------------------------------------------------ */
.box_459 {
  clear: both;
  width: 459px;
  margin-bottom: 10px;
}
.box_459_odd {
  float: left;
  width: 459px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.box_459_even {
  float: left;
  width: 459px;
  margin-bottom: 10px;
}
.box_459_top,
.box_459_bottom {
  width: 459px;
  height: 15px;
  overflow: hidden;
}
.box_459_top {
  background: url(box/box_459_top.gif);
}
.box_459_bottom {
  background: url(box/box_459_bottom.gif) bottom;
}
.box_459_middle {
  width: 429px;
  padding: 0 15px;
  overflow: hidden;
  background: url(box/box_459_middle.gif) repeat-y;
}
/* bottom ボタン、背景塗りつぶし*/
.box_459_bottom2 {
  overflow: hidden;
  width: 459px;
  padding: 5px 0;
  text-align: center;
  background: url(box/box_459_bottom2.gif) bottom;
}

/* 1カラム フルサイズ */
/* ------------------------------------------------------------------------ */
.box_928 {
  margin-bottom: 10px;
}
.box_928_top,
.box_928_bottom {
  width: 928px;
  height: 15px;
  overflow: hidden;
}
.box_928_top {
  background: url(box/box_928_top.gif);
}
.box_928_bottom {
  background: url(box/box_928_bottom.gif) bottom;
}
.box_928_middle {
  width: 898px;
  padding: 0 15px;
  overflow: hidden;
  background: url(box/box_928_middle.gif) repeat-y;
}

/* タブ 1カラム フルサイズ */
/* ------------------------------------------------------------------------ */
.box_928_tab {
  margin-bottom: 10px;
}
.box_928_tab .box_928_middle {
  padding-top: 10px;
}
.box_928_tab .box_928_top {
  height: auto;
  background: url(box/box_928_top2.gif) bottom no-repeat;
}
.box_928_tab .box_928_top ul li {
  float: left;
  display: inline;
}
/* タブ1行 */
.box_928_tab .box_928_top ul.box_928_tab_single {
  height: 35px;
  margin-left: 5px;
}
.box_928_tab .box_928_top ul.box_928_tab_single li a {
  line-height: 35px;
  display: block;
  width: 188px;
  font-weight: bold;
  margin-left: 5px;
  text-align: center;
}
.box_928_tab .box_928_top ul.box_928_tab_single li a {
  height: 35px;
  background-image: url(box/box_376_tab1.gif);
  background-position: -188px 0;
}
.box_928_tab .box_928_top ul.box_928_tab_single li a:hover,
.box_928_tab .box_928_top ul.box_928_tab_single li a.current {
  background-position: 0 0;
  color: #666;
  text-decoration: none;
}
/* タブ2行 */
.box_928_tab .box_928_top ul.box_928_tab_double {
  height: 45px;
  margin-left: 5px;
}
.box_928_tab .box_928_top ul.box_928_tab_double li a {
  line-height: 45px;
  display: block;
  width: 188px;
  font-weight: bold;
  margin-left: 5px;
  text-align: center;
}
.box_928_tab .box_928_top ul.box_928_tab_double li a {
  height: 45px;
  background-image: url(box/box_376_tab2.gif);
  background-position: -188px 0;
}
.box_928_tab .box_928_top ul.box_928_tab_double li a:hover,
.box_928_tab .box_928_top ul.box_928_tab_double li a.current {
  background-position: 0 0;
  color: #666;
  text-decoration: none;
}
.box_928_tab .box_928_top ul.box_928_tab_double li a.double {
  line-height: 15px;
  height: 37px;
  padding-top: 8px;
}

/* 1カラム 真ん中寄せ */
/* ------------------------------------------------------------------------ */
.box_508 {
  clear: both;
  width: 508px;
  margin-bottom: 10px;
}
.box_508_top,
.box_508_bottom {
  width: 508px;
  height: 15px;
  overflow: hidden;
}
.box_508_top {
  background: url(box/box_508_top.gif);
}
.box_508_bottom {
  background: url(box/box_508_bottom.gif) bottom;
}
.box_508_middle {
  width: 478px;
  padding: 0 15px;
  overflow: hidden;
  background: url(box/box_508_middle.gif) repeat-y;
}
/* bottom ボタン、背景塗りつぶし*/
.box_508_bottom2 {
  overflow: hidden;
  width: 508px;
  padding: 5px 0;
  text-align: center;
  background: url(box/box_508_bottom2.gif) bottom;
}

/* 1カラム 真ん中寄せ RED */
/* ------------------------------------------------------------------------ */
.box_508red {
  clear: both;
  width: 508px;
}
.box_508red_top,
.box_508red_bottom {
  width: 508px;
  height: 15px;
  overflow: hidden;
}
.box_508red_top {
  background: url(box/box_508red_top.gif);
}
.box_508red_bottom {
  background: url(box/box_508red_bottom.gif) bottom;
}
.box_508red_middle {
  width: 478px;
  padding: 0 15px;
  overflow: hidden;
  background: url(box/box_508red_middle.gif) repeat-y;
}

/* 2カラム メインのフルサイズ */
/* ------------------------------------------------------------------------ */
.box_718_top,
.box_718_bottom {
  width: 718px;
  height: 15px;
  overflow: hidden;
}
.box_718_top {
  background: url(box/box_718_top.gif);
}
.box_718_bottom {
  background: url(box/box_718_bottom.gif) bottom;
}
.box_718_middle {
  width: 688px;
  padding: 0 15px;
  overflow: hidden;
  background: url(box/box_718_middle.gif) repeat-y;
}

/* 2カラム フルバナー */
/* ------------------------------------------------------------------------ */
.box_718_middle_left,
.box_718_middle_right {
  float: left;
}
.box_718_middle_left {
  width: 333px;
}
.box_718_middle_right {
  width: 333px;
  padding-left: 22px;
  background: url(/jp/avatar/css/line/vline_type1.gif) 10px 0 repeat-y;
}

/* 2カラム メインのフルサイズ RED */
/* ------------------------------------------------------------------------ */
.box_718red {
  clear: both;
  width: 508px;
}
.box_718red_top,
.box_718red_bottom {
  width: 718px;
  height: 15px;
  overflow: hidden;
}
.box_718red_top {
  background: url(box/box_718red_top.gif);
}
.box_718red_bottom {
  background: url(box/box_718red_bottom.gif) bottom;
}
.box_718red_middle {
  width: 688px;
  padding: 0 15px;
  overflow: hidden;
  background: url(box/box_718red_middle.gif) repeat-y;
}


/* タブ 2カラム メインのフルサイズ */
/* ------------------------------------------------------------------------ */
.box_718_tab {
  margin-bottom: 10px;
}
.box_718_tab .box_718_middle {
  padding-top: 10px;
}
.box_718_tab .box_718_top {
  height: auto;
  background: url(box/box_718_top2.gif) bottom no-repeat;
}
.box_718_tab .box_718_top ul li {
  float: left;
  display: inline;
}
/* タブ1行 */
.box_718_tab .box_718_top ul.box_718_tab_single {
  height: 35px;
  margin-left: 5px;
}
.box_718_tab .box_718_top ul.box_718_tab_single li a {
  line-height: 35px;
  display: block;
  width: 168px;
  font-weight: bold;
  margin-left: 5px;
  text-align: center;
}
.box_718_tab .box_718_top ul.box_718_tab_single li a {
  height: 35px;
  background-image: url(box/box_336_tab1.gif);
  background-position: -168px 0;
}
.box_718_tab .box_718_top ul.box_718_tab_single li a:hover,
.box_718_tab .box_718_top ul.box_718_tab_single li a.current {
  background-position: 0 0;
  color: #666;
  text-decoration: none;
}

/* 2カラム メインの半分サイズ */
/* ------------------------------------------------------------------------ */
.box_353 {
  clear: both;
  width: 353px;
  margin-bottom: 10px;
}
.box_353_odd {
  float: left;
  width: 353px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.box_353_even {
  float: left;
  width: 353px;
  margin-bottom: 10px;
}
.box_353_top,
.box_353_bottom {
  width: 353px;
  height: 15px;
  overflow: hidden;
}
.box_353_top {
  background: url(box/box_353_top.gif);
}
.box_353_bottom {
  background: url(box/box_353_bottom.gif) bottom;
}
.box_353_middle {
  width: 323px;
  padding: 0 15px;
  overflow: hidden;
  background: url(box/box_353_middle.gif) repeat-y;
}



/* タブ 2カラム メインのフルサイズの中に収まるサイズ */
/* ------------------------------------------------------------------------ */
div.box_688_top {
  background: url(box/box_688_top.gif) no-repeat top left;
}
div.box_688_top,
div.box_688_bottom {
  overflow: hidden;
  height: 15px;
  width: 688px;
}
div.box_688_bottom {
  background: url(box/box_688_bottom.gif) no-repeat bottom left;
}
.box_688_middle {
  overflow: hidden;
  width: 658px;
  background: url(box/box_688_middle.gif) repeat-y 0 0;
  padding: 0 15px;
}

/* ------------------------------------------------------------------------ */
/* 左右寄せ、センター、テキスト、その他 ------------------------------------*/
/* ------------------------------------------------------------------------ */
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_center {
  margin: 0 auto;
  text-align: center;
}
/* エラー文言は赤 */
.error {
  color: #cc0000;
}
/* アイコン余白調整 */
img.icon_newwindow {
  padding: 0 5px;
}


/* ------------------------------------------------------------------------ */
/* 矢印アイコン ------------------------------------------------------------*/
/* right_right - 右向き、右側 - arrow1_rr --------------------------------- */
/* top_right   - 上向き、右側 - arrow1_tr --------------------------------- */
/* ------------------------------------------------------------------------ */

/* 14px */
/* ------------------------------------------------------------------------ */
.arrow1_tl_14 {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 14px;
  background: url(arrow/arrow1_t.gif) left 5px no-repeat;
}
.arrow1_rl_14 {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 14px;
  background: url(arrow/arrow1_r.gif) left 5px no-repeat;
}
.arrow1_bl_14 {

  line-height: 1.3;
  padding-left: 12px;
  background: url(arrow/arrow1_b.gif) left 5px no-repeat;
}
.arrow1_ll_14 {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 14px;
  background: url(arrow/arrow1_l.gif) left 5px no-repeat;
}
.arrow2_rl_14 {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 14px;
  background: url(arrow/arrow2_r.gif) left 3px no-repeat;
}
.arrow3_rl_14 {

  color: #666;
  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(arrow/arrow3_r.gif) left 5px no-repeat;
}

/* 12px */
/* ------------------------------------------------------------------------ */
.arrow1_tr {
  padding-right: 12px;
  font-size: 12px;
  background: url(arrow/arrow1_t.gif) right center no-repeat;
}
.arrow1_rr {
  padding-right: 12px;
  font-size: 12px;
  background: url(arrow/arrow1_r.gif) right center no-repeat;
}
.arrow1_br {
  padding-right: 12px;
  font-size: 12px;
  background: url(arrow/arrow1_b.gif) right center no-repeat;
}
.arrow1_lr {
  padding-right: 12px;
  font-size: 12px;
  background: url(arrow/arrow1_l.gif) right center no-repeat;
}
.arrow1_tl {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(arrow/arrow1_t.gif) left 3px no-repeat;
}
.arrow1_rl {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(arrow/arrow1_r.gif) left 3px no-repeat;
}
.arrow1_bl {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(arrow/arrow1_b.gif) left 3px no-repeat;
}
.arrow1_ll {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(arrow/arrow1_l.gif) left 3px no-repeat;
}
.arrow2_rl {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(arrow/arrow2_r.gif) left 3px no-repeat;
}

/* 10px */
/* ------------------------------------------------------------------------ */
.arrow1_tr_10 {
  font-size: 10px;
  padding-right: 14px;
  background: url(arrow/arrow1_t.gif) right center no-repeat;
}
.arrow1_rr_10 {
  font-size: 10px;
  padding-right: 14px;
  background: url(arrow/arrow1_r.gif) right center no-repeat;
}
.arrow1_br_10 {
  font-size: 10px;
  padding-right: 14px;
  background: url(arrow/arrow1_b.gif) right center no-repeat;
}
.arrow1_lr_10 {
  font-size: 10px;
  padding-right: 14px;
  background: url(arrow/arrow1_l.gif) right center no-repeat;
}
.arrow1_tl_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 12px;
  background: url(arrow/arrow1_t.gif) left 2px no-repeat;
}
.arrow1_rl_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 12px;
  background: url(arrow/arrow1_r.gif) left 2px no-repeat;
}
.arrow1_bl_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 12px;
  background: url(arrow/arrow1_b.gif) left 2px no-repeat;
}
.arrow1_ll_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 12px;
  background: url(arrow/arrow1_l.gif) left 2px no-repeat;
}
.arrow2_rl_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 9px;
  background: url(arrow/arrow2_r.gif) left 2px no-repeat;
}

/* 右寄せの場合はinline要素 */
/* ------------------------------------------------------------------------ */
.align_right .arrow1_tl {
  display: inline;
}
.align_right .arrow1_rl {
  display: inline;
}
.align_right .arrow1_bl {
  display: inline;
}
.align_right .arrow1_ll {
  display: inline;
}
.align_right .arrow2_rl {
  display: inline;
}
.align_right .arrow1_tl_10 {
  display: inline;
}
.align_right .arrow1_rl_10 {
  display: inline;
}
.align_right .arrow1_bl_10 {
  display: inline;
}
.align_right .arrow1_ll_10 {
  display: inline;
}
.align_right .arrow2_rl_10 {
  display: inline;
}


/* ------------------------------------------------------------------------ */
/* ボタン ------------------------------------------------------------------*/
/* ------------------------------------------------------------------------ */

/* ボタン横並べ */
/* ul.btn_align > li > a.btn_ */
/* ------------------------------------------------------------------------ */
ul.btn_align li {
  float: left;
  display: inline;
  margin-right: 10px;
}

/* 大ボタンロング 233x31 */
/* ------------------------------------------------------------------------ */
a.btn_233x31 {
  line-height: 31px;
  display: block;
  width: 233px;
  height: 31px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_233x31.gif);
}
a.btn_233x31:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -31px;
}

/* 大ボタン */
/* ------------------------------------------------------------------------ */
a.btn_l {
  line-height: 31px;
  display: block;
  width: 141px;
  height: 31px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_l.gif);
}
a.btn_l:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -31px;
}
span.btn_l {
  line-height: 31px;
  display: block;
  width: 141px;
  height: 31px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_l.gif);
  background-position: 0 -31px;
}

/* 大ボタン黒 */
/* ------------------------------------------------------------------------ */
a.btn_l_k {
  line-height: 28px;
  display: inline-block;
  width: 129px;
  height: 28px;
  background-image: url(btn.png);
  background-repeat: none;
  background-position: 0 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
}
* html a.btn_l_k {
  display: block;
  zoom: 1;
}

/* 小ボタン */
/* ------------------------------------------------------------------------ */
a.btn_s {
  line-height: 21px;
  display: block;
  width: 74px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_s.gif);
}
a.btn_s:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}

/* 連立ボタン */
/* ------------------------------------------------------------------------ */
a.btn_w {
  line-height: 21px;
  display: block;
  width: 150px;
  height: 21px;
  padding-left: 13px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background-image: url(btn/btn_w.gif);
}
a.btn_w:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}
span.btn_w {
  line-height: 21px;
  display: block;
  width: 150px;
  height: 21px;
  padding-left: 13px;
  color: #878787;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background-image: url(btn/btn_w.gif);
  background-position: 0 -42px;
}


/* 連立ボタン 別窓 */
/* ------------------------------------------------------------------------ */
a.btn_w_blank {
  background-image: url(btn/btn_w2.gif);
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  padding-left: 13px;
  text-align: left;
  width: 150px;
}
a.btn_w_blank:hover {
  text-decoration: none;
  background-position: 0 -21px;
}
span.btn_w_blank {
  line-height: 21px;
  display: block;
  width: 150px;
  height: 21px;
  padding-left: 13px;
  color: #878787;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background-image: url(btn/btn_w2.gif);
  background-position: 0 -42px;
}


/* 233x21 */
/* ------------------------------------------------------------------------ */
a.btn_233x21 {
  line-height: 21px;
  display: block;
  width: 233px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_233x21.gif);
}
a.btn_233x21:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}

/* 141x21 */
/* ------------------------------------------------------------------------ */
a.btn_141x21 {
  line-height: 21px;
  display: block;
  width: 141px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_141x21.gif);
}
a.btn_141x21:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}

/* 192x25 */
/* ------------------------------------------------------------------------ */
a.btn_192x25 {
  line-height: 25px;
  display: block;
  width: 192px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_192x25.gif);
}
a.btn_192x25:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -25px;
}

/* 右カラムボタン */
/* ------------------------------------------------------------------------ */
a.btn_sidebar {
  line-height: 21px;
  display: block;
  width: 200px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_sidebar.gif);
}
a.btn_sidebar:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}
span.btn_sidebar {
  line-height: 21px;
  display: block;
  width: 200px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_sidebar.gif);
  background-position: 0 -21px;
}

/* 青ボタン333x45 */
/* ------------------------------------------------------------------------ */
div.btn_blue_333x45 {
  width: 313px;
  height: 37px;
  margin-bottom: 5px;
  padding: 4px 10px;
  text-align: left;
  background-image: url(btn/btn_blue_333x45.gif);
}
div.btn_blue_333x45 .name {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

/* アバター左カラム */
/* ------------------------------------------------------------------------ */
a.btn_cart {
  line-height: 21px;
  display: block;
  width: 150px;
  height: 21px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(btn/btn_cart.gif);
}
a.btn_cart:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}

/* アバター大ボタン */
/* ------------------------------------------------------------------------ */
div.btn_avatar {
  width: 243px;
  height: 45px;
  margin-bottom: 5px;
  text-align: left;
  background-image: url(btn/btn_avatar.gif);
}
div.btn_avatar,
div.btn_avatar_disable {
  width: 223px;
  height: 37px;
  padding: 4px 10px;
  text-align: left;
  background-image: url(btn/btn_avatar.gif);
}
div.btn_avatar_disable {
  color: #878787;
  background-position: 0 -45px;
}
div.btn_avatar a {
/*  color: #0051c1;*/
}
div.btn_avatar a:hover {
  color: #0085ff;
  text-decoration: none;
}
div.btn_avatar .name,
div.btn_avatar_disable .name {
  display: block;
  font-size: 15px;
}
div.btn_avatar_disable .name {
  padding-left: 12px;
  background: url(arrow/arrow3_r.gif) left 5px no-repeat;
}

/* ------------------------------------------------------------------------ */
/* プルダウンメニュー ----------------------------------------------------- */
/* jQuery fdd2div --------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
/*.dropdown_menu {
  position: relative;
  width: 200px;
}
a.dropdown_main_link {
  line-height: 21px;
  display: block;
  width: 187px;
  height: 21px;
  padding-left: 13px;
  color: #0051c1;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.dropdown_main_link:hover {
  color: #0085ff;
}
a.dropdown_collapsed {
  background: url(btn/btn_pulldown.gif);
}
a.dropdown_expanded {
  background: url(btn/btn_pulldown.gif) 0 -21px;
}
.dropdown_ul_list {
  top: 22px;
  width: 198px;
  border: solid 1px #afb8ba;
  background: #fff;
  z-index: 10;
}
.dropdown_ul_list li {
  margin: 2px 0;
  font-size: 10px;
}
.dropdown_ul_list li a {
  display: block;
  padding: 2px 10px;
}
.dropdown_ul_list li a:hover {
  text-decoration: none;
  background: #e1e7eb;
}*/

/* ------------------------------------------------------------------------ */
/* 区切り線 --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
div.hr_type1 {
  clear: both;
  overflow: hidden;
  height: 1px;
  margin: 10px 0;
  background: url(line/line_type1.gif);
}

/* ------------------------------------------------------------------------ */
/* リスト --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* type1 */
/* ------------------------------------------------------------------------ */
ul.list_type1 {
  margin-bottom: 10px;
}
ul.list_type1 li {

}
ul.list_type1 li span.date {
  display: block;
  font-size: 10px;
}

/* type2 */
/* ------------------------------------------------------------------------ */
/* ・テキストテキスト */
/* ・テキストテキスト */
ul.list_type2 {
  margin-bottom: 10px;
}
ul.list_type2 li {
  line-height: 18px;
  padding-left: 10px;
  background: url(arrow/list_type2.gif) left 5px no-repeat;
}


/* 1行リスト区切り線あり */
/* AAAAA | BBBBB | CCCCC */
/* ------------------------------------------------------------------------ */
ul.glue li {
  display: inline;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  background: url(vline.gif) left center no-repeat;
}
ul.glue li.first {
  margin-left: 0;
  padding-left: 0;
  background: none;
}





/* ------------------------------------------------------------------------ */
/* テーブル --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#main th.align_c,
#main td.align_c {
  text-align: center;
}
#main th.align_r,
#main td.align_r {
  text-align: right;
}
.table_text{
  width: 478px;
  padding: 5px 9px;
}

/* 718px 共通クラス */
/* ------------------------------------------------------------------------ */
div.table_718_top {
  background: url(table/table_718_top.gif) no-repeat 0 0;
}
div.table_718_top,
div.table_718_bottom {
  overflow: hidden;
  height: 5px;
  width: 718px;
}
div.table_718_middle th,
div.table_718_middle td {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
}
div.table_718_middle .valign_m {
  vertical-align: middle;
}

#main div.table_718_middle tr.first {
  background: none;
}
div.table_718_bottom {
  background: url(table/table_718_bottom.gif) no-repeat 0 0;
}
div.table_718_2 th {
  text-align: center;
  vertical-align: middle;
}

div.table_718 div.table_718_middle {
  overflow: hidden;
  width: 706px;
  background: url(box/box_718_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_718 th,
div.table_718 td {
  padding: 3px 10px;
}


/* 718px 線無し */
/* ------------------------------------------------------------------------ */
div.table_718 th {
  background-color: #f3f5f7;
  background-image: url(table/table_bg_solid.gif);
  background-position: 0 -3px;
  background-repeat: no-repeat;
}
div.table_718 tr th.first {
  background-position: -3px -3px;
}
div.table_718 td {
  background-image: url(table/table_bg_solid.gif);
  background-position: 0 -3px;
  background-repeat: no-repeat;
}

/* 718px 点線 */
/* ------------------------------------------------------------------------ */
div.table_718_dotted div.table_718_middle {
  overflow: hidden;
  width: 706px;
  background: url(box/box_718_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_718_dotted th {
  background-color: #f3f5f7;
  background-image: url(table/table_bg_dotted.gif);
  background-position: -3px 0;
  background-repeat: no-repeat;
}
div.table_718_dotted tr.first th {
  background-position: -3px -3px;
}
div.table_718_dotted td {
  background-image: url(table/table_bg_dotted.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_718_dotted td.first {
  background-position: -3px 0;
}
div.table_718_dotted tr.first td {
  background-position: 0 -3px;
}
div.table_718_dotted tr.first td.first {
  background-position: -3px -3px;
}

/* 718px 実線 */
/* ------------------------------------------------------------------------ */
div.table_718_solid div.table_718_middle {
  overflow: hidden;
  width: 706px;
  background: url(box/box_718_middle.gif) repeat-y 0 0;
  padding: 1px 6px 1px;
}
div.table_718_solid th {
  background-color: #f3f5f7;
  background-image: url(table/table_bg_solid.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_718_solid th.first {
  background-position: -3px 0;
}
div.table_718_solid tr.first th {
  background-position: 0 -3px;
}
div.table_718_solid tr.first th.first {
  background-position: -3px -3px;
}
div.table_718_solid td {
  background-image: url(table/table_bg_solid.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_718_solid td.first {
  background-position: -3px 0;
}
div.table_718_solid tr.first td {
  background-position: 0 -3px;
}
div.table_718_solid tr.first td.first {
  background-position: -3px -3px;
}


/* 353px 共通クラス */
/* ------------------------------------------------------------------------ */
#main div.table_353_middle tr.first {
  background: none;
}
div.table_353_odd {
  float: left;
  margin-right: 12px;
}
div.table_353_even {
  float: left;
}
div.table_353_top,
div.table_353_bottom {
  overflow: hidden;
  height: 5px;
  width: 353px;
}
div.table_353_top {
  background: url(table/table_353_top.gif) no-repeat 0 0;
}
div.table_353_middle tr.first {
  background: none;
}
div.table_353_middle th,
div.table_353_middle td {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
}
div.table_353_middle th {
  text-align: center;
}
div.table_353_middle .valign_m {
  vertical-align: middle;
}
div.table_353_bottom {
  background: url(table/table_353_bottom.gif) no-repeat 0 0;
}

/* 353px 実線 */
/* ------------------------------------------------------------------------ */
div.table_353_solid div.table_353_middle {
  overflow: hidden;
  width: 341px;
  background: url(table/table_353_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_353_solid div.table_353_middle th {
  background-color: #f3f5f7;
  background-image: url(table/table_bg_solid.gif);
  background-position: -3px 0;
  background-repeat: no-repeat;
}
div.table_353_solid div.table_353_middle tr.first th {
  background-position: -3px -3px;
}
div.table_353_solid div.table_353_middle td {
  background-image: url(table/table_bg_solid.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
div.table_353_solid div.table_353_middle td.first {
  background-position: -3px 0;
}
div.table_353_solid div.table_353_middle tr.first td {
  background-position: 0 -3px;
}
div.table_353_solid div.table_353_middle tr.first td.first {
  background-position: -3px -3px;
}


/* 508px 共通クラス */
/* ------------------------------------------------------------------------ */
#main div.table_508_center{
  text-align: center;
  width: 508px;
  margin-left: auto;
  margin-right: auto;
}
#main div.table_508,
#main div.table_508_dotted {
  text-align: left;
}
#main div.table_508_middle tr.first {
  background: none;
}
div.table_508_top,
div.table_508_bottom {
  overflow: hidden;
  height: 5px;
  width: 508px;
}
div.table_508_top {
  background: url(table/table_508_top.gif) no-repeat 0 0;
}
div.table_508_middle tr.first {
  background: none;
}
div.table_508_middle th,
div.table_508_middle td {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
}
div.table_508_middle .valign_m {
  vertical-align: middle;
}
div.table_508_bottom {
  height: 5px;
  background: url(table/table_508_bottom.gif) no-repeat left top;
}
div.table_508_bottom_2 {
  height: auto;
  width: 508px;
  padding: 5px 0;
  background: #e7ecef url(table/table_508_bottom.gif) no-repeat left bottom;
}

/* 508px 点線 */
/* ------------------------------------------------------------------------ */
div.table_508_dotted div.table_508_middle {
  overflow: hidden;
  width: 496px;
  background: url(table/table_508_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_508_dotted div.table_508_middle th {
  background-color: #f3f5f7;
  background-image: url(table/table_bg_dotted.gif);
  background-position: -3px 0;
  background-repeat: no-repeat;
}
div.table_508_dotted div.table_508_middle tr.first th {
  background-position: -3px -3px
}
div.table_508_dotted div.table_508_middle td {
  background-image: url(table/table_bg_dotted.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_508_dotted div.table_508_middle td.first {
  background-position: -3px 0;
}
div.table_508_dotted div.table_508_middle tr.first td {
  background-position: 0 -3px;
}
div.table_508_dotted div.table_508_middle tr.first td.first {
  background-position: -3px -3px;
}



/* 688px 共通クラス */
/* ------------------------------------------------------------------------ */
div.table_688_top {
  background: url(table/table_688_top.gif) no-repeat 0 0;
}
div.table_688_top,
div.table_688_bottom {
  overflow: hidden;
  height: 5px;
  width: 688px;
}
div.table_688_middle th,
div.table_688_middle td {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
}
div.table_688_middle .valign_m {
  vertical-align: middle;
}

#main div.table_688_middle tr.first {
  background: none;
}
div.table_688_bottom {
  background: url(table/table_688_bottom.gif) no-repeat 0 0;
}
div.table_688_2 th {
  text-align: center;
  vertical-align: middle;
}

div.table_688 div.table_688_middle {
  overflow: hidden;
  width: 676px;
  background: url(table/table_688_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_688 th,
div.table_688 td {
  padding: 3px 10px;
}


/* 688px 線無し */
/* ------------------------------------------------------------------------ */
div.table_688 th {
  background-color: #f3f5f7;
  background-image: url(table/table_bg_solid.gif);
  background-position: 0 -3px;
  background-repeat: no-repeat;
}
div.table_688 tr th.first {
  background-position: -3px -3px;
}
div.table_688 td {
  background-image: url(table/table_bg_solid.gif);
  background-position: 0 -3px;
  background-repeat: no-repeat;
}

/* 688px 点線 */
/* ------------------------------------------------------------------------ */
div.table_688_dotted div.table_688_middle {
  overflow: hidden;
  width: 676px;
  background: url(table/table_688_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_688_dotted th {
  background-color: #f3f5f7;
  background-image: url(table/table_bg_dotted.gif);
  background-position: -3px 0;
  background-repeat: no-repeat;
}
div.table_688_dotted tr.first th {
  background-position: -3px -3px;
}
div.table_688_dotted td {
  background-image: url(table/table_bg_dotted.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_688_dotted td.first {
  background-position: -3px 0;
}
div.table_688_dotted tr.first td {
  background-position: 0 -3px;
}
div.table_688_dotted tr.first td.first {
  background-position: -3px -3px;
}

/* 688px 実線 */
/* ------------------------------------------------------------------------ */
div.table_688_solid div.table_688_middle {
  overflow: hidden;
  width: 676px;
  background: url(table/table_688_middle.gif) repeat-y 0 0;
  padding: 1px 6px 1px;
}
div.table_688_solid th {
  background-color: #f3f5f7;
  background-image: url(table/table_bg_solid.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_688_solid th.first {
  background-position: -3px 0;
}
div.table_688_solid tr.first th {
  background-position: 0 -3px;
}
div.table_688_solid tr.first th.first {
  background-position: -3px -3px;
}
div.table_688_solid td {
  background-image: url(table/table_bg_solid.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_688_solid td.first {
  background-position: -3px 0;
}
div.table_688_solid tr.first td {
  background-position: 0 -3px;
}
div.table_688_solid tr.first td.first {
  background-position: -3px -3px;
}















