@import url('reset.css');

body {
	color: #333333;
	font-size: 12px;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background-color: #ECEED2;
	background-position: center;
	text-align: center;
	line-height: 1.5em;
}

a {
	color:#0066cc; text-decoration:none;
}

a:hover {
	position: relative;
	top: 2px;
	left: 2px;
	text-decoration:underline;
}

a:hover img{
	filter: alpha(style=0, opacity=80);
	opacity:0.8;
	background: white;
	border: 3 solid #F90;
}

#prev{
	margin: 20px auto;
	width: 910px;
	text-align: left;
}

#head{
	display: block;
	width: 910px;
	margin: 0px auto;
}


#contents{
	width: 900px;
	margin: 40px auto;
	padding: 10px;
	background-color: white;
	
}

#contents p.lead{
	width: 850px;
	margin: 20px auto;
	text-align: left;
}

.itemleft{
	width: 405px;
	margin: 10px 20px;
	float: left;
	background-color: #CC0000;
	line-height: 0em;
	border: 5px #CC0000 solid;
}

.itemleft td{border: 5px #CC0000 solid;}

.item{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	line-height: 1.5em;
}

.itemright{
	width: 405px;
	margin: 10px 20px;
	float: right;
	background-color: #CC0000;
	line-height: 0em;
	border: 5px #CC0000 solid;
}

.itemright td{border: 5px #CC0000 solid;}

.itembottom{
	width: 200px;
	margin: 10px 0px 20px 20px;
	background-color: #CC0000;
	float: left;
	line-height: 0em;
	border: 5px #CC0000 solid;
}

.itembottom td{border: 5px #CC0000 solid;}

.clear { clear:both; }

#info{
	width: 900px;
	margin: 10px auto;
}

#info table{
	margin: 0px auto;
	width: 900px;
}

#info p.profile{
	font-size: 10px;
	margin: 0 auto;
}

#shop{
	margin: 0 0 0 50px;
	width: 360px;
	border-color:#808080;
	border-style:solid;
	border-width:1px;
	text-align:left;
	padding:10px;
}

#footer {
	width: 1000px;
	margin: 0px auto 10px auto;
	padding: 0
	text-align: center;
}

hr{
	height: 1px;
	border: none;
	border-top: 1px #800000 solid;
}

address {
	font-size: 10px;
	color: #808080;
	margin: 0; 
	padding: 0; 
	text-align: center;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
