/* CSS　四季音サイト　*/

body {
	background-color: #FCFCEC;
	background-image: url(../shikine/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

a {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #CC3399;
	text-decoration: none;
}

#containar {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.95em;
	color: #333333;
}
#header {
}
#image {
}
#main {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#menulist {
}

#menulist table {
	background-color: #CCCCCC;
	margin-bottom: 20px;
	width: 100%;
}
#menulist table caption {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993333;
	text-align: left;
	padding: 5px;
}
#menulist th {
	font-size: 15px;
	background-color: #EEE1D6;
	text-align: left;
	width: 40%;
}
#menulist td {
	background-color: #FFFFFF;
	text-align: right;
	font-size: 15px;
}

#footer {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	font-size: 0.9em;
	color: #666666;
}

#higawari td {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 15px;
}

#higawari th {
	background-color: #EEE1D6;
	text-align: center;
	font-size: 15px;
	width: 20%;

}



}