@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;
}
/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/

body {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat:repeat-x;
	background-size:cover;
}
/*-----------------------------------------wrapper-----------------------------------------*/
h1 {
	width:100%;
	height: 24px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	color:#000000;
	border-bottom:solid 1px #8E8217;
}



#index {
	width:930px;
	margin: 0 auto;
}

.footer{
	width: 100%;
	padding:30px 0;
	background-color:#140a26;
	background: linear-gradient(#140a26, #3f285f);
	}

.footer_txt{
	width: 930px;
	text-align: center;
	margin: 0 auto;
	line-height: 25px;
}

.footer_txt a{
	color:#ffffff;
	text-decoration:none;
}

.footer_txt a:hover{
	color:#FF0000;
}
.banner{
	width:1034;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
}
