P {	FONT: 12px MS Pゴシック,Osaka; COLOR: #000000; MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px; line-height: 1.4; 
}
body{
	background:#EEF8FF;
}
.menu  {	FONT: 12px MS Pゴシック,Osaka; COLOR: #000000; MARGIN-TOP: 5px; MARGIN-BOTTOM: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px; line-height: 1.4; 
}

H1 {
	FONT: bold 18px MS Pゴシック,Osaka; COLOR: #006666; MARGIN-LEFT: 10px; MARGIN-TOP: 10px; PADDING-BOTTOM: 0em; 
}

.songen {	FONT: 12px MS Pゴシック,Osaka; COLOR: #000000;  line-height: 1.2; 
}


A:link { text-decoration: none; color: #0000FF;}
A:visited { text-decoration: none; color: #0000FF;}
A:active { text-decoration: none; color: #0000FF;}
A:hover { text-decoration: underline; color: #0000FF;}

#text {
	padding:10px 40px 10px 40px;
}
#text h3 ,#text h2{
	color:#104C88; border-bottom:1px solid #999999; border-left:6px solid #0099cc; padding:3px; font-size:14px;
	margin-bottom:20px;
	line-height:20px;
}
#text p{
		margin-bottom:20px;
}
#text strong {
	font-weight:normal;
}
.h1 {
	font-size:10px; padding:3px; margin:0px; color: #9CCCF4; font-weight:normal;
}

.lk{
background-color:#0066CB;
height:24px;
border-bottom:1px solid #ffffff;
text-align:right;
font-size:10px;
padding-right:10px;
}

.lk a:hover,.lk a:active,.lk a:visited,.lk a:link{
text-decoration:none;
color:#9CCCF4;
}




#wrapper{
	background:#fff;
	margin:0 auto;
	padding:0;
	width:700px;
}
#header{
	margin:0 10px;
	height:80px;
	padding:3px 0;
}
#header h1{
	margin:0;
	font-size:12px;
	color:#666;
	font-weight:lighter;
	line-height:20px;
}
#header h2{
	margin:0;
}
#header .h12{
	float:left;
	width:400px;
}
#header .toptel{
	float:right;
}
#nav{
	display:block;
	margin:0;
	padding:0;
	height:50px;
	width:700px;
}
#nav li{
	float:left;
	list-style-type:none;
}
	body {font-family:arial; font-size:11px;}
	
	/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			position:relative;
			z-index:500;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			text-decoration:none;
			color:#333;
		}

		#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav div {
			position:absolute; 
			left:0;
			top:50px;
			display:none; 
			margin:0 0 0 0px; 
			padding:1; 
			list-style:none;
			background:#fff;
			border:1px solid #054481;
		}
		
		#nav div h2{
			background:#054481;
			text-align:center;
			display:block;
		}
		#nav ul{
			margin-bottom:5px;
		}
		#nav ul li {
			float:none;
			text-align:left;
			margin-left:10px;
			padding-left:8px;
			font-size:13px;
			line-height:20px;
			white-space:nowrap;
			background:url(img/nav_tr.gif) no-repeat left 14px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
		}
		
		#nav ul a:hover {
			text-decoration:underline;
			color:#333;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
#footer{
	text-align:center;
	line-height:20px;
	font-size:15px;
}
#footer ul{
	display:block;
	height:30px;
	text-align:center;
	width:500px;
	margin:0 auto 30px auto;
	padding-left:20px;
}
#footer li{
	float:left;
	margin-right:20px;
}
address{
	margin-bottom:20px;
}