#my_body{width:1000px; margin:0 auto;}
#my_navi_1 {float:left; width:180px;
 }
#my_navi_2 {float:right; width:180px; }
#my_contents {margin:10px 200px ;}











body, th, { 
	width : 100% ; 
}


p {
margin-top: 4px;
margin-left: 5px;}

#my_header { width : 100% ; height : 160px ; }

#my_footer{
width:100%;clear:both;
background-color: DeepSkyBlue;
text-align:center; 
padding:1em 0;
margin : 60px 0 0 0;
}



A:link { color: blue; } /* リンク文字の色 */ 
A:visited { color: blue; } /* アクセス済みの色 */ 
A:hover { color: red; } /* ポイントしたときの色 */ 
A:active { color: #FF8000; } /* クリックした瞬間の色 */ 




h1.top
 {
 font-size : 8pt;
 border-style : none;
 color : LightGrey;
 margin : 2px 0px 2px 0px;
 padding : 0px 0px 2px 1px;

}


h1
 {
 font-size : 16pt;
 border-style : dashed;
 border-width : 0px 0px 1px 0px;
 border-color : #000000;
 padding : 15px 0px 2px 1px;
 margin : 2px 5px 2px 0px;
}


h3
{ 
 font-size : 14pt;
 color : #000000;
 background-color: #ACD1FF;
 margin: 10px 0px 10px 0px;
 border-style: solid;
 border-width : 1px;
 border-color :#00aacc;
 padding : 2px;
} 



h4 { 
	color: DodgerBlue;
 font-size : 14pt;
	margin: 0 0 0 0;
	font-weight:	bold;

} 


h4.style2 { 
	color: black;
	font-size: 14px;
	margin: 0 0 0 0;
	font-weight:	bold;

} 


h5 {
	font-size: 16px;
	color: #cc6600;
	margin: 8px;
}


p.koe {
	font-size: 14px;
	margin: 10px 10px 40px 20px;
}


p.white {
	font-size: 16px;
	color: white;
	margin: 5px;
	font-weight:	bold;
}

/* メニュー　グランド */



ul.globalNavi {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: DeepSkyBlue;
	list-style-type: none;
}


/* グローバルナビ */
ul.globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 15px; 
}

ul.globalNavi li a {
	border-right: 2px solid white;
	padding: 9px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: white;
	text-decoration: none;
}

ul.globalnavi li A:visited { color: white; } /* アクセス済みの色 */ 

ul.globalNavi li a:hover {
	border-color: white;
	color: black;
	background-color: Cornsilk;
}

/* ClearFix */

ul.globalNavi {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

