@charset "utf-8";
body {
	margin:0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
}

#TitleWrapper {
	background-image:url(../images/materials/head-bg.gif);
	background-repeat:repeat-x;
	height:120px;
}
#Title {
	width:800px;
	margin:0 auto;
	padding:0;
	line-height:120px;
	text-align:left;
}

#Title img#Logo {
	float:left;
	vertical-align:middel;
}
#Title img#TitleMsg {
	float:right;
}
h2 {
	margin:0;
	padding:0;
}
#ContentsWrapper {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
#Contents {
	text-align:left;
	width:800px;
	margin:0 auto;
	padding:5px;
	background-color:#ffffff;
	border-top:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	border-bottom:2px solid #333333;
	border-right:2px solid #333333;
}
h3.imgMsg {
	padding:0 10px;
	background-image:url(../images/materials/head-bar.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:35px;
}
h3.line {
	border-left:5px solid #ffcc00;
	border-bottom:1px solid #ffcc00;
	padding:0 10px;
}
h4 {
	margin:0 0 5px;
	font-size:100%;
	padding:0;
	color:#0000ff;
}
p {
	margin:0 0 10px;
	padding:0;
	line-height:150%;
	font-size:90%;
}
ul.speciality {
	margin:0 0 5px;
	padding-left:20px;
	list-style-type:square;
}
ul.speciality li {
	line-height:150%;
	font-size:90%;
}
#EquipmentWrapper {
	margin:20px 0;
	text-align:center;
}
table#Equipment {
	width:700px;
	border-collapse:collapse;
	margin:0 auto;
	font-size:90%;
}

table#Equipment caption {
	text-align:left;
	font-weight:bold;
}
table#Equipment th {
	text-align:left;
	width:140px;
	background-color:#FFCC00;
	color:#333333;
}
table#Equipment td {
	text-align:left;
	padding:5px;
}

div#InquiryWrapper {
	text-align:center;
}
div#Inquiry {
	width:620px;
	margin:0 auto;
	text-align:left;
}
div#Inquiry table {
	border-collapse:collapse;
	font-size:90%;
	height:200px;
	margin-top:30px;
}
div#Inquiry table th {
	background-color:#FFCC00;
	padding:5px;
	text-align:left;
}
div#Inquiry table td {
	padding:5px;
}

address#Footer {
	margin-top:10px;
	font-style:normal;
	font-size:80%;
	background-color:#000000;
	color:#FFFFFF;
	padding:10px;
}

.clear {
	clear:both;
	height:0;
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
img.alignLeft {
	float:left;
	margin-right:10px;
}
img.alignRight {
	float:right;
	margin-left:10px;
}

a img {
	border:none;
}
