@charset "utf-8";
/* CSS Document */
/* default layout css */
a{
	text-decoration: none;
}
a:link{
	color: #930;
}
a:visited{
	color: #900;
}
a:hover{
	text-decoration: underline;
	color: #C00;
/*
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
*/
}
a:active{
	color: #900;
}


#wrappermap {
	width: 960px;
!	height: 1000px;
	margin: 0 auto;
	background: url(../images/tentenbg_02.png);
!	background-position: 30% 70%;
}
#mainmap {
	font-size: 1em;
	height: 300px;
	margin-top: 20px;
}
#mainmap article {
	float: left;
	width: 154px;
	height: 150px;
!	border-left: 1px solid #600;
	padding-left: 5px;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
		border-radius: 5px;
	position: relative;
	
	/* box-shadow */
	-moz-box-shadow: rgba(159, 40, 0, 0.5) 5px 3px 5px 0px ;
	-webkit-box-shadow: rgba(159, 40, 0, 0.5) 5px 3px 5px 0px;
	-o-box-shadow: rgba(159, 40, 0, 0.5) 5px 3px 5px 0px;
/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(
		Color=#600, Strength=12, Direction=135
		);

	box-shadow: rgba(159, 40, 0, 0.5) 5px 3px 5px 0px;
}
#mainmap article:first-child {
	border-left: 2px solid rgba(159, 40, 0, 0.3);
	width: 145px;
	margin-left: 10px;
}
#mainmap article:last-child {
	width: 144px;
	height: 170px;
	margin-right: 10px;
	/* box-shadow */
	-moz-box-shadow: rgba(159, 40, 0, 0.4) 5px 3px 5px 0px ;
	-webkit-box-shadow: rgba(159, 40, 0, 0.4) 5px 3px 5px 0px;
	-o-box-shadow: rgba(159, 40, 0, 0.4) 5px 3px 5px 0px;
/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(
		Color=#600, Strength=12, Direction=135
		);

	box-shadow: rgba(159, 40, 0, 0.4) 5px 3px 5px 0px;
}
#mainmap article p {
	margin-left: 10px;
	font-weight: bold;
	margin-top: 15px;
}
#mainmap article ul {
	margin-left: 15px;
}
#mainmap article li {
		font-size: 0.8em;
	line-height: 1.4em;
	list-style: circle;
	list-style-position: inside;
}
#mainmap article li:first-child {
	margin-top: 5px;
}
