/*
===============================================================================
/support/css/public.css
サポート共通スタイルシート
===============================================================================*/

/* inCategory Navigation (Color Definition)
===============================================================================*/
body#faq a.faq,
body#index a.index, body#manual a.manual, body#troubles a.troubles, body#service a.service {
	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 {
	padding:0px;
	margin:0px 4px ;
	background-color:#fff;
	color:#42934d;
	font-size:12px;
	border-width:0px ! important;
}
#contents h3 {
	color:#42934d;
	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
===============================================================================*/
table.list {
	border:1px solid #42934d;
	background:#e7fbea;
}

/* List Margin & Padding
===============================================================================*/
ul, ol{
	margin:0 0 0 1.75em;
	padding:0;
}

/* Image Wrapping
===============================================================================*/

