@charset "Shift_JIS";

body {
	width: 100%;
	background: #fff none;
	padding: 0;
	text-align: center;
	color: #000;
}

#header .wrap,
#content .wrap,
#footer .wrap {
	width: 620px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}


body #header,
body #content,
body #footer,
body.smallText #header,
body.smallText #content,
body.smallText #footer,
body.mediumText #header,
body.mediumText #content,
body.mediumText #footer,
body.largeText #header,
body.largeText #content,
body.largeText #footer,
#content th,
#content td,
body.smallText #content th,
body.smallText #content td,
body.mediumText #content th,
body.mediumText #content td,
body.largeText #content th,
body.largeText #content td {
	font-size: 8pt;
}
#user_status,
#user_status_wrap,
#user_status2,
#user_status_wrap2,
#content .error,
#content .error ul,
#content .message,
#content .message ul {
	padding: 0;
	background: none;
}
#content h3 {
	margin-bottom: 18px;
	padding: 0 5px 3px 5px;
	font-size: 1.1em;
	border-bottom:solid 2px #EF7F7F;
	background: url(../img/subtitle_bg.gif) left bottom repeat-x;
}
table.list_table th,
table.list_table td,
table.data_table th,
table.data_table td,
table.detail_table th,
table.detail_table td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
table.list_table th,
table.data_table th,
table.detail_table th {
	background: #eee;
}
a.arrow {
	background: none;
	padding-left: 0;
}
#user_info {
	width: 63%;
}
#user_login {
	width: 35%;
}
#header p a img {
	width: 100%;
	height: auto;
}
#textresizerEmbed,
#mainmenu,
#footer .column {
	display: none;
}
#now_time {
	padding: 0;
}

#stamp {
	display: block;
	width: 30%;
	float: right;
	padding-top: 10px;
}
#stamp li {
	float: right;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	border: 1px solid #000;
}
.separate {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

@media print{
	#header .wrap,
	#content .wrap,
	#footer .wrap {
		width: 100%;
	}
	#printguide,
	#printmenu,
	.pageTop {
		display: none;
	}
	.pagebreak {
		page-break-after: always;
	}
}
