@charset "Shift_JIS";

/* -- YUI -- */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
font:13px/1.231 arial,helvetica,clean,sans-serif;
/* for IE6/7 */ 
*font-size:small; 
/* for IE Quirks Mode */
*font:x-small;
}
/* for IE8 */ 
html>/**/body {  
font-size:small\9;  
}  


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
font-size:inherit;
font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

/* -- END YUI -- */
html, body	{
	_height: 100%;   
	_overflow: auto;  
}

body {
	padding: 0;
	margin: 0;
	color: #5d5d5d;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	text-align: center;
	width: 100%; 
}
a:link, a:visited, a:hover, a:active {
	color: #5d5d5d;
	text-decoration: none;
	outline: none;
}
img {
	border: 0;
	outline: none;
}
#wrap {
 	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
#wrap #hdrWrap {
	width: 100%;
	height: 56px;
	position: relative;
}
#wrap #hdrWrap .hdrLogo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#wrap #hdrWrap .hdrE3 {
	position: absolute;
	top: 20px;
	right: 20px;
}
#ftrWrap {
	clear: both;
	width: 100%;
	height: 43px;
	position: relative;
	bottom:-1px;
	left:0;
	z-index: 50;
}
#ftrWrap .menu {
	position: absolute;
	top: 1px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2;
}
#ftrWrap .menu li {
	float: left;
	background: url(../img/ftrMenu_ov.png) repeat-x center -30px;
}
#ftrWrap #ftrPageTop {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 2;
	display: none;
}
#ftrWrap .naviBG {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.hdrBG {
	position: fixed;
	right: 0;
}
.ftrBG {
	position: fixed;
	bottom: 41px;
	left: 0;
	display: none;
}
#title {
	width: 960px;
	height: 85px;
	margin: 15px auto 30px;
	text-align: left;
	position: relative;
}
#title .line {
	float: left;
}
#title .titleMain {
	float: left;
	margin: 17px 30px 0;
}
#title .titleMes {
	float: left;
	padding-left: 25px;
}
#title .btn {
	position: absolute;
	top: 24px;
	right: 0;
}
#contentsWrap {
	clear: both;
	width: 960px;
	text-align: left;
	margin: 0 auto 30px;
	padding-bottom: 40px;
}
