@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: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

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;
	background: url("../image/back.png") repeat top left #FAEAD4;
	text-align: left;
	overflow: hidden;
	font-size: 12pt;
}

/* ロゴ */

div#logo {
	width: 954px;
	height: 180px;
	border-bottom: 1px solid #CA8;
	background: url("../image/title.jpg") no-repeat top left;
}

h1#logo_txt {
	position: relative;
	top: -61px;
	left: -20px;
	font-size: 11pt;
	text-align: right;
}

/* メニュー */

div#menu_bar {
	position: relative;
	top: -54px;
	left: 42px;
	height: 31px;
	padding: 3px;
	background: url("../image/menu_back.gif") no-repeat top left;
}

div#menu_bar span {
	float: left;
	position: relative;
	top: 3px;
	left: 35px;
	width: 160px;
	height: 19px;
	text-align: center;
}

div#menu_bar img:hover {
	border-top: 2px dotted #E88137;
	border-bottom: 2px dotted #E88137;
}


/* その他 汎用 */

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;
}

div#footer {
	clear: both;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	border-top: 2px dotted #F8D2A3;
	font-size: 10pt;
	text-align: center;
	color: #333;
}

.ten_pt {
	font-size: 10pt;
}

