@charset "utf-8";

/*aisatsu*/

#goaisatsu {
	width : 670px ;
	padding-bottom : 20px ;
	color : #003878 ;
	font-size : 90% ;
}

#goaisatsu p {
	margin-bottom : 1em ;
}

/*news*/

#news {
	width : 670px ;
	background:url(../img/news_bg.gif) no-repeat;
	padding : 14px 0 10px 20px ;
}

#news h1 {
	margin-bottom : 10px ;
}

#news p {
	margin-bottom : 10px ;
}

#news_line {
	width:670px;
	height:1px;
	background:url(../img/news_bg2.gif) no-repeat;
	margin-bottom : 1em ;
}

#news_line hr {
	display:none;
}


/*event*/

#event {
	width : 670px ;
	background:url(../img/event_bg.gif) no-repeat;
	padding : 14px 0 10px 20px ;
}

#event h1 {
	margin-bottom : 10px ;
}

#event p {
	margin-bottom : 10px ;
}

#event_line {
	width:670px;
	height:1px;
	background:url(../img/event_bg2.gif) no-repeat;
	margin-bottom : 1em ;
}

#event_line hr {
	display:none;
}

.eventcontents_line {
	width:620px;
	height:1px;
	background:url(../img/event_bg2.gif) no-repeat;
	margin-bottom : 1em ;
}

.eventcontents_line hr {
	display:none;
}



/*cafe*/

#cafe {
	width : 670px ;
	background:url(../img/cafe_bg.gif) no-repeat;
	padding : 14px 0 10px 20px ;
}

#cafe h1 {
	margin-bottom : 10px ;
}


#cafe_line {
	width:670px;
	height:9px;
	background:url(../img/cafe_bg2.gif) no-repeat;
	margin-bottom : 1em ;
}

#cafe_line hr {
	display:none;
}

#cafe_1 {
	float:left;
	width:190px;
}

#cafe_2 {
	float:right;
	width:450px;
}

#cafe:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

#cafe_3 {
	float:left;
	width:200px;
}

#cafe_4 {
	float:right;
	width:230px;
}

#cafe_2:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

#goaisatsu {
	clear:both;
}

.cafe_memo {
	color : #FF803C ;
}

