@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: small;
	min-width: 800px;
	color: #333;
	line-height:1.2em;
	background:#fff url("../../img/body_bg.gif");
}

form, input {
	margin: 0;
	padding: 0;
}

a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#f60;
	text-decoration: none;
}
a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd,address, form, blockquote, img {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.note {
	font-size: x-small;
	line-height:1.2em;
}


/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#container {
	position: relative;
	margin:0;
}

#bodyRight, #bodyLeft {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#bodyLeft {
	width: 626px;
	height: 150px;
	margin:0;
	padding: 0;
}
#bodyRight {
	width: 174px;
	height: 150px;
	margin:0;
	padding: 0;
	background:url("../../img/header_imgR.gif") no-repeat;
}

#bodyLeft h1 {
	width: 263px;
	height: 150px;
	background:url("../../img/header_imgL.gif") no-repeat;
	float:left;
}
#bodyLeft h1 a {
	width: 263px;
	height: 150px;
	margin-left: -2000px;
}
#bodyLeft #headNavi {
	width: 363px;
	height: 150px;
	float:right;
}

#bodyLeft #bodyMain {
	width: 536px;
	padding: 30px;
}

#bodyLeft #footNavi {
	width: 536px;
	margin: 0;
	padding: 10px 30px;
	font-size:x-small;
}
#bodyLeft #copyright {
	width: 536px;
	padding: 0 30px 10px 30px;
	font-size:x-small;
}



/* Side Bar */

#bodyRight #sideBar {
	width: 150px;
	margin:150px 0 0 0;
	padding:10px;
	font-size:x-small;
	color:#fff;
}
#bodyRight #sideBar .update {
	margin-bottom:10px;
	border-bottom:1px solid #fff;
}
#bodyRight #sideBar .date {
	font-size:x-small;
}
#bodyRight #sideBar .title {
	font-size:x-small;
	margin-bottom:10px;
}
#bodyRight #sideBar h4 {
	font-size:small;
	margin-bottom:5px;
	border-bottom:1px solid #fff;
}
#bodyRight #sideBar li {
	margin:5px 5px 5px 0;
}
#bodyRight #sideBar li.year {
	float:left;
	margin-bottom:5px;
}
#bodyRight #sideBar .banner {
	padding:10px 0;
}
#bodyRight #sideBar a {
	color:#fff;
	text-decoration: underline;
}
#bodyRight #sideBar a:hover {
	color:#fff;
	text-decoration: none;
}



.alt {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: -50000px;
}


#bodyLeft #link {
	color:#fff;
	margin-top:10px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
}

#bodyLeft #link .reserve {
	margin-bottom:10px;
	padding-left:5px;
	border-left:5px solid #f90;
	border-bottom:1px dotted #f90;
}

