@import url("./initialize.css");
@import url("./baselayout.css");

/* Web product site default anchor
--------------------------------------*/
a:link,
a:active {
	color: #365fb7;
	text-decoration: underline;
}

a:visited {
	color: #6f95be;
	text-decoration: underline;
}

a:hover {
	color: #ff9900;
	text-decoration: none;
}

/* header
--------------------------------------*/
div#header {
	width: 760px;
	height: 150px;
	background-image: url(../images/css_webhead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#header h1 {
	color: #f4efdc;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3;
	top: 90px;
	margin-left: 25px;
	position: absolute;
}

#header img {
	position: absolute;
	top: 24px;
}

#header ul li {
	color: #fff;
	float: right;
	font-size: 12px;
	line-height: 20px;
}

#header ul li a {
	background-image: url(../images/css_headarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	margin-right: 6px;
}

#header ul li a:link,
#header ul li a:visited,
#header ul li a:active {
	color: #fff;
	text-decoration: underline;
}

#header ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/* clear float and insert white line
--------------------------------------*/
.white-margin {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
}

/* navi menu
--------------------------------------*/
ul#navimenu {
	height: 30px;
	background-image: url(../images/css_navimenu.gif);
	background-repeat: repeat-x;
}

ul#navimenu li {
	float: left;
	width: 152px;
	height: 30px;
}

ul#navimenu li a {
	display: block;
	height: 30px;
	width: 152px;
	float: left;
	text-align: center;
	background-image: url(../images/css_navimenu.gif);
	color: #f4efdc;
	text-decoration: none;
	line-height: 28px;
	font-size: 13px;
	font-weight: normal;
}

ul#navimenu li a:hover {
	background-image: url(../images/css_navihover.gif);
}

/* main contents box
--------------------------------------*/
div#main-box {
	float: right;
	width: 550px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 15px;
}

/* bread crumbs
--------------------------------------*/
div#main-box ul#breadcrumbs {
	font-size: 12px;
	line-height: 1.3;
}

div#main-box ul#breadcrumbs li {
	display: inline;
	font-size: 12px;
	line-height: 1.3;
}

div#main-box ul#breadcrumbs li a {
	font-size: 12px;
	line-height: 1.3;
}

/* headline and paragraph
--------------------------------------*/
div#main-box h2 {
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	text-indent: 15px;
	background-image: url(../images/css_webh2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 6px;
	margin-bottom: 10px;
	width: 550px;
	height: 36px;
}

div#main-box h3 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-indent: 37px;
	background-image: url(../images/css_webh3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	width: 550px;
	height: 26px;
}

div#main-box h4 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-indent: 37px;
	text-decoration: underline;
	margin-top: 10px;
	height: 20px;
}

div#main-box p {
	font-size: 13px;
	line-height: 20px;
	text-indent: 1em;
	padding-left: 15px;
}

div#main-box p.p-of-h3 {
	font-size: 13px;
	line-height: 20px;
	text-indent: 1em;
	padding-left: 24px;
}

div#main-box p.p-of-h3a {
	font-size: 13px;
	line-height: 20px;
	text-indent: 1em;
	padding-left: 24px;
	color: #ff0000;
}

div#main-box p.p-of-h4 {
	font-size: 13px;
	line-height: 20px;
	text-indent: 1em;
	padding-left: 37px;
}

div#main-box p.attention {
	font-size: 13px;
	line-height: 20px;
	text-indent: 0px;
	padding-left: 24px;
}

/* check list
--------------------------------------*/
div#main-box dl.checklist {
	padding-left: 37px;
}

div#main-box dl.checklist dt {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
	text-decoration: underline;
	background-image: url(../images/css_check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 24px;
}

div#main-box dl.checklist dd {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin-left: 2em;
}

/* product sample
--------------------------------------*/
div#main-box div.samplebox {
	margin: 10px 0px 10px 37px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3;
	padding: 5px 10px 10px;
}

div#main-box .samplebox h4 {
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	height: 25px;
	text-indent: 0px;
}

div#main-box div.samplebox a:link img,
div#main-box div.samplebox a:visited img,
div#main-box div.samplebox a:active img {
	border-style: solid;
	border-width: 1px;
	border-color: #365fb7;	/* blue */
	margin-right: 8px;
}

div#main-box div.samplebox a:hover img {
	border-style: solid;
	border-width: 1px;
	border-color: #ff9900;	/* orange */
	margin-right: 8px;
}

/* Q and A list
--------------------------------------*/
div#main-box dl.faq {
	padding-left: 15px;
}

div#main-box dl.faq dt {
	color: #365fb7;	/* blue */
	color: #70c430;	/* green */
	color: #c48230;	/* brown */
	color: #c430a2;	/* purple */
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	margin-top: 10px;
	text-decoration: underline;
	background-image: url(../images/css_qicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 26px;
}

div#main-box dl.faq dd {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	background-image: url(../images/css_aicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	margin-left: 26px;
}

/* sitemap
--------------------------------------*/
ul.sitemap {
	margin-left: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3;
}

ul.sitemap li {
	display: block;
	font-size: 15px;
	line-height: 50px;
	padding-left:20px;
	padding-bottom: 5px;
	font-weight: bold;
	
}

ul.sitemap li dl dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-left: 45px;
	background-image: url(../images/css_sitearrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

ul.sitemap li dl dd {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 45px;
	padding-bottom: 20px;
}

ul.sitemap li a:link,
ul.sitemap li a:visited,
ul.sitemap li a:active {
	color: #365fb7;	/* blue */
	text-decoration: underline;
}

ul.sitemap li a:hover {
	color: #ff9900;	/* orange */
	text-decoration: none;
}

ul.sitemap li dl dt a:link,
ul.sitemap li dl dt a:visited,
ul.sitemap li dl dt a:active {
	color: #365fb7;	/* blue */
	text-decoration: underline;
}

ul.sitemap li dl dt a:hover {
	color: #ff9900;	/* orange */
	text-decoration: none;
}

/* goto page top
--------------------------------------*/
div.goto-pagetop {
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}

div.goto-pagetop a:link,
div.goto-pagetop a:visited,
div.goto-pagetop a:active {
	color: #365fb7;
	text-decoration: underline;
}

div.goto-pagetop a:hover {
	color: #365fb7;
	color: #ff9900;
	text-decoration: none;
}

/* side box
--------------------------------------*/
div#side-box {
	float: right;
	width: 200px;
	height: 600px;
}

/* footer area
--------------------------------------*/
ul#footer-menu {
	text-align: right;
}

ul#footer-menu li {
	margin: 0px 3px 0px 3px;
	display: inline;
	font-size: 12px;
	line-height: 27px;
}

ul#footer-menu li a {
	background-image: url(../images/css_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

ul#footer-menu li a:link,
ul#footer-menu li a:visited,
ul#footer-menu li a:active {
	color: #333;
	text-decoration: underline;
}

ul#footer-menu li a:hover {
	color: #333;
	text-decoration: none;
}

div#hr-line {
	width: 100%;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
}

/* price table
--------------------------------------*/
table {
	width: 535px;
	margin: 10px 0px 10px 15px;
}

table tr th {
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	border: 1px solid #365fb7;
	background-image: url(../images/css_table.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #799ae0;
	color: #ffffff;
}

table tr td {
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	border: 1px solid #365fb7;
	padding: 4px;
}

.backcol {
	background-color: #eef;
}

.item {
	white-space: nowrap;
}

.price {
	text-align: right;
	white-space: nowrap;
}

.quantity {
	text-align: center;
}

.amount {
	text-align: right;
	font-weight: bold;
}

/* end of 'webproduct.css' */
