/*
Theme Name:axseed_theme
Description:Theme for WordPress.0812
version:1.2/0901
Author:j_players
*/


/* ______________________css reset____________________*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { 
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;
}
ol,ul,li { 
list-style:none;
}
caption,th { 
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
.left_box { 
float: left;
}
.right_box { 
float: right;
}
.clr {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

/* ______________________common____________________*/

body {
	font-size: 12px;
	line-height: 1.6em;
	color: #444444;
	text-align: center;
	background: url(./common/bg_back.jpg) repeat-x;
}
strong {
 font-weight:bold;
}
a {
	color: #339900;
	text-decoration: underline;
}
a:hover {
	color: #444444;
	text-decoration: none;
}
#header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 94px;
}



/*lang_menu blind
#lang_menu {
	text-align: right;
}
#lang_menu ul {
	display: inline;
}
#lang_menu li {
	float: right;
	padding-top: 8px;
	margin-right: 8px;
}
#header h1 {
	float: left;
	width: 100px;
	clear: both;
	margin-left: 5px;
}
#search {
	float: right;
	padding-top: 28px;
}
#search .a-search {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 150px;
	height: 20px;
	margin-left: 5px;
}
#search .button {
	vertical-align: bottom;
	padding-left: 5px;
}
*/
#lang_menu {
	display: none;
	visibility: hidden;
}
#lang_menu ul {
	display: inline;
}
#lang_menu li {
	float: right;
	padding-top: 8px;
	margin-right: 8px;
}
#header h1 {
	float: left;
	width: 100px;
	clear: both;
	margin-left: 5px;
	margin-top:25px;
}
#search {
	float: right;
	padding-top: 43px;
}
#search .a-search {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 150px;
	height: 20px;
	margin-left: 5px;
}
#search .button {
	vertical-align: bottom;
	padding-left: 5px;
}
#menu {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul {
	display: inline;
}
#menu li {
	height: 49px;
	width: 143px;
	float: left;
	display: block;
}
#menu li a {
	display: block;
}
#menu li.on {
	background: url(./common/bg_menu_on.jpg) repeat-x;
}
#menu li a:hover {
	background: url(./common/bg_menu_on.jpg) repeat-x top;
	height: 49px;
	width: 143px;
}
#main {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#sub_menu {
	background: url(./common/bg_sub.jpg) repeat-x;
	width: 175px;
	padding-top: 16px;
	text-align: center;
	height: 700px;
	float: left;
}
#sub_menu h2 {
	text-align: center;
}
#sub_menu h3 {
	text-align: left;
	background: #CCCCCC;
	padding:3px 5px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
#sub_menu ul {
	width: 160px;
	margin:0px auto 7px;
}
#sub_menu li {
	width: 160px;
	display: block;
	background: #FFFFFF url(./common/bg_submenu.jpg) repeat-x left bottom;
	text-align: left;
	_margin-bottom:-3px;
}

*:first-child+html #sub_menu li {
margin-bottom:-3px;
}

#sub_menu li.on {
	background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}
/*
#sub_menu li a {
	display: block;
	background: url(./common/im_subarrow.gif) no-repeat 8px 11px;
	text-indent: 25px;
	padding-top: 7px;
	color: #666666;
	text-decoration: none;
}
*/
#sub_menu li a {
	display: block;
	background: url(./common/im_subarrow.gif) no-repeat 8px 11px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 7px;
	color: #444444;
	text-decoration: none;
}
#sub_menu a:hover {
	text-decoration: underline;
}
#contents {
	float: right;
	width: 650px;
	margin-right: 10px;
	padding-top: 25px;
}
#contents h3 {
	margin-bottom: 10px;
}
.pagetop {
	text-align: right;
	padding-top: 25px;
	padding-bottom: 15px;
}
#footer {
	height: 93px;
	background: url(./common/bg_footer.jpg) repeat-x;
}
#footer_wrap {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
}
#footer dl {
	float: left;
	text-align: left;
	line-height: 1.3em;
}
#footer dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#footer_menu {
	float: right;
	display: inline;
	padding-top: 25px;
	width: 380px;
}
#footer_menu li {
	float: right;
	height: 20px;
	background: url(./common/bg_footmenu.jpg) repeat-y right;
	padding-left: 5px;
}
#footer_menu li a {
	background: url(./common/im_arrow.gif) no-repeat 5px;
	display: block;
	text-indent: 15px;
	padding-right: 10px;
	color: #444444;
	text-decoration: none;
}
#footer_menu a:hover {
	text-decoration: underline;
	color: #007BB9;
}
#footer_menu li.right {
	background: none;
}

/* ______________________common_utility____________________*/

#contents_utility {;
	width: 650px;
	margin:0px auto;
	padding-top: 25px;
}
#contents_utility h2 {
	margin-bottom: 18px;
}
#contents_utility p {
	width: 620px;
	margin: 5px auto 15px;
}

/* ______________________company____________________*/

table.outline {
	width:635px;
	margin: 18px auto 15px;
}

table.outline th {
	width:90px;
	color: #007AB9;
	padding: 10px;
	background: url(./common/bg_table.gif) repeat-x left bottom;
	vertical-align: top;
}

table.outline td {
	padding: 10px;
	background: url(./common/bg_table.gif) repeat-x left bottom;
	vertical-align: top;
}
#contents .contents_wrap {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.contents_wrap .copy {
	margin-bottom: 24px;
}
.contents_wrap .axis_picture {
	float: left;
	width: 300px;
}
.contents_wrap .axis_right {
	float: right;
	width: 330px;
}
.contents_wrap .axis_right ul {
	padding: 16px 10px 8px;
	border: 3px solid #DDDDDD;
	margin-bottom: 15px;
	margin-top: 5px;
}
.contents_wrap .axis_right li {
	margin-bottom: 10px;
}
.contents_wrap .axis_right p {
	padding: 5px;
}
.recruit_box {
	background: #EEEEEE;
	border: 2px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 15px;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
.recruit_box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #006EAA;
	margin-bottom: 5px;
}
.recruit_button {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.recruit_button img {
	margin: 10px 10px 25px;
}


/* ______________________information____________________*/

.info_box {
	background: url(./info/images/bg_topics.gif) repeat-x left bottom;
	width: 630px;
	margin: 0px auto 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.info_box .photo {
	float: left;
	width: 220px;
	text-align: center;
}
.info_box dl.topics {
	float: right;
	width: 400px;
}
.info_box dt {
	color: #006EAA;
}
.info_box .title {
	font-weight: bold;
	color: #006EAA;
	margin-bottom: 5px;
	font-size:14px;
}
.info_box .title a {
	text-decoration: none;	
}
.info_box .title a:hover {
	text-decoration: underline;	
}
.info_box a {
	color: #006EAA;
}
.info_box dl.press {
	width:610px;
	clear: both;
	margin:0px auto;
}
.info_box .detail {
 width:610px;
	margin:0px auto;
	margin-top: 8px;
}
.detail_box {
	padding: 20px;
	width: 595px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 15px auto 10px;
}
.detail_box .company {
	text-align: left;
	width: 225px;
	float: right;
}
.detail_box .company2 {
	text-align: left;
	width: 480px;
	float: right;
}
.detail_box .company3 {
	text-align: right;
	width: 225px;
	float: right;
}
.detail_box .press_title {
	background: #EEEEEE;
	padding: 8px 5px;
}
.detail_box p {
	margin-bottom: 20px;
}
.detail_box .company_info {
	background: url(./info/images/bg_topics.gif) repeat-x left top;
	padding-top: 15px;
}
.detail_box .company_info dl {
	margin-bottom: 20px;
}
.detail_box .company_info dt {
	font-weight: bold;
	margin-bottom: 4px;
	color: #666666;
	font-size:12px;
}

/* ______________________system____________________*/

#system_genre {
 border: 2px solid #DDDDDD;
	background: #EEEEEE;
	padding: 7px 15px 12px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.button_box {
	text-align: center;
	margin-bottom: 25px;
}
.button_box img {
	margin-right: 5px;
	margin-left: 5px;
}
#system_genre dt {
 font-weight:bold;
}
#system_title {
 font-size:16px;
 font-weight: bold;
 border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 4px 5px;
	margin-bottom:15px;
}
.system_box {
	background: url(./common/bg_table.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.system_box .picture {
	float: left;
	width: 225px;
	text-align: center;
}
.system_box .picture img {
	margin-bottom: 8px;
}
.system_box .right_box {
	width: 410px;
}
.system_box .right_box h4 {
	color: #006EA9;
	font-weight: bold;
	background: url(./system/images/bg_systemtitle.jpg) repeat-x;
	height: 26px;
	padding-top: 8px;
	padding-left: 5px;
	font-size: 14px;
	margin-bottom:5px;
}
.system_box .right_box p {
	margin-bottom: 10px;
	padding:0px 5px;
}
.system_box .right_box a {
	color: #0671AB;
	text-decoration: underline;
}
.system_box .right_box a:hover {
	color: #666666;
	text-decoration: none;
}
.system_box .right_box ul {
	padding: 5px 5px 5px 10px;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 15px;
}

.system_box_noimage {
	background: url(./common/bg_table.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.system_box_noimage h4 {
	color: #006EA9;
	font-weight: bold;
	background: url(./system/images/bg_systemtitle.jpg) repeat-x;
	height: 26px;
	padding-top: 8px;
	padding-left: 5px;
	margin-bottom:5px;
	font-size: 14px;
}
.system_box_noimage p {
	margin-bottom: 10px;
	padding:0px 5px;
}
.system_box_noimage a {
	color: #0671AB;
	text-decoration: underline;
}
.system_box_noimage a:hover {
	color: #444444;
	text-decoration: none;
}
.system_box_noimage ul {
	padding: 5px 5px 5px 10px;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 15px;
}
.system_copy1 {
	margin-bottom: 16px;
}
.system_copy2 {
	font-weight: bold;
	color: #38780F;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6em;
}

/* ______________________products____________________*/

.products_box {
	padding: 10px;
	width: 270px;
	background: #FFFFFF url(./products/images/bg_products.jpg) repeat-x left top;
	margin: 15px 12px 5px;
	_margin: 15px 10px 5px;
	float: left;
	text-align: center;
	border: 1px solid #DDDDDD;
	height: 220px;
	position:relative;
}
.products_box h4 {
	margin-top: 7px;
	margin-bottom: 10px;
}
.products_box p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}
.products_box .ex {
	width: 260px;
	text-align: left;
}
.products_box p.button {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}
.products_img {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#products_extra {
	float: right;
	margin-top: 15px;
	background: #EEEEEE;
	padding: 7px;
	margin-left: 10px;
	border: 1px solid #DDDDDD;
	width: 180px;
	margin-bottom: 15px;
}
#products_extra h4 {
	background: #FFFFFF;
	padding: 3px 5px;
	margin-bottom: 7px;
	font-weight: bold;
}
#products_extra p strong {
	color: #024B71;
	font-weight: normal;
}
#products_extra ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#products_extra li {
 margin:0px 5px;
}
#products_extra li a {
	display: block;
	color: #007AB9;
	background: url(./products/images/im_arrow_products.gif) no-repeat left 7px;
	text-indent: 12px;
}
.products_detail {
	width: 635px;
	background: url(./products/images/bg_box.gif) repeat-y;
	margin-top: 15px;
}
.products_detail h4 {
	background: url(./products/images/bg_head.jpg) no-repeat;
	height: 38px;
	padding-top: 7px;
	font-size: 14px;
	color: #046396;
	text-indent: 20px;
	font-weight: bold;
}
.products_detail img {
	margin:5px 10px;
	/* ___________2009.01.26 add___________*/
}

.products_detail .foot img {
 margin:0px;
}


.products_detail ul,.products_detail2 ul {
	padding: 0px 10px 10px;
}
.products_detail li,.products_detail2 li {
	margin-bottom: 3px;
	list-style: disc outside;
	margin-left: 18px;
	margin-right: 10px;
}
.products_detail .image {
	margin: 10px 10px 10px 12px;
}
.products_detail p.ex {
	padding: 7px 15px;
}
.products_detail strong {
	font-weight: bold;
	color: #339900;
}
.products_detail a {
	color: #046396;
}
.products_detail h5 {
	margin: 5px 12px 5px;
	font-weight: bold;
	color: #046396;
	background-color: #eeeeee;
	padding: 3px 5px;
}
.products_detail .sppm_function {
	margin: 0px 15px 20px;
	border: 2px solid #CCCCCC;
}
.products_detail .sppm_function th {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}
.products_detail .sppm_function td {
	text-align: center;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}
.sppm_function th.lite {
	text-align: center;
	font-weight: bold;
	background-color: #FFF2AB;
	padding: 7px 4px;
}
.sppm_function th.std {
 text-align: center;
	font-weight: bold;
	background-color: #D9FFA6;
	padding: 7px 4px;
}
.sppm_function th.full {
 text-align: center;
	font-weight: bold;
	background-color: #C0E7FF;
	padding: 7px 4px;
}
.sppm_function td.lite {
	background-color: #FFF9D6;
}
.sppm_function td.std {
	background-color: #EAFFD1;
}
.sppm_function td.full {
	background-color: #E1F4FF;
}
.products_detail .sppm_phone {
	margin: 7px 15px 20px;
	border: 2px solid #CCCCCC;
}
.products_detail .sppm_phone th {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #EEEEEE;
}
.products_detail .sppm_phone td {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}
/*__________banner__________*/
.products_detail .banner_list {
 display:inline;
	height:125px;
}
.products_detail .banner_list li {
	float:left;
	margin: 3px 0px 10px 7px;
	vertical-align:middle;
	list-style-type: none;
}
/*__________banner end__________*/
#products_title {
	margin-bottom: 15px;
	margin-top: 15px;
}
.products_detail2 {
	margin-bottom: 10px;
}
.products_detail2 h5 {
	background: url(./products/images/bg_detail.jpg) repeat-x;
	height: 32px;
	padding-top: 5px;
	padding-left: 5px;
	color: #046396;
}
.products_detail2 .ex {
	padding: 7px;
	margin-bottom: 3px;
}
.products_detail2 .picture {
	float: left;
	margin: 5px 5px 0px;
}
.products_detail2 h6 {
	margin: 7px 7px 0px;
	font-weight: bold;
	color: #046396;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
}
.products_detail2 h7 {
	font-weight: bold;
	margin: 7px 7px 0px;
	color: #046396;
}
.back a {
	color: #007AB9;
}
.download_box {
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
	padding: 8PX;
}
.download_box h6 {
	color: #444444;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-left: 5px;
}
.download_box p {
	margin: 7px;
}
.products_detail2 .right_box {
	margin: 5px;
	width: 370px;
}
.products_detail2 .right_box h6 {
	color: #444444;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.products_detail2 .arrow {
	clear: both;
	text-align: center;
	padding: 10px;
}
.products_detail2 .images {
	margin: 5px 10px;
}
.products_detail .arrow_kiosk {
	text-align: center;
}
.products_detail .center li {
	text-align: center;
	list-style-type: none;
}
.products_detail .ex_center {
	margin: 10px 10px 15px;
	padding: 0px;
	text-align: center;
}

/*________________sakubiz_____________________*/

.products_detail .sakubiz_cliant {
	margin: 10px 15px 20px;
	border: 2px solid #CCCCCC;
}

.products_detail .sakubiz_cliant th {
	background:#E1F4FF;
	width:150px;
	color:#046396;
	font-weight:bold;
	padding:5px 10px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
.products_detail .sakubiz_cliant td {
	padding:5px 10px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

.products_detail strong.sakubiz {
	color:#FF0000;
	font-weight:normal;
}

.products_detail .sakubiz_price {
	margin: 10px 15px 5px;
	border: 2px solid #CCCCCC;
}

.products_detail .sakubiz_price th {
	background:#205191;
	width:150px;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px 10px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	font-size:14px;
	text-align:center;
}
.products_detail .sakubiz_price td {
	padding:7px 10px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
}

.products_detail .sakubiz_price td strong {
	color:#333333;
}



/* ______________________support & service____________________*/

.support_box {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px 12px 5px;
	margin-bottom: 25px;
}
.support_box h4 {
	font-size: 16px;
	font-weight: bold;
	color: #046396;
	background: #FFFFFF;
	padding: 5px 7px;
	margin-bottom: 10px;
}
.support_box h5 {
	font-weight: bold;
	margin-bottom: 5px;
}
.support_box p {
	margin-bottom: 10px;
}
.support_box a {
	color: #007AB9;
}
.faq_box {
	width:415px;
	float:left;
}
.faq_box h4 {
	margin-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-top: 15px;
}
.faq_box p.question {
	color: #006EAA;
	margin-bottom: 3px;
	background: url(./support/images/ti_q.gif) no-repeat left 3px;
	display: block;
	padding-left: 23px;
}
.faq_box p.answer {
	margin-bottom: 10px;
	background: url(./support/images/ti_a.gif) no-repeat left 3px;
	display: block;
	padding-left: 23px;
}

.faq_box h5 {
	margin-bottom: 7px;
	margin-top: 20px;
	font-weight:bold;
	color: #FFFFFF;
	background: #006EAA;
	padding:2px 5px;
}

.faq_box p.bug_title {
 color: #006EAA;;
	margin-bottom: 5px;
	background: #DEDEDE;
	padding:2px 5px;
}

.faq_box p.bug_content {
 margin-bottom: 15px;
}




/* ______________________top page____________________*/

#top_image {
	background: url(./images/bg_topimg.jpg) repeat-x;
	border-bottom: 2px solid #008836;
	height: 321px;
}
#top_image #rotate {
	background: url(./images/bg_image.jpg) no-repeat;
	width: 858px;
	height: 321px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* chanber menu Skin */


.ui-tabs-nav li a {
	width: 201px; /* be nice to Opera */
	height: 68px;
	margin-bottom:7px;
	color: transparent;
	text-indent: -9999px;
}
.ui-tabs-nav li a.fragment-1 {
    display: block;
    background: url(./images/image1_off.jpg) no-repeat;
}
.ui-tabs-nav li a.fragment-2 {
    display: block;
    background: url(./images/image2_off.jpg) no-repeat;
}
.ui-tabs-nav li a.fragment-3 {
    display: block;
    background: url(./images/image3_off.jpg) no-repeat;
}
.ui-tabs-nav li a.fragment-4 {
    display: block;
    background: url(./images/image4_off.jpg) no-repeat;
}
.ui-tabs-nav li a.fragment-5 {
    display: block;
    background: url(./images/image5_off.jpg) no-repeat;
}
.ui-tabs-nav li a.fragment-6 {
    display: block;
    background: url(./images/image6_off.jpg) no-repeat;
}
.ui-tabs-nav li a.fragment-7 {
    display: block;
    background: url(./images/image7_off.jpg) no-repeat;
}


.ui-tabs-nav .ui-tabs-selected a.fragment-1, .ui-tabs-nav a.fragment-1:hover, .ui-tabs-nav a.fragment-1:focus, .ui-tabs-nav a.fragment-1:active {
    background: url(./images/image1_on.jpg) no-repeat;
}

.ui-tabs-nav .ui-tabs-selected a.fragment-2, .ui-tabs-nav a.fragment-2:hover, .ui-tabs-nav a.fragment-2:focus, .ui-tabs-nav a.fragment-2:active {
    background: url(./images/image2_on.jpg) no-repeat;
}

.ui-tabs-nav .ui-tabs-selected a.fragment-3, .ui-tabs-nav a.fragment-3:hover, .ui-tabs-nav a.fragment-3:focus, .ui-tabs-nav a.fragment-3:active {
    background: url(./images/image3_on.jpg) no-repeat;
}
.ui-tabs-nav .ui-tabs-selected a.fragment-4, .ui-tabs-nav a.fragment-4:hover, .ui-tabs-nav a.fragment-4:focus, .ui-tabs-nav a.fragment-4:active {
    background: url(./images/image4_on.jpg) no-repeat;
}
.ui-tabs-nav .ui-tabs-selected a.fragment-5, .ui-tabs-nav a.fragment-5:hover, .ui-tabs-nav a.fragment-5:focus, .ui-tabs-nav a.fragment-5:active {
    background: url(./images/image5_on.jpg) no-repeat;
}
.ui-tabs-nav .ui-tabs-selected a.fragment-6, .ui-tabs-nav a.fragment-6:hover, .ui-tabs-nav a.fragment-6:focus, .ui-tabs-nav a.fragment-6:active {
    background: url(./images/image6_on.jpg) no-repeat;
}
.ui-tabs-nav .ui-tabs-selected a.fragment-7, .ui-tabs-nav a.fragment-7:hover, .ui-tabs-nav a.fragment-7:focus, .ui-tabs-nav a.fragment-7:active {
    background: url(./images/image7_on.jpg) no-repeat;
}

#rotate ul{
float:right;
margin:18px 12px 0px 0px;
_margin:18px 6px 0px 0px;
}

#rotate #pickup{
 margin-bottom:3px;
}
#rotate #button {
	margin-bottom:7px;
	cursor: pointer;
}

#fragment-1,#fragment-2,#fragment-3,#fragment-4,#fragment-5,#fragment-6,#fragment-7 {
 float:left;
	margin:20px 0px 0px 12px;
	_margin:20px 0px 0px 6px;
}



#top_main {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#top_press_box {
	width: 350px;
	float: left;
	padding-top: 7px;
}

#top_press_box #press_title {
	background: url(./images/bg_toptitle.jpg) repeat-x left bottom;
	height: 32px;
	padding-top: 8px;
}
#top_press_box #press_title h2 {
	text-indent: 2px;
	float: left;
}
#top_press_box #press_title p {
	float: right;
	padding-right: 5px;
	padding-top: 4px;
}
#top_press_box dl {
	text-align:left;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}
#top_press_box dt {
	color: #006EAA;
}
#top_press_box dd {
 margin-bottom: 5px;
}
#top_press_box a {
	color: #006EAA;
}
#top_topics_box {
	width: 300px;
	float: left;
	margin-left:12px;
	padding-top: 7px;
}
#top_topics_box #topics_title {
	background: url(./images/bg_toptitle.jpg) repeat-x left bottom;
	height: 32px;
	padding-top: 8px;
}

#top_topics_box #topics_title h2 {
	text-indent: 2px;
	float: left;
}
#top_topics_box #topics_title p {
	float: right;
	padding-right: 5px;
	padding-top: 4px;
}
#top_topics_box .top_topics {
 text-align:left;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
#top_topics_box .top_topics:after {
 content: ".";  
 display: block;  
 visibility: hidden;  
 height: 0.1px;  
 font-size: 0.1em;  
 line-height: 0;  
 clear: both;  
}
#top_topics_box .top_topics {  
 zoom: 1;  
}  
#top_topics_box .top_topics .picture {
 float:left;
	width:150px;
	text-align:center;
}
#top_topics_box .top_topics dl {
 /*float:right;*/
}
#top_topics_box .top_topics dt {
	color: #006EAA;
}
#top_topics_box .top_topics dd {
 margin-bottom: 5px;
}
#top_topics_box .top_topics a {
	color: #006EAA;
}

/* ______________________utility____________________*/

#contents_utility .privacy_contact {
	background: #EEEEEE;
	border: 2px solid #DDDDDD;
	padding: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contents_utility .privacy_contact dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#contents_utility h3 {
	width: 620px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}
#contents_utility h4 {
	width: 620px;
	margin:0px auto;
	padding-bottom: 5px;
	font-weight: bold;
}

#sitemap_wrap {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
}
#sitemap_wrap h3 {
	background: #EEEEEE;
	width: 150px;
	border: 1px solid #CCCCCC;
	padding: 3px 5px;
	text-align: left;
	color: #3A7F00;
	font-weight: normal;
	float: left;
}
#sitemap_wrap hr.line {
	width: 635px;
	height:1px; 
	border:none;
	clear: both;
	margin: 15px auto;
	_margin: 5px auto 15px;
	background: url(./common/bg_table.gif) repeat-x left bottom;
	;
}
#sitemap_wrap ul {
	float: left;
	margin-left: 35px;
}
#sitemap_wrap li {
	margin-bottom: 3px;
	_margin-bottom: -13px;
}
#sitemap_wrap li a {
	background: url(./utility/images/im_arrow_sitemap.gif) no-repeat left center;
	display: block;
	text-indent: 15px;
	color: #444444;
	text-decoration: underline;
}
#sitemap_wrap li a:hover {
	color: #3A7F00;
	text-decoration: none;
}
#sitemap_wrap .inner {
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ______________________products_menu____________________*/

.products1 #sub_menu li#products1 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products2 #sub_menu li#products2 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products3 #sub_menu li#products3 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products4 #sub_menu li#products4 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products5 #sub_menu li#products5 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products6 #sub_menu li#products6 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products7 #sub_menu li#products7 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products8 #sub_menu li#products8 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products9 #sub_menu li#products9 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}

.products10 #sub_menu li#products10 {
 background: #DBDBDB url(./common/bg_submenu_on.jpg) repeat-x bottom;
}


/* ______________________page_navi____________________*/

.wp-pagenavi {
	text-align: center;
	padding-top: 10px;
}
.wp-pagenavi a {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #666666;
}
.wp-pagenavi a:hover {
	border: 1px solid #006EAA;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 15px 2px 2px;
	border: 1px solid #cccccc;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background: #eeeeee;
}
.wp-pagenavi span.extend {
 padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #cccccc;
	}



/* ______________________wordpress_editor_img_css____________________*/

/*--wp-press_css_alignright,alignleft,aligncenter,wp-caption--*/


/* wp-align */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* wp-captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* ______________________toppage link_banner____________________*/

#banner_link {
 float: right;
	width:169px;
	text-align:center;
	background: url(images/bg_banner.jpg) no-repeat left bottom;
	padding-top: 15px;
	padding-bottom:10px;
}

#banner_link h2 {
 margin-bottom:15px;
}


#banner_link li {
 margin:10px auto;
	_margin:7px auto;
}

*:first-child+html #banner_link li {
margin:7px auto;
}


/* ______________________for press release____________________*/

.press_table {
	margin-bottom:15px;
	border:2px solid #CCCCCC;
	border-collapse:collapse;
}

.press_table th {
	padding:3px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
}
.press_table td {
	padding:3px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
}

.detail_box .company2 .right{
	 width:220px;
	 float:right;
}

.press_border{
	padding:5px;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}
.press_border p{
	margin-bottom:0px;
}

.press_sankou dt{
	color:#666666;
	font-weight:bold;
}
.press_sankou dd{
	margin-bottom:10px;
}

.detail_box .press_title_center {
	background: #EEEEEE;
	padding: 8px 5px;
	text-align:center;
}

/* ______________________products -- whitelist mail____________________*/

.products_detail .trial_button {
	text-align:center;
	margin:10px auto;
}

/* ______________________products top add____________________*/

h4.puroducts_sub {
	background: url(products/images/bg_products_sub.jpg);
	padding:7px 5px;
	font-size:16px;
	font-weight:bold;
	color:#03517B;
	margin-top:15px;
}

/* ______________________products -- sppm4p____________________*/

.products_detail .arrow {
	text-align:center;
	margin:0px auto 5px;
}

.products_detail .results {
	padding:7px;
	border:1px solid #ACDC61;
	margin-bottom:5px;
	background:#F2FFEB;
	margin: 0px 12px 20px;
}
.products_detail .download_sppm4p {
	text-align:center;
	margin:10px 20px;
	font-weight: bold;
	background: #FFC77E;
	border:1px solid #FF9900;
	padding:10px;
	color:#444444;
}
.products_detail .download_sppm4p strong {
	font-size:14px;
	color:#444444;
}
.products_detail ul.ex li {
	list-style:none;
}
.products_detail .left_box {
	float:left;
	width:260px;
	text-align:center;
	margin-bottom:15px;
}
.products_detail .right_box {
	float:left;
	width:340px;
	margin-top:10px;
	margin-bottom:15px;
}
.products_detail .right_box p{
	margin-bottom:10px;
}
.products_detail .normal {
	margin: 0px 0px 15px 28px;
}

#sub_menu .banner_box {
	background: #FFFFFF;
	width:140px;
	padding:10px;
	margin:120px auto 20px;
	text-align:left;
}

/* ______________________products -- for Andloid____________________*/

.products_detail h6 {
	margin: 0px 0px 3px 12px;
	font-weight:normal;
}

.products_detail .image_right {
	float:right;
	width:165px;
	text-align:left;
	margin-right:10px;
}
.products_detail h5.bold {
	color:#333333;
	background:#FFFFFF;
	font-weight:bold;
}

/* ______________________products -- IP-PUSH____________________*/


.products_detail .ippush_right {
	float:left;
	width:185px;
	text-align:left;
	margin-right:10px;
}
.products_detail .ippush_left {
	float:left;
	width:320px;
	text-align:left;
}

/* ______________________products -- FINISHED____________________*/

.products_box .finished {
	width: 290px;
	position:absolute;
	top:0px;
	left:0px;
}


