/* 背景・文字色 */

body { background-image: url(./images/back_05.gif); color:#000000; }
a { color:#FFF; }
a:hover { color:#686868; }
table { font-size:0.9em;line-height:1.5em; }

#menu {
	/* 高さ */
	height:1.3em;
	/* 背景色 */
	background-color:#eee;
	/* 文字サイズ固定 */
	font-size:10pt;
}
/* メニュー項目 */
#menu a{
	/* ブロック要素設定 */
	display:block;
	/* 余白 */
	padding:0.1em 0.5em;
	/* 文字中央揃え */
	text-align:center;
}
/* リンクマウスオーバー時：背景色変更 */
#menu a:hover{
	background-color:#ccc;
}
#menu li{
	/* メニューを横に左揃えで配置 */
	float:left;
}

/* 左右画像 */

.stripeL {
	background-image: url(./images/s_01.gif);
	background-repeat: repeat-y;
}.stripeR {

	background-image: url(./images/s_01.gif);
	background-repeat: repeat-y;
}

/* 見出し１ */

h1 { font-size:1.85em; font-family:Times New Roman,Arial; color:#ffffff; text-align:center; width:800px; background-image: url("images/back_01.gif"); padding-top:15px; padding-bottom:15px; margin-bottom:0px }

/* 左 */

#content-left { background-image: url(./images/menu_05.gif); }
li { line-height:2em; }
#list-up { list-style:none; margin-top:30px; margin-left:18px; }
.home-navi { text-align:center; margin-top:50px; }

/* 右 */

#content-right { background-color: #FFFFFF; padding:30px 0px 20px 30px; }

/* 見出し２ */

h2 { font-size:1.25em; background-image: url("images/h2_02.gif"); no-repeat; text-indent:0em; }
.font1 { font-weight:bold;}
.font2 { color:#ff0000; font-weight:bold; }

/* 見出し３ */

.title7 { 
background-color: #FFFFFF; /* 背景色 */ 
font-size: 21pt; /* 文字サイズ */ 
padding: 5px; /* 帯内の余白 */ 
border-bottom: 4px #800000 dotted; /* 下の枠線（太さ・色・スタイル） */ 
} 

H4 {
  font-size:1.0em; no-repeat; text-indent:0em; /* 文字のサイズ */
  color: #ffffff; /* 文字の色 */
  padding-left: 10px; /* 左の余白 */
  border-width: 0px 0px 2px 10px; /* 枠の幅 */
  border-style: solid; /* 枠の種類 */
  border-color: #464646; /* 枠の色 */
  line-height: 100%; /* 行の高さ */
}

/*== navi ======================================*/

div.navi {
	font-family     : "Tahoma",Sans-serif;
	clear           : both;
        background-image: url("images/menu_02.gif");
	text-align      : left;
	margin          : 0 0 0px 0;
}
div.navi ul {
	margin          : 0;
	padding         : 3px 10px 3px 10px;
	border-top      : solid 0px #999;
	border-bottom   : solid 0px #999;
	list-style-type : none;
}
div.navi li {
	display         : inline;
	margin-right    : 5px;
}
div.navi li#here {
	color           : #666;
}


/* -------------------------------------------------------- */
/*	footer部分												*/
/* -------------------------------------------------------- */
#footer{
	/*mainの回り込み解除*/
	clear:both;
	/* 余白 */
	padding:5px 5px;
	/* 背景色 */
	 background:url(./images/menu_01.gif);
	color:#000000;
	/* 文字右寄せ */
	text-align:right;
}
/* -------------------------------------------------------- */

