@charset "UTF-8";


/*----------------------------------------------------------------------

Normalize Style

----------------------------------------------------------------------*/
@import "css/normalize.css";


/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/
html, body {
	height: 100%;
	}

body {
	color: #333333;
	font-family:'Lucida Grande', Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	background-color: #000;
	}

#wrap {
	margin: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
	}

.clear { clear: both;}

a { color: #000000;}
a:visited { color: #000000;}
a:hover {
	color: #666666;
	text-decoration: underline;
}


/*----------------------------------------------------------------------

Header Style

----------------------------------------------------------------------*/
#header_container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/*----------------------------------------------------------------------

Navi Style

----------------------------------------------------------------------*/
#nav {
	height: 50px;
	background: #442c21 repeat-x center;
}

#nav ul li {
	height: 50px;
	overflow: hidden;
	float: left;
	}

#nav ul li#nav_last { border: none;}

#nav ul li a {
	text-decoration: none;
	display: block;
	padding: 30px 0px 0;
	}

#nav ul li a#nav_01 { background: url('img/nav_01.png') center 0px no-repeat; width: 192px; height: 50px;}
#nav ul li a#nav_01:hover { background: url('img/nav_01.png') center -50px no-repeat; width: 192px;}
#nav ul li a#nav_02 { background: url('img/nav_02.png') center 0px no-repeat; width: 96px; height: 50px;}
#nav ul li a#nav_02:hover { background: url('img/nav_02.png') center -50px no-repeat; width: 96px;}
#nav ul li a#nav_03 { background: url('img/nav_03.png') center 0px no-repeat; width: 115px; height: 50px;}
#nav ul li a#nav_03:hover { background: url('img/nav_03.png') center -50px no-repeat; width: 115px;}
#nav ul li a#nav_04 { background: url('img/nav_04.png') center 0px no-repeat; width: 120px; height: 50px;}
#nav ul li a#nav_04:hover { background: url('img/nav_04.png') center -50px no-repeat; width: 120px;}
#nav ul li a#nav_05 { background: url('img/nav_05.png') center 0px no-repeat; width: 168px; height: 50px;}
#nav ul li a#nav_05:hover { background: url('img/nav_05.png') center -50px no-repeat; width: 168px;}
#nav ul li a#nav_06 { background: url('img/nav_06.png') center 0px no-repeat; width: 115px; height: 50px;}
#nav ul li a#nav_06:hover { background: url('img/nav_06.png') center -50px no-repeat; width: 115px;}
#nav ul li a#nav_07 { background: url('img/nav_07.png') center 0px no-repeat; width: 154px; height: 50px;}
#nav ul li a#nav_07:hover { background: url('img/nav_07.png') center -50px no-repeat; width: 154px;}


/*----------------------------------------------------------------------

Back Top Style

----------------------------------------------------------------------*/
#backTop {
	font-size: 12px;
	text-align: right;
	width: 960px;
	color: #967e50;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	}

#backTop span {
	color: #000000;
	cursor: pointer;
	padding: 0 15px;
	}


/*----------------------------------------------------------------------

Footer Style

----------------------------------------------------------------------*/
#footer_container {
	background: #000000;
	height: 200px;
	padding-top: 30px;
	width: 100%;
	}

#footer {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 150px;
	}

.footer_box {
	width:150px;
	float: right;
	height: 150px;
}

#piped {
	text-align: center;
	font-size: 12px;
	clear: both;
	margin: 0 auto 30px;
	}

#piped li {
	color: #FFFFFF;
	line-height: 25px;
	width: 150px;
	list-style-position: inside;
	list-style-image: url(img/mark.png);
	text-align: left;
	float: left;
}

#piped li a {
	color:#FFFFFF;
	text-decoration: none;}
	
#piped li a:hover {
	color:#967e50;
	text-decoration: none;}
	
.footer_box1 {
	width:220px;
	float: right;
	height: 150px;
}

#piped1 {
	text-align: center;
	font-size: 12px;
	clear: both;
	margin: 0 auto 30px;
	}

#piped1 li {
	color: #FFFFFF;
	line-height: 25px;
	width: 220px;
	list-style-position: inside;
	list-style-image: url(img/mark.png);
	text-align: left;
	float: left;
}

#piped1 li a {
	color:#FFFFFF;
	text-decoration: none;}

#piped1 li a:hover {
	color:#967e50;
	text-decoration: none;}


.footer_box2 {
	width:400px;
	float: left;
	color:#FFFFFF;
	line-height: 20px;
	margin-left: 20px;
}
	


#copyright {
	color: #ffffff;
	text-align: right;
	margin-top: 20px;
}

#footer_container #footer img {
	float: left;
}
.orange {
	font-weight: bold;
	color: #FF6600;
	font-size: 13px;
}
.red {
	font-weight: bold;
	color: #F00;
	font-size: 14px;
}
