@charset "utf-8";
/* LAYOUT
--------------------------------------------------------------------------------*/

#wrapper{
	width:898px;
	margin:0 auto;
}

#sitetitle{
	float:left;
	width:643px;
	margin:0 1px 0 0;
	padding:0;
}

#btn_sitemap{
	float:right;
	width:73px;
	margin:16px 13px 0 0;
	_margin:16px 6.5px 0 0;
	padding:0;
}

#contents_column {
	float:left;
	width:582px;
	margin:20px 20px 50px 20px;
	_margin:20px 10px 100px 10px;
}

#navi_column {
	float:right;
	width:214px;
	margin:20px;
	_margin:20px 10px;
	text-align:center;
}

#advertisement {
	width:200px;
	height:236px;
	margin:0;
	_margin-left:45px;
}

/* FOOTER */
#footer{
	clear:both;
	height:100px;
	background:URL('../images/footer_back.gif') repeat-y;
	background-position: center top;
}
*:first-child+html #footer{
	height:110px;
}

.footer_detail{
	width:898px;
	margin:10px auto;
}

.footer_detail .item{
	width:643px;
	margin:0;
	text-align:center;
	font-size:12px;
}
.footer_detail .copyright{
	width:643px;
	margin:45px 0 0 0;
}


hr.line01{
	position : absolute;
	top:100px;
	left:0;
	clear:both;
	width:100%;
	height:1px;
	margin:0;
	padding:0;
	border-top: #0060ff 2px solid;
	border-bottom:none;
}

hr.line02{
	clear:both;
	width:100%;
	height:1px;
	border-top: #0060ff 2px solid;
	border-bottom:none;
	_margin-top:-7px;
}
*:first-child+html hr.line02{
	margin-top:-8px;
}


/* STYLE
--------------------------------------------------------------------------------*/

#main_img{
	width:898px;
	margin:0 0 0 0;
	padding:0;
}
*:first-child+html #main_img{
	margin:0;
}

ul.item{
	clear:both;
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}

ul.item li.title{
	margin:0 0 20px 0;
	padding:0;
}

ul.item li.flow{
	float:left;
	margin:0 0 20px 0;
	padding:0;
}
ul.item li.mgr{
	margin-right:20px;
}

ul.item li.text{
	margin:0 0 20px 0;
	padding:0;
	line-height:1.5;
}

ul.item li.btn{
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
}

ul.item li.subtitle{
	font-weight:bold;
}

ul.item li.sitemap{
	margin:5px 0 0 20px;
	padding:5px 0 10px 35px;
	background:URL('../images/icon_sitemap.gif') no-repeat;
}
/* LOGIN */
ul#login_area{
	list-style:none;
	clear:both;
	padding:80px 0 20px 0;
	_padding:80px 0 5px 0;
	background:URL('../images/login_area.gif') no-repeat;
	text-align:center;
	_width:100%;
}
*:first-child+html ul#login_area{
	margin:0 0 -20px 0;
}

ul#login_area li{
	margin:0 0 8px 0;
	padding:0;
}

ul#login_area li.passfgt{
	margin:0 0 10px 0;
	padding:0;
	font-size:10px;
}


/* NAVI */
ul#navi{
	list-style:none;
	clear:both;
	padding:0;
}
*:first-child+html ul#navi{
	margin:20px 0 15px 0;
}

ul#navi li{
	height:50px;
	margin:0;
	padding:0;
}


/* LINK-STYLE */
a{
	color:#565656;
}

a:link{
	color:#565656;
	text-decoration:underline;
}

a:visited{
	color:#565656;
	text-decoration:underline;
}

a:hover{
	color:#565656;
	text-decoration:none;
}

/* PAGE TITLE */
h1{
	margin:-2px 0 0 0;
	padding:0;
}
*:first-child+html h1{
	margin:0;
}


/* COMPANY */
table.company{
}
table.company th{
	padding:15px 20px;
	border-top:solid #ffffff 3px;
	border-bottom:solid #cccccc 1px;
	background:#e6efff;
	color:#333333;
	font-weight:normal;
	text-align:left;
}
table.company td{
	padding:15px 20px;
	border-top:solid #ffffff 3px;
	border-bottom:solid #cccccc 1px;
}
/* COMPANY LIST */
table.complist{
}
table.complist thead th{
	width:160px;
	padding:15px 20px;
	border:solid #bcd5ff 1px;
	background:#e6efff;
	color:#333333;
	font-weight:normal;
	text-align:left;
}
table.complist thead td{
	padding:15px 20px;
	border-top:solid #bcd5ff 1px;
	border-right:solid #bcd5ff 1px;
	border-bottom:solid #bcd5ff 1px;
	background:#e6efff;
	color:#333333;
	font-weight:normal;
	text-align:left;
}
table.complist tbody th{
	width:160px;
	padding:15px 20px;
	border-top:solid #ffffff 3px;
	border-right:solid #cccccc 1px;
	border-bottom:solid #cccccc 1px;
	border-left:solid #cccccc 1px;
}
table.complist tbody td{
	padding:15px 20px;
	border-right:solid #cccccc 1px;
	border-bottom:solid #cccccc 1px;
}
/* PAST LIST */
table.pastlist{
	_margin-bottom:50px;
}

*:first-child+html table.pastlist{
	margin-bottom:50px;
}

table.pastlist th{
	padding:15px 20px;
	border-top:solid #ffffff 3px;
	border-bottom:solid #cccccc 1px;
	color:#333333;
	font-weight:normal;
	text-align:left;
}
table.pastlist td{
	padding:15px 20px;
	border-top:solid #ffffff 3px;
	border-bottom:solid #cccccc 1px;
	background:#e6efff;
	color:#333333;
	font-weight:bold;
}

