@charset "utf-8";
/* CSS Document */


/* 【カフェ】スタイル */

@import "reset_style.css";
@import "base.css";



/* メニューのダウンイメージ */

ul.nav li#nav_cafe {
	background-image: url(../images/base/list_cafe_over.gif);
	background-repeat: no-repeat;
}
ul.nav li#nav_cafe a {
	background-image: url(../images/base/list_cafe_down.gif);
	background-repeat: no-repeat;
}


/* カフェコンテンツのスタイリング */

.box {
	width: 400px;
	margin: 0 auto 30px auto;
	border-bottom: 2px dotted #cccccc;
}

.top_img {
	margin: 0 0 15px 0;
}

h3 {
	padding: 0 0 0 10px;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #aaaaaa;
	border-left: 10px solid #ffbb33;
	color: #505050;
}

.text {
	padding: 10px 5px 10px 5px;
	color: #333333;
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page_top {
	margin: 0 90px 20px 0;
	text-align: right;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}







