﻿/* CSS レイアウト */
#masthead {
	border: 1px solid #cccccc;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	background-image: url('../images/head_bg.gif');
}
#top_nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
}
#container {
	border: 1px solid #cccccc;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	padding: 5px;
	margin-left: 200px;
	width: 590px;
	line-height: 1.4em;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cccccc;
}
#bottom_nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer {
	padding: 8px 10px 10px 10px;
	border: 1px solid #cccccc;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10pt;
	background-image: url('../images/head_bg.gif');
}
body {
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #333333;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #Ffcc00;
	text-decoration: underline;
}
.button {
	border: 0px solid #cccccc;
	margin-bottom: 5px;
}
{}
.contents-img {
	margin: 5px;
	border: 1px solid #cccccc;
	padding: 2px;
}
.link_img {
	border-width: 0px;
}
.menu_map {
	font-size: small;
	text-align: center;
	margin-top: 0px;
}
.header_img {
	border-width: 0px;
}
.window_nav_icon {
	border-width: 0px;
	vertical-align: text-bottom;
}
.menu-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.button-home {
	border: 0px solid #cccccc;
	margin-bottom: 5px;
	margin-top: 10px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.sub-list {
	font-size: small;
	list-style-position: inherit;
	margin-left: 25px;
	margin-bottom: 10px;
}
.button-top-line {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #dddddd;
	margin-bottom: 5px;
	padding-top: 8px;
}
