@charset "UTF-8";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(../images/bg.gif);
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #0000FF;
}
.look {
	background: #FFFF99;
}



#header {
	background: url(../images/header_bg.gif) no-repeat center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
	#header h1 {
		font-size: 10px;
		font-weight: normal;
		text-align: right;
		padding-right: 10px;
		height: 30px;
		line-height: 30px;
	}
	#header #main-img {
		padding-top: 12px;
	}

#menu li {
	display: inline;
}

#contents {
	background: url(../images/contents_bg.gif) repeat-y center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}

#top_main {
	float: right;
	width: 478px;
	display: inline;
	margin-right: 20px;
	margin-top: 30px;
	background: url(../images/updating_information_bg.gif) repeat-y;
}
	#top_main li {
		width: 416px;
		padding: 0.5em 10px;
		border-bottom: 1px solid #D6D6D6;
		margin-left: 10px;
		text-indent: 16px;
	}
		#top_main li.info_01 {
			background: url(../images/updating_information_icon01.gif) no-repeat 5px center;
		}
		#top_main li.info_02 {
			background: url(../images/updating_information_icon02.gif) no-repeat 5px center;
		}
		#top_main li.end {
			border-bottom: none;
		}
	#top_main ul {
		padding: 0.5em 10px;
		padding-bottom: 10px;
		background: url(../images/updating_information_bg_end.gif) no-repeat 0px bottom;
	}

div#corporate_information {
	float: right;
	width: 478px;
	display: inline;
	margin-right: 20px;
	margin-top: 30px;
}

	table.table_default {
		border-top: 1px solid #B4B4B4;
		border-left: 1px solid #B4B4B4;
		display:block;
		width:474px;
		float:left;
	}
		table.table_default tr th {
			width:112px;
			border-right: 1px solid #B4B4B4;
			border-bottom: 1px solid #B4B4B4;
			background:#F0F0F0;
			text-align:left;
			text-indent:10px;
			padding-top:5px;
			padding-bottom:5px;
			line-height:1.5;
		}
		table.table_default tr td {
			width:350px;
			border-right: 1px solid #B4B4B4;
			border-bottom: 1px solid #B4B4B4;
			text-align:left;
			text-indent:0;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			line-height:1.5;
		}

	table.table_equipment {
		border-top: 1px solid #B4B4B4;
		border-left: 1px solid #B4B4B4;
		display:block;
		width:474px;
		float:left;
	}
		table.table_equipment tr th {
			width:440px;
			border-right: 1px solid #B4B4B4;
			border-bottom: 1px solid #B4B4B4;
			background:#F0F0F0;
			text-align:left;
			text-indent:10px;
			padding-top:5px;
			padding-bottom:5px;
			line-height:1.5;
		}
		table.table_equipment tr td {
			width:34px;
			border-right: 1px solid #B4B4B4;
			border-bottom: 1px solid #B4B4B4;
			text-align:left;
			text-indent:0;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			line-height:1.5;
		}

div#treatment {
	float: right;
	width: 478px;
	display: inline;
	margin-right: 20px;
	margin-top: 30px;
}
	div#treatment h3 {
		text-indent:10px;
		color:#FFFFFF;
		margin-top: 10px;
		margin-bottom: 10px;
		background: url(../images/h3_bg.gif) no-repeat 0px bottom;
	}

#sub {
	float: right;
	width: 262px; /*242px;*/
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
}
	#sub p {
		padding-bottom: 0.5em;
		padding-top: 0.5em;
	}
	#sub h4 {
		font-size: 100%;
		border: 1px solid #666666;
		text-align: center;
		background: #999999 url(../images/h3_bg.gif) no-repeat bottom;
		font-weight: normal;
		color: #FFFFFF;
		line-height: 26px;
	}
	#sub .waku ul.navmenu li a {
		text-decoration: none;
		display: block;
		border-bottom: 1px dotted #999999;
		background: url(../images/arrow2.gif) no-repeat left center;
		padding-left: 20px;
		zoom: 1;
	}
	#sub .waku ul.navmenu li a:hover {
		background: #bdbdbd url(../images/arrow2over.gif) no-repeat 3px center;
		color: #FFFFFF;
	}
	#sub .waku {
		/*border: 1px solid #999999;*/
		padding: 5px;
		/*background: #f5f5f5;*/
		margin-bottom: 0px; /*20px*/
	}


#footer {
	clear: both;
	background: url(../images/footer_bg.gif) no-repeat center bottom;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 50px;
}
	#footer ul li {
		display: inline;
		padding-right: 5px;
		padding-left: 5px;
		border-right: 1px solid #CCCCCC;
	}
	#footer .menutop {
		border-left: 1px solid #CCCCCC;
	}

#copyright {
	line-height: 1.2;
	font-size: 10px;
	padding-bottom: 20px;
}

#contents {
	display: inline-block;
}
	#contents:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/* Hides from IE-mac \*/
	*html #contents {
		height: 1%;
	}

	#contents {
		display: block;
	}
/* End hide from IE-mac */

p.center {
	text-align:center;
}

