/**************base******************/

@import "bt.css?ver=240822";

body {
	background-color:#FFF;
	margin: 0px;
	font-family: "Noto Sans JP";
	font-family: 'Questrial', sans-serif;
	font-weight:normal;
	color:#000;
	font-size:15px;
	line-height:1.2em;
}

/**************link******************/

a:link  {
	color:#FFF;
}

a:hover{
	color:#FF0;
}

a:visited {
	color:#FFF;
	text-decoration:none;
}

/**************header******************/
h1 {
	width:100%;
	margin:0;
	padding:0;
}
header {
	display:table;
	table-layout:fixed;
	width:1000px;
	height:90px;
	margin:0 auto;
	padding:0;
}

header .header_logo {
	display:table-cell;
	vertical-align:middle;
	width:260px;
	height:90px;
	text-align:left;
	margin:0;
	padding:0;
}
header .header_catch {
	display:table-cell;
	vertical-align:middle;
	width:400px;
	height:90px;
	text-align:left;
	font-size:14px;
	color:#000;
	line-height:1.4em;
	margin:0;
	padding:0;
}
header .header_address {
	display:table-cell;
	vertical-align:middle;
	width:340px;
	height:90px;
	text-align:right;
	font-size:16px;
	color:#000;
	line-height:1.4em;
	margin:0;
	padding:0;
}
/**************bg******************/
#container {
	width:100%;
	height:auto;
	margin:0;
	overflow:hidden;
}

/**************contents******************/

#contents {
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	background-color:#FFF;
}
#contents_title{
	width:1000px;
	height:auto;
	overflow:hidden;
	font-size:42px;
	color:#000;
	text-align:center;
	line-height:1.4em;
	margin-top:10px;
}
#contents_title div{
	font-size:20px;
	line-height:1em;
}

/**************footer******************/
#footer_link{
	width:1000px;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height:2em;
	margin:0 auto;
}
#footer_link ul{
	display:table;
	table-layout:fixed;
	width:1000px;
	height:auto;
	overflow:hidden;
	padding-left:0;
}
#footer_link li{
	display:table-cell;
	vertical-align:middle;
	width:99px;
	text-align:center;
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:2em;
	float:left;
	border-right:1px #000 solid;
}
#footer_link li:last-child{
	border:0;
}
#footer_link li a{
	display:block;
	font-size:14px;
	color:#422e2f;
	font-weight:bold;
}
#footer_link li a:hover {
	background: -moz-linear-gradient(to bottom,#FFF,#FFF 90%,#000);
	background: -webkit-linear-gradient(to bottom,#FFF,#FFF 90%,#000);
	background: linear-gradient(to bottom,#FFF,#FFF 90%,#000);
	color:#000;
}
#footer{
	background-color:#000;
	text-align:center;
	width:100%;
	height:60px;
	font-size:12px;
	color:#FFF;
	padding:20px 0;
	margin:0 auto;
}
#footer div{
	font-size:14px;
	color:#FFF;
	line-height:1.5em;
}
