@charset "utf-8";
/* top.css */

/* トップイメージ */
#top_image{
	margin:0 15px;
	border-bottom:1px solid #999;
}

/* メインコンテンツ */
#main_contents{
	float:right;
	width:628px;
	margin-right:15px;
	border-left:1px dotted #666;
}

h3 {
	width:618px;
	background:#333;
	color:#ccc;
	margin:0;
	padding:6px 0 2px 10px;
	font-weight:normal;
	font-size:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

/* PRODUCTS */

#products {
	margin:0;
	padding:0;
}

#products ul{
	margin:3px 0 20px 25px;
	list-style-type:none;
	text-align:center;
}

#products ul:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}


#products ul li{
	display:inline;
	float:left;
	width:82px;
	height:82px;
	margin:7px;
	padding:0;
}

#products ul li a {
	margin:0;
	padding:0;

}

#products ul li img {
	margin:0;
	padding:0;
	border:1px solid #c3c3c3;
}

/* NEWS RELEASE */
#news_release {
	float:left;
	width:373px;
	margin:0;
	padding:0;
}

#news_list {
	padding:15px 15px 0 10px;
	height:345px;
	overflow:auto;
}

.news_date{
	margin:13px 0 10px 0;
	padding:0 0 0 4px;
	border-left:4px solid #ccc;
	border-bottom:1px dotted #ccc;
}

#news_list img{
	float:left;
	width:100px;
	height:100px;
	margin:0 10px;
}

#news_list p {
	margin-left:10px;
}

.readmore{
	clear:both;
	margin-top:20px;
	text-align:right;
}

h4{
	margin:10px;
	font-size:14px;
	font-weight:bold;
}
/* ツイッター */
#top-twitter {
	float:right;
	width:250px;
	height:300px;
	background-color:#333;
	margin:0;
	padding:0;
	margin-top: 2px;
}

#top-twitter:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}


/* SHOPINFOMATION */
#shop_info{
	clear:both;
}

#shop_info_list {
	margin:10px 20px 20px 20px;
}

#shop_info_list:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#shop_info_list img{
	float:left;
}

#shop_info_list p{
	margin-left:140px;
	font-size:10px;
	line-height:1.2em;
}

#shop_info_list a{
	color:#666666;
	text-decoration:underline;
}

#shop_info_list a:hover{
	color:#0033cc;	
}
