@charset "utf-8";
/* formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.6;
	color: #313131;
	background-color: FFF2B9;
	background-image: url(img_common/back.gif);
	background-repeat: repeat;
}
/* link style
-------------------------------*/
a img {
	border: none;
}
a:link {
	color: #313131;
	text-decoration: none;
}
a:visited {
	color: #313131;
	text-decoration: none;
}
a:hover {
	color: #973206;
	text-decoration: underline;
}
a:active {
	color: #313131;
	text-decoration: none;
}
/* basic layout
-------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
}
#address {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* header layout
-------------------------------*/
#header {
	padding: 10px 30px;
	background-image: url(img_common/header_back.gif);
	background-repeat: no-repeat;
	height: 90px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 30px;
	top: 10px;
}
#header ul {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 412px;
}
#header ul li {
	float: left;
	list-style: none;
}
/* news layout
-------------------------------*/
#new {
	background-image: url(img_index/new_back.gif);
	background-repeat: no-repeat;
	height: 61px;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 10px;
	clear: both;
}
#new h2 {
	position: absolute;
	left: 15px;
	top: 10px;
}
#new ul {
	position: absolute;
	left: 210px;
	padding-top: 12px;
}
#new ul li {
	list-style: none;
}
/* footer layout
-------------------------------*/
#footer {
	background-image: url(img_common/footer_back.gif);
	background-repeat: no-repeat;
	height: 31px;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 20px;
	clear: both;
}
#footer ul {
	padding-top: 10px;
}
#footer ul li {
	float: left;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* sidebar layout
-------------------------------*/
#sidebar {
	width: 200px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
}
#sidebar_contents {
	background-repeat: repeat;
	background-image: url(img_common/sidebar_back.gif);
	margin-top: 0px;
	background-position: top;
	margin-bottom: 0px;
	height: auto;
	padding: 10px 15px 0px;
}
#sidebar_top {
	font-size: 1px;
	line-height: 0px;
}
#sidebar_bottom {
	font-size: 1px;
	line-height: 0px;
}

/* main layout
-------------------------------*/
#main {
	width: 590px;
	float: right;
	margin-bottom: 20px;
	margin-top: 0px;
}
#main_contents {
	background-image: url(img_common/main_back.gif);
	background-repeat: repeat;
	width: 550px;
	padding: 10px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main_top {
	font-size: 1px;
	line-height: 0px;
}
#main_bottom {
	font-size: 1px;
	line-height: 0px;
}
/* contents layout
-------------------------------*/
#nerai {
	width: 510px;
	border: 10px solid #FCCF81;
	padding: 10px;
}
#access_map {
	padding-right: 32px;
	padding-left: 32px;
}
#homeclass {
	height: 30px;
	width: 540px;
	border: 5px solid #FFFCDE;
}
#news {
	border: 5px solid #FFCC00;
	padding-left: 5px;
}

/* contents layout class
-------------------------------*/
.midashi {
	margin-top: 15px;
	margin-bottom: 10px;
}
.f-height26 {
	line-height: 2.6;
}
.subtitle {
	margin-bottom: 15px;
	color: #0000CC;
}
.f-bold {
	font-weight: bold;
}
.f-blue {
	font-weight: bold;
	color: #0000CC;
}
.f-yellow {
	font-weight: bold;
	color: #FF9900;
}
.f-red {
	font-weight: bold;
	color: #FF0000;
}
.chuigaki {
	font-size: 90%;
	line-height: 1.3;
}
.annai_hyo table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse:collapse;
}
.annai_hyo td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-right: 3px;
	padding-left: 3px;
}

.f-size120 {
	font-size:120%;
}
.link {
	color: #FF0000;
	text-decoration: underline;
}
.padding5 {
	padding: 5px;
}

