@charset "UTF-8";


/* 
property reset
*/
@import url("http://hisamatsu.or.jp/cmn/reset.css");

/* 
tool
*/
@import url("http://hisamatsu.or.jp/cmn/tool.css");

/* 
body
*/
@import url("http://hisamatsu.or.jp/cmn/body.css");

/* 
linkColor
*/
@import url("http://hisamatsu.or.jp/cmn/linkcolor.css");

/* 
header
*/
@import url("http://hisamatsu.or.jp/cmn/header.css");

/*
navBar
*/
@import url("http://hisamatsu.or.jp/cmn/navbar.css");

/*
submenu
*/
@import url("http://hisamatsu.or.jp/cmn/submenu.css");

/* 
footer
*/
@import url("http://hisamatsu.or.jp/cmn/footer.css");

/* 
content
*/
@import url("http://hisamatsu.or.jp/cmn/content.css");


/* 
side
*/
@import url("http://hisamatsu.or.jp/cmn/side.css");

/* 
ttl
*/
@import url("http://hisamatsu.or.jp/cmn/ttl.css");

/* 
table
*/
@import url("http://hisamatsu.or.jp/cmn/table.css");


/* 
calender
*/
@import url("http://hisamatsu.or.jp/cmn/calender.css");


.mainCont {
	width: 549px;
}

.mainCont p {
	font-size: 92%;
	line-height: 140%;
	margin-top: 1em;
}

.mainCont h2 {
	height: 45px;
	text-indent: -9999em;
}

.mainCont h2 a {
	display: block;
	width: 500px;
	height: 40px;
	margin-left: -19px;
	padding-left: -21px;
	text-decoration: none;
}

.mainCont h3 {
	margin-top: 5px;
	margin-bottom: 17px;
	color: #FF9999;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-bottom-color: #DEDEDE;
	border-top-color: #DFDFDF;
	background-color: #FFF5F5;
}

.mainCont h4 {
	margin-top: 1em;
	margin-bottom: 10px;
}

.mainCont h5 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 97%;
	font-weight: normal;
}

.entry {
	margin-top: 15px;
	padding-bottom: 15px;
}

.entry ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 92%;
	line-height: 140%;
}

.entry ul li {
	list-style-type: disc;
}

.entry ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 92%;
	line-height: 140%;
}

.entry ol li {
	list-style-type: decimal;
}

.lead ul {
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 97%;
	line-height: 140%;
}

.lead ul li {
	list-style-type: disc;
}

.sitemap {
	margin-top: 20px;
	padding-bottom: 15px;
}

.sitemap ul {
	margin-top: 2px;
	margin-bottom: 13px;
	margin-left: 40px;
	font-size: 92%;
	line-height: 1em;
}

.sitemap ul li {
	list-style-type: none;
	color: #CCCCCC;
}

