/*-----------------------------------------------------------
	ctrl.css
-----------------------------------------------------------*/
@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-size: 16px;
}
div#header {
	margin: 0 auto;
	width:940px;
	height: 47px;
	text-align: left;
	background-image: url("../obj/logo.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	border-bottom: #333 1px solid;
}
div#footer {
	margin: 100px auto 20px auto;
	width: 940px;
	border-top: 0px solid #006;
	background-image: url("../obj/albero.gif");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	overflow:auto;
	clear: both;
}
div#break {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 940px;
	border: 0px solid #333;
	border-top: 1px solid #333;
}
div.clearfix	{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	font-size: 1px;
	color: transparent;
}

.push {
	height: 80px; /* .push must be the same height as .footer */
}
p#copyright {
	font-size: 9pt; 
	color: #666;
	text-align: left;
	padding-top: 15px;
}

div#auth_name {
	margin: 10px auto 0 auto;
	width:940px;
	text-align: right;
}
div#auth_name span {
	padding-right: 10px; 
	font-size: 12px; 
}

div#div_navi {
	margin: 0px auto;
	width:940px;
	text-align: left;
}

div#div_center {
	margin: 10px auto;
	width: 940px;
	text-align: center;
	clear: both;
}

div#div_comment {
	width:940px;
	text-align: left;
}

div#div_table {
	margin: 0px auto;
	width:940px;
	text-align: center;
}


/* メニューページ ---------------------------------------*/
div#div_centerMenu {
	margin: 50px auto;
	width:940px;
	text-align: left;
}
div#div_tableMenu {
	margin: 0px auto;
	width:940px;
	text-align: center;
}
table#table_Menu {
	margin: 0px auto;
	width:940px;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
}
td.td_space {
	padding: 50px 5px 5px 5px;
	border: none;
	background-color: transparent;
}
td.td_img {
	width: 210px;
	text-align: center;
	border: none;
	background-color: transparent;
}
td.td_img div {
	padding: 50px 5px 5px 5px;
}

/* ページナビゲーション ---------------------------------------*/
div.div_page {
	margin: 0px auto;
	margin-top: 80px;
	width: 940px;
	text-align: center;
}

div.div_pageNavi {
	margin: 0px auto;
	width: 780px;
	text-align: left;
}

div.div_naviLeft {
	margin-top: 10px;
	float: left;
}

div.div_naviRight {
	margin-top: 10px;
	float: right;
}

/* 見出し<h> -------------------------------------------------*/
h3#h3_title {
	padding: 22px 0 3px 0;
	width: 940px;
	text-align: right;
	color: #006;
	font-size: 14px;
	border-bottom: none;
}

/* p -------------------------------------------------*/
p#p_submit {
	margin-top: 20px;
}

/* span -------------------------------------------------*/
span.span_error {
	margin-left: 10px;
	color: #f00;
}
span.span_comment {
	font-weight: bold; 
}

/* リスト -------------------------------------------------*/
ul#ul_result	{
	margin: 0px;
	width: 500px;
}
li.li_result	{
	padding-bottom: 10px;
	list-style-type: none;
}
/* リンク -------------------------------------------------*/
a.a_sort {
	color: #006;
	text-decoration:underline;
}
a.a_sort:link {
	color: #006;
	text-decoration:underline;
}
a.a_sort:visited {
	color: #006;
	text-decoration:underline;
}
a.a_sort:hover {
	color: #006;
	text-decoration:none;
}
a.a_sort:active {
	color: #006;
	text-decoration:none;
}
a.a_sort:focus {
	color: #006;
	text-decoration:none;
}

/* リンクボタン（縦） -------------------------------------------------*/
div#div_menu {
	margin: 20px auto;
	width: 580px;
	text-align: left;
}
ul.ul_menu	{
	margin: 0px 0;
	width: 580px;
}
li.li_menu	{
	width: 580px;
	list-style-type: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
}
a.a_menu {
	display: block;
	padding: 30px 0 30px 0;
	width: 580px;
	line-height: 75px;
	text-align: left;
	background-color: #fff;
	text-decoration: none;
}
a.a_menu:link {
	color: #333;
}
a.a_menu:visited {
	color: #333;
}
a.a_menu:hover {
	color: #000;
	background-color: #eee;
}
a.a_menu:active {
	color: #fff;
	background-color: #006;
}
a.a_menu:focus {
	color: #fff;
	background-color: #006;
}
span.span_menu {
	margin: auto 50px;
}
/* リンクボタン（画像メニュー） -------------------------------------------------*/
div#div_imgMenu {
	margin: 30px auto;
	width: 730px;
	text-align: center;
}
ul#ul_imgMenu {
	list-style-type: none;
}
li.li_imgMenu {
	display: inline;
	margin-right: 25px;
	float: left;
	list-style-type: none;
}
a.a_imgMenu {
	display: block;
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	color: #006;
	border: none;
	font-size: 12pt;
	background-color: #fff;
	background-image: url("../obj/link200.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
}
a.a_imgMenu:visited {
	color: #006;
	text-decoration: none;
}
a.a_imgMenu:hover {
	margin: 0px;
	color: #006;
	background-image: url("../obj/hover200.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
}
span.span_imgMenu	{
	display: block;
	padding: 90px 10px 0 10px;
	line-height: 1.5em;
}

/* リンクボタン（DB画像メニュー） -------------------------------------------------*/
div#div_dbMenu {
	margin: 15px auto;
	width: 810px;
	text-align: left;
}
ul#ul_dbMenu {
	list-style-type: none;
}
li.li_dbMenu {
	display: inline;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	list-style-type: none;
}
a.a_dbMenu {
	display: block;
	width: 144px;
	height: 154px;
	text-align: center;
	vertical-align: top;
	color: #333;
	border: none;
	font-size: 11pt;
	font-weight: normal;
	background-color: #fff;
	background-image: url("../obj/link144db.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
}
a.a_dbMenu:visited {
	color: #333;
	text-decoration: none;
}
a.a_dbMenu:hover {
	margin: 0px;
	color: #333;
	background-image: url("../obj/hover144db.jpg");
	background-repeat: no-repeat;
	text-decoration: underline;
}
span.span_dbMenu	{
	display: block;
	padding: 115px 0 0 0;
	line-height: 1.2em;
}

/* リンクボタン（横） -------------------------------------------------*/
ul#ul_navi {
	list-style-type: none;
}
li.li_navi {
	display: inline;
	margin-right: 10px;
	float: left;
	list-style-type: none;
}
a.a_navi {
	display: block;
	width: 120px;
	height: 2em;
	margin: 0px;
	text-align: center;
	color: #006;
	border: 1px solid #888;
	border-top-color: #ddd;
	border-left-color: #ddd;
	font-size: 11pt;
	line-height: 2em;
	background-color: #fff;
	text-decoration: none;
}
a.a_navi:visited {
	color: #006;
	text-decoration: none;
}
a.a_navi:hover {
	margin: 0px;
	color: #006;
	background-color: #eee;
	text-decoration: none;
}
a.a_navi:active {
	color: #fff;
	background-color: #006;
	margin: 0px;
	text-decoration: none;
}

/* テーブル -------------------------------------------------*/
div#div_result {
	margin: 0px auto;
	width: 500px;
	text-align: left;
}

table#table_result {
	padding: 0;
	width: 500px;
	text-align: left;
	color: #333;
	font-size: 11pt;
	border: 0px solid #888;
	border-collapse: collapse;
	table-layout: auto; 
}
tr.tr_color {
	border: none;
	background-color: #fff;
}
tr.tr_color:hover {
	border: none;
	background-color: #eee;
}
td.td_no {
	padding: 10px;
	width: 10px;
	text-align: right;
	vertical-align: middle; 
	color: #333;
	font-size: 11pt;
	font-weight: normal; 
	border: 0px solid #888;
	background-color: transparent;
}
td.td_name {
	padding: 10px;
	width: 330px;
	text-align: left;
	vertical-align: middle; 
	color: #333;
	font-size: 11pt;
	font-weight: normal; 
	border: 0px solid #888;
	background-color: transparent;
}
td.td_reference {
	padding: 10px;
	width: 50px;
	text-align: left;
	vertical-align: middle; 
	color: #333;
	font-size: 11pt;
	font-weight: normal; 
	border: 0px solid #888;
	background-color: transparent;
}
td.td_date {
	padding: 10px;
	width: 100px;
	text-align: left;
	vertical-align: middle; 
	color: #333;
	font-size: 11pt;
	font-weight: normal; 
	border: 0px solid #888;
	background-color: transparent;
}
* html td.td_no {
	width: 30px;
}
*:first-child+html td.td_no {
	width: 30px;
}
* html td.td_name {
	width: 350px;
}
*:first-child+html td.td_name {
	width: 350px;
}
* html td.td_reference {
	width: 70px;
}
*:first-child+html td.td_reference {
	width: 70px;
}
* html td.td_date {
	width: 120px;
}
*:first-child+html td.td_date {
	width: 120px;
}

a.a_result {
	display: block;
	color: #333;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
a.a_result:link {
	color: #333;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
a.a_result:visited {
	color: #333;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
a.a_result:hover {
	color: #333;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}

/* フォームボタン -------------------------------------------------*/
input.btn20 {
	margin: 0 20px;
	padding: 3px 5px;
	text-align: center;
	color: #333;
	font-size: 11pt;
	cursor: pointer;
}

button.renew {
	margin: 0px 0px 0px 3px;
	padding: 2px 5px;
	text-align: center;
	color: #333;
	font-size: 10pt;
	cursor: pointer;
}
input {
	padding-top: 2px;
}
* html input {
	padding-top: 2px;
}
*:first-child+html input {
	padding-top: 2px;
}



/* 画像 -------------------------------------------------*/
img#space	{
	visibility: hidden;
}
img.preload{
	display:none;
}

/* 文字カラー変更 -------------------------------------------------*/
.fc-red	{
	color: red;
}
.fc-blue	{
	color: blue;
}
/* 文字サイズ変更 -------------------------------------------------*/
.fs-14	{
	font-size: 14px;
}
.fs-12	{
	font-size: 12px;
}
.fs-10	{
	font-size: 10px;
}
/* 文字間変更 -------------------------------------------------*/
.ft-ls0	{
	letter-spacing: normal;
}
.ft-ls5	{
	letter-spacing: 5px;
}
.ft-ls10	{
	letter-spacing: 10px;
}
