@charset "utf-8";
.none { display: none; }
.tab {
	display: block;
	margin: 20px 0px 0px;
	padding: 0 5px;
	height: 20px;
	width: 730px;
	background: url(images/tab_bg.png) no-repeat 0px 0px;
}
* html .tab {
	width: 720px;
}
.tab li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	list-style-type: none;
}
.tab li a {
	display: block;
	height: 18px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.tab li span { display: none; }
.tab li strong.cru {
	display: block;
	height: 18px;
	background-position: 0 -60px;
	background-repeat: no-repeat;
}
.tab li.detail a, .tab li.detail strong {
	width: 37px;
	background-image: url(images/tab_detail.png);
}
.tab li.screenshot a, .tab li.screenshot strong {
	width: 72px;
	background-image: url(images/tab_screenshot.png);
}
.tab li.sample a, .tab li.sample strong {
	width: 69px;
	background-image: url(images/tab_sample.png);
}
.tab li.manual a, .tab li.manual strong {
	width: 53px;
	background-image: url(images/tab_manual.png);
}
.tab li.env a, .tab li.env strong {
	width: 60px;
	background-image: url(images/tab_env.png);
}
.tab li.faq a, .tab li.faq strong {
	width: 39px;
	background-image: url(images/tab_faq.png);
}
.tab li.download a, .tab li.download strong {
	width: 61px;
	background-image: url(images/tab_download.png);
}
.tab li.history a, .tab li.history strong {
	width: 59px;
	background-image: url(images/tab_history.png);
}
.tab li.addtopro a, .tab li.addtopro strong {
	width: 85px;
	background-image: url(images/tab_addtopro.png);
}
.tab li.addon a, .tab li.addon strong {
	width: 74px;
	background-image: url(images/tab_addon.png);
}
.tab li a:hover { background-position: 0 -30px; }
div.mainpara {
	clear: both;
	margin: 0 0 10px;
	width: 708px;
	padding: 10px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
div.mainparasub {
	clear: both;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
div.mainpara p,
div.mainparasub p {
	margin: 12px 5px;
	font-size: small;
	line-height: 1.8;
}
.mainpara strong,
.mainparasub strong {
	padding: 0 0.1em;
	color: #06c;
	font-weight: bold;
}
.mainpara .fstchapter,
.mainparasub .fstchapter {
	margin: 0 0 20px;
	padding: 0 20px;
}
.mainpara .lstchapter,
.mainparasub .lstchapter {
	margin: 0;
	padding: 0 20px;
}
.mainpara .chapter,
.mainparasub .chapter {
	margin: 5px 20px 20px;
	padding-bottom: 20px;
}
.mainpara .subchapter,
.mainparasub .subchapter {
	margin: 3px 0 20px;
	padding: 0px 5px 20px;
	border-top: 1px dotted #999;
	clear: both;
}
.mainpara .subchapter p,
.mainparasub .subchapter p { margin: 2px 10px; 
}
div.mainpara p.subchap {
	margin: 5px 18px 0; 
}
.mainpara a,
.mainparasub a {
	color: blue;
	text-decoration: underline;
}
.mainpara a:hover,
.mainparasub a:hover {
	color: #FF3300;
	text-decoration: none;
	background-color: #E1EBFF;
}
.mainpara li,
.mainparasub li {
	line-height: 1.5;
	font-size: 90%;
}
.mainpara .ar, .mainparasub .ar { text-align: right; }
hr.dotted {
	clear: both;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #999;
}
.chapter div.centerimg {
	clear:both;
	text-align:center;
	padding:5px;
}
/* 右寄せ、フロート画像枠 */
div.flright {
	margin: 0px 0px 10px 10px;
	padding: 5px 5px 15px 15px;
	float: right;
	text-align: center;
}
div.flright p {
	margin: 2px 0;
	padding: 0;
	font-size: 80%;
	text-align:center;
	color: #778;
	line-height: 1.2;
}
div.flright img { border: 2px solid #ccc; }
div.flright img.ln:hover { border: 2px solid #00f; }
div.flright img.nlnk { border: 1px solid #ccc; }
h3.screenshot {
	width: 590px;
	margin: 20px auto -13px;
	text-align: left;
	color: #999999;
	font-size: 90%;
	height: 2ex;
	font-weight: bold;
}
iframe.manual {
	width: 670px;
	height: 800px;
	border: 1px solid #999;
}
iframe.manual_s {
	width: 670px;
	height: 500px;
	border: 1px solid #999;
}
table.screenshot {
	width: 600px;
	margin: 20px auto;
	border: 1px solid #CCCCCC;
	border-spacing: 0;
	border-collapse: collapse;
}
table.screenshot caption {
	display: none;
	text-align: left;
	color: #999999;
	font-size: 80%;
}
table.screenshot td {
	width: 50%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 80%;
	vertical-align: top;
}
table.screenshot td.col3 {
	width:33%;
}
table.screenshot td img { border: 2px solid #ccc; }
table.screenshot td img:hover { border: 2px solid #00f; }
table#environment {
	width: 650px;
	border-bottom:1px solid #999999;
	border-top:2px solid #999999;
	color:#666666;
	font-size:90%;
	margin:20px auto 0pt;
}
table#environment caption { display: none; }
#environment th {
	background-color:#E3EDF4;
	border-bottom:1px solid #aaa;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-weight:normal;
	padding:5px 5px 5px 18px;
	text-align:right;
	white-space:nowrap;
}
#environment td {
	border-bottom:1px solid #aaa;
	border-top:1px solid #FFFFFF;
	padding:5px 18px 5px 5px;
}
div.supex {
	border:1px dotted #CCCCCC;
	font-size:80%;
	margin:5px auto;
	width: 610px;
	padding:0.4em 0.5em 0.4em 1.9em;
}
div.supex p.supex {
	color:#343;
	margin:5px;
	text-indent:-1.5em;
}
body.flashmov { background-color:#aaa; }
body.flashmov h1 {
	margin: 5px;
	font-size: 125%;
	color: #555;
}
body.flashmov div {
	margin: 20px auto;
	text-align: center;
}
.samplemenu {
	clear: both;
	border-top: 1px dashed #999;
	padding: 10px 15px;
}
.samplemenu h4 {
	font-size: 100%;
	border-left: 5px solid #0066CC;
	padding: 3px 5px;
}
.samplemenu h4 a {
	text-decoration: underline;
	font-weight: bold;
	color: #00f;
}
.samplemenu h4 a:hover {
	text-decoration: none;
	background-color: #ffa;
}
/*  */
.prditem {
	padding: 20px 15px;
	margin: 10px 10px 25px;
	border: 1px solid #99a;
	background-color: #F9F9F9;
}
.prditem h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	display: block;
	height: auto;
}
.prditem div.exp { margin: 15px 10px; }
.prditem div.exp p {
	margin: 5px 10px;
	line-height: 1.3;
	font-size: small;
}
.prditem span.price {
	padding-right: 10px;
	font-weight: bold;
	color: #c00;
}
.prditem .agarea {
	float: left;
	padding-left: 10px;
	white-space: nowrap;
	font-size: 90%;
}
.prditem .btarea {
	float: right;
	text-align: right;
	font-size: 90%;
}
.prditem li {
	font-size: small;
	line-height: 1.5;
	padding-top: 0.3ex;
	padding-bottom: 0.3ex;
	margin-right: 2em;
	color: #600;
}
.prditem ul.lk li {
	color: #006;
}

.prditem div.cartco {
	padding: 10px;
	background-color: #e9e9ff;
	text-align: right;
}
.prditem div.cartco form {
	display: inline;
}
.prditem strong {
	color: red;
	font-weight: bold;
}
/*  */
#cartmenulist {
	display: block;
	float: right;
	width: 250px;
	margin: 10px 10px 25px 25px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	list-style: none;
	background-color: #FFFFE1;
}
#cartmenulist li {
	margin: 0;
	padding: 0;
}
#cartmenulist li a {
	margin: 0;
	font-size: 90%;
	line-height: 1.8;
	padding: 5px 10px 5px 15px;
	text-decoration: underline;
	color: #00f;
	background: url(images/pointer_squ_db.gif) no-repeat 0 50%;
}
#cartmenulist li a:hover {
	text-decoration: none;
	background: url(images/pointer_squ_rg.gif) no-repeat 0 50%;
}
.checkcart {
	clear: both;
	margin: 0 20px;
	text-align: right;
}
#notagree { margin: 0px 0px 30px; }
#notagree h1 {
	font-size: large;
	font-weight: bold;
	color: #0033cc;
	margin: 20px;
	border-left: 1ex solid #0033cc;
	border-bottom: 1px solid #0033cc;
	padding: 2px 5px;
}
#notagree p {
	margin: 5px 40px;
	line-height: 1.6;
}
#notagree .ln {
	margin: 35px auto;
	text-align: center;
}
#notagree ul { margin: 20px; }
#notagree li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	line-height: 1.5;
}
/* History */

#history {
	margin: 10px 30px;
	color: #006;
}
#history dt {
	font-weight:bold;
	margin:15px 0 0;
}
#history dd {
	background-image:url(images/pointer_squ_db.gif);
	background-position:0pt 2px;
	background-repeat:no-repeat;
	font-size:90%;
	line-height:1.5;
	margin-left:5px;
	padding-left:13px;
}


.softcont {
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
	border-bottom: 1px dotted #99c;
}
.softcont h2 {
	margin-left: 5px;
}
.softcont div.ex {
	clear: both;
	margin: 0;
	padding: 0;
}
.softcont p {
	margin: 2px 15px;
	font-size: small;
	line-height: 1.5;
}
.softcont .godetail {
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	height: 20px;
}
	.softcont .godetail a {
		display: block;
		height: 20px;
		width: 120px;
		float: right;
		background: transparent url(images/bt_detail.png) no-repeat 0 0;
	}
		.softcont .godetail a:hover {
			background-position: 0 -20px;
		}
		.softcont .godetail a span {
			display: none;
		}
.softcont h2 {
	float: left;
	font-size: large;
}
.softcont div.cat {
	height: 20px;
	text-align: right;
	padding-right: 25px;
	font-size: x-small;
	line-height: 20px;
	vertical-align: bottom;
	color:#060;
	font-family: verdana, Sans-serif;
	font-weight: bold;
}
#productsdet {
	float: none;
	width: 500px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
* html #productsdet {
	width: 490px;
}
#productsdet h1 {
	display: block;
	margin: 0 0 15px;
	width: 505px;
	height: 30px;
	background: transparent url(images/tit_products.png) no-repeat 0 0;
}
#productsdet h1 span {
	display: none;
}
* html #productsdet h1 {
	width: 500px;
}

#productsind {
	float:right;
	margin: 30px 5px 5px 0px;
	width: 205px;
	background-color: #aaa;
}
#productsind h1 {
	display: none;
}
#productsind dl {
	margin: 1px;
	display: block;
	border: 1px solid #fff;
	background: transparent url(images/bg_productslist.gif) repeat 0 0;
}
#productsind dt {
	margin: 0;
	padding: 2px 3px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-size: small;
	color: #006;
	line-height: 1.8;
}
#productsind dt a {
	color: #00b;
	display: block;
	text-decoration: none;
}
#productsind dd {
	margin: 0;
	padding: 2px 5px 2px 8px;
	font-size: small;
	overflow: hidden;
	white-space: nowrap;
}
#productsind dd.ls {
	border-bottom: 1px solid #fff;
}
#productsind dd a {
	line-height: 1.6;
	display: block;
	text-decoration: none;
	color: #000;
}
#productsind dt a:hover, #productsind dd a:hover {
	background: url(images/bg_productslist_hv.gif) repeat-x 0 85%;
}

h1.ilist span {
	border-bottom:1px solid #AAC;
	display:block;
	margin:0pt;
	font-style:italic;
	font-weight:bold;
	padding:1px 5px;
	line-height: 1.1;
	color: #005;
}
h1.ilist {
	border-bottom:1px solid #CCCCEE;
	color:#333333;
	font-size:110%;
	margin:10px 10px 10px;
	padding:0pt;
	text-align:left;
	line-height: 1.1;
}

/*** product subtitle glb ***/
h3.subtitle_glb {
	padding: 0;
	border:0;
	width: 688px;
	height: 34px;
	background:transparent url(images/subtitle_glb.png) 0 0 no-repeat;
}


/*** sub title ***/
h2.subtitle {
	padding: 0;
	border:0;
	width: 400px;
	height: 20px;
	background:transparent url(images/subtitle.png) 0 0 no-repeat;
}
h2.subtitle span {
	display:none;
}
h2.s01 {background-position:0 0;}
h2.s02 {background-position:0 -20px;}
h2.s03 {background-position:0 -40px;}
h2.s04 {background-position:0 -60px;}
h2.s05 {background-position:0 -80px;}
h2.s06 {background-position:0 -100px;}
h2.s07 {background-position:0 -120px;}
h2.s08 {background-position:0 -140px;}
h2.s09 {background-position:0 -160px;}
h2.s10 {background-position:0 -180px;}
h2.s11 {background-position:0 -200px;}
h2.s12 {background-position:0 -220px;}
h2.s13 {background-position:0 -240px;}
h2.s14 {background-position:0 -260px;}
h2.s15 {background-position:0 -280px;}
h2.s16 {background-position:0 -300px;}
h2.s17 {background-position:0 -320px;}
h2.s18 {background-position:0 -340px;}
h2.s19 {background-position:0 -360px;}
h2.s20 {background-position:0 -380px;}

h3.s01 {background-position:0 0;}
h3.s02 {background-position:0 -34px;}
h3.s03 {background-position:0 -68px;}
h3.s04 {background-position:0 -102px;}
h3.s05 {background-position:0 -136px;}
h3.s06 {background-position:0 -170px;}
h3.s07 {background-position:0 -204px;}
h3.s08 {background-position:0 -238px;}
h3.s09 {background-position:0 -272px;}
h3.s10 {background-position:0 -306px;}
h3.s11 {background-position:0 -340px;}
h3.s12 {background-position:0 -374px;}
h3.s13 {background-position:0 -408px;}
h3.s14 {background-position:0 -442px;}
h3.s15 {background-position:0 -476px;}
h3.s16 {background-position:0 -510px;}
h3.s17 {background-position:0 -544px;}
h3.s18 {background-position:0 -578px;}
h3.s19 {background-position:0 -612px;}
h3.s20 {background-position:0 -646px;}

