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

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


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 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;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	color:#ffffff;
}
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: #000;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: url(img/bg.jpg) no-repeat;
	background-position: center top;
	background-size : 110%;
	background-attachment: fixed;
}
/*-----------------------------------------index----------------------------------------*/
#index {
	width: 1163px;
	margin: 0 auto;
}

#info {
	width: 1101px;
	padding:30px;
	font-size: 14px;
	line-height:150%;
	margin: 10px auto;
	color:#fff;
	background-color: #121212;
	border:solid 1px #efefef;
}



/*-----------------------------------------footer-----------------------------------------*/

.footer{
	width: 1163px;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	height: 144px;
	background-image: url(img/footer_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

.footer a{
	color:#fff;
	text-decoration:none;
}

.footer a:hover{
	color: #F863E5;
}


.banner {
	width: 1080px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(img/box_bg.jpg);
}
