@charset "utf-8";

body {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
body,h1,h2,h3,h4,h5,p,ul,li {
	margin: 0px;
	padding: 0px;
}
img {border:none;}
ul li {list-style-type: none;}

#main {
	width: 940px;
	margin: 0px auto;
	text-align: left;
}
#header {
	padding: 16px 5px 14px 35px;
	border-bottom: 1px solid #666666;
}
#header h1 {
	width: 138px;
	float: left;
}
#header p {
	width: 142px;
	float: right;
}
#contents {
	width: 940px;
	padding: 9px 0px 10px 0px;
	border-bottom: 1px solid #666666;
}
#contents ul {
	width: 940px;
	padding-bottom: 19px;
}
#contents ul li {
	width: 188px;
	float: left;
}
#picture {
	width: 505px;
	float: left;
}
#detail {
	width: 435px;
	float: right;
}
h2 {padding: 9px 0px 15px 50px;}
h3 {
	margin-bottom: 18px;
	padding: 14px 0px 13px 50px;
	background-color: #E50012;
}
.comment {
	height: 121px;
	padding: 0px 18px 0px 50px;
}
.comment p {
	width: 367px;
	font-size: 0.8em;
	line-height: 1.6em;
}
#com1 {
	position: absolute;
	left: auto;
	top: auto;
	visibility: visible;
}
#com2,
#com3,
#com4,
#com5 {
	position: absolute;
	left: auto;
	top: auto;
	visibility: hidden;
}
#button {
	padding: 121px 0px 24px 0px;
	padding-bottom: 24px;
	text-align: center;
}
#footer {padding: 13px 0px;}
#footer ul#address {
	width: 302px;
	font-size: 0.65em;
	line-height: 1.2em;
	color: #999999;
	float: left;
}
#footer ul#banner {
	width: 194px;
	float: left;
}
#footer ul#banner li {
	width: 97px;
	float: left;
}
#footer p {
	width: 435px;
	padding-top: 22px;
	font-size: 0.65em;
	line-height: 1.1em;
	color: #999999;
	text-align: right;
	float: right;
}


/* fit images on text tags */
#header,
#contents ul,
h2,
h3,
#footer ul#banner {
	font-size: 0px;
	line-height: 0px;
}

/* clearfix */
#header:after,
#contents:after,
#contents ul:after,
#footer:after,
#footer ul#banner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header,
#contents,
#contents ul,
#footer,
#footer ul#banner {
 zoom:100%;
}


