@charset "UTF-8";

body {
	background-repeat: repeat;
	margin     : 0px 0px 0px 0px;
	line-height: 1.5em;
	font-size  : 13px;
	width      : 100%;
	text-align : center;
	color      : #333333;
}
table {border-collapse: collapse;}
td,th {vertical-align:top;padding: 0px 0px 0px 0px;}
pre {margin:0;}
img {border: 0px;}
a { color: #0000ff;}
a:link    { color:#006699; text-decoration:underline;}
a:visited { color:#006699; text-decoration:underline;}
a:hover   { color:#006699; text-decoration:none;}
a:active  { color:#006699; text-decoration:none;}
hr {
	border      : 1px solid #cccccc;
	height      : 0px;
	border-width: 1px 0px 0px 0px;
}
form {display:inline;}
textarea{
	line-height:120%;
	font-size: 12px;
}
input[type="text"] {
	padding-left: 3px;
	font-size: 12px;
}
select {
	font-size: 12px;
}
/*-------------------------------------------------------*/
img.img {border: 1px solid #cccccc;}

.total-frame {
	border-top:1px solid #bbbbbb;
}

.menu-frame {
	padding     : 10px 10px 0px 14px;
	background  : #ddddff;
	width       : 140px;
	white-space : nowrap;
	text-align  : left;
	font-size   : 100%;
	border-right: 1px solid #ccccdd;
	line-height : 140%;
}
.contents-frame {
	width         : 100%;
	vertical-align: top;
	text-align    : left;
	padding       : 10px 10px 10px 10px;
	font-size     : 90%;
}
.footer {
	padding   : 10px 0px 0px 0px;
	border-top: 1px solid #aaaaaa;
	color     : #666666;
	text-align: center;
	font-size : 80%;
}
/*-------------------------------------------------------*/
h1 {
	text-align: left;
	color     : #334D55;
	margin    : 20px 0px 10px 28px;
	font-size : 120%;
}
h2 {
	font-size: 120%;
	margin   : 0px 0px 15px 0px;
}


table.list	{
	font-size: 90%;
	border   : solid 1px #cccccc;
	width    : auto;
}
	table.list td	{
		border : solid 1px #cccccc;
		padding: 4px 6px 4px 8px;
		vertical-align: middle;
	}
	table.list th	{
		white-space   : nowrap;
		border        : solid 1px #cccccc;
		color         : #555555;
		padding       : 4px 6px 4px 8px;
		vertical-align: middle;
		background-color: #eeeeee;
	}
	table.list .submit {
		font-size  : 100%;
		font-weight: bold;
	}

/*-----------------------------------*/
/* pager */
.pager {
	-x-system-font:none;
	font-family:monospace;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1;
	margin:5px 0;
	padding:0;
	text-decoration:none;
}
.pager b {
	-x-system-font:none;
	font-family:'Arial';
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1;
	text-decoration:none;
}
.pager a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:#c3c3c3 none repeat scroll 0 0;
	color:#333333;
	font-family:monospace;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:4px 7px 2px 8px;
	text-decoration:none;
}
.pager span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:#717171 none repeat scroll 0 0;
	color:#ffffff;
	font-family:monospace;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:4px 7px 2px 8px;
	text-decoration:none;
}
.pager a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#88bfe2 none repeat scroll 0 0;
	color:#ffffff;
	text-decoration:none;
}


/* --- ▽検索 --- */
table.sTbl {
	margin-top   : 0px;
	margin-bottom: 10px;
	border       : 1px solid #cccccc;
	width        : 400px;
}
	table.sTbl th {
		font-weight  : bold;
		padding-right: 0px;
		font-size    : 100%;
		text-align   : right;
		white-space  : nowrap;
		padding      : 2px 2px 2px 5px;
		width        : 150px;
	}
	table.sTbl td {
		padding       : 2px 5px 2px 12px;
		vertical-align: left;
		font-size     : 80%;
	}
	/* 検索ボタン */
	table.sTbl input.sBtn {
		width           : 10em;
		border          : 2px solid #afafff;
		background-color: #ddddff;
		padding         : 1px 2px 1px 2px;
		font-weight     : bold;
	}
/* --- ▲検索 --- */


/* 送信ボタン */
input.submitBtn {
	width           : 10em;
	border          : 2px solid #ffdddd;
	background-color: #ccccff;
	padding         : 1px 2px 1px 2px;
	font-weight     : bold;
}

/* 疑似リンクスタイル */
.dummylink {
	color          : #0000ff;
	cursor         : pointer;
	text-decoration: underline;
}
