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



/*-----------------------------------------footer-----------------------------------------*/
#foot {
	width: 100%;
	height: 235px;
	padding: 0;
	margin: 280px auto 0 auto;
	background: url(img/footer_bg.jpg);
}

.footer{
	width: 1190px;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	height: 229px;
	background-image: url(img/footer_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

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

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


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