body {
	margin				: 0px;
	background-color	: #A0E0FF;
	font-family			: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.header {
	background-repeat	: no-repeat;
	background-color	: #A0E0FF;
	width				: 100%;
	border-bottom		: 20px solid #000084;
	overflow		: auto;
}
.header_left {
	float				: left;
	padding				: 0px 0px 0px 0px;
	text-align			: center;
	font-weight			: bold;
}
.header_left a
{
	display				: block;
	width				: 136px;
	background-image	: url('../img/button_image.gif');
	text-decoration		: none;
	line-height			: 36px;
	font-size			: 11pt;
}
.header_left a:hover
{
	width				: 136px;
	background-image	: url('../img/button_hover.gif');
	text-decoration		: none;
	color				: #000000;
}
.header_left a:link		{ color: #000000; }
.header_left a:visited	{ color: #000000; }
.header_left a:active	{ color: #000000; }

.header_center_l {
	float				: left;
	width				: 700px;
	padding				: 9px 0px 0px 20px;
}
.header_center_r {
	float				: left;
	padding				: 0px 0px 0px 0px;
	text-align			: center;
	font-weight			: bold;
}
.header_center_r a
{
	display				: block;
	width				: 136px;
	background-image	: url('../img/button_image.gif');
	line-height			: 36px;
	text-decoration		: none;
	font-size			: 11pt;
	color				: #000000;
}
.header_center_r a:hover
{
	width				: 136px;
	background-image	: url('../img/button_hover.gif');
	text-decoration		: none;
	color				: #000000;
}
.header_center_r a:link	{ color: #000000; }
.header_center_r a:visited	{ color: #000000; }
.header_center_r a:active	{ color: #000000; }

.header_right {
	float				: right;
	padding				: 12px 20px 0px 0px;
	text-align			: center;
	font-size			: 13pt;
	font-weight			: bold;

}

.main {
	clear				: both;
	float				: left;
	overflow-y			: scroll;
	scrollbar-width			: none;
}

ul.footer_list {
	list-style-type		: none;
	margin				: 0;
	padding			: 5px 0px 0px 0px;
	clear				: both;
	background-repeat	: no-repeat;
	background-color	: #000084;
	width				: 100%;
	height				: 60px;
}
ul.footer_list li
{
	float				: left;
	text-align			: center;
	padding			: 8px 0px 0px 0px;
}
ul.footer_list li a {
	display				: block;
	width				: 136px;
	background-image	: url('../img/button_image.gif');
	text-decoration		: none;
	line-height			: 36px;
	font-size			: 12pt;
	font-weight			: bold;
}
ul.footer_list li a:hover {
	height				: 36px;
	width				: 136px;
	background-image	: url('../img/button_hover.gif');
	text-decoration		: none;
	color				: #000000;
}
ul.footer_list li a:link {
	color				: #000000;
}
ul.footer_list li a:visited {
	color				: #000000;
}
ul.footer_list li a:active {
	color				: #000000;
}
/*
.footer {
	clear				: both;
	text-align			: right;
	color				: #FFFFFF;
	font-size:			: 8pt;
	font-family			: 'Tahoma';
	font-weight			: bold;
	padding-right		: 5px;
	background-color	: #000084;
}
*/
.admin_header {
	text-align			: left;
	padding				: 10px;
}
.admin_title {
	float				: left;
}
.admin_menu {
	float				: left;
	height				: 40px;
	padding				: 8px 0px 0px 30px;
}
#admin_global {
	float				: left;
	height				: 40px;
	padding				: 8px 0px 0px 30px;
}
.select_box {
	clear				: both;
	width				: 95%;
	margin				: 10px;
	height				: 90%;
	border				: 1px solid #999997;
	padding			: 10px;
}

.select_title {
	font-weight			: bold;
	padding-left		: 10px;
}

.w50 {
	width				: 50px;
}
.w100 {
	width				: 100px;
}

.w150 {
	width				: 150px;
}

.w200 {
	width				: 200px;
}

.w250 {
	width				: 250px;
}

.w500 {
	width				: 500px;
}

.main::-webkit-scrollbar {
        display                 : none;
}
