@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :lassic(admin)
 style info :コンテンツ内CSS

=================================================================== */

.lower {}
.lower h2 {
	width:534px;
	height:32px;
	display:block;
	text-indent:-9999px;
	margin-bottom: 15px;
	}

#sitemap-title {
	background-image:url("../image/sitemap-title.jpg");
}


#sitemap-right {
	float:right;
	width:200px;
	margin-right:40px;
}

#sitemap-left {
	float:left;
	width:180px;
	margin-left:40px;
}

.contents-title {
	font-weight:bold;
	color:#999;
}

.contents-title a {
	color:#000;
	text-decoration:none;
	border-bottom:dotted 1.5px;
}

.deatailpage-title li a{
	margin-left:10px;
	text-decoration:none;
	color:#000;
}

.block {
	width:540px;
	margin-bottom:30px;
	}

/*===================================================================
	clearfix
	floatclear
=================================================================== */


/* clearfix */
.block:after {
	content: ".";  /* 新しい要素を作る */
	display: block;   /*ブロックレベル要素に */
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
*html .block { height: 1%; }


.block { display: block; }
/* End hide from IE-mac */
@charset "UTF-8";
/* CSS Document */
