@charset 'UTF-8';


/* ==================== レイアウト設定 ==================== */
#container {
	width: 940px;
	min-height:100%;
	_height:100%;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	text-align:left;
	position:relative;
	top:0;
}

#header {
	width: 940px;
	height:115px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background: #000000 url(../../images/bg_header.gif) repeat-x;
	position:relative;
	top:0px;
	clear:both;
}

#navigation {
	width:940px;
	height:40px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	left: 0;
}

#contents {
	width: 940px;
	height:100%;
	margin: 0;
	padding: 0;
	position:relative;
	top:0;
	clear:both;
}

#footer {
	width: 940px;
	min-height:160px;
	_height:160px;
	margin: 0;
	padding: 0;
	clear:both;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 2013 - スマートフォン リンクボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#SP {
 font-size: 46px;
 font-weight: bold;
 line-height: normal;
 padding: 30px 0 35px;
 text-align: center;
 background: #eaeaea;
}
#SP a {
 display: inline-block;
 width: 75%;
 background-color: #666666;
 padding: 25px 30px;
 color: #ffffff;
 font-weight: bold;
 border-top: 2px solid #ffffff;
 /*border-top: 2px solid #424242;*/
 border-bottom: 2px solid #000000;
 text-decoration: none;
 /*border-radius: 15px;
 -moz-border-radius: 15px;
 -ms-border-radius: 15px;
 -o-border-radius: 15px;
 -webkit-border-radius: 15px;*/
 background: #3b3b3b; /* Old browsers */
 background: -moz-linear-gradient(top,  #3b3b3b 0%, #3b3b3b 50%, #262626 51%, #262626 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3b3b), color-stop(50%,#3b3b3b), color-stop(51%,#262626), color-stop(100%,#262626)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #3b3b3b 0%,#3b3b3b 50%,#262626 51%,#262626 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #3b3b3b 0%,#3b3b3b 50%,#262626 51%,#262626 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #3b3b3b 0%,#3b3b3b 50%,#262626 51%,#262626 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #3b3b3b 0%,#3b3b3b 50%,#262626 51%,#262626 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
 /*-webkit-box-shadow:  0px 0px 10px 0px #4d4d4d;*/
 /*box-shadow:  0px 0px 10px 0px #4d4d4d;*/
 text-shadow: 0px -1px 0px #0b0b0b;
 filter: dropshadow(color=#0b0b0b, offx=0, offy=-1);
}


