﻿@import url(layout.css);
body {
	color: #000;
	font-family: "MS UI Gothic";
	font-size: small;
	font-style: normal;
	background-color: #fff;
	line-height: 1.2em;
}
p {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
	text-align: center;
}
#masthead {
	width: 100%;
	height: 70px;
}
#navigation {
	background-color: #009900;
	overflow: hidden;
	color: #FFFFFF;
	padding-left: 100px;
}
#page_content {
	position: relative;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#column_l {
	position: relative;
	margin: 0 210px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
	width: 700px;
	text-align: left;
	height: auto;
}
#column_r {
	border: 1px none #99CCFF;
	float: none;
	width: 205px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
	height: auto;
	overflow: hidden;
}
#contents_left {
	float: left;
	width: 220px;
}
#contents_right {
	float: right;
	width: 480px;
	overflow: hidden;
}
#footer {
	background-color: #009900;
	padding-bottom: 5px;
	line-height: 1.1em;
}
/* マストヘッドのスタイル */
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* ナビゲーションのスタイル */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #008000;
	background-color: #009900;
	width: 100px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
	width: 100px;
}
#info {
	padding: 5px;
	overflow: auto;
	height: 80px;
	border: 1px outset #808080;
}
img {
	border-style: none;
}
/* コンテンツのスタイル */
h1 {
	font-size: 1.0em;
	color: #393939;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: メイリオ;
}
h2 {
	padding: 5px 5px 5px 25px;
	background-position: left center;
	font-size: 1.1em;
	color: #333333;
	background-image: url('../images/css_point.gif');
	background-repeat: no-repeat;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #0099FF;
	line-height: 1.4em;
	border-bottom-color: #0099FF;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
h3 {
	padding: 5px;
	font-size: 1.1em;
	color: #0066CC;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00FF00;
	margin-left: 15px;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* フッターのスタイル */
#footer p {
	font-size: 1.0em;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* リンクのスタイル */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.red-bold-20px {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
.width-100per {
	width: 100%;
}
.sec-midashi1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	padding: 3px;
}
.sec-waku1 {
	float: left;
	width: 150px;
	margin: 5px;
	height: 180px;
}
.sec-waku1-right {
	float: right;
	width: 150px;
	margin: 5px;
	height: 180px;
}
.waku-yellow {
	background-color: #FFFFCC;
	border: 1px solid #FFFF00;
}
.sokujitu {
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	background-color: #FFFF00;
	color: #FF3300;
	font-weight: bolder;
	line-height: 18px;
	text-align: center;
}
.cl_both {
	clear: both;
}
.margin-all-5px {
	margin: 5px;
}
.marigin-0-5px {
	margin-right: 5px;
}
.list-style-type-none {
	list-style-type: none;
}
.float-left {
	float: left;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}
.service_box {
	padding: 5px;
	width: 100px;
	float: left;
}
.border-width_all_0px {
	border-width: 0px;
}
.margin_all_5px {
	margin: 5px;
}
.text-align_center {
	text-align: center;
}
.bg_red {
	background-color: #FF0000;
}
.bg_org {
	background-color: #FF6600;
}
.bg_grn {
	background-color: #00FF00;
}
.line-height_24pt {
	line-height: 24pt;
}
.color_red {
	color: #FF0000;
}
.f16pt {
	font-size: 16px;
}
.b {
	font-weight: bold;
}
.bg_co_yellow {
	background-color: #FFFF00;
}
.right {
	text-align: right;
}
.tbl-cell {
	border: 1px solid #C0C0C0;
}
.tbl-midashi {
	border: 1px solid #C0C0C0;
	background-color: #99CCFF;
}
