@charset "Shift_JIS";

/* CDP 002 css 06/12/29 */

/* default */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

}

fieldsetimg {
	border: 0;
}

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;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

/* 全体設定 */

html {
}

body {
	font-size: 14px
;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #eff4fe;
}

body#INDEX {
}

div#PAGETOP {
	width: 700px;
	margin: 0 auto;
	color: black;
	border: 1px solid #103460;
}

hr {
	display: none;
}

a,a:link {
	text-decoration: none; /*リンクの下線を非表示*/
}

a:hover {
	text-decoration: underline; /*リンクにカーソルを合わせたときに下線を表示*/
}

a:link {
	color: #1d3994;
}

a:visited {
	color: #7f007f;
}

a:hover {
	color: #1d3994;
}

a:active {
	color: #1d3994;
}

/* ヘッダー */

div#HEADER {
	border-top: 4px solid #204460;
	border-bottom: 1px solid #204460;
	background: #406480;
	background : #507ea1 url(menu_bg.png);
}

h1 {
	padding: 12px 18px;
	font-size: 167%;
	letter-spacing: 0.2em;
	color: #ffffff;
}

#INDEX h1 {
	padding: 30px 18px;
}

ul#PAN {
	position: relative;
	top: -10px;
	right: 0px;
	text-align: right;
}

ul#PAN {
	display: none;
}

/* メニュー */

div#MENU {
	background: #507EA1;
	border-bottom: 1px solid #204460;
}

#MENU h2 {
	display: none;
}

#MENU ul {
	height: 110px;/*メニュー部分の高さ*/
	padding-left: 15px;
	background : #507ea1 url(menu_bg.png);
}

#MENU li {
	float: left;
	width: 80px;
	height: 80px;
	margin: 15px 15px 15px 0;
	background: #BFCCE6;
}

#MENU li.menu-on {
	background: #DCCCAA;
}

#MENU li a {
	display: block;
	width: 70px;
	height: 70px;
	margin: 1px;
	padding: 6px 0 0 6px;
	border: 1px solid #204460;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: #FADA84;
	background: #406480;
}

#MENU li a:hover,#MENU li a:active {
	color: #FAAA44;
	background: #204460;
	text-decoration: none;
}

/* 記事部分 */

div#KIZI {
	padding: 1em 15px;
	border: solid 4px #406480;
color: #4d4d4d;
	background: #ffffff;
}

h2 {
	padding: 0.4em 0.5em 0.2em 0.1em;
	border-bottom: solid 1px #1d3994;
	color: #4d4d4d;
	font-size: 115%;
	letter-spacing: 0.2em;
}

div.text {
	margin: 0.6em 3em 2em 0.2em;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.text p {
	margin-bottom: 1em;
}

h3 {
	padding: 0.7em 0 0.4em 0.1em;
	letter-spacing: 0.2em;
	color: #b15131;
}

h4 {
	padding: 0.7em 0 0.4em 0.1em;
	letter-spacing: 0.1em;
	color: #222222;
}

h5,h6 {
	padding: 0.7em 0 0.1em 0.1em;
}
table#table-01 {
    font-size: 88%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}.text ul.modori {
	text-align: right;
	font-size: 77%;
	list-style: none;
}

.modori a:link,.modori a:visited {
	color: #507EA1;
}

/* リスト */

.text ol {
	margin: 0 0 1em 35px;
	list-style: decimal;
}

.text ul {
	margin: 0 0 1em 35px;
	list-style: square;
}

dl {
	margin: 0 0 1em 5px;
}

dt {
	color: #b15131;
	font-weight: bold;
}

dd {
	margin: 0 0 1em 0.2em;
}

/* フッター */

div#FOOTER {
	border-top: 1px solid #204460;
	border-bottom: 4px solid #204460;
	background : #507ea1 url(menu_bg.png);
}

#FOOTER h2 {
	display: none;
}

#FOOTER ul {
	text-align: center;
	padding: 0.8em 1.5em;
}

#FOOTER li {
	display: inline;
	padding: 0 0.5em;
	font-size: 92%;
}

#FOOTER a {
	color: #EDEDEF;
	text-decoration: none;
}

address {
	display: inline;
}

/* 強調・追加・削除 */

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

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;
}

/* 整形済みテキスト */

pre {
	padding: 0.3em;
	border: solid 1px #DADADC;
	font-size: 92%;
	font-family: monospace;
}

/* 物理要素 */

b {
	font-weight: bold;
}

/* 太字 */

i {
	font-style: italic;
}

/* 斜体 */

big {
	font-size: 107%;
}

/* 文字大 */

small {
	font-size: 85%;
}

/* 文字小 */

tt {
	font-family: monospace;
}

/* 等幅 */
TABLE{border-color : blue blue blue blue;}