/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

div#content {
	margin: 0px;
	padding: 0px;
	width: 738px;
	text-align: left;
}
div#content table {
	margin: 0px;
	padding: 0px;
	width: 738px;
	float: left;
}
div#content table td {
	vertical-align: top;
}


div#tehai {
	text-align: left;
}

div#tehai ul{
	padding:0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 150px;
	list-style-type: none;
}
div#tehai ul a:link {
	text-decoration: none;
	background-image: url(../image/icon/ya_a001.gif);
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 150%;
	background-position: left center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
div#tehai ul a:hover {
	text-decoration: underline;
	background-image: url(../image/icon/ya_a001.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 3px;
	line-height: 150%;
	background-position: left center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
div#tehai ul a:visited {
	text-decoration: none;
	background-image: url(../image/icon/ya_a001.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 3px;
	line-height: 150%;
	background-position: left center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.omise {
	padding-bottom: 0px;
	padding-top: 5px;
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}
div#footer {
	background-image: url(img/footer.gif);
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 738px;
	background-repeat: no-repeat;
	float: left;
}

