@charset "utf-8";
/* CSS Document */

* {
	magin: 0px;
	padding: 0px;
	margin: 0px;
   }.main {
	background-color: #FFF;
	background-image: url(header.jpg);
	width: auto;
	background-repeat: no-repeat;
	padding-bottom: 90px;
	padding-top: 150px;
}
.left_bar {
	float: left;
	width: 15em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	background-color: #FFF;
}
.main_content {
	/* margin: 0 auto - 自動マージン（幅と連動）により、必要に応じてページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFF;
	margin-left: 15em;
	margin-right: 16em;
	padding-right: 2em;
	padding-left: 2em;
}

h1 {
	color: #FFF;
	background-color: #090;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 2em;
	margin-top: 0.5em;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #06F;
	border-left-color: #06F;
}
h3 {
	margin-left: 3em;
	font-size: 16px;
	font-weight: bold;
	color: #044;
}
.main .main_content h4 {
	font-size: 14px;
	background-color: #FFF;
	color: #000;
	text-align: left;
	font-weight: normal;
	padding-right: 2em;
	padding-left: 3em;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #090;
	text-align: center;
}
.main .left_bar ul {
	font-size: 14px;
	font-weight: bold;
}

.main .left_bar ul li {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0C9;
	border-left-color: #0C9;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
}

.right_bar {
	float: right;
	width: 15em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
	border: 1px solid #090;
	margin-right: 1em;
	background-color: #FFF;

}
.footer {
	clear: both;
	font-size: 10px;
	text-align: right;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #FFF;
}
.main .left_bar ul li a:link {
	color: #000;
	font-style: normal;
	text-decoration: none;
}
.main .left_bar ul li a:hover {
	background-color: #DFD;
	display: block;
	color: #A00;
}
.main .left_bar ul li a:visited {
	color: #000;
	text-decoration: none;
}
.main .left_bar ul li a {
	display: block;
}
.main .main_content h5 {
	font-size: 13px;
	padding-left: 3em;
	font-weight: normal;
}

.main .main_content h3 a:visited {
	color: #03C;
	text-decoration: none;
}
.modoru {
	font-size: 10px;
	text-align: right;
}

.main .main_content h3 a:link {
	color: #03C;
	text-decoration: none;
}

.main .main_content h3 a:hover {
	color: #F00;
	text-decoration: none;
}
.modoru {
	text-align: right;

}
.main .main_content ol li {
	margin-left: 8em;
}
.main .main_content h6 {
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	color: #900;
	text-align: right;
}
.main .main_content .shinsai {
	border: thin solid #F00;
	font-size: 16px;
	color: #F00;
}
.main .right_bar .deadline {
	text-decoration: line-through blink;
}
