@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-size:62.5%;
	background-color: #333333;
}
h1, h2 {
	font-size:1.4em;
}
h3, h4, h5, h6 {
	font-size:1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	font-size:1.2em;
	font-weight: normal;
	line-height:1.5em;
	color: #eeeeee;
	text-decoration: none;
	text-align: center;
	background-color: #333333;
}
table, thead, tbody, tfoot, tr, th, td {
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
img,img a {border: none;}
address {
	font-style: normal;
}
input {
	font-size: 1.0em;
}
textarea {
	font-size: 1.0em;
}
li {
	list-style-type: none;
}

a:link {
	color: #CC9933;
}
a:visited {
	color: #CC9933;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	position: relative;
}
/* Hides from IE-mac */
* html .clearfix { height:1%;}
.clearfix {display:block;}
/* END hides from IE-mac */

.clear {clear:both;}

.float-left {float:left;}
.float-right {float:right;}

.margin-top5 {margin-top:5px;}
.margin-top10 {margin-top:10px;}
.margin-top15 {margin-top:15px;}
.margin-top20 {margin-top:20px;}
.margin-top25 {margin-top:25px;}
.margin-top30 {margin-top:30px;}
.margin-top40 {margin-top:40px;}
.margin-top50 {margin-top:50px;}
.margin-top60 {margin-top:60px;}

.margin-left5 {margin-left: 5px;}
.margin-left10 {margin-left: 10px;}
.margin-left15 {margin-left: 15px;}
.margin-left20 {margin-left: 20px;}
.margin-left30 {margin-left: 30px;}
.margin-left40 {margin-left: 40px;}
.margin-right5 {margin-right: 5px;}
.margin-right10 {margin-right: 10px;}
.margin-right15 {margin-right: 15px;}
.margin-right20 {margin-right: 20px;}
.margin-right30 {margin-right: 30px;}
.margin-right40 {margin-right: 40px;}
.margin-bottom5 {margin-bottom: 5px;}
.margin-bottom10 {margin-bottom: 10px;}
.margin-bottom15 {margin-bottom: 15px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom40 {margin-bottom: 40px;}


.block-center {margin: 0px auto;}

.text-center {text-align:center;}
.text-right {text-align:right;}
.text-left {text-align:left;}
.text-bottom {vertical-align: bottom;}
.text-middle {vertical-align: middle;}

.bold {font-weight: bold;}
.bold2 {
	font-size: 1.2em;
	font-weight: bold;
}
.small {
	font-size: 0.8em;
	line-height: 1.4em;
}
.big {
	font-size: 1.2em;
	line-height: 1.5em;
}

.red1 {color: #FF0000;}
.red2 {color: #FF3333;}
.blue1 {color:#0000FF;}
.brown1 {
	color: #FF9933;
	font-weight: bold;
}
.brown2 {
	color: #CC6600;
}



/* 枠======================================= */
#wrapper {
	text-align: center;
}
#container {
	width: 870px;
	background-image: url(../img/bk.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 0px;
	text-align: center;
	margin-bottom: 20px;
}
#base1 {
	background-image: url(../img/bk_fude.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 860px;
	margin-left: auto;
	padding-bottom: 15px;
	margin-right: auto;
}
#base2 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bk_fude2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/* ヘッダ======================================= */
#header {
	width: 830px;
	margin-right: auto;
	margin-left: auto;

}
#header-top {
	text-align: left;
}
#header-toptext {
	text-align: right;
	height: 29px;
}

#logo {
	width: 420px;
	float: left;
	height: 103px;
}
#header-top-mainbox {
	float: right;
	width: 400px;
	height: 103px;
}
#header-top-mainbox h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}
#header-top-mainbox p {
	text-align: right;
}
#header-menu {
	background-image: url(../img/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 152px;
	margin-top: 8px;
	margin-left: 245px;

}
#header-menu li {
	float: left;
}
#header-menu a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#header-menu a#home {
	background-image: url(../img/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 64px;
}
#header-menu a#home:hover {
	background-image: url(../img/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#header-menu a#sitemap {
	background-image: url(../img/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: -64px 0px;
	height: 20px;
	width: 88px;
}
#header-menu a#sitemap:hover {
	background-image: url(../img/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: -64px -20px;
}

#main-menu {
	height: 41px;
	width: 830px;
}
#main-menu li {
	float: left;
}
#main-menu a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/menu_main2.jpg);
	background-repeat: no-repeat;
	height: 41px;
}
#main-menu a#greeting			{background-position: 0px 0px;width: 107px;}
#main-menu a#greeting:hover		{background-position: 0px -41px;}
#main-menu a#kodawari		 	{background-position: -107px 0px;width: 133px;}
#main-menu a#kodawari:hover	 	{background-position: -107px -41px;}
#main-menu a#menu 				{background-position: -240px 0px;width: 122px;}
#main-menu a#menu:hover		 	{background-position: -240px -41px;}
#main-menu a#kinenbi 			{background-position: -362px 0px;width: 125px;}
#main-menu a#kinenbi:hover 		{background-position: -362px -41px;}
#main-menu a#kanji 				{background-position: -487px 0px;width: 189px;}
#main-menu a#kanji:hover 		{background-position: -487px -41px;}
#main-menu a#tenpo 				{background-position: -676px 0px;width: 154px;}
#main-menu a#tenpo:hover 		{background-position: -676px -41px;}
/* menu-1
	background-image: url(../img/menu_main.jpg);
#main-menu a#greeting			{background-position: 0px 0px;width: 99px;}
#main-menu a#greeting:hover		{background-position: 0px -41px;}
#main-menu a#kodawari		 	{background-position: -99px 0px;width: 127px;}
#main-menu a#kodawari:hover	 	{background-position: -99px -41px;}
#main-menu a#menu 				{background-position: -226px 0px;width: 115px;}
#main-menu a#menu:hover		 	{background-position: -226px -41px;}
#main-menu a#kinenbi 			{background-position: -341px 0px;width: 170px;}
#main-menu a#kinenbi:hover 		{background-position: -341px -41px;}
#main-menu a#kanji 				{background-position: -511px 0px;width: 177px;}
#main-menu a#kanji:hover 		{background-position: -511px -41px;}
#main-menu a#tenpo 				{background-position: -688px 0px;width: 142px;}
#main-menu a#tenpo:hover 		{background-position: -688px -41px;}
*/


/* メイン======================================= */
#main{
	width: 860px;
}
#main2 {
	width: 860px;
	background-image: url(../img/bk_fude3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 15px;
}

#side {
	float: left;
	width: 255px;
	background-color: #454545;
}
#side ul {
	width: 240px;
	margin-left: 15px;
}
#side ul li {
	padding:0;
	margin:0;
}

#side li h2 {
	font-size: 0.1em;
	line-height: 0.1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#side #side-mail {
	width: 240px;
	height: 270px;
	background-image: url(../img/side_mail_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#side #side-mail p {
	text-align: left;
	padding-right: 24px;
	padding-left: 12px;
	line-height: 1.2em;
}
#side #side-mail #side-mail-txt1 {
	padding-top: 8px;
}
#side #side-mail #side-mail-txt2 {
	margin-top: 120px;
}
#side #side-mail2 {
	width: 240px;
	height: 270px;
	background-image: url(../img/sub_side_mail_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#side #side-mail2 p {
	text-align: left;
	padding-right: 24px;
	padding-left: 12px;
	line-height: 1.2em;
}
#side #side-mail2 #side-mail-txt1 {
	padding-top: 8px;
}
#side #side-mail2 #side-mail-txt2 {
	margin-top: 120px;
}

#mainbox {
	width: 605px;
	float: right;
	text-align: left;
	font-size: 1.2em;
}
#mainbox2 {
	width: 590px;
	float: left;
	text-align: left;
	padding-left: 5px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#top-karubi #top-karubi-img {
	float: left;
	height: 204px;
	width: 200px;
}
#top-karubi #top-karubi-main {
	text-align: left;
	float: left;
}
#top-karubi #top-karubi-main #top-karubi-mainbox {
	background-image: url(../img/top_karubi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 165px;
	width: 390px;
}
#top-karubi #top-karubi-main #top-karubi-mainbox p {
	padding-top: 105px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 1.2em;
}
#top-tokuten .top-tokuten-float {
	float: left;
	width: 300px;
}
#top-tokuten .top-tokuten-main {
	background-image: url(../img/top_kinenbi_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 101px;
	width: 300px;
}
#top-tokuten .top-tokuten-main p {
	padding-right: 25px;
	padding-left: 20px;
	text-align: center;
}
#top-tokuten .top-tokuten-main .top-tokuten-md  {
	padding-top: 10px;
	font-weight: bold;
}
.top-banner-box {
	text-align: left;
}
.top-banner-box #top-kodawari {
	height: 72px;
	width: 600px;
	background-image: url(../img/top_kodawari.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.top-banner-box #top-kimuchi {
	height: 72px;
	width: 600px;
	background-image: url(../img/top_kimuchi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.top-banner-box p {
	padding-top: 38px;
	padding-left: 270px;
	line-height: 1.2em;
}
.pagetop {
	margin-left: 770px;
}
.pagetop a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 68px;
}
.pagetop a:hover {
	background-image: url(../img/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}

/* フッタ======================================= */
#footer {
	height: 175px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer #footer-box {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer-box #footer-left {
	float: left;
	width: 350px;
	text-align: left;
	margin: 10px 0 10px 10px;
}
#footer #footer-box #footer-left h3 {
	font-weight: bold;
	width: 120px;
	font-size: 1.2em;
	margin: 10px 0;
}
#copyrights {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 20px;
	padding-left: 10px;
}
#footer #footer-box #footer-right {
	float: right;
	width: 470px;
	text-align: left;
	margin: 10px 10px 10px 0;
}
#footer-add {
	/* margin-top: 20px; */
}
#footer-add  #addright {
	/*float: right;
	width: 350px; */
	width: 100%;
}
#eigyou {
	width: 100%;
}
#eigyou .e-left {
	float: left;
	width: 15%;
	margin-bottom: 5px;
}
#eigyou .e-right {
	float: left;
	width: 85%;
	margin-bottom: 5px;
}



/* その他======================================= */

.pankuzu {
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.contentbox1 {
	width: 580px;
}
.md1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFCC00;
	vertical-align: middle;
}
.contentbox1 p {
	margin-right: 10px;
	margin-left: 10px;
}
.imgfloatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgfloatleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatclear {
	clear: both;
}
.shime01 {
	margin-top: 30px;
	padding-left: 360px;
	margin-bottom: 30px;
}
.menu-box1 {
	width: 560px;
	background-image: url(../img/menu_box1_bk.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
.menu-box1  h4  {
	background-image: url(../img/menu_osusume_tt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 520px;
	line-height: 27px;
	color: #CC6600;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 25px;
	margin-right: auto;
	margin-left: auto;
}
.menu-box1 .menu-box1-small {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	color: #555555;
}
.menu-box1-small .menu-box1-left {
	float: left;
	width: 310px;
	padding-left: 10px;
}
.menu-box1-small .menu-box1-right {
	float: right;
	width: 190px;
	text-align: right;
}
.menu-box2 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.menu-box2-left {
	float: left;
	width: 270px;
}
.menu-box2-small {
	background-image: url(../img/menu_box2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 270px;
	padding-bottom: 15px;
}
.menu-box2-small   h4 {
	font-weight: bold;
	padding-top: 12px;
	padding-left: 10px;
}
.menu-box2-small  p {
	padding-top: 15px;
	color: #FFFF99;
	padding-left: 10px;
}
.menu-box2-right {
	float: right;
	width: 270px;
}
.menu-box3 {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	color: #555555;
}
.menu-box3-left {
	float: left;
	width: 265px;
}
.menu-box3-right {
	float: right;
	width: 250px;
	text-align: right;
}
.menu-box3-wide {
	clear:both;
}
.menu-box4 {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #bb8844;
	border: 1px solid #996600;
	padding: 10px;
}
.menu-box4 h5 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
	padding-bottom: 2px;
}
#menu-hotei {
	background-image: url(../img/menu_shofuku_hoteiimg2.jpg);
	background-repeat: no-repeat;
	background-position: 70px 20px;
}
#menu-benzaiten {
	background-image: url(../img/menu_shofuku_benzaiimg2.jpg);
	background-repeat: no-repeat;
	background-position: 70px 150px;
}
#menu-fukurokuju {
	background-image: url(../img/menu_shofuku_fukurokuimg2.jpg);
	background-repeat: no-repeat;
	background-position: 70px 20px;
}
#menu-ebisu {
	background-image: url(../img/kanji_ebisu_bk.jpg);
	background-repeat: no-repeat;
	background-position: 70px 20px;
}
#menu-daikoku {
	background-image: url(../img/kanji_daikoku_bk.jpg);
	background-repeat: no-repeat;
	background-position: 80px 20px;
}
#menui-shichifuku {
	background-image: url(../img/kanji_shichifuku_bk.jpg);
	background-repeat: no-repeat;
	background-position: 50px 50px;
}


.nedan {
	text-align: right;
	margin-top: 10px;
	font-weight: bold;
	color: #CC3300;
	padding-right: 20px;
}
#kinenbi-box1 {
	border: 1px solid #999999;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#kinenbi-box1 h4 {
	font-weight: bold;
	color: #FFCC33;
}
#kinenbi-box1 li {
	background-image: url(../img/tag1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
	vertical-align: middle;
}
#kinenbi-box2 th {
	background-image: url(../img/tag1.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 18px;
	width: 34%;
	text-align: left;
	vertical-align: top;
	padding-bottom: 4px;
}
#kinenbi-box2 td {
	width: 66%;
	padding-bottom: 4px;
}


.text1 {
	margin-right: 10px;
	margin-left: 10px;
}
.text2 {
	margin-right: 20px;
	margin-left: 20px;
}


.contentbox2 {
	width: 580px;
}
.nedan2 {
	text-align: right;
	margin-top: 5px;
	font-weight: bold;
	color: #CC6633;
}


.kanji-box1 {
	width: 560px;
	background-image: url(../img/menu_box1_bk.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	color: #555555;
}
.kanji-text1 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
}

.kanji-box2 {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
.kanji-box2-left {
	float: left;
	width: 265px;
}
.kanji-box2-left h5 {
	font-weight: bold;
	color: #CC6633;
}
.kanji-box2-left li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

.kanji-box2-right {
	float: right;
	width: 250px;
	text-align: right;
}
.kanji-box2-wide {
	clear:both;
}

.kanji-box3 {
	width: 536px;
	border: 1px solid #C7B26F;
	background-color: #D6CB91;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #996600;
}
.kanji-box3 h5 {
	font-weight: bold;
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7B26F;
	text-indent: 3px;
	padding-bottom: 3px;
}
.kanji-box3 li {
	font-weight: bold;
	color: #CC6600;
}


#kanji-hotei {
	background-image: url(../img/kanji_ebisu_bk.jpg);
	background-repeat: no-repeat;
	background-position: 70px 20px;
}
#kanji-daikoku {
	background-image: url(../img/kanji_daikoku_bk.jpg);
	background-repeat: no-repeat;
	background-position: 80px 20px;
}
#kanji-shichifuku {
	background-image: url(../img/kanji_shichifuku_bk.jpg);
	background-repeat: no-repeat;
	background-position: 80px 50px;
}
#kanji-nomi {
	background-image: url(../img/kanji_nomi_bk.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#kanji-nomi #kanji-nomibox {
	width: 520px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #555555;
}
#kanji-nomi #kanji-nomibox h4 {
	font-weight: bold;
	color: #CC6600;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8B75B;
	text-indent: 3px;
}
#kanji-tokuten {
	background-image: url(../img/kanji_tokuten_bk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#kanji-tokuten #kanji-tokutenbox {
	width: 520px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #FCF8AD;
}
#kanji-tokuten #kanji-tokutenbox #kanji-foot {
	font-weight: bold;
	border: 1px solid #FFCC99;
	width: 100px;
	text-align: center;
	color: #FFCC99;
	margin-left: 400px;
	margin-top: 5px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.kodawari-box1 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.kodawari-box2 {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}
.kodawari-box2 h4 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 1px;
	text-indent: 4px;
	color: #FFCC99;
}
.kodawari-box2 p {
	margin-left: 5px;
}
.kodawari-img1 {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.kodawari-box3 {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-image: url(../img/kodawari_chisha_bk.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.kodawari-box3 ul {
	margin-right: 20px;
	margin-left: 20px;
}
.kodawari-box3 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7D980;
	padding-bottom: 8px;
}

.kodawari-box3 li h5 {
	float: left;
	width: 84px;
}
.kodawari-box3 li p {
	float: right;
	color: #555555;
	width: 350px;
}
.voice-box1 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.voice-box1 h3 {
	background-image: url(../img/voice_hbk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 560px;
	line-height: 40px;
	font-weight: bold;
	color: #8F5F03;
	font-size: 1.2em;
	text-indent: 38px;
}
.md2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFCC33;
	vertical-align: middle;
	line-height: 1.8em;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.tenpo-box1 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.tenpo-box2 {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
.tenpo-box2 address {
	display: block;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tenpo-box2 h4 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CC9933;
	height: 20px;
	line-height: 20px;
	text-indent: 7px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
}
.tenpo-box2 ul {
	margin-right: 10px;
	margin-left: 10px;
}
.tenpo-box2  li {
	margin-bottom: 10px;
}
.tenpo-box2 li h5 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-indent: 3px;
	padding-bottom: 2px;
}
.tenpo-box2  li  p {
	margin-top: 5px;
	margin-left: 5px;
}


#gmap {
	height: 294px;
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #3a3a3a;
	background-color: #999999;
}
#gmap #map {
	height: 270px;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}
#gmap #map a:link {
	color: #FFFF99;
	text-decoration: underline;
}
#gmap #map a:hover {
	color: #FFCC66;
	text-decoration: underline;
}



.tenpo-box3 {
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #FFCC66;
}
#sitemap-box1 {
	width: 560px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#sitemap-box1 li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;
	line-height: 20px;
	font-weight: bold;
	height: 20px;
	background-image: url(../img/sitemap_tag.jpg);
	background-position: 4px center;
	text-indent: 25px;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
#sitemap-box1  a:link {
	color: #F8D754;
}
#sitemap-box1 a:visited {
	color: #FDDF91;
}

#sitemap-box1 a:hover {
	color: #F9A509;
}
#campaign-box1 {
	width: 530px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EAE7B4;
	border: 1px solid #C9B583;
	padding: 10px;
	color: #444444;
}
#campaign-box1 h3 {
	color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FD8D11;
	text-indent: 5px;
}
#campaign-box1 p {
	padding-right: 10px;
	padding-left: 10px;
}
#campaign-box1 ul {
	margin-top: 10px;
	background-image: url(../img/campaign_ushi.jpg);
	background-repeat: no-repeat;
	background-position: 260px 40px;
}
#campaign-box1 li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 40px;
}
#campaign-box2 {
	width: 530px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #FF9933;
	color: #444444;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
}
#campaign-box2 h3 {
	border: 1px solid #663300;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
	background-color: #CC3333;
}
#campaign-box2  table {
	margin-top: 15px;
}
#campaign-box2 th {
	width: 28%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEA376;
	vertical-align: top;
	color: #bb5511;
	padding-top: 8px;
	padding-bottom: 2px;
}
#campaign-box2 td {
	width: 72%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEA376;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 2px;
}
#campaign-bt {
	text-align: center;
	margin-top: 10px;
}
#campaign-box3 {
	width: 530px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EAE7B4;
	border: 1px solid #C9B583;
	padding: 10px;
	color: #444444;
}
#campaign-box4 {
	width: 540px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EAE7B4;
	border: 1px solid #C9B583;
	padding: 10px;
	color: #444444;
}
#campaign-box-top {
	width: 568px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #EAE7B4;
	border: 1px solid #C9B583;
	padding: 10px;
	color: #444444;
	margin-bottom: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
}



.staff-box1 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.staff-box1 h3 {
	background-image: url(../img/staff_hbk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 520px;
	line-height: 26px;
	font-weight: bold;
	color: #8F5F03;
	font-size: 1.2em;
	padding-left: 38px;
	border: 1px solid #bb9d5d;
	padding-top: 5px;
	padding-bottom: 5px;
}
.md2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFCC33;
	vertical-align: middle;
	line-height: 1.8em;
}

.menu_waku1 {
	width:230px;
	padding:5px;
	margin-bottom:10px;
	border: 1px dashed #999900;
}
.menu_waku2 {
	width:480px;
	padding:5px;
	margin-bottom:10px;
	border: 1px dashed #999900;
}

.menu_chui1 {
	font-size:12px;
	line-height:16px;
	padding-left:7px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999900;
}

.top_calender1 {
	font-size:12px;
	border-collapse:collapse;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 26px;
}
.top_calender1 td{
	width:24px;
	text-align:center;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
}
.top_calender1 td.calender_off {
	background-color:#FFE1E1;
	color:#000000;
}
.top_calender1 td.calender_redoff {
	background-color:#FFE1E1;
	color:#FF0000;
}
.top_calender1 td.calender_red {
	color:#FF0000;
}
.top_calender1 td.calender_blue {
	color:#99CCFF;
}
.top_calender1 .calender_yellow {
	color: #FFCC00;
}

.top_calender2 {
	margin:5px 0 5px 25px;
	font-size:12px;
	line-height: 14px;
}
.top_calender_txt {
	font-size:12px;
	line-height:16px;
	margin:0 25px auto 20px;
	text-align: left;
}
.top_calender_txt2 {
	font-size:14px;
	color: #D5BA06;
	line-height:16px;
	margin:0 25px auto 20px;
	text-align: left;
}
#event_top {
	width:590px;
}
#event_top a{
	width:590px;
	height:150px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background-image: url(../event/img/201201_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#event_kanji {
	width:560px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width:560px;
	height:130px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background-image: url(../event/img/201201_kanji.jpg);
	background-repeat: no-repeat;
}
#event_top2 {
	width:590px;
	margin-bottom:10px;
}
#event_top2 a{
	width:590px;
	height:145px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background-image: url(../event/img/201105papa_top.jpg);
	background-repeat: no-repeat;
}

#top_topic_l {
	width: 320px;
	float:left;
	margin-bottom: 10px;
}
#top_topic_r {
	width: 260px;
	float: right;
	margin-bottom: 10px;
	margin-right: 12px;
}


#topics_top {
	width: 318px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topics_top ul {
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#topics_top ul li{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #808080;
	background-image: url(../img/top_topics_list.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	clear: both;
}
#topics_top ul li.topics_1st{
	border:none;
}
#topics_top ul li span{
    font-size: 80%;
}

.top_box1 {
	width:590px;
	margin-bottom:20px;
}


/* トピックス */
.topics-sub1 {
	border-bottom: 1px solid #C7B26F;
	background-color: #D6CB91;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	color: #996600;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.top_news {
	width: 588px;
	margin-bottom: 15px;
	border: 1px solid #FFFFFF;
}
.top_news p{
	font-size:14px;
	line-height:20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.top_news p.top_news_txt1{
	font-weight:bold;
	color:#FFFF00;
	font-size:14px;
	line-height:20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* チーフの日記 */
.diary-box1 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.diary-box1 h3 {
	background-image: url(../img/voice_hbk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 560px;
	line-height: 40px;
	font-weight: bold;
	color: #8F5F03;
	font-size: 1.2em;
	text-indent: 38px;
}

/* 試食会ボイス */
.sisyoku_voice {
	width:560px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	min-height:245px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
}
.sisyoku_voice p{
	margin:10px;
	color:#000000;
}
/* ボタン */
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 300px;
  color: #F7E40A;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #F7E40A;
  text-decoration: none;
}

.button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #F7E40A;
  border-right: 3px solid #F7E40A;
  transform: rotate(45deg);
}

.button01 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #FFFCDA;
}

.button01 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

/* TOPインフォメーション追加 230901 */
.top_info{
	text-align: center;
	padding: 0 3% 3%;
	line-height: 1.5;
}
.top_info > h2 {
	font-size: 2rem;
	margin-bottom: 3%;
	font-weight: bold;
	color: rgb(253 191 57);
}
.top_info > p {
	font-size: 1.5rem;
	margin-bottom: 3%;
}