/* 基本要素 */body {	font-family: verdana,arial,helvetica,sans-serif;	color: #000000;	background-color: #DDEBDB;	/*background-image:url(../image/bg_1.gif);*/	/*background-repeat: repeat-x;*/	margin: 0px;	padding: 0px;}/* テキスト */h1,h2,h3,h4,h5,h6 {	margin: 0; padding: 0; }.h1 {font-size:20px; line-height:120% }.h2 {font-size:18px; line-height:140% }.h3 {font-size:16px; line-height:140% }.h4 {font-size:14px; line-height:140% }.h5 {font-size:12px; line-height:140% }.h6 {font-size:10px; line-height:140% }.h6foot {font-size:10px; line-height:180%; color: #333333 }.h6copy {font-size:10px; line-height:140%; color: #FFFFFF }.h6pan {font-size:10px; line-height:180%; color: #FFFFFF }/* リンク */a{  color: #333333; text-decoration: underline; }a:hover {  color: #FF0000; text-decoration: underline; }/*a:active {  color: #BECC6B; text-decoration: none;}*//*a:visited {  color: #0066CC; text-decoration: none;}*/a.head{  color: #FFFFFF; text-decoration: underline; }a.head:hover{  color: #FF6600; text-decoration: underline; }a.pan{  color: #FFFFFF; text-decoration: none; border-bottom: 1px #FFFFFF dotted; }a.pan:hover{  color: #FFFF00; text-decoration: none; border-bottom: 1px #FFFF00 dotted;}a.link{  color: #0000FF; text-decoration: underline;}a.link:hover{  color: #FF6600; text-decoration: none; border-bottom: 1px #0000FF dotted;}a.up{  color: #0000FF; text-decoration: underline;}a.up:hover{  color: #0000FF; text-decoration: none; border-bottom: 1px #0000FF dotted;}a.foot{  color: #000000; text-decoration: none;}a.foot:hover{  color: #FF0000; text-decoration: none; border-bottom: 1px #FF0000 dotted;}div.news {	width:800px;	height:50px;	position: absolute; 	}/* <div class="news"></div> *//* プルダウンメニュー */div.menu {font-size: 12px;/*background: #333333;*/height: 2em;text-align:center;position:relative ;top:10;left:20;}div.menu a{color:#ffffff;text-decoration: none;display: block;line-height: 2em;width: 70px;}div.menu a:hover{color:#FFFF00;background: #333333;text-decoration: underline;}div.menu a:visited{color:#FFFFFF; text-decoration: none;}div.submenu a{font-size: 10px;background-color: #cccccc;border-top: 1px solid #ffffff;}#menu1{position:absolute;top:-2;left:5;}#menu2{position:absolute;top:-2;left:85px;}#menu3{position:absolute;top:-2;left:165px;} #menu4{position:absolute;top:-2;left:245px;} #menu5{position:absolute;top:-2;left:330px;}  div.menu span{display:none;} div.submenu {visibility: hidden;position: absolute;left: 0px;}
