@charset "UTF-8";
/* 
require.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;
}

/* --------------------------------
ul,li
-------------------------------- */
.area ul {
	list-style:disc inside;
}

.area li{
	padding-left:20px;
}
