
/* CSS Document */

#wrapper{
	margin-top:0;
	margin-bottom:0;
}


.mapon:hover{
	
	color:#000000;
	background:#94F0F8; opacity:0.8;
	border-radius:5px;
	
/*	-moz-color:#000000;
	-moz-background:#94F0F8; opacity:0.8;
	-moz-border-radius:5px;
	
	-webkit-color:#000000;
	-webkit-background:#94F0F8; opacity:0.8;
	-webkit-border-radius:5px;
	
	-o-color:#000000;
	-o-background:#94F0F8; opacity:0.8;
	-o-border-radius:5px;

	-ms-color:#000000;
	-ms-background:#94F0F8; opacity:0.8;
	-ms-border-radius:5px;
*/	

	} 

/*¢­¢­¢­¢­¢­¡¡contents¡¡¢­¢­¢­¢­¢­*/

#contents{

	clear:both;
	float:left;
	width: 200px;
	height: 20px;

}

#annai_menu{
	
	width: 150px;
	height: 200px;
	padding: 20px 60px;
	
}

#annai_menu li{
	
	font-size: 25px;
	font-weight:700;
	padding: 10px;
	margin-top:8px;
	
}

#annai_menu li a:hover {
	
	position: relative;
	top: 4px;
	color: dodgerblue;

}

/*¢­¢­¢­¢­¢­¡¡contents2¡¡¢­¢­¢­¢­¢­*/


#contents2{
	
	clear:both;
	width: 650px;
	height: 760px;
	float:right;
	
}

#contents2 dl dt {
    float: left;
    padding: 5px 0;
    width: 6em;
}

#contents2 dd {
    padding: 5px 0 5px 7em;
	font-size:15px;
	font-weight:normal;
	line-height: 25.5px;

}

#contents2 dt{
	
	font-size:15px;
	font-weight:bolder;
	
}

#shiire{
	
		line-height: 34px;
	
}

#tokui{
	
		line-height: 28px;

}

/*#gaiyou_box{
	
	width:600px;
	height:630px;
	border-radius: 10px;
	background:#FFF;
	box-shadow: 4px 4px 8px -3px #000;
	background: none repeat scroll 0 0 #FFFCEC;

}
*/


#gaiyou_box{
	
	width:600px;
	height:740px;
	background-image:url(../image/gaiyou_ita.png);
	
}

#gaiyou_box2{
	
	padding-left:20px;
	padding-top:40px;
	
}

#gaiyou{
	
	width: 500px;
	height: 450px;
	margin: 0 auto;
	
}



/*¢­¢­¢­¢­¢­¡¡Ê¸»úÁªÂòÇØ·Ê¿§¡¡¢­¢­¢­¢­¢­*/

::selection {
background: #0099CC;
color:#FFF;
}
::-moz-selection {
background: #0099CC;
color:#FFF;
}