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



*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img{
	border: none;
}

body{
	background-color: #000000;
	width: 100%;
}





/* ------------ ヘッダー↓↓ ------------------- */


header{
	width: 100%;
	height: 110px;
	margin-bottom: 15px;
}

header #sample{
	width: 30%;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header #sample p span{
	font-size: 20px;
}


header #sample a{
	font-size: 15px;
	color: #DED025;
	font-weight: bold;
}

header #sample a:hover{
	opacity: 0.5;
}



header #header_logo a{
	display: block;
	height: 0;
	text-align: center;
	padding-top: 100px;
	background-repeat: no-repeat;
	overflow: hidden;
}

header #header_logo{
	width: 300px;
	height: 100px;
	padding-top: 20px;
	margin: 0 auto;
}


header #header_logo a{
	background-image: url(../images/logo_header.gif);
}

header #header_logo a:hover{
	background-position: 0 -100px;
}

/* ------------ ヘッダー↑↑ ------------------- */




/* ------------ ナビ↓↓ ------------------- */

nav{
	height: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
}

nav ul{
	width: 800px;
	margin: 0 auto;
}

nav ul li{
	float: left;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

nav ul li a{
	display:block;
	width: 150px;
	height: 50px;
	color: #FFFFFF;
	text-decoration: none;
}

nav ul li a:hover{
	color: #C5C5C5;
}



/* ------------ ナビ↑↑ ------------------- */


/* ------------ フッター↓↓ ------------------- */

footer{
	width: 100%;
	height: 225px;
	clear: both;
	margin-top: 10px;
}

#footer_left{
	width: 10%;
	float: left;
	padding-top: 20px;
	margin-left: 2%;
}

#footer_left a{
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 50px;
}

#footer_logo{
	width: 130px;
	height: 50px;
}

#footer_logo a{
	background-image: url(../images/logo_footer.gif);
	width: 100%;
}

#footer_logo a:hover{
	background-position: 0 -50px;
}

#footer_sns{
	width: 130px;
	height: 30px;
	margin-top: 10px;
}

#footer_sns ul li{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

#facebook a{
	background-image: url(../images/facebook.jpg);
	background-repeat: no-repeat;
}

#twitter a{
	background-image: url(../images/twitter.jpg);
	background-repeat: no-repeat;
}

#instagram a{
	background-image: url(../images/instagram.png);
	background-repeat: no-repeat;
}

#footer_sns a:hover{
	opacity: 0.5;
}




#site_map{
	width: 84%;
	height: 105px;
	float: right;
	padding-top: 30px;
	margin-left: 2%;
	margin-right: 2%;
}

#site_map ul{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding-left: 10px;
}

#site_map ul li a:hover{
	color: #C5C5C5;
}

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

.footer_nav{
	width: 16.5%;
	height: 105px;
	float: left;
	border-right: 1px dotted #FFFFFF;
	text-align: center;
}

.footer_nav2{
	width: 16.5%;
	height: 105px;
	float: left;
	text-align: center;
}

.footer_nav3{
	width: 16.5%;
	height: 105px;
	float: left;
	border-left: 3px double #FFFFFF;
	text-align: center;
}



#copyright{
	clear: both;
	text-align: center;
	padding-top:40px;
	padding-bottom:20px;
}

#copyright small{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
}


/* ------------ フッター↑↑ ------------------- */



