
#head	{
	width:700px;
	height:80px;
	background-image:url(img/top_bar.gif);
	margin-bottom:5px;
}
#menu	{
	width:700px;
	height:20px;
	background-image:url(img/s_bar.gif);
	margin:0px;
	padding:0px;

}
#contents	{
	width:700px;
	height:230px;
	margin-top:5px;
	border-style:solid;
	border-width:1px;
	border-color:0093C8;
        background-color:#ffffff;
}
#contents2	{
	width:700px;
	height:500px;
	margin-top:5px;
	border-style:solid;
	border-width:1px;
	border-color:#0093C8;
        background-color:#ffffff;
}
#contents3	{
	width:700px;
	height:500px;
	margin-top:5px;
	border-style:solid;
	border-width:1px;
	border-color:#0093C8;
        background-color:#ffffff;
}
#contents4	{
	width:700px;
	height:220px;
	margin-top:5px;
	border-style:solid;
	border-width:1px;
	border-color:#0093C8;
        background-color:#ffffff;
}
.font-ban	{
	font-size:12px;
	text-align:center;
}
.font-a	{
	font-size:12px;
	text-align:left;
	margin-left:5px;
}
.font-b	{
	font-size:14px;
	text-align:left;
	margin-left:7px;
	margin-top:5px;
}
.cont_midashi{
	width:700px;
	height:25px;
	font-size:13px;
	background-image:url(img/l_bar.gif);
}
#footer	{
	width:702px;
	height:20px;
	background:#44778B;
}
h1	{
	color:#ffffff;
	text-align:left;
	margin-top:20px;
	margin-left:15px;
}
h2	{
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
h3	{
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
/***リンク関係　通常***/
 a:link{ 
	color: #333333 !important;
	border-top: none !important;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

 a:visited{ /* クリック後色を変えたいならココ */
	color: #333333 !important;
	border-top: none !important;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
 a:hover{ 
	color: #ff3300 !important;
	border-top: none !important;
	text-decoration:none;
	margin:0px;
	padding:0px;
	position: relative; 
	top: 1px; 
	left: 1px; 
}
/***リンク関係　メニュー***/
 .menu a:link{ 
	color: #ffffff !important;
	font-size: 12px !important;
}
 .menu a:visited{ /* クリック後色を変えたいならココ */
	color: #ffffff !important;
	font-size: 12px !important;
}
 .menu a:hover{ 
	color: #ffffff !important;
	font-size: 12px !important;
}