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

html {
	background-color: #f7ebe8;
	background-image: url(http://www.izumisou.info/gr_img/bg_html.png);
	background-position: top left;
	background-repeat: repeat-x;
}

body {
	background-image: url(http://www.izumisou.info/gr_img/footer_bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

a{overflow:hidden;outline:none;}


/*はんなり明朝*/
/* IE */
@font-face {
font-family: Hannari;
src: url(http://www.izumisou.info/gr_font/Hannari.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family: Hannari;
src: url(http://www.izumisou.info/gr_font/Hannari.otf) format("opentype");
}
/* モダンブラウザ用 */
@font-face {
font-family: Hannari;
src: url(http://www.izumisou.info/gr_font/Hannari.woff) format('woff');
}
/*はんなり明朝ここまで*/

.hannari {
	font-family: "Hannari", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#SF-header {
	position: absolute;
	z-index: -9999;
	top: 0;
	left: 50%;
	margin-left: -183px;
}

#Header-title {
}


/* ナビゲーション */
#SF-navigation {
	position: relative;
	z-index: 99999999;
}
#catBtnHoverhome {
	position: relative;
	z-index: 9999;
	top: 0;
	left: 206px;
}
#catBtnHovermmenu1 {
	position: relative;
	z-index: 9999;
	top: 0;
	left: 125px;
}
#catBtnHovermmenu2 {
	position: relative;
	z-index: 9999;
	top: 0;
	left: 42px;
}
#catBtnHovermmenu3 {
	position: relative;
	z-index: 9999;
	top: 0;
	left: -42px;
}
#catBtnHovermmenu4 {
	position: relative;
	z-index: 9999;
	top: 0;
	left: -126px;
}
#catBtnHovermmenu5 {
	position: relative;
	z-index: 9999;
	top: 0;
	left: -207px;
}


/* ナビゲーションここまで */

#SF-teaser {
	position: absolute;
	z-index: -9999;
	top: 18px;
	left: 50%;
	margin-left: -183px;
}

#B000000008 , #B000000084 , #B000000094 , #B000000104 , #B000000114 , #B000000124 {
	position: relative;
	z-index: 9999999999;
}


/*フッター*/
#SF-footer {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -490px;
}
#footer {
	width: auto;
	height: 412px;
	background-image: url(http://www.izumisou.info/gr_img/footer_wave.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer_left {
	float: left;
	width: 390px;
	height: 105px;
	padding: 15px 20px;	
	background-color: #eed9cc;
	margin-top: 170px;
	margin-left: 50px;
	margin-right: 28px;
	margin-bottom: 40px;
}

#footer_right {
	float: left;
	width: 390px;
	height: 105px;
	padding: 15px 20px;	
	background-color: #eed9cc;
	margin-top: 170px;
}

#footer_link {
	float: left;
	margin-left: 30px;
	margin-right: 150px;
}

#footer_link a {
	color: #5b4335;
}

#footer_copy {
	float: left;
}

#footer_copy a {
	color: #5b4335;
}
/*フッターここまで*/


/*動くページトップボタン*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	margin-bottom: -3px;
}
#page-top a {
	background-image: url(http://www.izumisou.info/gr_img/pagetop.png);
	width: 80px;
	height: 86px;
	display: block;
	text-indent: -9999px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#page-top a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/*動くページトップボタンここまで*/