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

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

img{
	border: none;
}

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

a{
	text-decoration: none;
}



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

header{
	width: 100%;
	background-repeat: no-repeat;
	position: relative;
}

header #sample{
	width: 30%;
	font-size: 10px;
	color: #000000;
	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: #0A1FBC;
	text-decoration: underline;
	font-weight: bold;
}

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


#member_link{
	width: 97%;
	height: 25px;
	overflow: hidden;
	position: absolute;
	top: 15px;
}

#member_link ul{
	float: right;
}


#member_link ul li{
	float: left;
	overflow: hidden;
	font-family: メイリオ;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

#member_link ul li a{
	display:block;
	width: 65px;
	height: 25px;
	color: #000000;
	text-decoration: none;
}

#member_link ul li a:hover{
	opacity: 0.5;
}



#type_link{
	clear: both;
	float: left;
	margin-left: 3%;
	padding-top: 5px;
}

#type_link ul li{
	float: left;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	margin-right: 5px;
	font-weight: bold;
	border-right: 2px solid #000000;
	text-align: center;
}

#type_link ul li:first-child{
	border-left: 2px solid #000000;
	padding-left: 5px;
}

#type_link ul li a{
	display:block;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
}

#type_link ul li a:hover{
	opacity: 0.5;
}

header #header_logo{
	width: 25%;
	margin-left: 38%;
	padding-top: 30px;
    position: relative;
	z-index: 1000;
}

header #header_logo img{
	width: 100%;
}


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



#search_menu{
	float: right;
	margin-right: 3%;
	padding-top: 10px;
}

#search_menu ul li{
	float: left;
	overflow: hidden;
}

#search_menu ul li a:hover{
	opacity: 0.5;
}




.globalNavi{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 110px;
	background-color: #fff;
}


.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}
	


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






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


footer{
	height: 250px;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
}

footer a{
	font-family: メイリオ;
	font-size: 14px;
	color: #FFFFFF;
}

footer a:hover{
	opacity: 0.8;
}

#site_map{
	width: 90%;
	margin-left: 8%;
}

#site_map ul li{
	margin-bottom: 15px;
}

#footer_nav1{
	float: left;
	width: 10%;
	height: 30px;
	margin-top: 40px;
	margin-right: 3%;
}

#footer_nav2{
	float: left;
	width: 17%;
	height: 130px;
	margin-top: 40px;
	margin-right: 2%;
}

#footer_nav3{
	float: left;
	width: 14%;
	height: 130px;
	margin-top: 40px;
	margin-right: 2%;
}

#footer_nav4{
	float: left;
	width: 17%;
	height: 130px;
	margin-top: 40px;
	margin-right: 8%;
}

#footer_nav5{
	float: left;
	width: 13%;
	height: 130px;
	margin-top: 40px;
	margin-right: 2%;
}

#footer_nav6{
	float: left;
	width: 5%;
	height: 130px;
	margin-top: 40px;
}

#copyright{
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-family: メイリオ;
	padding-top: 40px;
}
	


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



