@charset "utf-8";

@import url("reset.css");

html {
	background-color: #000000;
	font-size: 83%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 1.5;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

* html br {
	font-size: 1px;
}

/*-------------------------------------------------------------------------- 汎用クラス --*/

.bb10 {
	border-bottom: 10px solid #FFFFFF;
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr40 {
	margin-right: 40px;
}
.ml40 {
	margin-left: 40px;
}
.float_l {
	display: inline;
	float: left;
}
.float_r {
	display: inline;
	float: right;
}
.p_red {
	color: #CC0000;
	font-weight: bold;
}
.p_blue {
	color: #0099FF;
	font-weight: bold;
}
.f_bold {
	font-weight: bold;
}
.img_center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.img_center_mt20 {
	display: block;
	margin: 20px auto;
	text-align: center;
}
.txt_center {
	text-align: center;
}
.font_120 {
	font-size: 120%;
}

/*---------------------------------------------------------------------------------------*/

#wrapper {
	width: 840px;
	margin: 0 auto;
	background-color: #000000;
}

#footer {
	clear: both;
	width: 840px;
	height: 30px;
	padding-top: 10px;
	text-align: right;
	border-top: 10px solid #FFFFFF;
}

.news_cont {
	display: inline;
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*-------------------------------------------------------------------------- ヤブメニュー --*/
#yab_menu {
	display: inline;
	width: 250px;
	float: left;
	margin: 10px 0 20px 45px;
}
#yab_menu ul li {
	width: 250px;
	text-indent: -9999px;
	overflow: hidden;
}
#yab_menu ul li a {
	display: block;
	width: 250px;
	height: 70px;
	background-image: url(../images/yab_menu.jpg);
	background-repeat: no-repeat;
}

#ym01 a { background-position: 0 0; }
#ym02 a { margin-top: 20px; background-position: 0 -70px; }
#ym03 a { margin-top: 20px; background-position: 0 -140px; }

#ym01 a:hover { background-position: -250px 0; }
#ym02 a:hover { margin-top: 20px; background-position: -250px -70px; }
#ym03 a:hover { margin-top: 20px; background-position: -250px -140px; }

/*-------------------------------------------------------------------------- チョコメニュー --*/
#chocolate_menu {
	display: inline;
	width: 250px;
	float: left;
	margin: 10px 0 20px 45px;
}
#chocolate_menu ul li {
	width: 250px;
	text-indent: -9999px;
	overflow: hidden;
}
#chocolate_menu ul li a {
	display: block;
	width: 250px;
	height: 70px;
	background-image: url(../images/chocolate_menu.jpg);
	background-repeat: no-repeat;
}

#cm01 a { background-position: 0 0; }
#cm02 a { margin-top: 20px; background-position: 0 -70px; }
#cm03 a { margin-top: 20px; background-position: 0 -140px; }
#cm04 a { margin-top: 20px; background-position: 0 -210px; }

#cm01 a:hover { background-position: -250px 0; }
#cm02 a:hover { margin-top: 20px; background-position: -250px -70px; }
#cm03 a:hover { margin-top: 20px; background-position: -250px -140px; }
#cm04 a:hover { margin-top: 20px; background-position: -250px -210px; }

/*-------------------------------------------------------------------------- サロンメニュー --*/
#salon_menu {
	display: inline;
	width: 250px;
	float: left;
	margin: 10px 0 20px 45px;
}
#salon_menu ul li {
	width: 250px;
	text-indent: -9999px;
	overflow: hidden;
}
#salon_menu ul li a {
	display: block;
	width: 250px;
	height: 70px;
	background-image: url(../images/salon_menu.jpg);
	background-repeat: no-repeat;
}

#sm01 a { background-position: 0 0; }
#sm02 a { margin-top: 20px; background-position: 0 -70px; }

#sm01 a:hover { background-position: -250px 0; }
#sm02 a:hover { margin-top: 20px; background-position: -250px -70px; }


/*-------------------------------------------------------------------------- かたつむり --*/
.katatsumuri_news_cont {
	display: inline;
	width: 415px;
	float: left;
	margin: 10px 0 20px 0;
}
.katatsumuri_menu_cont {
	display: inline;
	width: 415px;
	float: right;
	margin: 10px 0 20px 0;
}

/*-------------------------------------------------------------------------- グランドメニュー用 --*/
#yab_menu_tbl {
	display: block;
	width: 320px;
	margin: 10px auto;
}
#yab_menu_tbl tr th {
	width: 150px;
}
#yab_menu_tbl tr th, #yab_menu_tbl tr td {
	font-size: 125%;
	font-weight: bold;
	padding: 10px;
}

.choco_menu_left {
	display: inline;
	float: left;
	width: 560px;
}

#chocolate_menu_tbl {
	width: 560px;
	margin: 10px auto;
}
#chocolate_menu_tbl tr th {
	width: 360px;
}
#chocolate_menu_tbl tr td {
	width: 180px;
}
#chocolate_menu_tbl tr th, #chocolate_menu_tbl tr td {
	font-weight: bold;
	border: 1px solid #666666;
	padding: 5px;
}
.choco_menu_title {
	font-size: 125%;
	font-weight: bold;
	line-height: 1;
	color: #CC0000;
	margin-top: 10px;
}

#chocolate_menu_wine_tbl {
	width: 560px;
	margin: 10px auto;
}
#chocolate_menu_wine_tbl tr th {
	width: 420px;
}
#chocolate_menu_wine_tbl tr th, #chocolate_menu_wine_tbl tr td {
	font-weight: bold;
	border: 1px solid #666666;
	padding: 5px;
}
.wine_madein {
	text-align: right;
	font-size: 83%;
	font-weight: normal;
}

#salonmenu_left {
	display: inline;
	float: left;
	width: 480px;
}
.s_m_title {
	font-size: 125%;
	font-weight: bold;
	margin-top: 10px;
}

#second_party_left {
	display: inline;
	float: left;
	width: 360px;
}

#pv_btn {
	width: 250px;
	margin: 30px auto 0 auto;
}
#pv_btn a {
	display: block;
	width: 250px;
	height: 70px;
	text-indent: -9999px;
	background-image: url(../images/pv_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#pv_btn a:hover {
	background-position: 0 -70px;
}

#second_party_tbl {
	display: inline;
	float: right;
	width: 460px;
	margin: 10px 0;
}
#second_party_tbl tr th {
	width: 100px;
	background-color: #333333;
}
#second_party_tbl tr th, #second_party_tbl tr td {
	padding: 10px;
	border: 1px solid #666666;
}

#waka_tbl {
	width: 760px;
	margin: 10px auto;
}
#waka_tbl tr th {
	width: 120px;
	background-color: #333333;
}
#waka_tbl tr th, #waka_tbl tr td {
	padding: 10px;
	border: 1px solid #666666;
}

.mr8 {
	margin-right: 8px;
}

/* 管理ページトップ
--------------------------- */
#contents_kanri {
	width: 840px;
}
#kanri_button {
	clear: both;
}

#kanri_button p {
	display: inline;
	width: 120px;
	margin: 20px 0 20px 10px;
/*	padding: 10px; */
	float: left;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #999999;
}
#kanri_button a {
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#kanri_button a:hover {
	background: #666666;
}
#kanri_text {
	width: 500px;
	display: inline;
	float: left;
	font-weight: bold;
	margin: 30px 0 0 20px;
}
#kanri_text a {
	text-decoration: none;
}
#kanri_text a:link {
	color: #FFFFFF;
}
#kanri_text a:visited {
	color: #FFFFFF;
}
#kanri_text a:hover {
	color: #FFFFFF;
}

#contents_kanri table {
	width: 820px;
	border-collapse: collapse;
	margin: 10px auto;
}
#contents_kanri table tr th {
	color: #FBD43B;
	font-weight: bold;
	background-color: #333333;
	text-align: center;
}
#contents_kanri table tr th, #contents_kanri table tr td {
	border: 1px solid #666666;
	padding: 10px;
}

/*--------------------------------------------------------------------------- ご注文 --*/
.contact_tbl {
	width: 590px;
	margin:0 auto;
	margin-top: 10px;
	border-collapse: collapse;
}
.contact_tbl tr th {
	width: 150px;
	background-color: #333333;
	font-weight: bold;
}
.contact_tbl tr th, .contact_tbl tr td {
	padding: 5px;
	border: 1px solid #666666;
}
.contact_tbl tr td input.textbox {
	width: 360px;
	height: 20px;
}
.contact_tbl tr td input.textbox2 {
	width: 100px;
	height: 20px;
}
.contact_tbl tr td input.textbox3 {
	width: 50px;
	height: 20px;
}
.contact_tbl tr td textarea{
	width: 360px;
	height: 120px;
}

.contact_tbl2 {
	width: 590px;
	margin:0 auto;
	margin-top: 10px;
	border-collapse: collapse;
}
.contact_tbl2 tr th {
	width: 150px;
	background-color: #555555;
	font-weight: bold;
}
.contact_tbl2 tr th, .contact_tbl2 tr td {
	padding: 5px;
	border: 1px solid #666666;
}
.contact_tbl2 tr td input.textbox {
	width: 360px;
	height: 20px;
}
.contact_tbl2 tr td input.textbox2 {
	width: 100px;
	height: 20px;
}
.contact_tbl2 tr td input.textbox3 {
	width: 50px;
	height: 20px;
}
.contact_tbl2 tr td textarea{
	width: 360px;
	height: 120px;
}

#submit_btn {
	width: 260px;
	margin: 10px auto;
}
#submit_btn input {
	display: inline;
	float: left;
	width: 120px;
}


