/*
===============================================================================
製品情報共通スタイルシート
===============================================================================*/
/* inCategory Navigation (Color Definition)
===============================================================================*/
body#summary a.summary, body#index a.index,
body#material a.material, body#store a.store,body#demo a.demo,
body#function a.function, body#scene a.scene, body#case a.case, body#environment a.environment, body#faq a.faq,
body#inquiry a.inquiry {
	color:#c00;
	text-decoration:none;
}

/* Title
===============================================================================*/
#categoryTitle {
	background-image:url(../images/category_bg.gif);
	background-color:#fff;
	width:100%;
} html>body #categoryTitle {width:100%;}
#categoryTitle td.rightEdge {
	text-align:right;
}
#categoryTitle td.rightEdge img {
	display:inline;
}
#pageTitle {
	margin-top:15px;
	background-image:url(../../images/pagetitle_bg.gif);
	background-color:#fff;
	border-right:#666 1px dotted ;}

#pageTitle table {
	margin-left:-2px;
	}/* for IE */

#pageTitle td.leftEdge {
	background:url(../images/summary_title.gif) no-repeat top left;
	height:21px;
	width:8px;
}

.column1 {
	margin-left:2px;
	}/* for 1column */


/* SubTitles
===============================================================================*/
#contents h2.style1 {
	padding:0px;
	margin:0px 4px ;
	background-color:transparent ! important;
	color:#385ec9;
	font-size:12px;
	border-width:0px ! important;
}


#contents h2.style2 {
	margin:0;
	padding:6px 6px 6px 16px;
	color:#c00;
	border:1px solid #42934d;
	background:#e7fbea url(../../images/h2_point.gif) no-repeat left center;
}


#contents h3 {
	color:#385ec9;
	background:#fff url("../images/point.gif") no-repeat left center;
}

/* Breadcrumb
===============================================================================*/
p#root a {
	background:#fff url("../images/bread.gif") no-repeat right center;
}

/* Border-Background Color Of OList & Ulist Wrapper Table
===============================================================================*/
div.list {
	border:1px solid #bb6599;
	background:#f4e1ec;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
div.list ol,
div.list ul {
	padding:0em;
	margin:1em 2em 1em 3em;
	line-height:1.5em ! important;
	}

/* annotation
===============================================================================*/
.annotation {
	font-size:95%; 
	border:#ccc 1px solid; 
	margin-top:0.5em;
	padding:0.8em 1.2em 0.4em;
	background-color:#ffffef;
	}
.annotation ul{
	padding-left:1.2em;
	margin:0px;
	}
.annotation ul li{
	line-height:1.25em;
	margin-bottom:0.4em;
	}
	
div.common-link {
	border:#ccc 2px solid; 
	margin-top:1.5em;
	padding:0.5em 1em 0.7em;
	background-color:#ffffef;
	}
div.common-link div {
	margin-top:0.2em;
	}
.brandname {
	margin-top:5px;
	}

