/*@charset "shift_jis";*/
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,div,p,form,fieldset { margin:0; padding:0; }
li {list-style:none}
th {font-weight:normal}
em {font-style:normal}

input{
	margin-left:3px;
	margin-right:3px
}

.Spacer{
	clear:both;
	margin:0px;
	padding:0px
}
/*
a {
	text-decoration:underline;
	color: #000;
}
*/
a {
	text-decoration:none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #fff;
background-color: #333;
}

/*a:visited {
	text-decoration:underline;
color: #000;
}*/

a:hover {
	text-decoration: none; 
	color: #fff;
background-color: #333;
}

a img {
	border: none;
}

/* -------------------------------------
   Body
---------------------------------------- */
html, body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
	line-height:160%;
	color:#000000;
	height: 100%;
    }


/* -------------------------------------
   Header
---------------------------------------- */
#HeaderBG{
	width:100%;
	height:87px;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}
#HeaderArea{
	width:950px;
	height:87px;
	padding:0px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-color:#FFFFFF;
}
#HeaderArea .logo_si{
	float: left;
	width:113px;
	height:55px;
	padding:0px;
	position: relative;
	margin-top: 32px;
	margin-bottom: 0px;
}
#HeaderArea .logo_sid{
	float: left;
	width:105px;
	height:55px;
	padding:0px;
	position: relative;
	margin-top: 32px;
	margin-left: 40px;
	margin-bottom: 0px;
}
#HeaderArea .logo_sp{
	float: left;
	width:113px;
	height:55px;
	padding:0px;
	position: relative;
	margin-top: 32px;
	margin-left: 30px;
	margin-bottom: 0px;
}
#HeaderArea .logo_cp{
	float: right;
	width:140px;
	height:34px;
	position: relative;
	margin-top: 32px;
	margin-left: 100px;
	margin-bottom: 0px;
	top: 44px;
	display: block;
	padding: 0px;
}

/* -------------------------------------
   Contents
---------------------------------------- */
#Main{
    width: 950px;
	height:auto;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}


#MainImage{
	width:950px;
	height:520px;
	padding-left:0px;
	padding-right:0px;
	padding-top:25px;
	padding-bottom:0px;
	margin: 0px auto 0px auto;
}
/* -------------------------------------
   Footer
---------------------------------------- */
#FooterArea{
	background-image:url(../img/footer_bg.gif);
	position:absolute;
    bottom:0px;
    height:27px;
    width:100%;
}
.FooterAreaCopy{
	font-size:11px;
	line-height:160%;
	color:#000000;
	text-align:right;
	width:950px;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
}
