@charset "utf-8";

input {
	/* IEでボタン名が上寄せになるため、余白追加 */
	*padding-top:2px;
}

/* 全体カラム構成 */
body {
	background-image: url('../images/back2.jpg');
	font-size: 16px;
	background-repeat: repeat
}

.main_contener {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/back.gif');
}

.contener {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	ssbackground-color: white;
	ssbackground-image: url('../images/logo.gif');
	ssbackground-image: url('../images/back.gif');
	sbackground-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	padding-top: 20px;
}

.main_contener2 {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/back.gif');
}

.contener2 {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 1300px;
	ssbackground-color: white;
	ssbackground-image: url('../images/logo.gif');
	ssbackground-image: url('../images/back.gif');
	sbackground-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	padding-top: 20px;
}


/* ヘッダーとフッター */
.header {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 140px;
	background-image: url('../images/header_1.jpg');
}

.header_title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 20px;
	background-image: url('../images/header_3.jpg');
	background-repeat: no-repeat;
	ssbackground-color: yellow;
	font-weight: bold;
	font-size: 20px;
	padding-top:60px;
	padding-bottom: 10px;
	border-bottom: 3px double gray;
	letter-spacing: 2px;
}
.header_img {
	clear: both;
	margin-top: 10px;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:30px;
	background-image: url('../images/footer_2.jpg');
}

.top_nav {
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	width: 800px;
	ssbackground-color: white;
	ssbackground-image: url('../images/back.gif');
	position: relative;
}

.top_nav .years {
	float: left;
	margin-left: 10px;
}

.top_nav .welcome {
	float: right;
	margin-right: 10px;
}

.top_nav .menu {
	clear: both;
	float: left;
	margin-left: 10px;
}

.top_nav .err_msg {
	_height:16px; /* CSSハック（IE6以下のみ、IE7除外 */
	min-height:16px;
	line-height:1.2em;
	font-size:95%;
}


/* 文字表示位置 */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* 確認画面文字色 */
TD.confirm {
	color: blue;
}

.necessary {
	color: #ff0000;
	font-size: 13px;
}

.err_msg {
	color: red;
	text-align: center;
	font-weight:bold;
	clear: both;
}

.info {
	color:blue;
	font-size:12px;
}

FORM INPUT.input_btn {
	background: url(../images/form.gif) no-repeat left top;
	width: 69px;
	height:30px;
	text-align: center;
	border: none;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
 }

FORM INPUT#btn2 {
	background: url(../images/form_long.gif) no-repeat left top;
	width: 120px;
	height:30px;
	text-align: center;
	border: none;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	display: block;
}


/* 入力画面のテーブルスタイル */
TABLE.input {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
	background-color: #D7F2F2;
}

TABLE.input TD {
	text-align: left;
	padding: 1px 3px;
	vertical-align: top;
}

TABLE.input TH {
	font-weight: normal;
}

TABLE.input .item {
	width: 90px;
	text-align: right;
}

/* 確認画面のテーブルスタイル */
TABLE.confirm {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
	background-color: #D7F2F2;
}

TABLE.confirm TD {
	text-align: left;
	padding: 1px 3px;
	vertical-align: top;
}

TABLE.confirm TH {
	font-weight: normal;
}

TABLE.confirm .item {
	width: 90px;
	text-align: right;
}

/* 一覧表示のテーブルスタイル */
TABLE.list {
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	border:1px #000000 solid;
}

TABLE.list {
	border:1px #000000 solid;
	text-align: center;
	padding: 2px;
	background-color:#FFFFFF
}

TABLE.list TH {
	border:1px #000000 solid;
	background-image:url(../images/td.jpg);
	height:26px;
	font-size: 14px;
	font-weight: normal;
}

TABLE.list TD {
	border:1px #000000 solid;
	height:26px;
	font-size: 14px;
	padding: 1px 3px;
}


/* レイアウト用のテーブルスタイル（罫線を表示しない） */
TABLE.layout {
	margin-left: auto;
	margin-right: auto;
}

TABLE.layout {
}

TABLE.layout TH {
	font-weight: normal;
}

TABLE.layout TD {
}

/* 入力不可のテキストフィールド */
INPUT.no_edit, SELECT.no_edit, TEXTAREA.no_edit {
	background-color:lightgrey;
	border:1px solid #7f9db9;
	padding:1px;
	*padding:2px;
	color: black;
}
