@charset "Shift_JIS";

/* CDP 002 css 06/12/29 */
/* Copyright (c) 2006 WebDesignTemplates[http://wdt.pekori.jp] All rights reserved. */

/* default */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,{margin:5px;padding:5px;}
table{border-collapse:collapse;border-spacing:;}
td{margin:0px;padding:3px; line-height: 18px;}
fieldset,img{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: 10px;
	font-family: MS UI Gothic, Tahoma, Arial, Helvetica, sans-serif;
	background: none;
}
body#INDEX {
}
div#top {
	width: 750px;
	margin: 0 auto;
	color: black;
	border: 1px solid #103460;
}
hr {
	display: none;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: blue;
}
a:active {
	color: blue;
}

/* ヘッダー */
div#HEADER {
	border-top: 4px solid #204460;
	border-bottom: 1px solid #204460;
	background: none;
}
h1 {
	padding: 12px 18px;
	font-size: 167%;
	letter-spacing: 0.2em;
	color: black;
}
#INDEX h1{
	padding: 30px 18px;
}
ul#PAN {
	position: relative;
	top: -10px;
	right: 0px;
	text-align: right;
}
ul#PAN{
	display: none;
}

/* メニュー */
div#menu {
	background: none;
	border-bottom: 1px solid #204460;
}
#menu h2{
	display: none;
}
#menu ul{
	height: 110px;/*メニュー部分の高さ*/
	padding-left: 15px;
	background: none;
}
#menu li{
	float: left;
	width: 80px;
	height: 80px;
	margin: 15px 15px 15px 15px;
	background: none;
}
#menu li.menu-on {
	background: none;
}
#menu li a{
	display: block;
	width: 75px;
	height: 75px;
	margin: 1px;
	padding-top : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	border: 1px solid #204460;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: red;
	text-align: center;
	background: none;
}
#menu li a:hover,#menu li a:active{
	color: blue;
	background: none;
	text-decoration: none;
}

/* 記事部分 */
div#KIZI {
	padding: 1em 10px;
	border: none 0px #406480;
	background: none;
	font-size : 13px;
}
h2 {
	padding: 0.4em 0.5em 0.2em 0.1em;
	border-bottom: solid 1px #507EA1;
	color: #507EA1;
	font-size: 115%;
	letter-spacing: 0.2em;
}
div.text {
	margin: 2px 2px 2px 2px;
	line-height: 18px;
	letter-spacing: 2px;
}
.text p {
	margin-bottom: 1em;
}
h3 {
	padding: 0.7em 0 0.4em 0.1em;
	letter-spacing: 0.2em;
	color: #507EA1;
}
h4 {
	padding: 0.7em 0 0.4em 0.1em;
	letter-spacing: 0.1em;
	color: #507EA1;
}
h5,h6 {
	padding: 0.7em 0 0.1em 0.1em;
}
.text ul.modori {
	text-align: right;
	font-size: 77%;
	list-style: none;
}
.modori a:link,.modori a:visited{
	color: blue;
}

/* リスト */
.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: none;
}
#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: blue;
	text-decoration: none;
	font-weight: bold;
}
address {
	display: inline;
}

/* 強調・追加・削除 */
em {
	font-weight: bold;
}
strong{
	font-weight: bold;
	color: #B15131;
}
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: none;
}
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; } /* 等幅 */