@charset 'utf-8';

/* 全ページ共通css */

/* 初期化 */

* {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
}

.clear {
	clear: both;
}

body {
	background-color: white;
	font-family: "メイリオ", sans-serif;
	text-align: center;
	background: url("../image/back.png") repeat top left #FFF;
}

img {
	border: 0;
}

hr {
	display: none;
}

hr#normal {
	border: 1px solid #BBB;
}

div#container {
	position: relative;
	width: 954px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFE2B3;
	text-align: left;
	overflow: hidden;
	font-size: 11pt;
	background: url("../image/back2.png") repeat top left #FFF;
}

/* ロゴ */

header {
	width: 954px;
	height: 160px;
	margin-bottom: 20px;
	background: url("../image/title.jpg") no-repeat top left;
}

h1 {
	position: relative;
	top: 108px;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 11pt;
	text-align: right;
	color: #EEE;


	text-shadow: 2px 2px 3px #222;
	
	-webkit-box-shadow: 2px 2px 2px #865;
	-moz-box-shadow: 2px 2px 2px #865;
	box-shadow: 2px 2px 3px #865;
}

/* メニュー */

#menu_bar {
	position: relative;
	top: 114px;
	height: 20px;
	padding: 3px;
	border-bottom: 3px double #555;
}

#menu_bar ul {
	list-style-type: none;
}

#menu_bar li {
	float: left;
	margin-top: 1px;
	padding: 0 25px;
	text-align: center;
}

#menu_bar a {
	font-weight: bold;
	color: #188;
}

#menu_bar a:hover {
	text-decoration: underline;
	color: #33F;
}

footer {
	clear: both;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	border-top: 2px dotted #F8D2A3;
	font-size: 10pt;
	text-align: center;
	color: #333;
}

/* その他 汎用 */

span.day_sat {
	color: #3E56A1;
}

span.day_sun {
	color: #E45439;
}

span.season_spring {
	color: #283;
}

address {
	font-style: italic;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
}

