@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-aaa.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: -200px 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}

/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#head-copy {
	margin: 0px auto;
	width: 680px;
}
#head-copy p {
	padding-bottom: 20px;
}
h4 {
	font-size: 14px;
	line-height: 1.5em;
}

dl {
	padding-bottom: 20px;
}
dt {
}
dd {
	padding-left: 30px;
	padding-top: 10px;
}
ul {
	list-style: circle;
}
li {
	padding-bottom: 6px;
}

