﻿@charset "UTF-8";

/* 全体  ===================================== */
*{ margin:0; padding:0;  font:normal normal normal 100%/1.5em sans-serif; }

/* 文字サイズの変更はここで出来ます↓ */
body{ 
    text-align:center; font-size:90%;  
    /* text-align:center; font-size:90%; color:#555; */
    /* background: #eee url("./background.png") repeat; */
	
}

/* ページ全体のリンク  ===================================== */
a{ text-decoration:underline; }
a:link{ color:#7070a5; }
a:visited{ color:#5a8f84; }
a:hover{ color: navy; background-color: #B0C4DE; text-decoration:none; }

/* ページの大枠設定  ===================================== */
#PAGETOP{ 
/*    width:100%; min-width:810px;
	min-height: 500px; _height: 500px; 
    width:1000px;*/
    margin:0em auto; text-align:left; padding:0;  border:0px solid #778899;
 	/*background: white url("./page.png") repeat-y;*/

}

/* ヘッダー  ===================================== */
#HEADER{ 
    margin:0; padding:10px 15px 1px; color:#999;
	background-color: #6495ED;
	background-image: url("./header.png");
	background-repeat: repeat-x;
	background-position: top left;
 	min-height: 60px; _height: 60px;
}
}

#HEADER a:link,#HEADER a:visited{ color:#999; text-decoration:none; }
#HEADER a:hover{ color:#999; text-decoration:underline; }
/* サイト名の文字 */
h1{ font:250% "Century Gothic",Helvetica,Arial,sans-serif; margin:0 0 5px; color:#191970; text-decoration:none; font-weight: bold;}
/* h1:first-letter { font:132% "Century Gothic",Helvetica,Arial,sans-serif; color:#0000FF; font-weight: bold;}*/


/* パンくずリスト */
/*
ul#PAN{ list-style:none; padding:0; margin:0; text-align:right; }
ul#PAN li{ display:inline; }
ul#PAN a{ padding:0 0.7em 0 0; background:url("/style/img/pan.gif") no-repeat 100% 50%; } 
*/

/* メニュー部分  ===================================== */
#MENU {
	margin:0;  padding:0;
	background-color: navy;
	background: url("./menu.png") repeat-x;
	background-position: top left;
	height: 27px;
	width: 1100px;
	text-align: center;
}
#MENU h2{ display:none; }

#MENU ul{ list-style-type:none; margin:0; padding:0px 1.5em 0px;}
#MENU li {
	display:inline;
	width: 10em;
 	height: 27px;
	background: url("./menu_off.png") no-repeat;
	background-position: 0px 0px; 
	float: left;
	text-shadow: 2px 2px 2px #666666;/*only safari*/
}
#MENU li a {
	display:block;  /* change to inline if internel box inadequate.*/
	/*font-size: 11px; */
	height: 19px;
	font-weight: bold;
	color: #FFF ;
	/*color: #B0C4DE ;*/
	/*color: lightgrey ;*/
	text-decoration: none; 
	margin-bottom: 0px;
	padding: 3px 0px 5px;
}
#MENU li a:hover {
	color: #FFF;
	/*color: darkslateblue;*/
	/*color: #708090;*/
	/*background: url("./menu_hover.png") no-repeat;*/
	background: url("./menu_on.png") no-repeat;
	/* background-position: left top;*/
}
#MENU li.menu-on a {
	background-color: transparent; 
	/* color: navy; */
	color: #FFFF99;
	background: url("./menu_on.png") no-repeat;
	/*background-position: bottom left;*/
	/*background-position: 0px -3px; */
	text-decoration:none;
}

.clear {clear: both;} 


/* CONTENTS部分 ===================================== */
#CONTENTS{ 
	background: url("./shadow.png") repeat-x;
	background-color: #FFF;
    width:1050px;
	padding-top: 5px; 
	clear:both
}
/* 記事部分 ===================================== */
#KIZI{ 
   width:795px;
	min-height: 500px; _height: 500px;
	margin:0; padding:1em 15px 0; min-height: 400px; _height: 400px; 
	float: left;
}
.text{ margin:0 0 2em; }

/* 広告 ===================================== */
#ADS_HEAD{ 
    width:98%;
    min-height:1px;
    _height: 1px;
    background-color:#red;
}
#ADS{ 
   width:200px;
	float: left;
	min-height: 100px; _height: 100px;
}
#ADS_BOTTOM{
	position:relative;
	text-align:center;
	width:77%;
	min-height: 1px;
	clear:both;
}


/* 戻りの設定 */
ul.modori{ list-style:none; margin:0; padding:0; }
ul.modori li{ list-style:none; display:block; text-align:right; margin:1em -1em 0 0; }
ul.modori li a{ display:inline; font-weight:bold; color:#7070a5; padding:0 2px; border-bottom:2px solid #ddd; text-decoration:none; }
ul.modori li a:hover{ color:#a0a0a0; border-bottom:2px solid #b8c29a; }

/* フッター  ===================================== */
#FOOTER{ 
    font: Helvetica,Arial,sans-serif; text-align:center; color:#777; margin:0; padding:0.5em 15px 1.5em; 
	width:100%;
 	background: #6495ED url("./footer.png") bottom left repeat-x;
	margin: 0 auto;
}

#FOOTER h2{ display:none; }
#FOOTER a:link,#FOOTER a:visited{ color:#555; text-decoration:none; }
#FOOTER a:hover{ color:#222; text-decoration:underline; }
#FOOTER ul{ list-style:none; }
#FOOTER li{ display:inline; margin:0 0.5em; }
#FOOTER li a{ font-family:Helvetica,Arial,sans-serif; }
#FOOTER li address{ display:inline; }



/* その他　必要であれば  ===================================== */
/* 見出し */
h3,h4{ color:#426860; margin:1em 0 0.2em; font-family:Helvetica,Arial,sans-serif; letter-spacing:1px; }
h5,h6{ margin:0.8em 0 0.4em; }
h2{ font:bold 128% Helvetica,Arial,sans-serif; color:#66777d; letter-spacing:1px; margin:0 0 0.5em; border-bottom:3px solid #e7eaeb;  text-align:center; }
h3{ font-size:112%; }
h4{ font-size:100%; font-weight:bold; }
h5{ font-weight:bold; }

/* 線 レイアウトには使用していません */
hr{ display:none; }
/* 画像リンクの枠線を消す */
img{ border:none; vertical-align: middle; }

/* 連絡先 */
address{ }
/* 強調 */
em{ font-weight:bold; color:#222; }
/* 最も強い強調 */
strong{ font-weight:bold; color:#222; border-bottom:2px solid #426860; }
/* 追加 */
ins{ text-decoration:underline; border-bottom:1px dotted #999; }
/* 削除 */
del{ text-decoration:line-through; }
/* 短い引用・出典 */
q,cite{ border-bottom:1px dotted #999; }
/* 上付き・下付き文字 */
sup{ font-size:84%; vertical-align:super; }
sub{ font-size:84%; vertical-align:sub; }
/* 物理的タグ・使用は極力避けましょう */
tt{ font-family:monospace; } /* 等幅 */
b{ font-weight:bold; } /* 太字 */
i{ font-style:oblique; } /* 斜体 */
big{ font-size:132%; } /* 文字大 */
small{ font-size:84%; } /* 文字小 */

/* 番号付きリスト */
#KIZI ol{ list-style-position:outside; padding:5px; margin:0 1em 0 1.5em; }
#KIZI ol li{ padding:0; }

/* 普通リスト */
#KIZI ul{ list-style:outside disc; padding:5px; margin:0 1em 0 1.5em; }
#KIZI li{ padding:0; }

/* 説明付きリスト */
#KIZI dl{ list-style-position:inside; padding:5px; }
#KIZI dt{ font-weight:bold; padding:2px 0; color:#426860; }
#KIZI dd{ padding:0 5px; margin:0 0 0 1em; border-left:3px solid #ccc; }

/* 段落 */
p{ margin:0 0 0.4em; }
/* 引用 */
blockquote{ border:1px solid #ddd; margin:0.5em 1em; padding:5px; }
/* 整形済みテキスト */
pre{ background:#eee; color:#505050; margin:0.5em 1em; padding:5px; }




