@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/****************************************

               content

*****************************************/
.box{
	border: solid 1px #ccc;
	margin-bottom: 20px;
	padding: 20px;
	cursor: pointer;
	width: 638px;
}
.box p{
	margin-bottom: 0;
}
.box a{
	text-decoration: none;
}
.box:hover{
	background-color: #f5f5f5;
}
#secondPage{
	background: url(../images/sitemap_images/icon_second.gif) 5px 6px no-repeat;
	padding-left: 20px;
}
