@charset "UTF-8";

/* 基本スタイル */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.95em;
	line-height: 1.6em;
	background-color: #F5F5F5;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

.attract { background: #FFEE99; font-weight: bold;}
.red { color:#CC0000; font-weight: bold;}
.green { color: #339900; font-weight: bold;}

table{
	width:600px;
	font-size:13px;
	margin-top:10px;
	margin-bottom:10px;
}

.tblbd{
 border-collapse:collapse;
 border:#ccc solid 1px;
 }

.tblbd th {border:#ccc solid 1px;}

.tblbd td {border:#ccc solid 1px;}

th{     text-align: center;
	background-color:#EBEBEB;
}

td{     text-align: center;
	background-color:#FFFFFF;
}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, h2, h3, h4, h5, .title ,.menutitle{
	font-family:sans-serif;
	font-weight:bold;
}


h1,h2,h3,h4{
	clear:both;
}

.deco_left {
	margin: 5px 10px 10px 0px;
	padding: 0;
	float: left;
	}

.deco_right {
	margin: 5px 0px 10px 10px;
	padding: 0;
	float: right;
	}


/*
//見出しを通常のフォントにする場合は／* と *／ を削除
h2, h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

/* -------- リンク */

a,a:visited{
	color:#006699;
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}

/* ---------------- リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(./img/li.gif);
}

p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* 基本レイアウト */

#container {
	width: 1200px;
	_width: 1210px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./img/setting.jpg);
	background-repeat: repeat-y;
}

#header {

}

/* コンテンツ */

#writings_1, #writings_2, #writings_3, #writings_4 {
	margin-bottom: 15px;
	padding: 10px 14px;
}

#contents {
	_height:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height:400px;
	margin-top:50px;
	background: #ffffff;
	margin-top:0px;
}

#scheme:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

/* フッター */

#footer {
	text-align: center;
	color: #FFFFFF;
	line-height: 64px;
	height: auto;
	background: url(img/black.jpg) ;
}

#footer_record {
	text-align: center;
	color: #FFFFFF;
	line-height: 64px;
	height: auto;
	width: 1150px;
	margin:auto;
}

/* レイアウト差分 */

#contents {
	padding-right: 15px;
	padding-left: 10px;
}

#central {
	float: right;
	width: 850px;
}

#writings_1 h2,#writings_2 h2,#writings_3 h3,#writings_4 h4{
	position: relative;
	left: -12px;
	width: 850px;
	_width: 850px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 各種見出し */

h1 {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	background-color: #01155e;
	position: relative;
	padding-right: 30px;
	padding-left: 10px;
	font-family: sans-serif;
	height: 20px;
	text-align: right;
}

h1 a, h1 a:visited{
	color:#FFF;
        text-decoration:none;
}

h1 a:hover{
	color:#FFF;
        text-decoration:underline;
}

#central h2,#central h3,#central h4 {
	background-image: url("./img/h2.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	color: #01155e;
	font-size: 21px;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-bottom: 7px;
	padding-left: 15px;
}

/* サイドメニュー */

#scheme {
	float: left;
	width: 300px;
	padding-bottom: 10px;
}

#scheme p {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#scheme img{
	max-width:100%;
        margin-left:10px;
}

#scheme ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0px;
}

#scheme li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	_display:inline;
	padding: 0px;
}

#scheme h4 {
	line-height: 45px;
	background-image: url(img/menu_h4.jpg);
	height: 40px;
	font-size:15px;
	color: #01155e;
	text-align: left;
	padding-left: 15px;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight:bold;
}

#scheme h5 {
	line-height: 45px;
	background-image: url(img/menu_h4.jpg);
	height: 40px;
	font-size:15px;
	color: #01155e;
	text-align: left;
	padding-left: 15px;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight:bold;
}

#scheme .list {
	margin-bottom: 15px;
	background-color: #ffffff;
	padding: 4px;
	_padding: 4px;
}

#scheme li a {
	line-height: 14px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	background-image: url(img/li.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	color: #006699;
}

*:first-child+html #scheme .list {
	padding:4px;
}

*:first-child+html #scheme li a{ 
	padding-top: 2px;
	padding-bottom: 2px;
}

#scheme li a:hover {
	color: #FF0000;
}

#scheme li.l2 a {
	padding-left: 32px;
	background-image: url(./img/menu_l2.gif);
	background-position: 18px center;
	font-size: 11px;
}

#scheme li.l2, #scheme li.l3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 11px;
}

#scheme li.l3 a {
	background-position: 40px center;
	padding-left: 55px;
	background-image: url(./img/menu_l2.gif);
	font-size: 11px;
}

.list {
	width: auto;
}

.list_2 {
	margin-bottom:15px;
}


.job {
         font-size:17px;
         color:#666;
         text-align:right;
         font-family: "ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bolder;
}

.job a, .job a:visited{
	color:#1122CC;
}


.job a:hover{
	color:#FF6600;
	top:1px;
	left:1px;
	position:relative;
}
