@charset "utf-8";

@import url(default.css);
@import url(base.css);

#sitemap #main{background:url(../message/images/bg_sitemap.jpg) no-repeat;}


	#sitemap h2{
		width:260px;
		padding-top:15px;
		text-align:center;
	}

	#sitemap #content{
		float:none;
		width:890px;
		margin:43px auto 0;
		padding-left:40px;
		padding-bottom:30px;
	}

		.contentlist{
			width:290px;
			float:left;
		}
		
			.contentlist p{
				margin:0 0 50px;
				background:url(../shared/dot_arrow.gif) no-repeat 3px 50%;
				font-weight:bold;
				font-size:110%;
				padding-left:20px;
			}
			.contentlist > p{
				margin-bottom: 15px;
			}

			#sitemap #content h3{
				margin:0 5px;
				background:url(../info/images/dot_line-red.gif) no-repeat 0 2px;
				padding-left:15px;
				font-weight:bold;
				font-size:110%;
			}
	
			#sitemap #content ul{margin:20px 0 50px 40px;}
	
					#sitemap #content li{
						list-style:url(../shared/dot_arrow.gif);
						width:auto;
						margin-right:70px;
					}

			#lastchild img{
				margin-bottom:20px;
			}
	
				#lastchild img:hover{
					filter: alpha(opacity=70);
					-moz-opacity:0.70;
					opacity:0.70;
				}

	/* 検索 */


	#search #content{
		float:none;
		width:890px;
		margin:43px auto 0;
		padding-bottom:30px;
	}

