@charset "utf-8";
/* CSS Document */

/*---------------------------------------Cross Browsing CSS ---------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

fieldset, img, abbr {
	border: 0;
}
img {
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	margin: auto;
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
a {
	color:#000000;
}
a:hover {
	color:#FFFF00;
}
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: url(img/bg.jpg) no-repeat;
	background-position: center top;
	background-size : cover;
	background-attachment: fixed;
}
/*-----------------------------------------wrapper-----------------------------------------*/

/*-----------------------------------------index----------------------------------------*/
#index {
	width:100%
}



#index_gate {
	width:1062px;
	margin-right: auto;
	margin-left: auto;
}


#index_gate img{
	width:1062px;
	margin: 7px 0 0 0;
}

#index_gate h1{
	margin: 0px auto;
	width: 1062px;
	height:22px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	display: block;
}
/*-----------------------------------------footer-----------------------------------------*/

#footerbg {
	width: 100%;
	height: 267px;
	background-image: url(img/foot_bg.png);
	padding: 0;
}


#footer {
	width:1042px;
	height:230px;
	text-align:center;
	font-weight:bold;
	background:url(img/footer.png) left bottom no-repeat;
	padding: 37px 0 0 20px;
	color:#000000;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
}
#footer text{
	margin:15px;
}

#footer a {
	color:#000000;
	text-decoration: none;
}
#footer a:hover {
	color:#000000;
	text-decoration: underline;
}
#footer p {
	color:#000000;
	font-size: 12px;
}
#footer .copyright {
	line-height: 22px;
	padding-bottom: 10px;
}
