@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */
h1 {
	margin-bottom:20px;
	background-image:url(../image/tokyo/ganchabou_guide_title.gif);
	background-repeat: no-repeat;
	text-indent:-1000px;
	height:25px;

}

/*----------------------------------------------------
	店舗情報
		#info
----------------------------------------------------*/
#info {
	float:left;
	width:950px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:medium dotted #CCCCCC;
}
#info #pic{
	float:left;
	width:300px;
}
#info #msg{
	float:left;
	width:600px;
	margin-bottom:5px;
	margin-left:10px;
}

#info #name {
	color:#ce0000;
	font-weight:bold;
	margin-left:-10px;
}

#info #tel {
	margin-bottom:5px;
}

#info #sub_pic1{
	float:left;
	margin-right:10px;
}
#info #sub_pic2{
	float:left;
	margin-right:10px;
}

#info #sub_pic3{
	float:left;
}

#info .em {
	float:left;
}

/*----------------------------------------------------
	岩茶房　最新情報
		#news
----------------------------------------------------*/
#news {
	float:left;
	width:950px;
	padding-bottom:30px;
	margin-bottom:30px;
	border:medium double #CC0000;
}

#news .box {
	margin-left:5px;
	margin-bottom:30px;
	float:left;
}

#news .box .title{
	font-weight:bold;
}

#news .box .msg{
	margin-left:20px;
	margin-right:10px;
	width:700px;
	float:left;
}

#news .box .img{
	float:left;
	width:180px;
}

#news .box .img .caption{
	font-size:70%;
	float:left;
}

#news #etc_info {
	float:left;
	width:950px;
	text-align:right;
}
/*----------------------------------------------------
	岩茶とは
		#teache1
----------------------------------------------------*/
#teache1 {
	float:left;
	width:950px;
	padding-bottom:25px;
	margin-bottom:30px;
	border:medium solid #CC0000;
}

#teache1 .box {
	margin-left:5px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:medium solid #CC0000;
	float:left;
}

#teache1 .box .title{
	font-weight:bold;
}

#teache1 .box .msg{
	margin-left:20px;
	margin-right:15px;
	width:620px;
	float:left;
}

#teache1 .box .img{
	float:left;
	width:285px;
}

/*----------------------------------------------------
	岩茶のおいしい淹れ方
		#teache2
----------------------------------------------------*/
#teache2 {
	float:left;
	width:950px;
	padding-bottom:25px;
	margin-bottom:30px;
	border:medium solid #CC0000;
}

#teache2 .box {
	margin-bottom:20px;
	margin-left:5px;
	padding-bottom:20px;
	float:left;
}

#teache2 .box .title{
	font-weight:bold;
}

#teache2 .box .msg{
	margin-left:20px;
	margin-right:15px;
	margin-bottom:30px;
	width:620px;
	float:left;
}
#teache2 .box .msg2{
	width:950px;
	float:left;
}
#teache2 .box .msg2 table{
	width:600px;
	margin:0 auto;
}

#teache2 .box .msg2 td{
	border: 1px solid #CC0000;
	padding:5px;
}

#teache2 .box .img{
	float:left;
	width:285px;
}

