@charset "Shift_JIS";
/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
* {
	margin:0;
	padding:0;
}

/* 基本構造 */
html {
}
body {
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック";
	line-height:160%;
	color:#333333;
	background: #ffffff url(img/1.gif);
	background-position: center top;
}
hr {
	color: #555555;
}

/* 見出し */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	clear: both;
	letter-spacing:.2em;
}
h1 {
	font-family:"ＭＳ Ｐゴシック";
	font-size: 13px;
	text-align: right;
	color: #666666;
	font-weight: normal;
	letter-spacing:.1em;
}
h2 {
	font-size: 18px;
	margin-left: 5px;
	color: #1a31a1;
	font-weight: bold;
	border-bottom:1px solid #1a31a1;
	margin-bottom:5px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
}
h3 {
	color: #323232;
}
h4 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
h5 {
}
h6 {
	font-weight:normal;
}

/* 段落 */
p {
	font-weight: normal;
	font-size: 12px;
}
p.l {
	text-align: left;
	margin-left: 40px;
	font-weight: normal;
	font-size: 12px;
}
/* アンカー */
a:link {
	color:#246ebf;
	text-decoration:none;
}
a:visited {
	color:#246ebf;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #6a4f38;
}
a:active {
}
a:focus {
}

/* 強調・追加・削除 */
em {
}
strong {
}
ins {
}
del {
}

/* フォーム */
form {
	margin-left: 3px;
}
input {
}
input#TEXT {
}
input#CHECKBOX {
}
input#RADIO {
}
input#BUTTON {
}
textarea {
}
select {
}
option {
}
optgroup {
}

/* リスト */
ol {
	margin-left:20px;
}
ol li {
}
ul {
	margin-left:20px;
}
dl {

}
dt {
	font-weight:bold;
	border-bottom:1px dashed #333333;
}
dd {
	margin-left: 1em;
	border-bottom:1px dashed #333333;
}
img {
	border: 0;
}
table {
	border: 0;
}
table tr {
	border: 0;
}
table td {
	border: 0px;
	padding: 3px 0 3px 0;
}
table.t {
	border:0;
}
table.t td {
	border:1px #30345c solid;
	padding: 3px 3px 3px 3px;
}
table.t td.l {
	border:1px #30345c solid;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

/* アドレス */
address {
}

/* 引用*/
blockquote {
	border:1px #35af9f solid;
	padding: 2px;
	margin: 5px;
}
cite,q {
}

/* 整形済みテキスト */
pre {
	overflow:auto;
}

/* 物理要素 */
b {
}
i {
}
big {
}
small {
}
tt {
}

/* ********************************************** */
/* 各#ID＆.class */

div#PAGETOP {
	margin:0px auto;
	width: 880px;
	background: #ffffff;
}

div#HEADER-R {
	height: 145px;
	float: right;
	text-align: right;
}
div#HEADER-R p {
	margin: 5px 0 0 0;
	font-size:100%;
}
div#HEADER-R a {
	color: #4cacff;
	letter-spacing:.2em;
	font-weight: bold;
	text-decoration: underline;
}

div#HEADER-L {
	height: 145px;
	float: left;
}
div#MENU {
	height: 30px;
	clear: both;
}
div#NAVI {
	margin-top: 15px;
	font-size: 16px;
}
div#NAVI a {
	text-decoration: underline;
}
div#NAVI a:hover {
	text-decoration: none;
}
div#KIZI {
	width: 600px;
	float: left;
	margin:0 0 0 3px;
	padding:10px 5px 10px 5px;
}
div#KIZI img{
	margin: 2px;
	float: left;
}
div#KIZI2 table {
	border: 1px solid; 
	border-spacing: 0px;
	border-collapse: collapse;
}
div#KIZI2 td{
	border: 1px solid; 
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 12px;
	height: 10px;
}
div#calendar table{
	width: 290px;
	border: 1px solid; 
	border-spacing: 0px;
}
div#calendar tr{
}
div#calendar td{
	border: 1px solid;
}

div#MEM {
	background: url(img/bg_rail.gif);
}
div#RIGHT {
	width: 247px;
	float: right;
	margin:5px 0 0 0;
	background: #ffffff;
	text-align: center;
}
div#LEFT {
	width: 247px;
	float: left;
	margin:5px 0 0 0;
	background: #ffffff;
	text-align: center;
}
div#FOOTMAP {
	font-size: 11px;
	line-height:19px;
	color: #666666;
	border: solid 1px #8f8f8f;
	clear:both;
}
div#FOOTMAP a {
	color: #666666;
}
div#FOOTER {
	color: #585858;
	background-color: #c1cff2;
	clear:both;
	margin: auto;
	text-align: right;
	font-size: 85%;
}
div#FOOTER a {
	padding:0 8px 0 8px;
	text-decoration: underline;
}
span#fe {
	color: #cc252d;
}


