@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;
	border-left: 5px solid #333333;
	line-height: 1.4;
	padding-left: 8px;
	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;
}

#sosei {
	overflow:hidden;
	width: 660px;
}


#sosei h2 {
	background-image: url(../equipment/images/sosei_h2.gif);
	background-repeat: no-repeat;
	width: 660px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}

