@charset "euc-jp";
/* 
--------------------------------------------------------------------------------- */
h2#h2spec {
	background-image: url(../img/mainpic_spec.jpg);
	background-repeat: no-repeat;
}
#spec {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
/* スペックテーブル
--------------------------------------------------------------------------------- */
#specIndex table {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	width: 740px;
}
#specIndex tr.even {
      color: #4f6b72;
}
#specIndex tr.odd {
      color: #797268;
}
#specIndex tbody th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 2px 10px;
	background: #CAE8EA url(/img/table/th_bg.gif) repeat-x;
	height: 23px;
	width: 150px;
	font-weight: bold;
}
#specIndex tbody td {
      border-right: 1px solid #C1DAD7;
      border-bottom: 1px solid #C1DAD7;
      background: #FFFFFF;
      padding: 2px 10px;
}

#specOption table {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	width: 740px;
}
#specOption tr.even {
      color: #4f6b72;
}
#specOption tr.odd {
      color: #797268;
}
#specOption tbody th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	text-align: center;
	padding: 2px 5px;
	background: #CAE8EA url(/img/table/th_bg.gif) repeat-x;
	font-weight: bold;
	vertical-align: top;
	width: 150px;
}
#specOption tbody td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFFFFF;
	padding: 2px 5px;
	vertical-align: top;
}

.noteBox td {
	vertical-align: top;
}
.noteBox table {
	width: 720px;
}
#specIndex ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#specIndex ul ul {
	margin-bottom: 10px;
}
#specIndex ul ul, #specIndex ul ul li {
	list-style-type: circle;
}

#functionIndex h3, #functionIndex dd {
	display: none;
}
#functionIndex h4, #functionIndex dt {
	background-color: #E5E5E5;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}
#functionIndex #Left {
	float: left;
	width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
}
#functionIndex #Right {
	float: right;
	width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
}

