body {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:0.9em;
	margin: 0px;
	padding: 0px;
	font-size:0.94em;
	line-height:1.45em;
	background-color:#555555;
	color:#333333;
}

p {
	padding-bottom:0.45em;
	margin-bottom:0.45em;
	display:block;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input, object, embed {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol, dl {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;/*border: 1px solid #00CCCC;*/
}

div.wrap {
	overflow: hidden;
}

div.wrap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div.wrap {
    height: 1em;
    overflow: visible;
}
/**/


.clr_both {
	clear:both;
}


.float_left {
	float:left;
}

.float_right {
	float:right;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.strong {
	font-weight:bold;
}

.dark_blue {
	color:#000333
}

.inner_padding {
	padding:0px 15px;
}

.margin_right_21 {
	margin-right:21px;
}

.margin_top_2 {
	margin-top:2px;
}

.margin_top_10 {
	margin-top:10px;
}

.margin_bottom_10 {
	margin-bottom:10px;
}

.margin_bottom_20 {
	margin-bottom:20px;
}

.padding_right_5 {
	padding-right:5px;
}

.padding_right_8 {
	padding-right:8px;
}

.padding_right_20 {
	padding-right:20px;
}

.padding_left_20 {
	padding-left:20px;
}

.padding_bottom_5 {
	padding-bottom:5px;
}

.padding_bottom_10 {
	padding-bottom:10px;
}

.margin_top_6 {
	_margin-top:6px;
	*margin-top:6px;
}

.padding_top_10 {
	padding-top:10px;
}

.red {
	color:#ff0000;
}

.vertical_align {
	vertical-align:top;
}

a:hover {
	color:#999999;
}

a:visited {
	color:#666666;
}

a {
	color:#000333;
}

.graphic_left {
	float: left;
	margin-right: 16px;
	margin-bottom: 12px;
}

/*--- HEADER ----------*/
#header {
	margin:0 auto;
	width:940px;
	height:20px;
	padding:5px 5px 0 5px;
}

#header_copy {
	float:left;
	font-size:0.8em;
	color:#ffffff;
}


/*------Language Selector ---------------*/
#lang_selector {
	clear:right;
	float:right;
	background-color:white;
	font-size:12px;
	margin:0;
	_margin:0;
	border:1px solid #B6CAD9;
	width:191px;
	height:16px;
	background-image:url(../img/lngsel_arrow.gif);
	background-repeat:no-repeat;
	background-position:175px 1px;
	_background-position:175px 20px 0px 1px;
	line-height:15px;
}

#lang_selector li a {
	text-decoration:none;
	color:black;
}


div.menu li a:hover {
	color:red;
	text-decoration:none;
	background-color:#ECF4F9;
}

div.menu li a {
	color:#333333;
	display:block;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	border-top:1px solid #e4e4e4;
	width:180px;
	padding:2px;
	_line-height:16px;
	_padding:2px;
}


div.menu ul li {
	width:185px;
	margin-left:2px;
	margin-right:1px;
}

div.menu {
	left:0;
	margin:0;
	padding:5px 0 0 0;
	_padding:5px 0 0 0;
	position:absolute;
	text-align:left;
	top:0;
	visibility:hidden;
	width:191px;
	z-index:100;
	line-height:16px;
	text-decoration:none;
}
	
div.margin_t {
	margin-top:5px;
}


div.menuBar, div.menuBar a.menuButton, div.menu, div.menu a.menuItem {
	color:#000000;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	background-color:#ffffff;
}

.pad_right_93 {
	padding-right:93px;
}

.pad_top {
	padding-top:1px;
	_padding-top:2px;
}


/*--------- hover text -----------*/
a.hover_text {
	text-decoration: none;
}

a.hover_text:hover {
	position: relative;
}

a.hover_text span {
	display: none;
}

a.hover_text:hover span {
	display: block;
   	position: absolute; 
   	top: -20px; 
   	left: 60px;
	/* formatting only styles */
   	padding: 1px 5px; 
   	margin-top: 35px; 
   	z-index: 100;
   	color:#333333;
   	background:white;
   	border: 1px solid #c0c0c0;
   	line-height:20px;
	/* end formatting */
	width:200px;
}
/*--------------------*/


/*--- CONTAINER WITH BORDER ----------*/
#container {
	background-image:url(../img/frame_body.png);
	background-repeat:repeat-y;
	margin:0 auto;
	width:950px;
}

#container_top {
	background-image:url(../img/frame_top.png);
	background-repeat:no-repeat;
	width:950px;
	height:69px;
	line-height:69px;
}

#container_bottom {
	background-image:url(../img/frame_bottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	_padding-bottom:20px;
	*padding-bottom:20px;
}

/* top logo */
#nav_logo {
	padding:5px 15px 0 25px;
}

#nav_logo a {
	text-decoration:none;
}


/* header nav */
#header_nav {
	background-image:url(../img/bg_gray_nav.png);
	background-repeat:no-repeat;
	width:950px;
	height:42px;
}

#header_nav a {
	color:white;
	display:block;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	line-height:42px;
	padding:0px 25px;
	text-decoration:none;
}

#first a.active {
	background-image:url(../img/bg_gray_nav.png);
	background-position:left bottom;
	height:42px;
}

#first a:hover {
	background-image:url(../img/bg_gray_nav.png);
	background-position:left bottom;
	height:42px;
}

.rest a.active {
	background-image:url(../img/bg_gray_nav.png);
	background-position:center bottom;
	height:42px;
}

.rest a:hover {
	background-image:url(../img/bg_gray_nav.png);
	background-position:center bottom;
	height:42px;
}


/* header_banner */
#header_banner {
	background-image:url(../img/header_nav_2.png);
	background-repeat:no-repeat;
	width:950px;
	height:62px;
}

#header_banner_padding {
	padding:8px 15px 0 15px;
}


/* page_body */
#main_top {
	background-image:url(../img/main_top.png);
	background-repeat:no-repeat;
	width:950px;
	min-height:63px;
}

#page_body {
	padding-left:15px;
	padding-right:15px;
	_padding-left:13px;
	_padding-right:12px;
}

div#breadcrumb {
	clear:both;
	color:#333333;
	font-size:0.7em;
	line-height:30px;
}

div#breadcrumb a {
	color:#666666;
	text-decoration:none;
}

a#breadcrumb_home {
	background-image:url(../img/icon_home.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}


/* maincol */
#maincol_homepage {
	float:left;
	width:610px;
	padding-right:10px;
}

#maincol_left {
	float:left;
	width:300px;
	padding-right:10px;
}

#maincol_right {
	float:right;
	width:300px;
}

#maincol_bottom {
	clear:both;
	width:610px;
}

.bg_prod_top {
	background-image:url(../img/bg_prod_top.png);
	background-repeat:no-repeat;
	height:136px;
	width:300px;
}

.bg_prod_bottom {
	background-image:url(../img/bg_prod_bottom.png);
	background-repeat:no-repeat;
	height:49px;
	width:300px;
	padding-bottom:7px;
}

.bg_prod_pad {
	padding:11px 10px 8px 10px;
}

.prod_img {
	float:left;
	padding-right:20px;
}

.prod_title {
	float:left;
	height:65px;
	_height:55px;
	*height:55px;
}

.prod_text {
	font-size:0.75em;
	font-weight:bold;
	color:black;
	float:left;
	line-height:20px;
	_margin-top:-10px;
	padding-bottom:5px;
	_padding-bottom:0px;
	*padding-bottom:0px;
	width:170px;
	
}

.btn_detail {
	float:left;
	_margin-top:-7px;
	*margin-top:-7px;
}	

.bg_prod_bottom_padding {
	font-size:0.7em;
	font-weight:bold;
	padding:10px 10px 0 10px;
	line-height:14px;
}

.bg_prod_bottom_padding_ie {
	font-size:0.7em;
	font-weight:bold;
	padding:5px 10px 0 10px;
	line-height:14px;
}

.compare_top {
	background-image:url(../img/compare_top.png);
	background-repeat:no-repeat;
	height:56px;
	width:306px;
	margin-left:-2px;
	margin-right:-2px;
}

.compare_bottom {
	background-image:url(../img/compare_bottom.png);
	background-repeat:no-repeat;
	height:81px;
	width:306px;
	margin-left:-2px;
	margin-right:-2px;
}

.download_top {
	background-image:url(../img/download_top.png);
	background-repeat:no-repeat;
	height:56px;
	width:306px;
	margin-left:-2px;
	margin-right:-2px;
}

.download_bottom {
	background-image:url(../img/download_bottom.png);
	background-repeat:no-repeat;
	height:81px;
	width:306px;
	margin-left:-2px;
	margin-right:-2px;
}

.pad_10 {
	padding:10px;
	font-size:0.8em;
}

.top_text {
	line-height:18px;
}

.bottom_btn {
	padding-top:5px;
}



/* subcol */
#subcol_homepage {
	float:right;
	width:300px;
}

.bg_subcol_top {
	background-image:url(../img/bg_subcol_top.png);
	background-repeat:no-repeat;	
	height:31px;
	padding:0 10px;
}

.bg_subcol_body {
	background-image:url(../img/bg_subcol_body.png);
	background-repeat:repeat-y;	
	padding:0 10px;
}

.bg_subcol_bottom {
	background-image:url(../img/bg_subcol_bottom.png);
	background-repeat:no-repeat;
	height:6px;
	margin-bottom:8px;
}

.subcol_title {
	font-size:0.85em;
	font-weight:bold;
	line-height:31px;
}

.subcol_content {
	font-size:0.8em;
	line-height:16px;
	padding-top:7px;
	padding-bottom:7px;
}

table.twitter .twitter_text {
	font-size:0.8em;
	line-height:16px;
	padding-top:7px;
	padding-bottom:7px;
}

table.twitter td.twitter_left {
	vertical-align:top;
	width:52px;
	padding-top:5px;
	text-align:left;
}

table.twitter td.twitter_right {
	vertical-align:top;
	padding-top:5px;
}

.twitter_name a {
	font-size:0.8em;
	font-weight:bold;
	color:#32d4ff;
} 

.twitter_content {
	font-size:0.8em;
}

.twitter_content a {
	color:#32d4ff;
}

.twitter_img {
	width:48px;
	height:48px;
}

td.dot_sep {
	height:3px;
}

#twitter_dot_line {
	border-bottom:dotted 1px #cccccc;
}

.dot_line {
	border-bottom:dotted 1px #cccccc;
}

.dark_blue_link {
	text-align:right;
	font-size:0.8em;
	line-height:25px;
	_padding-top:6px;
}

.dark_blue_link a {
	color:#000333;
	text-decoration:none;
	border-bottom:1px solid #7f8199;
}

.dark_blue_link a:visited {
	color:#000333;
}

.dark_blue_link_table {
	text-align:right;
	font-size:1em;
	line-height:25px;
	_padding-top:6px;
	padding-bottom:8px;
}

.dark_blue_link_table a {
	border-bottom:1px solid #7F8199;
	color:#000333;
	text-decoration:none;
}

.dark_blue_link_table a:visited {
	color:#000333;
}

.hot_topic a {
 	color:#000333;
}


/* footer */
#footer {
	clear:both;
	width:920px;
	padding:10px 15px 0px;
	_line-height:12px;
	*line-height:12px;
}

#footer_menu {
	border-top:solid 1px #999999;
	width:920px;
	float:left;
	padding-top:5px;
}

#footer_menu ul {
	padding-left:5px;
}

#footer_menu li {
	background-image:url(../img/bullet_footer.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:0.75em;
	padding-left:12px;
	padding-right:20px;
}

#footer_menu li a {
	color:#333333;
	text-decoration:none;
}

#power_by {
	float:right;
	font-size:0.7em;
	font-weight:bold;
}

#copyright {
	color:#777777;
	font-size:0.75em;
	padding-left:5px;
	clear:both;
	_padding-bottom:5px;
	*padding-bottom:5px;
}



/* product.html */
#maincol {
	float:left;
	width:679px;
	padding-right:8px;
	_padding-right:6px;
	padding-top:10px;
}

#subcol {
	float:right;
	width:229px;
	padding-top:10px;
}

.maincol_title {
	font-size:1.8em;
	color:black;
}

.bg_gray_blue {
	background-image:url(../img/bg_gray_blue.png);
	background-repeat:no-repeat;
	height:34px;
	width:679px;
	margin-top:15px;
}

.bg_gray_blue_no_padding {
	background-image:url(../img/bg_gray_blue.png);
	background-repeat:no-repeat;
	height:34px;
	width:679px;
}

.bg_gray_blue_text {
	font-size:1.1em;
	font-weight:bold;
	line-height:34px;
	padding-left:20px;
}

.maincol_inner {
	padding:0 10px;
}

.inner_text {
	font-size:0.8em;
	line-height:20px;
	padding:13px 0;
}

.bg_gray_top {
	background-image:url(../img/bg_gray_top.png);
	background-repeat:no-repeat;	
	height:137px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
}

#bg_gray_top_1 {
	background-image:url(../img/bg_gray_top_1.png);
	background-repeat:no-repeat;	
	height:75px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
}

#bg_gray_top_2 {
	background-image:url(../img/bg_gray_top_2.png);
	background-repeat:repeat-y;	
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
	min-height:140px;
}

#bg_gray_top_3 {
	background-image:url(../img/bg_gray_top_3.png);
	background-repeat:no-repeat;	
	height:10px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
	_margin-bottom:-5px;
}

.bg_gray_body {
	background-image:url(../img/bg_gray_body.png);
	background-repeat:no-repeat;	
	height:133px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
}

#bg_gray_body_1 {
	background-image:url(../img/bg_gray_body_1.png);
	background-repeat:no-repeat;	
	height:75px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
}

#bg_gray_body_2 {
	background-image:url(../img/bg_gray_body_2.png);
	background-repeat:repeat-y;	
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
	min-height:123px;
}

#bg_gray_body_3 {
	background-image:url(../img/bg_gray_body_3.png);
	background-repeat:no-repeat;	
	height:10px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
	_margin-bottom:-5px;
}

.bg_gray_bottom {
	background-image:url(../img/bg_gray_bottom.png);
	background-repeat:no-repeat;	
	height:139px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
}

#bg_gray_bottom_1 {
	background-image:url(../img/bg_gray_bottom_1.png);
	background-repeat:no-repeat;	
	height:76px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
}

#bg_gray_bottom_2 {
	background-image:url(../img/bg_gray_bottom_2.png);
	background-repeat:repeat-y;	
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
	min-height:128px;
}

#bg_gray_bottom_3 {
	background-image:url(../img/bg_gray_bottom_3.png);
	background-repeat:no-repeat;	
	height:11px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
}

#bg_gray_top_2 .inner {
	padding-top:6px;
	padding-left:6px;
}

#bg_gray_body_2 .inner {
	padding-top:2px;
	padding-left:6px;

}

#bg_gray_bottom_2 .inner {
	padding-top:2px;
	padding-left:6px;
}

.product_left {
	float:left;
	padding-top:9px;
	padding-left:15px;
	padding-right:15px;
}

.product_right {
	float:left;
	padding-top:15px;
	padding-right:15px;
	width:515px;
}

.product_title {
	font-size:1.1em;
	font-weight:bold;
	color:#000333;
}

.product_text {
	font-size:0.8em;
	line-height:20px;
	padding:6px 0;
	_margin-bottom:7px;
	*margin-bottom:7px;
}


.bg_compare_big {
	background-image:url(../img/bg_compare_big.png);
	background-repeat:no-repeat;	
	height:122px;
	width:663px;
	padding-left:-1px;
	padding-right:-3px;
	margin-top:15px;
	margin-bottom:30px;
}

.bg_compare_big .inner {
	padding-top:52px;
	padding-left:10px;
}

.bg_compare_big_text {
	font-size:0.8em;
	line-height:20px;
	padding:8px 0;
}

.dev_left {
	float:left;
	padding-top:25px;
	padding-left:12px;
	padding-right:17px;
}

.dev_right {
	float:left;
	padding-top:25px;
	padding-right:14px;
	width:454px;
}

.dev_title {
	font-size:0.95em;
	font-weight:bold;
}

.dev_text {
	font-size:0.8em;
}

.dev_pre_order {
	font-size:0.85em;
	font-weight:bold;
}	


/* subcol */
.bg_sub_top {
	background-image:url(../img/bg_sub_top.png);
	background-repeat:no-repeat;	
	width:233px;
	height:53px;
}

.product_menu {
	font-size:0.9em;
	font-weight:bold;
	line-height:53px;
	padding-left:8px;
	padding-right:8px;
	color:black;
}	

.bg_btn_top a:hover, .bg_btn_body a:hover, .bg_btn_bottom a:hover {
	color:#164dac;
}

.bg_btn_top a:visited, .bg_btn_body a:visited, .bg_btn_bottom a:visited, .menu_sub_list a:visited, .menu_sub_list_bottom a:visited {
	color:#333333;
}

.bg_btn_top a.active, .bg_btn_body a.active, .bg_btn_bottom a.active, .bg_btn_top_2 a.active{
	color:#164dac;
}

a.product_menu_list {
	font-size:0.8em;
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	color:#333333;
	display:block;
	line-height:26px;
	_padding-top:5px;
}

.bg_btn_top_2 a:hover {
	color:#164dac;
}

.bg_btn_top_1 {
	background-image:url(../img/bg_btn_top_1.png);
	background-repeat:no-repeat;	
	width:233px;
	height:1px;
}

.bg_btn_top_2 {
	background-image:url(../img/bg_btn_top_2.png);
	background-repeat:repeat-y;	
	width:233px;
}

.bg_btn_top_3 {
	background-image:url(../img/bg_btn_top_3.png);
	background-repeat:no-repeat;	
	width:233px;
	height:1px;
}

.bg_btn_top_4 {
	background-image:url(../img/bg_btn_top_4.png);
	background-repeat:no-repeat;	
	width:233px;
	height:1px;
}

.bg_btn_top {
	background-image:url(../img/bg_btn_top.png);
	background-repeat:no-repeat;	
	width:233px;
	height:26px;
}

.bg_btn_body {
	background-image:url(../img/bg_btn_body.png);
	background-repeat:no-repeat;	
	width:233px;
	height:26px;
}

.bg_btn_bottom {
	background-image:url(../img/bg_btn_bottom.png);
	background-repeat:no-repeat;	
	width:233px;
	height:13px;
}

.menu_sub_list {
	background-image:url(../img/menu_sub_list.png);
	background-repeat:no-repeat;	
	width:233px;
	height:26px;
}

.menu_sub_list_bottom {
	background-image:url(../img/menu_sub_list_bottom.png);
	background-repeat:no-repeat;	
	width:233px;
	height:27px;
}

.menu_sub_list_pad, .menu_sub_list_bottom_pad {
	padding-left:38px;
}

.menu_sub_list a, .menu_sub_list_bottom a {
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	color:#333333;
	display:block;
	line-height:26px;
	width:233px;
}

.menu_sub_list a:hover, .menu_sub_list_bottom a:hover {
	color:#164dac;
}

.menu_sub_list a.active, .menu_sub_list_bottom a.active {
	color:#164dac;
}

.bg_subcol_download_top {
	background-image:url(../img/bg_subcol_download_top.png);
	background-repeat:no-repeat;	
	width:233px;
	height:54px;
	margin-top:13px;
}

.bg_subcol_download_body {
	background-image:url(../img/bg_subcol_download_body.png);
	background-repeat:repeat-y;	
	width:233px;	
	font-size:0.8em;
	line-height:20px;
}

.bg_subcol_download_bottom {
	background-image:url(../img/bg_subcol_download_bottom.png);
	background-repeat:no-repeat;	
	width:233px;
	height:6px;
	margin-bottom:10px;
	_margin-bottom:0px;
}

.bg_subcol_download_body .inner {
	padding-left:8px;
	padding-right:8px
}

.sub_dl_padding {
	padding:5px 0px;
}

.img_web_sub {
	padding-left:1px;
}


/* product.html - detail page three products */
.prod_mmf2_dev {
	background-image:url(../img/prod_mmf2_dev.png);
	background-repeat:no-repeat;
	height:144px;
	width:683px;
	margin-top:15px;
	padding-bottom:10px;
	_margin-right:-4px;
}

.prod_mmf2_sp {
	background-image:url(../img/prod_mmf2_sp.png);
	background-repeat:no-repeat;
	height:144px;
	width:683px;
	margin-top:15px;
	padding-bottom:10px;
	_margin-right:-4px;
}

.prod_mmf2 {
	background-image:url(../img/prod_mmf2.png);
	background-repeat:no-repeat;
	height:144px;
	width:683px;
	margin-top:15px;
	padding-bottom:10px;
	_margin-right:-4px;
}

.prod_tgf2 {
	background-image:url(../img/prod_tgf2.png);
	background-repeat:no-repeat;
	height:144px;
	width:683px;
	margin-top:15px;
	padding-bottom:10px;
	_margin-right:-4px;
}

.prod_swffe {
	background-image:url(../img/prod_swffe.png);
	background-repeat:no-repeat;
	height:144px;
	width:683px;
	margin-top:15px;
	padding-bottom:10px;
	_margin-right:-4px;
}

.product_detail_img {
	padding-top:15px;
	padding-bottom:20px;
	text-align:center;
}

.bg_blue {
	background-color:#e6eef8;
}

table.table_1 {
	margin:8px;
	line-height:20px;
}

.table_1 td.td1 {
	width:45px;
	vertical-align:top;
}

.table_1 td.td3 {
	width:45px;
	vertical-align:top;
	padding-left:10px;
}

.table_1 td.td2 {
	padding-left:5px;
	width:269px;
	vertical-align:text-top;
	font-size:0.8em;
}

table.table_2 {
	margin-top:30px;
	font-size:0.8em;
}

.table_2 td.td1 {
	width:319px;
	padding-right:19px;
	vertical-align:top;	
}

.table_2 td.td2 {
	width:319px;
	vertical-align:text-top;
}


.table_3 {
	font-size:0.8em;
	margin-bottom:10px;
}

.table_3 td.td1 {
	width:319px;
	padding-right:19px;
	padding-bottom:10px;
	vertical-align:top;	
}

.table_3 td.td2 {
	width:319px;
	padding-bottom:10px;
	vertical-align:text-top;
}

.table_3 td.td3, .table_4 td.td1 {
	width:319px;
	padding-right:19px;
	vertical-align:top;	
}

.table_3 td.td4, .table_4 td.td2 {
	width:319px;
	vertical-align:text-top;
}

.table_3 a {
	color:#333333;
}

.table_3 .sample_img {
	padding-top:5px;
}	

.table_3 .game_copyright {
	font-size:0.9em;
}

.table_4 {
	font-size:0.8em;
	margin-bottom:20px;
}

.table_4 .title_font {
	font-size:1.25em;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #cccccc;
	line-height:20px;
}

.table_4 .os_content {
	border-bottom:1px dotted #cccccc;
	padding-left:10px;
	line-height:20px;
	_padding-bottom:5px;
}

.table_4 .bg_red {
	font-size:0.8em;
	color:#ffffff;
	background-color:#ff0000;
	margin-left:15px;
	padding:1px 3px;
}

.totop {
	clear:both;
	font-size:0.7em;
	line-height:1em;
	margin:8px 0 40px;
	text-align:right;
}

.totop a {
	background: #efefef url(../img/bullet_totop.png) no-repeat scroll 4px center;
	border:1px solid #CCCCCC;
	color:#333333;
	padding:1px 4px 1px 16px;
	text-decoration:none;
}

.gray_border {
	border:1px solid #cccccc;
	padding:2px 6px;
	text-decoration:none;
	color:#333333;
	font-size:0.8em;
	margin-bottom:5px;
	display:inline;
}	


/* subcol_buy.php */
.subcol_gray_top {
	background-image:url(../img/subcol_gray_top.png);
	background-repeat:no-repeat;	
	width:229px;
	min-height:68px;
}

.subcol_gray_body{
	background-image:url(../img/subcol_gray_body.png);
	background-repeat:repeat-y;	
	width:229px;
	font-size:0.85em;
	margin-top:6px;
	_margin-top:-6px;
}

.subcol_gray_bottom {
	background-image:url(../img/subcol_gray_bottom.png);
	background-repeat:no-repeat;	
	width:229px;
	height:3px;
}

.subcol_prod_inner {
	padding:10px 8px 0px;
}

.subcol_prod_title {
	font-weight:bold;
	color:black;
	line-height:20px;
}

.subcol_prod_price {
	color:#333333;
	padding-top:5px;
}

.subcol_prod_disc {
	color:black;
	font-size:1.15em;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:5px;
}

.btn_pre_order {
	background-image:url(../img/btn_pre_order.png);
	background-repeat:no-repeat;	
	width:218px;
	height:31px;
	margin-left:-2px;
	padding-bottom:4px;
}	

.btn_pre_order a {
	display:block;
	text-decoration:none;
}

.btn_order {
	background-image:url(../img/btn_order.png);
	background-repeat:no-repeat;	
	width:218px;
	height:31px;
	margin-left:-2px;
	padding-bottom:4px;
}	

.btn_order a {
	display:block;
	text-decoration:none;
}


/* subcol_note.php */
.bg_pink {
	background-color:#f8e6e6;
	width:213px;
	padding:5px 8px;
	margin-top:10px;
	_margin-top:0px;
}

.section_title {
	font-size:0.8em;
	font-weight:bold;
	line-height:20px;
	border:1px solid #cccccc;
	padding:2px 4px;
	display:inline;
}

.section_content {
	font-size:0.7em;
	line-height:18px;
	margin-top:4px;
}


/* subcol_sys.php */
.bg_gray {
	background-color:#efefef;
	width:213px;
	padding:5px 8px;
	margin-top:10px;
	margin-bottom:10px;
}

.margin_top_12 {
	margin-top:12px;
}


/* main_support.php */

.font_note {
	font-size:0.85em;
	font-weight:bold;
}

.font_note_content {
	font-size:0.8em;
	line-height:20px;
	padding-top:10px;
}

.bg_gray_wide {
	background-color:#efefef;
	padding:8px 10px;
}

.bg_table_top {
	background-image:url(../img/bg_table_top.png);
	background-repeat:no-repeat;	
	width:663px;
	height:39px;
	margin-left:-1px;
	margin-right:-3px;
}

.bg_table_top_title {
	font-weight:bold;
	font-size:0.95em;
	padding-left:12px;
	line-height:39px;
}

.bg_table_title {
	background-image:url(../img/bg_table_title.png);
	background-repeat:no-repeat;	
	width:663px;
	height:24px;
	margin-left:-1px;
	margin-right:-3px;
}

.bg_table_title_t {
	font-weight:bold;
	font-size:0.85em;
	color:#ffffff;
	padding-left:12px;
	line-height:24px;
}

.table_dark {
	background-image:url(../img/bg_table_dark.png);
	background-repeat:no-repeat;	
	width:663px;
	height:24px;
	margin-left:-1px;
	margin-right:-3px;
}

.table_light {
	background-image:url(../img/bg_table_light.png);
	background-repeat:no-repeat;	
	width:663px;
	height:24px;
	margin-left:-1px;
	margin-right:-3px;
}

.faq_body_dark {
	background-image:url(../img/bg_table_dark.png);
	background-repeat:repeat-y;	
	width:663px;
	margin-left:-1px;
	margin-right:-3px;
}

.faq_body_light {
	background-image:url(../img/bg_table_light.png);
	background-repeat:repeat-y;	
	width:663px;
	margin-left:-1px;
	margin-right:-3px;
}

.table_content {
	font-size:0.8em;
	padding-left:15px;
	line-height:24px;
	color:#333333;
	_padding-top:5px;
}

.table_content a {
	font-size:1em;
	line-height:24px;
	color:#333333;
	text-decoration:none;
}


.table_content a:hover {
	color:#333333;
}


.table_content a:visited {
	color:#333333;
}

.bg_table_bottom {
	background-image:url(../img/bg_table_bottom.png);
	background-repeat:no-repeat;	
	width:663px;
	height:37px;
	margin-left:-1px;
	margin-right:-3px;
}

.bg_table_bottom_s {
	background-image:url(../img/bg_table_bottom_s.png);
	background-repeat:no-repeat;	
	width:663px;
	height:30px;
	margin-left:-1px;
	margin-right:-3px;
}

.bg_table_bottom_link {
	padding-right:15px;
	line-height:37px;
	_padding-top:10px;
}

.faq_answer {
	font-size:0.78em;
	padding-left:40px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	color:#164dac;
}

.faq_db {
	font-size:0.85em;
	color:#333333;
	padding-left:40px;
	padding-right:15px;
	padding-bottom:10px;
}

.btn_yes, .btn_no {
	background:transparent url(../img/icon_yes.gif) no-repeat scroll 0 50%;
	border:medium none;
	color:#66B461;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:18px;
	padding-left:10px;
}

.btn_no {
	background:transparent url(../img/icon_no.gif) no-repeat scroll 0 50%;
	color:#CC3F33;
}

form.faq_db_vote {
	display:inline;
	margin-left:12px;
}

.faq_back a {
color:red;
font-size:0.9em;
font-weight:bold;
}


/* main_store.php */
.bg_top_1 {
	background-image:url(../img/bg_top_1.png);
	background-repeat:no-repeat;	
	width:663px;
	height:12px;
	margin-left:-1px;
	margin-right:-3px;
}

.bg_top_2 {
	background-image:url(../img/bg_top_2.png);
	background-repeat:no-repeat;	
	width:663px;
	height:8px;
	margin-left:-1px;
	margin-right:-3px;
}

.bg_body_1 {
	background-image:url(../img/bg_body.png);
	background-repeat:repeat-y;	
	width:663px;
	margin-left:-1px;
	margin-right:-3px;
	_margin-top:-3px;
}

.bg_body_2 {
	background-image:url(../img/bg_body.png);
	background-repeat:repeat-y;	
	width:663px;
	margin-left:-1px;
	margin-right:-3px;
	-margin-top:-7px;
}

.bg_bottom_1 {
	background-image:url(../img/bg_bottom_1.png);
	background-repeat:no-repeat;	
	width:663px;
	height:45px;
	margin-left:-1px;
	margin-right:-3px;
}

.bg_bottom_2 {
	background-image:url(../img/bg_bottom_2.png);
	background-repeat:no-repeat;	
	width:663px;
	height:50px;
	margin-left:-1px;
	margin-right:-3px;
	margin-bottom:10px;
}

.product_table {
	width:659px;
}

td.prod_td_1 {
	width:223px;
	vertical-align:top;
}

td.prod_td_2 {
	width:213px;
	vertical-align:top;
}

.prod_td_1_inner {
	padding:0 14px;
}

.prod_td_2_inner {
	padding:0 8px;
}

.prod_td_img {
	padding-top:5px;
	text-align:center;
}

.prod_td_title {
	font-size:0.85em;
	font-weight:bold;
	color:black;
	line-height:20px;
	padding-left:10px;
}

.prod_td_price {
	font-size:0.8em;
	padding-left:15px;
	padding-top:2px;
}

.prod_td_price_dis {
	font-size:0.85em;
	font-weight:bold;
	color:black;
	text-align:right;
	padding-bottom:10px;
}

.btn_buy {
	padding-top:5px;
}



/* comparison.html */
.bg_comparison_top {
	background-image:url(../img/bg_comparison_top.png);
	background-repeat:no-repeat;
	height:39px;
	margin-left:-1px;
	margin-right:-3px;
	width:663px;
	margin-top:25px;
}

.bg_comparison_top_b {
	background-image:url(../img/bg_comparison_top_b.png);
	background-repeat:no-repeat;
	height:12px;
	margin-left:-1px;
	margin-right:-3px;
	width:663px;
}

.bg_comparsion_body {
	background-image:url(../img/bg_comparsion_body.png);
	background-repeat:repeat-y;
	margin-left:-1px;
	margin-right:-3px;
	width:663px;
	_margin-top:-3px;
}

.comparison_title {
	font-size:0.95em;
	font-weight:bold;
	line-height:39px;
	padding-left:10px;
	float:left;
}

.comparison_title_img {
	padding-right:4px;
	padding-top:2px;
	float:right;
}

.table_frame {
	margin-left:1px;
	margin-right:3px;
}

table.comparison {
	border-collapse:collapse;
	width:100%;
}

table.comparison tr.dark td.odd, table.comparison tr.dark td.first {
	background:#D9EAF1 none repeat scroll 0 0;
}

table.comparison tr.dark td.even {
	background:#D0E5ED none repeat scroll 0 0;
	width:80px;
}

table.comparison tr.light td.odd, table.comparison tr.light td.first {
	background:#E9F3F7 none repeat scroll 0 0;
}

table.comparison tr.light td.even {
	background:#DFEEF3 none repeat scroll 0 0;
	width:80px;
}

table.comparison tr.dark td.odd, table.comparison tr.light td.odd {
	width:80px;
}

table.comparison tr.dark td.first, table.comparison tr.light td.first {
	color:#333333;
	font-size:0.8em;
	line-height:22px;
	padding-left:10px;
	text-align:left;
	width:420px;
}

table.comparison tr td, table tr th {
	border:0 none;
	text-align:center;
}


/* download.html */
.bg_light_gray_top {
	background-image:url(../img/bg_light_gray_top.png);
	background-repeat:no-repeat;
	height:5px;
	width:663px;
	margin-left:-1px;
	margin-right:-3px;
}

.bg_light_gray_body {
	background-image:url(../img/bg_light_gray_body.png);
	background-repeat:repeat-y;
	width:663px;
	margin-left:-1px;
	margin-right:-3px;
	_margin-top:-10px;
}

.bg_light_gray_bottom {
	background-image:url(../img/bg_light_gray_bottom.png);
	background-repeat:no-repeat;
	width:663px;
	height:8px;
	margin-left:-1px;
	margin-right:-3px;
	margin-bottom:10px;
}

.top_info {
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:0.8em;
}

.top_info_title {
	font-size:1.1em;
	font-weight:bold;
	padding-top:3px;
}

.consent_mail_check {
	padding-right:5px;
	vertical-align:top;
}

.see_privacy {
	border-bottom:1px solid #7F8199;
	color:#000333;
	text-decoration:none;
}

.icon_blue_round {
	vertical-align:middle;
	padding-right:5px;
}

.bg_white {
	background-image:url(../img/bg_white.png);
	background-repeat:no-repeat;
	height:130px;
	width:647px;
	margin-left:6px;
	padding-bottom:3px;
}

.input_info {
	color:#333333;
	line-height:40px;
	padding-left:15px;
	_padding-top:10px;
}

.strong_text {
	font-size:0.75em;
	font-weight:bold;
}

.select_dl {
	color:#333333;
	float:left;
	font-size:0.8em;
	line-height:25px;
	padding-left:12px;
	padding-top:5px;
	_padding-top:23px;
}

div.btn_trial_download {
	padding-right:10px;
	padding-top:50px;
	text-align:right;
	_padding-top:60px;
}

.bg_box {
	background-image:url(../img/bg_box.png);
	background-repeat:no-repeat;
	height:71px;
	width:663px;
	margin-left:-1px;
	margin-right:-3px;
	margin-bottom:10px;
}

.bg_box_inner {
	padding:10px;
	line-height:51px;
	font-size:0.8em;
}

.bg_box_left {
	float:left;
	padding-left:15px;
}

.bg_box_right {
	float:right;
	padding-top:10px;
	padding-right:5px;
}


/* press.html */
#h1_press {
	background-image:url(../img/h1_press.png);
	background-repeat:no-repeat;
}

table.download {
	font-size:0.9em;
}

table.download {
	color:#555555;
	margin:0 auto 10px;
	width:100%;
}

table.download th, table.download td {
	border-bottom:1px solid #DDDDDD;
	padding:10px 16px;
}

table.download th {
	text-align:left;
}

h3.standard {
	border-left:3px solid #999999;
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3;
	margin:2.5em 0 1em;
	padding:0.1em 0 0.1em 7px;
}

.cap {
	font-size:0.9em;
}

/* about.html */

#h1_aboutus {
	background-image:url(../img/h1_aboutus.png);
	background-repeat:no-repeat;
}

p.bodycopy {
	margin-bottom:2em;
}

.mainCol_style {
	color:#666666;
	font-family:Verdana,Arial,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",'メイリオ','Meiryo',"ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	font-size:0.8em;
	line-height:1.6em;
}

h2.standard {
	background:#F9F9F9 none repeat scroll 0 0;
	border-bottom:2px solid #DDDDDD;
	border-top:2px solid #DDDDDD;
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	margin:2.8em 0 1.1em;
	padding:0.3em 10px;
}

table.standard {
	font-size:0.9em;
	border-top:1px solid #DDDDDD;
	color:#555555;
	margin:0 auto 10px;
	width:100%;
	line-height:1.8em;
}

table.standard th, table.standard td {
	border-bottom:1px solid #DDDDDD;
	padding:10px 16px;
}

table.standard th {
	text-align:left;
	width:170px;
}

/*.totop {
	clear:both;
	font-size:0.7em;
	line-height:1em;
	margin:8px 0 10px;
	text-align:right;
}

#mainCol .totop a:visited {
	color:#777777;
}

#mainCol .totop a {
	background:#EEEEEE url(../img/bullet_totop.png) no-repeat scroll left center;
	border:1px solid #CCCCCC;
	color:#777777;
	padding:2px 4px 2px 12px;
	text-decoration:none;
}*/

/* privacy.html */
#h1_privacy {
	background-image:url(../img/h1_privacy.png);
	background-repeat:no-repeat;
}

#privacypolicy ul {
	margin-top:1em;
}

#privacypolicy li {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	padding-left:1em;
}

h4.standard {
	color:#333333;
	font-size:1em;
	font-weight:bold;
	line-height:1.3;
	margin:1.5em 0 0.45em;
}

#privacypolicy p.update {
	margin-top:20px;
	text-align:right;
}


/* contact.html */
#h1_contact {
	background-image:url(../img/h1_contact.png);
	background-repeat:no-repeat;
}

.download_button {
	background-image:url(../img/btn_download.png);
	background-repeat:no-repeat;
	width:115px;
	height:34px;

}

.font_small {
	font-size:0.85em;
}


/*--- prod main function ---*/
div.prod_main_fnc {
	margin-bottom:40px;
}

div.prod_main_fnc_l {
	width:325px;
	float:left;
}

div.prod_main_fnc_r {
	width:325px;
	float:right;
}

.prod_main_fnc .title_font {
	font-size:1.25em;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:5px;
}

.prod_main_fnc dt {
	background-image:url(../img/check_blue.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:30px;
/*	margin-left:10px;*/
	_padding-bottom:5px;
	font-weight:bold;
}

.prod_main_fnc dl.nobold dt {
	font-weight:normal;
	border-bottom:1px dotted #cccccc;
	padding-bottom:5px;
	padding-top:5px;
}

.prod_main_fnc dd {
	border-bottom:1px dotted #cccccc;
	padding-left:30px;
	padding-bottom:5px;
	_padding-bottom:5px;
	margin-bottom:5px;
	font-size:0.8em;
}

.prod_main_fnc .bg_red {
	font-size:0.8em;
	color:#ffffff;
	background-color:#ff0000;
	margin-left:15px;
	padding:1px 3px;
	font-weight:normal;
}

ul.decimal {

	list-style-type:decimal;

	padding-left:20px;

	margin-left:8px;

}

.faq_update {font-size:0.9em; margin-bottom: 10px; text-align: right;}

ul.manual li {
	background: url(../img/icon_blue.png) no-repeat left center;
	padding-left: 20px;
	font-size: 0.8em;
}

div.sample_title {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
}

div.sample_img {
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

div.sample_description {
	float: right;
	width: 420px;
	margin-top: 12px;
	margin-bottom: 12px;
}

div.sample_description p {
	font-size: 0.8em;
}
