 body {background-color: #ddffff; margin-top: 5pt}
h1 {
 font-size: 32pt; color: #007700;
 text-align: left;
 }  
h2 {
 font-size: 24pt; color: #110099;
 text-align: center;
 } 
h4 {
 font-size: 15pt; color: #555599;
 text-align: left;
 } 
h5 {
 font-size: 8pt; color: #555599;
 text-align: center;
 } 
p {
 font-size: 10pt; color: #330033;
 text-align: left;
 }
li{
 font-size: 12pt; color: #331100;
 text-align: left;
}
#wrapper {
	width: 760px;
        background-color: #C6D5dD;
}
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 101px;
	background-image :url(images/head.gif);
	height:50px;
}
#navigation {
	width: 763px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 30px;
	overflow: hidden;
	border-bottom: 2px solid #CCCCCC;
}
#navigation li {
	float: left;
	width:109px;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #FFFFFF;
	background-color: #4C924D;
	background-image: url(images/push.gif);
	background-position: left top;
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	background-color: #297E27; 
	background-position: right top;
}
#primary {
	float: right;
	width: 600px;
	margin:10px 0; /* 上下方向にマージンを指定*/
	background-image :url(kabe2.gif);
}
#secondary {
	float: left;
	width: 150px;
	margin:10px 0; /* 上下方向にマージンを指定*/
	background-color:  ; 
　　　　font size=70%
}

#secondary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		color: #666666;
	}
	#secondary li a {
		display: block;
		width: 138px !important;
		width /**/: 138px; /* Windows Internet Explorer 5逕ｨ縺ｮ蛟､ */
		padding: 5px 5px 5px 5px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: url(images/botan.gif) left center no-repeat;
	}
	#secondary li a:hover {
		color: #EC8602;
		background: none;
	}
.menu{
  width:140px;                  /* 幅（100px） */
  height:27px;                  /* 高さ（25px） */
  color:#FFFFFF;             /* 文字色（白） */
  font-size:12pt;              /* 文字サイズ（12pt） */
  text-align:center;          /* 文字（中央揃え） */
  background-color:#bb5500;    /* 背景色（cha） */
  border-style:solid;          /* 枠線（四角） */
  border-width:3px;           /* 枠線の幅（3px） */
  border-color:#8888FF;     /* 枠線の色（薄い青） */
}

.submenu{
  width:110px;                  /* 幅（100px） */
  font-size:10pt;               /* 文字サイズ（12pt） */
  text-align:center;            /* 文字（中央揃え） */
  background-color:#800000;    /* 背景色（薄いnavy） */
  border-style:solid;           /* 枠線（四角） */
  border-width:1px;            /* 枠線の幅（1px） */
  border-color:#888888;       /* 枠線の色（グレー） */
}



#footer {
	clear: both; /* 回り込みを解除 */
	background-color: #aaDDDD;
	height: 50px;

 } 

/* a{text-decoration:none}       /* リンクの飾り（なし） */
a:link{color:#FFFFFF}          /* リンクの色（白） */
a:visited{color:#FFFFFF}      /* 訪問済みリンクの色（白） */
*/