@charset "UTF-8";
#taitoru_box {
	height: 350px;
	width: 800px;
	background-image: url(images/back_sutoraipu_nami.png);
	background-repeat: no-repeat;
}
#botan_box {
	background-color: #666;
	height: 40px;
	width: 800px;
}
ul#botan_box li {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}



#footer {
	background-image: url(images/footer2.png);
	width: 800px;
	height: 41px;
	background-repeat: no-repeat;
}
#main_box {
	width: 700px;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	padding-left: 100px;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	line-height: 21px;
	color: #333;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 10px;
	font-weight: bold;
	color: #039;
}
.sousetusha_pbox {
	height: 175px;
	width: 130px;
	padding-left: 10px;
	float: right;
	padding-top: 10px;
	border: thin solid #CCC;
	margin-left: 20px;
	margin-top: 20px;
}
#toPageTop {
	height: 40px;
	width: 145px;
	float: right;
}
.banner140 {
	float: right;
	width: 140px;
	padding-top: 25px;
}
ul {
	height: 30px;
	width: 800px;
	list-style-type: none;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrpper {
	width: 800px;
	position: relative;
	z-index: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	margin: 0px;
	padding: 0px;
}
.main630 {
	width: 630px;
}
.moji13 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 10px;
}

/*ナビゲーション*/
ul#nav {
	height: 15px;
}
ul#nav li {
	float: left;
	margin-right: 0px;
	list-style-type: none;
}
ul#nav li a {
	opacity: 1;
}
ul#nav li a:hover {
	opacity: 0.5;
}

/*政木フーチ公式サイト リンクボタン　2023年8月24日追加*/
.masaki_fuchi_btn a {
	background: #d47;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 15px 0;
	max-width: 280px;
	padding: 10px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	text-decoration:none; 
	color: #FFF;
}
.masaki_fuchi_btn a:hover {
	background: #f99;
	color: #FFF;
}
.masaki_fuchi_btn a:after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg) translateY(-70%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.masaki_fuchi_btn a:hover:after {
	border-color: #FFF;
}


/*政木フーチ公式サイト チラシリンクエリア　2024年3月6日追加*/
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}


/*政木フーチ公式サイト リンクボタン　2024年8月23日追加*/
.book a {
	color: #FFF;
	text-decoration: none;
	background: #64d;
	border-radius: 5px;
	padding:0.5em;
	font-weight: bold;
}
.book a:hover {
	background: #86f;
	color: #FFF;
}