@charset "UTF-8";
/* default */
body{
	margin:0;
	padding:0;
	/*font-family:'メイリオ',Meiryo,'HG丸ｺﾞｼｯｸM-PRO',Verdana,'ＭＳ Ｐゴシック','Arial Black',Impact,Osaka,sans-serif;*/
	font-size: 12pt;
	line-height: 1.2em;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	background-color:#C8E6FA;
}
.thrColAbs #container {
	position: relative; /* adding position: relative により、このコンテナに対する相対位置に 2 つのサイドバーを配置できます */
	width: 774px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	z-index: 0;
	background-image: url(image/bg.gif);
	background-repeat: repeat-y;
	padding: 0;
} 
.thrColAbs #container_ab {
	position: relative; /* adding position: relative により、このコンテナに対する相対位置に 2 つのサイドバーを配置できます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0;
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	z-index: 0;
	padding: 0;
	background-color: #3399FF;
	width: auto;
	height: auto;
} 
.thrColAbs #mainContent {
	margin: 0; /* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#sidebar1 div と #sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。 */
	padding: 0 12px 0 12px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	text-align: left;
	z-index: 1;
	width: 750px;
}

table.main{
	border-top:1px solid #440000;
	border-left:1px solid #440000;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
.main th{
	border-right:1px solid #440000;
	border-bottom:1px solid #440000;
	color:#ffffff;
	background-color:#3399FF;
	background-image:url(image/table-back.gif);
	background-position:left top;
	padding:0.3em 0.4em;
	text-align:center;
}
.main td{
	border-right:1px solid #440000;
	border-bottom:1px solid #440000;
	padding:0.3em 0.4em;
	font-size: 12pt;
}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}

/* 全体設定 */
hr {
	display: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FF00FF;
}

/* ヘッダー */
div#HEADER {
	background: #3399FF;
	text-align: left;
	width: 750px;
	margin: 0;
	padding: 10px 0 0 0;
}

/* メニュー */
div#MENU {
	background-image: url(image/obj_menu01.gif);
	width: 750px;
	text-align: left;
	width: 750px;
	margin: 0;
	padding: 0;
}


/* 記事部分 */
div #mainContent #KIZI {
	background: #EEEEEE;
	text-align: left;
	clear: both;
	font-size: 12pt;
	margin-top: 10;
}
h1 {
	padding: 12px 18px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO", "Verdana", "ＭＳ Ｐゴシック", "Arial Black", "Impact", "Osaka";
	font-size: 30pt;
	letter-spacing: 0.2em;
	color: #3399FF;
}

h2 {
	padding: 0.4em 0.5em 0.2em 0.1em;
	border-bottom: solid 1px #507EA1;
	color: #3399FF;
	font-size: 24pt;
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	border-bottom: solid 1px #507EA1;
	color: #3399FF;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	padding: 0.7em 0 0.4em 0.1em;
	letter-spacing: 0.2em;
	color: #000000;
}
h5,h6 {
	padding: 0.7em 0 0.1em 0.1em;
}


/* フッター */
div#FOOTER {
	background-color: #EEEEEE;
	text-align: right;
	margin: 0;
	font-size: 8pt;
	padding: 0;
	color: #3399FF;
	width: 750px;
}

/* 強調・追加・削除 */
em {
	font-weight: bold;
}
strong{
	font-weight: bold;
	color: #3399FF;
	text-align: left;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

/* フォーム */

input {
	margin-top: 0.5em;
}
input#TEXT {
	border: solid 1px #507EA1;
}
input#BUTTON {
	padding: 3px 0.5em;
	border: solid 1px #507EA1;
	background: #EDEDEA;
}
textarea {
	margin-top: 0.5em;
	border: solid 1px #507EA1;
}
select {
	margin-top: 0.5em;
	border: solid 1px #507EA1;
}

/* 引用 */
blockquote {
	padding-left: 0.8em;
	margin: 1em;
	border-left: 2px dashed #EAEAED;
}
cite,q {
	text-decoration: underline;
}

/* 物理要素 */
b { font-weight: bold; } /* 太字 */
i { font-style: italic; } /* 斜体 */
big { font-size: 107%; } /* 文字大 */
small { font-size: 85%; } /* 文字小 */
tt { font-family: monospace; } /* 等幅 */

.top_button {
	padding-top: 20px;
}
.banner_box {
	padding-top: 20px;
	padding-bottom: 15px;
	background-image: url(image/banner%20title_line02.gif);
	background-repeat: repeat-y;
	background-position: center;

}
.txt_right {
	margin-top: 5px;
	margin-right: 25px;

	margin-bottom: 0px
	margin-left: 0px;
	text-align: right;
	font-size: 12px;
