body {
	background-image: url(../img/back.gif);
}
#base{
	width: 700px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 10px;
}
h1 {
	color: #FFFFFF;
	font-size: 50px;
	background-color:#006633
}
h3{
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF0000;
	font-size: larger;
	padding-left: 5px;
}
h4{
	font-size:20px;
}
.column_1{
	font-size:15px;
}
.column_2{
	font-size:11px;
}

#menu2 DIV { 

background-color: #FFFFCC;/* 背景色*/
border-width: 2px; /* 枠線の太さ */ 
border-style: solid; /* 枠線のスタイル */ 
/*border-color: transparent #FF9900 #FF9900 #FF9900; /*#BEDDF5 #429BE3 #429BE3 #BEDDF5; /* 枠線の色（上・右・下・左） */ 
border-color: #FF9900 #FF9900 #FF9900 #FF9900; /*#BEDDF5 #429BE3 #429BE3 #BEDDF5; /* 枠線の色（上・右・下・左） */ 
padding: 8px; /* ボタン内の余白 */ 
margin-left:10px;
display:block;

} 

#menu2 A { 
	text-decoration: none; /* リンク文字の下線 */ 
	font-size: 9pt; /* リンク文字のサイズ */ 
	font-weight: bold; /* リンク文字の太さ */ 
} 

#menu2 A:hover { 
	background:#FF9900;
} 

div#menubar img {
	margin-left: 20px;
  	vertical-align: top; /* 画像下に隙間ができるのを抑制 */
  	border: 0px; /* 枠線をなくす */
	float: right;
}
div#menubar a:link {
   text-decoration:none;
}
div#menubar a:visited {
   text-decoration:none;
}
div#menubar a:hover {
   text-decoration:none;
}
div#menubar a:active {
   text-decoration:none;
}
