@charset "UTF-8";
/* 
sitemap.css
*/

/* --------------------------------
パンくずナビ
#crumbNav
-------------------------------- */
#crumbNav {
	margin: 0 22px 0 24px;
	padding: 0 20px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
}
#crumbNav p {
	color: #999;
	padding-top: 5px;
}
#crumbNav p strong {
	font-weight: normal;
	color: #333;
}

/* --------------------------------
#mainPanel
-------------------------------- */
#mainPanel {
	background-color:#FFF;
	height: 80px;
	margin-bottom: 25px;
}
#mainPanel h1 {
	padding: 33px 0 0 42px;
}
#mainPanel img {
	vertical-align: bottom;
}

/* --------------------------------
leftcol rightcol
-------------------------------- */
.leftcol {
	float: left;
	width: 440px;
}
.rightcol {
	float: right;
	width: 440px;
}

/* --------------------------------
area p
-------------------------------- */
.area p {
	padding: 30px 0 0 80px;
}

/* --------------------------------
ul
-------------------------------- */
ul {
	padding: 0 0 10px 0;
	margin-left: 20px;
}

ul.first li {
	list-style: square;
}

ul.first {
	margin-left: 80px;
}

/* --------------------------------
clearfix
-------------------------------- */
ul.first:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.first { display: inline-block; }

/* \*/
* html .ul.first { height: 1%; }
ul.first { display: block; }
/* */