@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-inquiry.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/index/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;
}
#input-table {
	width: 600px;
	margin: 0px auto 20px;
}
#input-table th,
#input-table td {
	padding: 3px;
}
#input-table th {
	width: 30%;
	background: #CCCCCC;
	font-size: 12px;
}
#input-table td {
	width: 70%;
	background: #EEEEEE;
	font-size: 10px;
}
#input-table strong{
	color:#FF0000;
}
#head-copy em,
#input-table em {
	font-weight: bold;
	color: #CC0000;
}
#check  {
	padding-bottom: 20px;
	text-align: center;
}
#check .confmes{
	text-align: center;
	padding-bottom: 10px;
}
#check .zm_copyright{
	display:none;
}
