@charset "UTF-8";

/* 共通設定 */
* {
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
html {
	margin-bottom:1px;
	height:100%;
}
img {
	border-style: none;
}
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
il, ol {
	margin-left: 30px;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	list-style: none;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", 'Osaka', sans-serif;
	font-size:small;
	text-align: left;
	line-height: 1.6em;
	padding-top: 77px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
@media screen and (max-width:970px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
	font-family: 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", 'Osaka', sans-serif;
	font-size:small;
	text-align: left;
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
}
/* IE7へ指定 */
*+html body {
	font-size: 76%;
}
/* IE8へ指定 */
html>/**/body {
	font-size /*\**/: 75%;
}
/* for IE6 and IE7 */
*{zoom:1;
}

.cleafloat {
	clear: both;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}  
  
.clearfix { display: inline-table; }  
.red {
	color: #FF0000;
}
/* 全体構造 */
#wrap {
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DAD9DA;
	background-repeat: repeat-y;
	background-image: url(http://www.koganei-sponavi.net/images/share/back.gif);
	padding-right: 14px;
	padding-left: 14px;
	background-position: 14px;
}
#wrap_02 {
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
#navi_block {
	float: left;
	width: 221px;
	margin-bottom: 0px;
}
#main {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	min-width: 970px;
}
@media screen and (max-width:970px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
#main {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	min-width: 970px;
}
}
#container {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/share/content_back.gif);
	background-repeat: repeat-y;
}

#main_content {
	float: left;
	width: 731px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}
/* CSS Document */

/* ヘッダ */

#top_header {
	width: 100%;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	height: 77px;
	min-width: 970px;
	background-position: left 0px;
	background-image: url(../images/share/head_back.jpg);
	position: fixed;
	z-index: 1000;

}
@media screen and (max-width:970px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
#top_header {
	width: 100%;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	height: 77px;
	min-width: 970px;
	background-position: left 0px;
	background-image: url(../images/share/head_back.jpg);
	position:absolute;
	z-index: 1000;
	
}
}
#header {
	width: 100%;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	height: 77px;
	min-width: 970px;
	background-position: left 0px;
	background-image: url(../images/share/head_back.jpg);
	position: fixed;
	z-index: 50;
}
@media screen and (max-width:970px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
#header {
	width: 100%;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	height: 77px;
	min-width: 970px;
	background-position: left 0px;
	background-image: url(../images/share/head_back.jpg);
	position:absolute;
	z-index: 50;
	
}
}