/* CSS Document */
@charset "Shift_JIS";

/*
┌body─────────────┐
│┌#menu ──────────┐│
│└─────────────┘│
│┌─#MainContents ─────┐│
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
││　　　　　　　　　　　　　││
│└─────────────┘│
│┌─#footer ────────┐│
│└─────────────┘│
└───────────────┘
*/

/* ---- 全体 ---- */
body{   
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
* html {
    overflow: hidden;   
}
* body {
    overflow: auto;   
}
/* ======= head_menu ======= */
#menu {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 26px;
	background-color: #FFF;
	border-bottom: 3px solid #070A71;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* ======= footer ======= */
#footer {
	clear: both;
	position: fixed !important;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-top: 2px solid #070A71;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	color: #070A71;
	margin-bottom: 0px;
	padding: 7px 0px 5px 0px;
	background-color: #FFF;
}

/* ======= ページ内容部分 ======= */
#all_contents {
	width: 802px;
	height: 100%;
	margin: 0px auto;
	padding: 27px 0px 29px 0px;
}
* html div#all_contents {
    height: 100%;
    overflow: auto;
}
#MainContents {
	width: auto;
	min-height: 100%;
	max-height: auto;
	margin: 0px auto;
	padding: 30px 25px;
}
* html div#MainContents{   
    height: 100%;
    overflow: auto;
	scrollbar-arrow-color:#070A71;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#070A71;
	scrollbar-shadow-color:#070A71;
	scrollbar-track-color:#ffffff;
}  
/*
#MainContents .start{
	padding-top:60px;
}
#MainContents .end{
	padding-bottom:30px;
}
*/
/* ======= 背景画像 ======= */
.bg {
	background-image: url(/common/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
