@charset "utf-8";
/*基本設定*/
* {
	margin: 0;
	outline: 0;
	padding: 0px;
	/*vertical-align: baseline;*/
	font-style: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Meiryo, "@ヒラギノ角ゴPro W3", "@Hiragino Kaku Gothic Pro", "@ＭＳ Ｐゴシック", sans-serif;
	/*font-family: "@メイリオ";*/
	list-style-type: none;
}
	
}
body {
	padding: 0;
}

section {
	/*width:1000px;*/
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin: 0 auto;
}

#loginInfo {
	position: absolute;
	right:10px;
	bottom:10px;
}

article {
	margin: 10px;
	min-height: 400px;
}

#bread {
	margin-bottom: 10px;
}
footer {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	/*height: 50px;*/
	/*line-height: 50px;*/
	text-align: center;
}

table {
	/*margin: 5px 0;*/
	border-collapse: collapse;
	width: 100%;
}

th {
	border: 1px solid #999999;
	background: #6699cc;
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

td {
	border: 1px solid #999999;
	padding: 2px;
	/*line-height: 17px;*/
}

.t_center {
	text-align: center;
}
