@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body {
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
}

img{border:none;}
a{color:#333;}
a:hover{text-decoration:none;}
a:hover img {filter: alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;}


/*本体*/
.top { clear:both; font-size:0.7em; color:#666666; text-align:right; margin-right:10px;}
#wrap { clear:both; width:960px; margin:0 auto;}
#infoR { width:555px;}
#infoR h2{ padding-top:10px; text-indent:-9999px; background:url(../img/info.gif) no-repeat left bottom; height:50px;}
#ad li { float:left; margin:0; width: 50%;}
#ad li img { width: 90%; margin: 5%;}

#blogL { width:400px; float:right; margin-top:-60px;}
#blogL h2{ padding-top:10px; text-indent:-9999px; background:url(../img/blog_b.gif) no-repeat left bottom; height:50px;}

#infomation { text-align:center; margin-top:50px;}
#infomation h2 { 
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:2em;
	color:#575555; font-weight:normal; letter-spacing:0.3em; border-bottom:1px solid #AAAAAA; padding-bottom:0.1em; margin-bottom:20px;
	}
#infomation .tel{ padding:5px; font-size:1.2em; background-color:#E9E8C2; width:33%; text-align:center; margin:15px auto 39px;}

/*ブログ*/
#blogL .rssHeader { display:none;} 
#blogL .rssBody { margin-top:30px; margin-left:20px;} 
#blogL h3 { text-align:left; font-size:0.9em; text-indent:6px; float:left;} 
#blogL li div { text-align:left; text-indent:10px; font-size:0.8em;}
#blogL li p { text-align:left; padding:0 10px; font-size:0.8em; clear:both; margin-top:5px; line-height:1.5;}
#blogL li { margin-top:10px; padding-bottom:10px;}
#blogL a{ display:block; color:#009;}

/*カンパニー*/
#company dl { font-size:0.8em; color:#666666; margin-left:40px; letter-spacing:0.2em; float:left;}
#company dt { float:left; clear:both; margin-right:20px;}
#company dd { margin-bottom:10px; width:250px;}
#shop { float:right;}
#map { clear:both; font-size:0.8em; text-align:right; padding-right:80px; padding-top:30px;}

/*商品*/
.items { clear:both;}
.items figure{ float:left; margin:20px 34px; text-align:center; font-size:0.8em; width:172px; height:265px; display:block;}
.items figcaption { margin-top:5px;}

#copy { clear:both; font-size:80%; color:#999999; background-color:#CCC;}

/*コンタクト*/
#contact0 { width:530px; margin:0 auto; font-size:0.8em; color:#999999; text-align:left;}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
	
	
