@charset "Shift_JIS";

/*--------------------------------------------------------------*/
/* 全体 */
/*--------------------------------------------------------------*/
.new{
	color: #FF0066;
}
/*--------------------------------------------------------------*/
/* リンク */
/*--------------------------------------------------------------*/
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration: underline;
}
/*--------------------------------------------------------------*/
/* ヘッダ */
/*--------------------------------------------------------------*/
#head {
	margin:0 auto;
	padding: 10px 0 8px 0;
	text-align:center;
	
}
table#titleHead{
	width:750px;
	margin:0 auto;
}
table#titleHead p{
	font-size:76%;
	color:#339;
	text-align:left;
	padding: 10px 0 6px 0;
}

/*--------------------------------------------------------------*/
/* メイン */
/*--------------------------------------------------------------*/

#main {
	width:850px;
	margin:0 auto;
	text-align: left;
	background-color:#FFFFFF;
}

#introE{
	width:700px;
	font-size:88%;
	margin: 4px auto 10px;
}
#introE h2{
	color:#066;
	border-bottom:#000 1px solid;
	padding:0 0 4px 0;
	margin-top:8px;
}
#introE h3{
	background:url(_img/e_topi.gif) left top no-repeat;
	color:#006;
	margin: 12px 0 10px 0;
	padding-left:26px;
	border-bottom:#000 1px solid;
}
#introE p{
	padding: 0 10px;
	margin-bottom:6px;
}

table.naiyou{
	margin:0 auto 20px;
}

/*--------------------------------------------------------------*/
/* 製品サポート */
/*--------------------------------------------------------------*/
#support{
	width:700px;
	font-size:88%;
	text-align: center;
	margin: 0 auto 10px;
	padding:8px;
	background-color:#C5D2DE;
	
}

