@charset "UTF-8";
*{margin:0px;
padding:0px;}
/*//////////////////////////////////////////////////*/
/*// 文字装飾CSS                                  //*/
/*//////////////////////////////////////////////////*/
.comon_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
}
tr td {
	vertical-align: top;
}
.small_text{
	font-size: 12px;
	color: #000;
}
.red {
	color: #C1272D;
	font-weight: bold;
}
/*//////////////////////////////////////////////////*/
/*// 余白設定CSS                                  //*/
/*//////////////////////////////////////////////////*/
.margin10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.margintop10 {
	margin-top: 10px;
}
.margintop20 {
	margin-top: 20px;
}
.margintop30 {
	margin-top: 30px;
}
.marginbottom10 {
	margin-bottom: 10px;
}
.marginbottom20 {
	margin-bottom: 20px;
}
/*//////////////////////////////////////////////////*/
/*// バナーマウスオーバー                              //*/
/*//////////////////////////////////////////////////*/
a#enterbotan {
	display: block;
	width: 850px; /* 画像1枚分の横幅 */
	height: 90px; /* 画像1枚分の高さ */
	text-indent: -10000px; /* 文字を見えなくする */
	font-size: 9px;
	color: #FFF;
	background-image: url(../image/kuroninniku/enter_banar90.jpg); /* 画像ファイル名 */
}
a#enterbotan:hover {
	background-position: center bottom; /* 背景画像の表示開始基準を右上に変更 */
}
/*//////////////////////////////////////////////////*/
/*// ブロックCSS                                  //*/
/*//////////////////////////////////////////////////*/
#mainbox {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	background-color: #FFF;
}
body {
	background-image: url(../image/kuroninniku/bg.jpg);
	background-repeat: repeat;
}
#hed {
	background-image: url(../image/kuroninniku/hed_image360.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 830px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
}
.box01 {
	background-image: url(../image/kuroninniku/01_335.jpg);
	height: 220px;
	width: 550px;
	margin-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	padding-top: 115px;
	padding-left: 300px;
	margin-bottom: 15px;
}
#box02 {
	background-image: url(../image/kuroninniku/12_bg400.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 400px;
}
#box03 {
	background-image: url(../image/kuroninniku/14bg_335.jpg);
	height: 315px;
	width: 610px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 220px;
}
#enter_box {
	background-color: #F7DED4;
	height: auto;
	width: 650px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	margin-bottom: 20px;
}
#form_box {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #333;
}
#haisou table tr th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #808080;
	line-height: 1.5em;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#haisou {
	margin-bottom: 30px;
	margin-top: 20px;
}
#haisou table tr td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-weight: normal;
}#footer_box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #FFF;
	background-color: #000;
	height: 70px;
	width: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#thanks_box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #666;
	padding: 30px;
	border: 1px solid #333;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
