/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,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;*/
}
body {
	margin: 0px;
	padding: 0px;
	font-size:0.9em;
	_font-size:0.80em;
	line-height:1.45em;
	_text-align:center;
	background:#f4f4f1 url(/images/bg_body.png) repeat-x top;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	color:#666666;
}

h1, h2 {
	clear:both;
}


/*p, li, label, dt, dd {
	font-size: 86%;
}*/

object, embed {
	vertical-align:bottom
}

a:visited
{
	color:#6a946a;
}

a:hover {
	color:#666666;
	text-decoration: underline;
}

a {
	color:#6a946a;
	text-decoration: none;
}

/* --- COMMON ---------------------------- */
h1 {
	text-indent:-9999px;
	height:159px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;	
}

#accessibility {
	position: absolute;
	left: -9999px;
	top: -9999px;
	display: none;
	line-height:1px;
	font-size:1px;
}

.invis {
	visibility: hidden;
}

.back_button {
	text-indent:-9999px;
	text-align:center;
	margin:20px auto 0px auto;
	width:142px;
	height:30px;
}

.back_button a:hover {
	background-position:right;
}

.back_button a {
	clear:both;
	display:block;
	width:142px;
	height:30px;
	background: url(../../images/btn_back.jpg) no-repeat left;
}

.article_seperator {
	font-size:0px;
	line-height:0px;
}

.em {
	font-size:1em;
	font-weight:bold;
	color:#333333;
}

.clr {
	clear:both;
	height:10px;
	font-size:1px;
}

div.bullet_arrow {
	background-color:#e6e6e4;
	border:1px solid #d3d3d3;
	float:left;
	margin-left:14px;
	margin-right:14px;
	_margin-left:7px;
	_margin-right:7px;
}

div.bullet_arrow a {
	color:#666666;
	display:block;
	float:left;
	padding:10px 15px 10px 40px;
	background:#e6e6e4 url(/images/bullet_arrow.gif) no-repeat left center;
	text-decoration:none;
	line-height:120%;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #4f4f4f;
	border-left:1px solid #ededed;
	border-right:1px solid #4f4f4f;
}



ul.btn li a:hover {
	text-decoration:none;
}

ul.disc li{
	list-style:disc;
	margin-left:20px;
}

ul.decimal li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:10px;
}

ul.line li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
}



.cap {
	font-size:0.75em;
}


/* --- layout ---------------------------- */

#container {	
	margin: 0px auto;
	width: 980px;
	background:url(/images/bg_img.png) no-repeat top right;
	_text-align:left;
}

#header {
	margin: 0px auto;
	width: 934px;
}

div#pagebody {
	margin: 0px auto;
	padding: 0px;
	width:934px;
	clear:both;
	overflow: hidden;
}

div#pagebody:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#pagebody {
    height: 1em;
    overflow: visible;
}
/**/

#footer {
	clear:both;
	margin: 0px auto;
	position: relative;
}

/* --- header ---------------------------- */

div#header {
	height:77px;
}

div#header_top {
	height:77px;
}

div#header_top:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#header_top {
    height: 1em;
    overflow: visible;
}
/**/

div#header_top_l {
	width:202px;
	float:left;
}

div#header_top_r {
	width:662px;
	float:right;
}

a#header_logo {
	margin-top:26px;
	height:24px;
	display:block;
	background: url(/images/header_logo.gif) no-repeat;
	width:202px;
	float:left;
	text-indent:-9999px;
}

ul#mainmenu {
	margin-top:35px;
}

ul#mainmenu li {
	float:left;
	margin-right:66px;
	line-height:100%;
}

ul#mainmenu li a {
	color:#494949;
	font-size:10px;
	text-decoration:none;
}

/* --- product menu ---------------------------- */

div#productmenu{
	margin:0px auto;
	padding-top:2px;
	padding-bottom:2px;
	width:934px;
	clear:both;
}

ul#productmenu {
	height:24px;
	border-left:solid 1px #7a8288;
}

ul#productmenu li {
	float:left;
	line-height:24px;
}

ul#productmenu li a {
	display:block;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	padding:0 40px;
	border-left:solid 1px #bdc5cb;
	border-right:solid 1px #7a8288;
}


ul#productmenu li.item12 {
	border-right:solid 1px #bdc5cb;
}

/* --- pathway ---------------------------- */


#pathway {
	width:934px;
	margin:15px auto 40px auto;
	font-size:10px;
	height:15px;
	line-height:15px;
}

#pathway_front {
	width:934px;
	margin:15px auto 2px auto;
	font-size:10px;
	height:15px;
	line-height:15px;
}

#pathway_inner {
	padding-left:15px;
	background:url(/images/ico_home.gif) no-repeat center left;
}

#pathway a {
	color:#666666;
	text-decoration:none;
}

/* --- FOOTER ---------------------------- */
div#footer {
	padding:10px 0px;
	background-color:#e6e6e4;
}

div#footer_inner {
	width:934px;
	margin:0px auto;
}

div#copyright {
	font-size:0.7em;
	margin-bottom:6px;
	text-align:left;
}

div#footer_bnr {
	text-align:left;
}


ul#footermenu {
	height:20px;
}

ul#footermenu li {
	float:left;
	padding-left:13px;
	margin-right:35px;
	background-image: url(/images/bullet_footermenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:20px;
	height:20px;
}

ul#footermenu li a {
	color:#6a946a;
	font-size:80%;
	text-decoration:none;
}


/* --- MAIN COL ---------------------------- */
div#mainCol{
	width:668px;
	float:left;
}


div#mainbody{
	margin-top:10px;
	border:solid 4px #e6e6e4;
	width:668px;
	float:left;
}

div#mainbody_inner{
	border:solid 1px #ffffff;
	padding:12px 0px 2px 0px;
}


div.mainbody_border {
	height:2px;
	background:url(/images/bg_border.gif) repeat-x center;
	margin-bottom:12px;
}


td.contentheading {
	background: url(/images/bullet_h1.gif) no-repeat center left;
	height:40px;
	padding-left:40px;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	margin-top:40px;
}

div#mainbody_inner p,
div#mainbody_inner ul,
div#mainbody_inner table
{
	margin-bottom:10px;
}

div#mainbody_inner p,
div#mainbody_inner ul{
	margin-left:14px;
	margin-right:14px;
}


#mainbody_inner h2 {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 10px 3px 10px;
	background-color:#d2d2d0;
	border:1px solid #ffffff;
	margin:0px 12px 10px 12px;
}

#mainbody_inner h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#0077ee;
	margin:10px 14px 6px 14px;
}

#mainbody_inner h4 {
	font-weight:bold;
	margin:10px 14px 6px 14px;
}


.article {
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	width:100%;/*IEハック*/
	overflow:auto;/*IEハック*/
}

dl.dl_line_dots dt {
	background:url(../../images/line_dots.gif) repeat-x bottom;
	padding-bottom:2px;
	margin-bottom:2px;
}

dl.dl_line_dots dd {
	margin-left:16px;
	margin-bottom:10px;
}


/* --- SUB COL ---------------------------- */
div#subCol{
	margin-top:53px;
	width:250px;
	float:right;
	padding-bottom:20px;
}

div#subCol_front{
	margin-top:0px;
	width:250px;
	float:right;
	padding-bottom:20px;
}

div#subCol_bnr {
	border:solid 4px #e6e6e4;
}

div#subCol_bnr_inner {
	padding-top:5px;
	border:solid 1px #ffffff;
}

div#subCol_bnr_inner a {
	display:block;
	text-align:center;
	margin-bottom:5px;
}

ul.menu_help {
	border-top:#e7e7e7 1px solid;
	border-bottom:#fafafa 1px solid;
	margin-bottom:20px;
}

ul.menu_help a {
	display:block;
	border-top:#fafafa 1px solid;
	border-bottom:#e7e7e7 1px solid;
	padding:8px 13px;
}

ul.menu_help li.active a {
	border-bottom:none;
}


ul.menu_help li ul {
	list-style:disc;
/*	border-top:#fafafa 1px solid;*/
	border-bottom:#e7e7e7 1px solid;
}

ul.menu_help li ul li {
	margin-left:30px;
}

ul.menu_help li ul a {
	border:none;
	padding:0px 0px 10px 0px;
}


div#30daystrial {
	margin-top:30px;
}

#certified {
	margin:8px 0px;
}


/* --- frontpage ---------------------------- */
div#bnr_frontpage {
	width:944px;
	margin:0px auto 15px;
}

div#heading_info_front {
	font-weight:bold;
	font-size:110%;
	background:url(/images/border_info.gif) repeat-x bottom;
	margin-bottom:10px;
}

li.latestnewsinfo {
	font-size:90%;
	margin-bottom:5px;
}

a.latestnewsinfo {
	color:#666666;
}

/* --- 購入 ---------------------------- */

table#buy {
	width:637px;
	border-collapse: collapse;
	margin-left:14px;
}

table#buy th {
	border:1px solid #cccccc;
	background-color:#e5e5e0;
	vertical-align: middle;
	font-size: 90%;
	padding: 10px 15px;
	line-height:140%;
}


table#buy td {
	border:1px solid #cccccc;
	background-color:#ffffff;
	vertical-align: middle;
	font-size: 90%;
	padding: 10px 15px;
	line-height:140%;
}

/* --- 会社概要 ---------------------------- */

div.profile {
	margin-left:14px;
	margin-right:14px;
	margin-bottom:10px;
}

div.profile dl {
	clear:both;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
}

div.profile dt {
	clear:both;
	display:block;
	float:left;
	margin-right:20px;
}

div.profile dd {
	text-indent:0px;
	margin-left:100px;
}


/* --- 製品情報 ---------------------------- */
div.ss_center {
	text-align:center;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:20px;
}

div.ss {
	margin-left:14px;
	margin-right:14px;
	margin-bottom:10px;
	clear:both;
	overflow: hidden;
}


div.ss:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div.ss {
    height: 1em;
    overflow: visible;
}
/**/

img.ss_l {
	margin-right:15px;
}

div.ss_l {
	width:305px;
	float:left;
	font-size:80%;
	margin-left:10px;
	_margin-left:5px;
}

div.ss_r {
	width:305px;
	float:right;
	font-size:80%;
	margin-right:10px;
	_margin-right:5px;
}

/* --- 製品情報 ---------------------------- */
ul.disc li.help_level2 {
	margin-left:40px;
}

#mainimg_spc_btns {
	padding-top:308px;
	padding-left:80px;
}

#mainimg_spc_btns img{
	margin-right:6px;
}

#video {
	padding-right:44px;
	margin-top:121px;
	width:355px;
	float:right;
}

#mainimg_spc {
	height:374px;
	background:url(/images/mainimage_spc2.png) no-repeat left top;
}

span.sp {
	font-weight:bold;
	font-size:1.4em;
}

span.alert {
	color:#ff6600;
}