@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}


#container {
	width: 880px;
	margin-left: 20px;
}

/*======================
Maincontents
======================*/

#maincontent {
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#maincontent h3 {
	color: #222222;
	font-weight: normal;
}

#maincontent h4 {
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222222;
	background-image: url(../images/h4_bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 90%;
}

#maincontent p {
	font-size: 80%;
	color: #333333;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#maincontent ol {
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	padding-left: 30px;
	margin-bottom: 20px;
}

#tewaza {
	overflow:hidden;
	width: 660px;
}


#tewaza h2 {
	background-image: url(../equipment/images/index_h2.gif);
	background-repeat: no-repeat;
	width: 660px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}

