@charset "utf-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear {
	clear: both;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	background: #fff;
	overflow: scroll;
	line-height: 1.4;
	font-size: small;
	color: #333;

	min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }


/*---Containerのスタイル---*/
div#Container {
 width: 980px;
 margin: 0 auto;
}

/*---Contentsのスタイル---*/
div#Contents {
	width: 720px;
	float:right;
}

div#Header {
	width: 720px;
	height: 200px;
	margin-top: 20px;
}

/*---Mainのスタイル---*/
div#Main {
	width: 720px;
	margin: 69px 60px 0 60px;

}

div#Menu {
	width: 600px;
	height: 43px;
	background: url(../img/menu.gif) no-repeat left top;
}

div#Menu h2 {
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}

div#Sab {
	width: 564px;
	overflow: hidden;
	padding-top: 30px;
}

div#Left {
	width: 317px;
	float: left;

	
} 

div#Right {
	width: 247px;
	float: right;

}

div#Main ul {
	list-style: none;
	color: #595757;
	margin-bottom: 215px;

}

/*div#Sab th {
	text-align: left;
	font-size: 150%;
	color: #96bf8f;
}*/

th#One {
	height: 19px;
	background: url(../img/cut.gif) no-repeat left top;
}

th#Two {
	height: 19px;
	background: url(../img/color.gif) no-repeat left top;
}

th#Three {
	height: 19px;
	background: url(../img/parm.gif) no-repeat left top;
}

th#Four {
	height: 19px;
	background: url(../img/straight.gif) no-repeat left top;
}

th#Five {
	height: 19px;
	background: url(../img/set.gif) no-repeat left top;
}

div#Sab th {
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	padding-bottom: 19px;
}

td {
	color: #595757;
}
div#Sab td.En {
	padding-left: 33px;
}

td.bottom{
	padding-bottom: 36px;
}

table {
	font-size: 1.16em;
}
