/*基本タグ*/
body {
	font-family : "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EEE9DB;
}
p {
	font-size: 15px;
	line-height: 180%;
}
table {
	font-size: 14px;
	line-height: 140%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
th {
	text-align: right;
	background-color: #A6D0EC;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #195BB1;
	border-bottom-color: #CCC;
}
td {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
input {
	margin-bottom: 4px;
}
/*レイアウト*/
#waper {
	width: 100%;
	padding-bottom: 30px;
}
#header {
	text-align: center;
	margin-bottom: 30px;
}
#header h1 {
	background-image: url(../img/head.jpg);
	height: 110px;
	width: 605px;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 26px;
	color: #FFF;
	line-height: 26px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
/*返信用*/
.henshin {
	text-align: right;
	background-color: #FFEEEE;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF6666;
	border-bottom-color: #CCC;
	color: #F66;
}
/*サブミットボタン*/
.button {
	font-size: 16px;
	width: 200px;
	height: 32px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*ログイン*/
.login {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/*データ表示*/
.xls_table {
	background-color: #999;
	font-size: 12px;
	line-height: 15px;
}
.xls_table th {
	background-color: #6C9;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #099;
	color: #FFF;
}
.xls_table td {
	background-color: #FFF;
}

