 @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;
}
@-ms-viewport { width: 1920px; }
/*-------------------------------------------------------------------------------------------------------------*/

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: #707070;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: url(img/bg.jpg) no-repeat;
	background-position: center top;
}
/*-----------------------------------------index----------------------------------------*/
#index {
	width: 1903px;
	margin: 0 auto;
}


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

#footerbg {
	width: 1903px;
	margin: 10px  auto 0 auto;
	height: 228px;
	padding: 0;
	background-position: center top;
	background-image: url(img/footer_bg.jpg);
}
#footer {
	width: 1903px;
	height: 132px;
	text-align: center;
	font-weight: bold;
	padding: 16px 0 0 10px;
	margin: 70px 0 0 0;
	color: #121212;
	line-height: 40px;
	float: left;
	
}
#footer text {
	margin:15px;
}
#footer a {
	color:#121212;
	text-decoration: none;
}
#footer a:hover {
	color:#861010;
	text-decoration: underline;
}
#footer p {
	color:#121212;
	font-size: 12px;
}
#footer .copyright {
	line-height: 22px;
	padding-bottom: 10px;
}

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