@charset "utf-8";
/* CSS Document */

* {
	font:normal normal bold 16px/1.5em meiryo;
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
body {
	background:url('images/hewett00.jpg') left /*repeat-y*/;
	text-align:center;
	color:#6A3A0D;
}
img {
	border:none;
}
img, h1, h2, dl.Collection {
	behavior: url(common/iepngfix.htc);
}

#Wrapper {
	width:900px;
	text-align:left;
	margin:0px auto;
	background:url('images/hewett01.jpg') top center no-repeat;
	padding-top:200px;
}
h1 {
	float:left;
	background:url(images/hewett02.png) top left no-repeat;
	width:473px;
	height:186px;
	text-indent:-9999px;
	margin-bottom:30px;
}

p {
	margin-bottom:20px;
}
h2 {
	background:top left no-repeat;
	text-indent:-9999px;
	margin:30px 0px 20px;
}
h3 {
	color:#E03837;
	font-weight:bold;
}
table.data {
	margin-bottom:30px;
}
table.data, table.data th, table.data td {
	border-collapse:collapse;
	padding:5px;
	text-align:left;
	vertical-align:top;	
}
table.data th, table.data td {
	border:1px solid #000000;
}
table.data th {
	background:#000000;
	width:160px;
	opacity:0.7;
	filter: alpha(style=0, opacity=70);
	color:#FFFFFF;
	text-align:left;
}
table.data td {
	background:#FFFFFF;
	opacity:0.7;
	filter: alpha(style=0, opacity=70);
	color:#000000;
}
table.data th, table.data td, table.data td * {
	font-weight:bold !important;
}
ul.ListItem li{
	list-style:outside disc;
	margin:0px 0px 5px 20px;
}
span.Note {
	color:#CC0000;
	font-size:12px;
}
.map a {
	color:#CC0000;
	border:1px solid #CC0000;
	padding:1px 3px 1px;
	font-size:14px;
	margin-left:10px;
}
.map a:hover {
	color:#FFFFFF;
	border:1px solid #CC0000;
	background:#CC0000;
}
div.Recommend {
	background:url(images/hewett16.gif) top right no-repeat !important;
}

div.Recommend, div.Collection {
	border:2px dotted #E03837; 
	padding:10px; margin-bottom:30px;
	background:url(images/hewett11.png) top right no-repeat;
	
	width:876px;
}
dl.Recommend dt, dl.Collection dt {
	float:left;
}
dl.Recommend dd, dl.Collection dd {
	text-align:justify;
}
dl.Recommend dd p, dl.Collection dd p {
	margin-bottom:10px;
	font-size:14px;
	color:#000000;
}
dl.Recommend strong, dl.Collection strong {
	font-size:14px;
	color:#E03837;
	font-weight:bold;
}

#Footer {
	border-top:1px solid #000000;
	padding-top:10px;
	text-align:center;
	margin-top:30px;
}
#Footer a {
	font-size:12px;
	color:#000000;
}
#Footer a:hover {
	color:#E03837;
}
/* FORM ----------------------------------------------------*/
ul.num li {
	list-style:outside decimal;
	margin:0px 0px 5px 25px;
}


/* FLOAT CLEAR ---------------------------------------------*/
.f-clear {
	clear:both;
	font-size:0px;
}
.margin-btm {
	margin-bottom:30px;
}