/*--------------------------------------------------------------------
/- file   : products.css
/- update : 20081027
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

@media screen, print { /* MacIE除外用 */


/************** Content styles ***************/

body.products div#mainImg {
	margin: 0px -20px 5px -20px;
	padding: 0px 0px 0px;
}
body.products div#mainImg p {
	margin: 0px 5px;
}


/************** Content Nav styles ***************/

body.products dl.contentsNav {
	margin: 0px -20px 5px -20px;
	padding: 0px 0px 10px;
	background: url(../images/icon_bg_imgend.jpg) repeat-x left bottom;
}

body.products dl.contentsNav dd {
	margin: 0;
}

body.products dl.contentsNav dd ul {
	overflow: hidden;
	width: 760px;
	height: 36px;
	background: url(../../products/images/nav_contents.jpg) no-repeat left top;
}

body.products dl.contentsNav li {
	float: left;
	font-size: 1px;
}
body.products dl.contentsNav li/**/ {
	/* Windows IE 4〜5はこのスタイルを無視 */
	text-indent: -9999px;
}
body.products dl.contentsNav li a {
	display: block;
	cursor: pointer;
	overflow: hidden;
}

body.products dl.contentsNav li.feature a {
	width: 189px;
	height: 36px;
	background: url(../../products/images/nav_contents.jpg) no-repeat 0px 0px;
}
body.products dl.contentsNav li.workflow a {
	width: 190px;
	height: 36px;
	background: url(../../products/images/nav_contents.jpg) no-repeat -189px 0px;
}
body.products dl.contentsNav li.spec a {
	width: 190px;
	height: 36px;
	background: url(../../products/images/nav_contents.jpg) no-repeat -379px 0px;
}
body.products dl.contentsNav li.acc a {
	width: 191px;
	height: 36px;
	background: url(../../products/images/nav_contents.jpg) no-repeat -569px 0px;
}

body.products dl.contentsNav li.feature a:hover {
	background: url(../../products/images/nav_contents.jpg) no-repeat 0px -36px;
}
body.products dl.contentsNav li.workflow a:hover {
	background: url(../../products/images/nav_contents.jpg) no-repeat -189px -36px;
}
body.products dl.contentsNav li.spec a:hover {
	background: url(../../products/images/nav_contents.jpg) no-repeat -379px -36px;
}
body.products dl.contentsNav li.acc a:hover {
	background: url(../../products/images/nav_contents.jpg) no-repeat -569px -36px;
}

body.products dl.contentsNav li.feature a.now {
	background: url(../../products/images/nav_contents.jpg) no-repeat 0px -36px;
}
body.products dl.contentsNav li.workflow a.now {
	background: url(../../products/images/nav_contents.jpg) no-repeat -189px -36px;
}
body.products dl.contentsNav li.spec a.now {
	background: url(../../products/images/nav_contents.jpg) no-repeat -379px -36px;
}
body.products dl.contentsNav li.acc a.now {
	background: url(../../products/images/nav_contents.jpg) no-repeat -569px -36px;
}



/************** Content Main styles ***************/


body.products div.h2 {
	margin: 0px 0px 20px;
	padding: 10px 0px 25px 5px;
	background: url(../images/icon_line_contents.gif) repeat-x left bottom;
}
body.products div.h2noLine {
	margin: 0px 0px 0px;
	padding: 10px 10px 25px 10px;
	background: none;
}
body.products div.h2 h2 {
	margin: 3px 0px 0px 0px;
	float:left;
}
body.products div.h2 p.banner {
	margin: 0px;
	float:right;
}
body.products div.productsBox {
	margin: 0px 0px 20px;
	padding: 0px 10px 15px 15px;
	background: url(../images/icon_line_contents.gif) repeat-x left bottom;
}
body.products div.none {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: none;
}
body.products div.productsBox h3 {
	margin: 0px 0px 20px -5px;
	padding: 0px;
}
body.products div.productsBox p {
	margin-bottom: 15px;
}
body.products div.productsBox p.imgRight {
	float: right;
	margin: 0px 0px 15px 20px;
	padding: 0px;
}
body.products div.productsBox p.imgCenter {
	margin: 0px 0px 15px -5px;
	padding: 0px;
}

body.products div.productsBox ul {
	margin-bottom: 15px;
}
body.products div.productsBox ul.indent li {
	padding-left: 27px;
	text-indent: -1.2em;
}


body.products div.productsBox dl.pageNav {
	margin: 0px 0px 15px -5px;
	padding: 0px;
}
body.products div.productsBox dl.pageNav dd {
	margin: 0;
}
body.products div.productsBox dl.pageNav li {
	padding: 0px 0px 8px;
}
body.products div.productsBox dl.pageNav li a {
	padding: 0px 0px 0px 24px;
	background: url(../images/icon_linkmark_anchor.gif) no-repeat left center;
	font-weight: bold;
}
body.products div.productsBox dl.workflow {
	margin: 0px 0px 20px;
}
body.products div.productsBox dd {
	margin: 0;
}
body.products div.productsBox dl.workflow dt {
	display: block;
	margin: 20px 0px 10px;
	color: #15629f;
	font-weight: bold;
}
body.products div.productsBox dl.workflow dt.bg {
	background: url(../images/icon_bg_title_s.jpg) no-repeat left top;
	padding:7px 8px 8px 8px;
	margin: 30px 0px 15px;
}
body.products div.productsBox dl.workflow dd table {
	width: 100%;
}
body.products div.productsBox dl.workflow dd table th {
	width: 20%;
	padding: 10px;
	background: #c4dbe8;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #15629f;
	text-align: left;
	white-space: nowrap;
}
body.products div.productsBox dl.workflow dd table td {
	width: 60%;
	padding: 10px 10px 0px 10px;
	background: #e9f0f6;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
body.products div.productsBox dl.workflow dd table tr.title th,
body.products div.productsBox dl.workflow dd table tr.title td {
	width: 40%;
	padding: 10px;
	background: #488fc0;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}
body.products div.productsBox dl.workflow dd table th.sub {
	width: 20%;
	background: #d9e8f0;
	vertical-align: top;
}
body.products div.productsBox dl.workflow dd table td p {
	margin-bottom: 10px;
}
body.products div.productsBox dl.workflow dd table td ul {
	margin-bottom: 10px;
}
body.products div.productsBox dl.workflow dd table td ul.mark {
	margin-left: 20px;
}
body.products div.productsBox dl.workflow dd table td ul.mark li {
	list-style-type: disc;
}


body.products div.productsBox dl.workflow dd.list ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
body.products div.productsBox dl.workflow dd.list ul li {
	margin-bottom: 10px;
	list-style-type: disc;
	line-height:1.3;
}


body.products div.accBox {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}body.products div.accBox ul.acc {
	width: 720px;
	margin-bottom: 0px;
}
body.products div.accBox ul.acc li {
	overflow: hidden;
	float: left;
	width: 172px;
	margin: 0px 10px 0px 0px;
}
body.products div.accBox ul.acc li.end {
	margin-right: 0px;
}
body.products div.accBox ul.acc li img {
	margin-bottom: 15px;
}


body.products div.specBox {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}
body.products div.specBox dl.spec {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
}
body.products div.specBox dl.spec dd {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
}
body.products div.specBox dl.spec dd table.spec {
	width: 100%;
	margin: 0px 0px 10px;
}

body.products div.specBox dl.spec dd table.spec th {
	width: 20%;
	padding: 10px;
	background: #eaeaea;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
body.products div.specBox dl.spec dd table.spec th.sub {
	width: 20%;
	background: #f6f6f6;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
body.products div.specBox dl.spec dd table.spec tr.title th {
	width: 100%;
	padding: 5px 10px;
	background: #999999;
	border: 1px solid #999999;
	color: #ffffff;
	vertical-align: top;
	font-weight: bold;
}

body.products div.specBox dl.spec dd table.spec td {
	width: 60%;
	padding: 10px 10px 0px 10px;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
body.products div.specBox dl.spec dd table.spec td p {
	margin: 0px 0px 10px;
}

body.products div.specBox ul {
	margin-bottom: 15px;
}
body.products div.specBox ul.indent li {
	padding-left: 27px;
	text-indent: -1.2em;
}


body.products div.specBox dl.record {
	margin: 0px 0px 20px;
}
body.products div.specBox dl.record dt {
	display: block;
	color: #15629f;
	font-weight: bold;
	margin-bottom: 5px;
}
body.products div.specBox dl.record dd table.record th {
	text-align: center;
	width: 16%;
}
body.products div.specBox dl.record dd table.record tr.line th {
	border-top: 1px solid #cccccc;
}
body.products div.specBox dl.record dd table.record th.title {
	width: 16%;
	vertical-align: middle;
}
body.products div.specBox dl.record dd table.record th.sub {
	width: 16%;
	background: #f6f6f6;
}
body.products div.specBox dl.record dd table.record td {
	width: 16%;
	border-right: none;
	text-align: center;
}
body.products div.specBox dl.record dd table.record .line {
	border-right: 1px solid #cccccc;
}


} /* MacIE除外用 */

@media print {

}
@media screen {

}

