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

/**********************************************************
　Setting - 初期化
***********************************************************/
/* Reset CSS (v1.0 | 20080212) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset CSS */

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
}
img{
	vertical-align: bottom;
}



/**********************************************************
　Link - リンク
***********************************************************/
a{
	color: #C00;
}
a:hover{
	color: #C66;
}



/**********************************************************
　Layout - レイアウト
***********************************************************/
body{
	height: 100%;
	font-size: small;
	background-color: #FFF;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height: 145%;
}

#container{
	width: 798px;
	margin: 15px auto 5px;
	border: 1px solid #333;
}
#contents{
	padding: 0;
	background: #FFF url(img/bg_contents.gif) repeat-y;
	overflow: hidden;
	_zoom: 1;
}

h1{
	border-bottom: 1px solid #333;
}


/**********************************************************
　左カラム
***********************************************************/
#left{
	float: left;
	width: 229px;
}
#left h2{
	margin: 5px 3px 2px;
	padding: 7px;
	color: #FFF;
	font-family: Arial Black;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.cb{
	background-color: #3CF;
}
.cp{
	background-color: #F09;
}
.cy{
	background-color: #FC0;
}
.cg{
	background-color: #9C3;
}


#left p{
	padding: 3px 10px 10px;
	font-size: 90%;
	line-height: 140%;
}
#left p img{
	margin: 5px 0 0;
}

#left ul{
	padding: 3px 10px 10px;
	background-color: #FFF;
}
#left li{
	margin: 1px 0;
	padding-left: 15px;
}
.cy li{
	background: #FFF url(img/li_y.png) no-repeat center left;
}
.cg li{
	background: #FFF url(img/li_g.png) no-repeat center left;
}
#left li a{
	color: #000;
	text-decoration: none;
}
#left li a:hover{
	text-decoration: underline;
}


#left img{
	margin: 3px 10px 10px;
}

#left dl{
	padding: 3px 10px 10px;
}
#left dt{
	font-weight: bold;
}
#left dd{
	margin: 0 5px 10px;
	font-size: 90%;
	line-height: 140%;
}


/**********************************************************
　右カラム
***********************************************************/
#right{
	float: right;
	width: 530px;
	margin: 20px 18px 15px 0;
	_margin-right: 10px;
}



/**********************************************************
　フッター
***********************************************************/
#footer{
	clear: both;
	width: 800px;
	margin: 0 auto 20px;
}
.copyright{
	color: #000;
	font-size: 90%;
	font-style: normal;
	text-align: center;
}
.copyright img{
	margin-left: 5px;
	vertical-align: baseline;
}


/**********************************************************
　エントリー
***********************************************************/
.entry{
	margin-bottom: 30px;
	padding: 1px;
}
.entry h2{
	padding: 8px 10px;
	font-size: 140%;
	font-weight: bold;
	border-top: 3px solid #FC0;
	border-bottom: 3px solid #FC0;
}
.entryDate{
	padding: 0 5px 3px;
	color: #666;
	text-align: right;
}
.entry p{
	margin: 1em 15px;
}
.up{
	margin: 10px;
	text-align: right;
}




/**********************************************************
　カレンダー
***********************************************************/
#calendar{
	margin: 5px 5px 0;
	padding: 5px;
	text-align: center;
	border: 1px solid #9C3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#calendar h2{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-size: 100%;
	font-family: sans-serif;
	border: none;
}
#calendar h2 a{
	color: #F90;
	text-decoration: none;
}
#calendar h2 a:hover{
	color: #FC6;
}

.calendar{
	margin: 5px 0 0;
	text-align: center;
}
.calendarhead{
	margin-top: 10px;
	letter-spacing: 0.2em;
}
.calendar table{
	width: 205px;
}
.calendar th{
	padding: 2px 0;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #9C3;
	border-bottom: 1px solid #9C3;
}
.calendar td{
	padding: 2px;
	text-align: center;
	line-height: 120%;
}
.calendar a{
	display: block;
	background-color: #EEE;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.calendar a:hover{
	background-color: #9C3;
	color: #FFF;
}
.today{
	display: block;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #0000ff;
}
.calendar a:hover,
.saturday a:hover,
.holiday a:hover{
	color: #FFF;
}


/**********************************************************
　バナー
***********************************************************/
.banner{
	margin-top: 2px;
	margin-left: -5px;
	padding: 0;
}


/**********************************************************
　お食事会
***********************************************************/
#syokuji{
	margin-bottom: 25px;
	background-color: #FF0;
	border: 5px solid #000;
}
.big{
	font-size: 120%;
	font-weight: bold;
}


#syokuji table{
	margin: 5px 10px;
}
#syokuji th,#syokuji td{
	padding: 3px 5px;
	border-bottom: 1px solid #333;
}
#syokuji th{
	white-space: nowrap;
	padding-right: 15px;
	text-align: left;
	vertical-align: middle;
}

.toiawase{
	margin: 5px 10px;
	text-align: center;
}
.toiawase .big{
	color: #C00;
}
