@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/common/bg.gif);
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

img {
	border: none;
}

h1, h2,
form {
	margin: 0;
	padding: 0;
}


/*=================================================================
 link
=================================================================*/
a:link {
	color: #274fa7;
	text-decoration: underline;
}

a:visited {
	color: #274fa7;
	text-decoration: underline;
}

a:hover {
	color: #274fa7;
	text-decoration: none;
}

a:active {
	color: #678fe6;
	text-decoration: underline;
}


/*=================================================================
 header
=================================================================*/
#header {
	margin:0;
	padding:0;
	background-color: #fff;
}

#header .inner {
	/* max-width: 960px; */
	width: 970px;
	overflow: hidden;
	margin:0 auto;
	padding: 0 5px;
	font-size: 0.9em;
}

#sitetitle {
	width: 300px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}

#sitetitle a {
	display: block;
	width: 298px;
	height: 110px;
	margin: 0;
	padding: 0;
	background: url(../img/common/main_title.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

#header .header_right {
	margin: 14px 0;
	float: right;
}
#nav_english {
	margin: 0 0 12px auto;
	text-align: right;
	overflow: hidden;
	width: 100px;
}
#nav_english p {
	margin: 0;
	height: 14px;
	line-height: 1;
	float: left;
	margin-left: 10px;
}
#nav_english a {
	vertical-align: top;
}
#nav_english a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	display:inline-block\9;/* IE8 */
}


#fontsize {
	position: relative;
	padding: 0;
	width: 137px;
	height: 19px;
	background: url(../img/common/fontsize.gif) no-repeat left top;
	text-indent: -999em;
	overflow: hidden;
	line-height: 1;
}

#fontsize a {
	display: block;
	position: absolute;
	width: 23px;
	height: 19px;
	top: 0;
	background: url(../img/common/fontsize.gif) no-repeat left top;
	text-indent: -999em;
}

#fontsize .font_s a {
	left: 70px;
	background-position: -70px 0;
}
#fontsize .font_s a:hover,
#fontsize .font_s a.textresizer-active {
	background-position: -70px bottom;
}

#fontsize .font_m a {
	left: 93px;
	background-position: -93px 0;
}
#fontsize .font_m a:hover,
#fontsize .font_m a.textresizer-active {
	background-position: -93px bottom;
}

#fontsize .font_l a {
	left: 116px;
	background-position: -116px 0;
}
#fontsize .font_l a:hover,
#fontsize .font_l a.textresizer-active {
	background-position: -116px bottom;
}

#header_search {
	clear: right;
	float: right;
	width: 580px;
	margin: 0 0 16px;
	border: solid 1px #d5d5d5;
	overflow: hidden;
	background-color: #f6f6f6;
}

#header_search p {
	float: left;
	width: 89px;
	height: 23px;
	margin: 4px 0 4px 10px;
	padding: 0;
	background: url(../img/common/header_search.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#header_search form {
	margin: 4px;
	text-align: right;
}

#header_search input,
#header_search select {
	vertical-align: middle;
	font-size: 100%;
	margin: 0 4px;
}

#header_search #header_search_submit {
	width: 52px;
	height: 20px;
	border: none;
	background: url(../img/common/header_search_submit.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#header_search #header_search_text {
	width: 200px;
}

#header_search #header_search_mode {
	width: 160px;
}


/*=================================================================
 menu
=================================================================*/
#nav {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../img/common/g_nav_bg.gif) repeat 0 0;
	border-bottom: solid 3px #7f5319;
}

#nav .inner {
	/* max-width: 960px; */
	width: 970px;
	margin: 0 auto;
	padding: 0 5px;
	overflow: hidden;
	clear: both;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 6px;
	list-style-type: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li.enjoy {
	margin-right: 26px;
}

#nav li.search {
	margin-right: 8px;
}

#nav li a {
	display: block;
	height: 31px;
	margin: 2px 0 3px 0;
	background: url(../img/common/g_nav.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li.top a {
	width: 86px;
	background-position: 0 0;
}
#nav li.top a:hover {
	background-position: 0 bottom;
}

#nav li.about a {
	width: 142px;
	background-position: -86px 0;
}
#nav li.about a:hover {
	background-position: -86px bottom;
}

#nav li.column a {
	width: 94px;
	background-position: -228px 0;
}
#nav li.column a:hover {
	background-position: -228px bottom;
}

#nav li.cookheal a {
	width: 129px;
	background-position: -322px 0;
}
#nav li.cookheal a:hover {
	background-position: -322px bottom;
}

#nav li.enjoy a {
	width: 173px;
	background-position: -451px 0;
}
#nav li.enjoy a:hover {
	background-position: -451px bottom;
}

#nav li.search a {
	width: 153px;
	background-position: -647px 0;
}
#nav li.search a:hover {
	background-position: -647px bottom;
}

#nav li.event a {
	width: 153px;
	background-position: -807px 0;
}
#nav li.event a:hover {
	background-position: -807px bottom;
}



/*=================================================================
 footer
=================================================================*/
#footer {
	clear: both;
	background: url(../img/common/footer_bg.gif) repeat-x left 26px;
	margin: 1em 0 0 0;
	padding: 0;
}

#footer .inner {
	/* max-width: 960px; */
	width: 970px;
	padding: 0 5px;
	margin: 0 auto;
}

#footer .gotop a {
	display: block;
	width: 160px;
	height: 26px;
	margin: 0 0 0 auto;
	padding: 0;
	background: url(../img/common/gotop.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#footer .stop {
	min-height: 75px;
	/height: 75px;
	margin: 20px 0 0 0;
	padding: 20px 10px 0 100px;
	background: #eee url(../img/common/stop.gif) no-repeat 5px 5px;
	font-size: 80%;
	overflow: visible;
}

#footer .stop li {
	margin: 0;
	padding: 0;
}


#footer .japansake {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer .japansake a {
	display: block;
	width: 306px;
	height: 40px;
	margin: 0;
	background: url(../img/common/f_banner01.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

#footer .utilities {
	margin: 10px 0 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 0.8em;
}

#footer .utilities li {
	display: inline;
}

#footer .copyright {
	clear: both;
	margin: 0 auto;
	width: 16em;
	position: relative;
	top: -1.7em;
	_top: 1.4em;
	text-align: center;
}

/*=================================================================
 wrapper
=================================================================*/
#wrapper {
	/* max-width: 960px; */
	width: 970px;
	margin: 0 auto;
	padding: 0 5px;
	overflow: hidden;
	font-size: 0.9em;
}

/*=================================================================
 aside
=================================================================*/
#aside {
	/* width:24%; */
	width: 232px;
	margin: 4px 0 0 0;
	padding: 10px;
	float: right;
	background-color: #efead5;
}

#aside .sub_nav {
	margin: 0 0 15px 0;
}

#aside .sub_nav h2 {
	margin: 0;
	padding: 0.4em  1em;
	background-color: #7f5319;
	border: solid 1px #7f5319;
	border-bottom: none;
	-webkit-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	-moz-border-radius: 6px 0 6px 0 / 6px 0 6px 0;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	position: relative;
	behavior: url(/js/PIE.htc);
	color: #fff;
	font-size: 110%;
}

#aside .sub_nav h2 a {
	color: #fff;
	text-decoration: none;
}

#aside .sub_nav h2 a:hover {
	text-decoration: underline;
}

#aside .sub_nav h2 a:active {
	color: #ccc091;
}

#aside .sub_nav .inner {
	padding: 0;
	margin: 0;
	border: solid 1px #bfbfbf;
	border-top: solid 1px #7f5319;
	-webkit-border-radius: 0 0 6px 6px / 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px / 0 0 6px 6px;
	border-radius: 0 0 6px 6px / 0 0 6px 6px;
	position: relative;
	behavior: url(/js/PIE.htc);
	background-color: #fff;	
}

#aside .sub_nav ul {
	margin: 0.5em 0 1em 0;
	padding: 0 12px;
	list-style-type: none;
}

#aside .sub_nav ul li {
	margin: 0.5em 0 0 0;
	padding: 0;
}

#aside .sub_nav ul li a,
#aside .sub_nav ul li span {
	display: block;
	padding: 0.3em 0 0.3em 16px;
	border-bottom: solid 2px #ccc091;
	background: url(../img/common/arrow_subnav.gif) no-repeat 0 9px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#ex_back2top a:hover,
#aside .sub_nav ul li a:hover,
#aside #back2top a:hover {
	color: #7f5319;
}

#ex_back2top a:active,
#aside .sub_nav ul li a:active,
#aside #back2top a:active {
	color: #CCC091;
}

#aside .sub_nav ul li ul {
	margin: 0 0 0 11px;
	padding: 0;
}

#aside .sub_nav ul li ul li {
	margin: 0;
	padding: 0;
}

#aside .sub_nav ul li ul li a,
#aside .sub_nav ul li ul li span {
	display: block;
	padding: 0.3em 0.2em 0.3em 11px;
	background: url(../img/common/arrow.gif) no-repeat 0 11px;
	border-bottom: dotted 1px #c1c1c1;
	font-weight: normal;
}
#aside .sub_nav ul li ul li span.title_anan {
	display: inline;
	padding: 0;
	background: none;
	border: none;
}

#aside .sub_nav ul li ul li a.showbtn {
	padding: 0.1em;
	margin: 0 0 -1em 0;
	border-bottom: none;
	background-image: none;
	text-align: right;
	font-size: 90%;
}

/*#aside .outerbanner*/
#aside .banner {
	margin: 15px 0;
	padding: 0;
	text-align: center;
	line-height: 0;
}
#aside .tourism-banner {
	margin: 0;
	padding: 0;
	text-align: center;
}
#aside .tourism-banner a {
	height: 140px;
	display: block;
}
#aside .kensaku-banner {
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
}
#aside .kensaku-banner a {
	height: 73px;
	display: block;
}
#aside .banner img {
	border: 1px solid #80501F;
}

/*
#aside .outerbanner img {
	border: solid 1px #ccc;
}
*/

#aside .widget {
	margin: 15px 0;
	padding: 0 6px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	behavior: url(/js/PIE.htc);
	border: 1px solid #bfbfbf;
}

#aside .widget h3 {
	margin: 0.3em 0 0 0;
	padding: 0 0 0.2em 0.2em;
	border-bottom: solid 1px #a4a4a4;
	font-size: 110%;
}

#aside .widget ul {
	margin: 0;
	padding: 0.5em 0.2em 0.5em 2em;
	list-style-image:url(../img/common/arrow.gif);
}

#ex_back2top,
#aside #back2top {
	display: none;
}


/*=================================================================
 #aside shochu_search
=================================================================*/
#shochu_search {
/*	max-width: 230px; */
	background: #fafafa url(../img/common/sm_inbg.gif) repeat-x 0 0;
/*
	background-color: #fafafa;
	background: -webkit-gradient( linear, left top, left bottom, from(#e4e4e4),
		color-stop(0.1, #fafafa), to(#fafafa) );
	background: -moz-linear-gradient(top left, #e4e4e4, #fafafa 10%, #fafafa );
*/
	margin: 0 0 15px 0;
	padding: 0 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	behavior: url(/js/PIE.htc);
	border: 1px #a4a4a4 solid;
	overflow: hidden;
}

#shochu_search h3 {
	background: url(../img/common/search_h3.png) no-repeat 10px 0;
	height: 31px;
	margin: 10px 0 0 0;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: solid 1px #a4a4a4;
}

#shochu_search dl {
	margin:0 auto 1em 0;
	padding: 0 5px;
}

#shochu_search dt {
	clear: both;
	margin: 0.8em 0 0 0;
}

#shochu_search dt span {
	color: #7f5319;
}

#shochu_search dd {
	margin: 0;
	padding: 0;
}

#shochu_search dd form {
	margin: 0;
	padding: 0;	
	display: table;
	width: 100%;
}

#shochu_search dd span {
	display: table-cell;
	vertical-align: top;
	margin: 0 8px;
}

#shochu_search dd span input,
#shochu_search dd span select {
	width: 100%;
	/width: 59%;
	margin: 0;
	padding: 0.2em 0;
}

#shochu_search dd span.submit {
	display: table-cell;
	width: 60px;
	text-align: right;
}

#shochu_search dd span.submit input {
	width: 51px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
	border: none;
	background: url(../img/common/btn-search.gif) no-repeat 0 0;
	-webkit-appearance: none;
}


/*=================================================================
 contents
=================================================================*/
#contents {
	/* width: 71%; */
	width: 688px;
	float: left;
}

#contents .content_main {
	width: 636px;
	height: auto;
	margin: 5px auto 20px;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 2px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px 2px #ccc;
	box-shadow: 0px 0px 2px 2px #ccc;
	overflow: hidden;
	position: relative;
	behavior: url(/js/PIE.htc);
	background-color: #fff;
}

#contents h1 {
	margin: 0 0 1em 0;
	padding: 0 0 0.4em 4px;
	background: url(../img/common/h1_bg.gif) no-repeat 0 bottom;
	line-height: 1.2;
	font-size: 150%;
}

#contents .page_link {
	text-align: right;
}

#nav_single {
	width: auto;
	overflow: hidden;
	clear: both;
	line-height: 1.2;
	/height: 2em;
}

#nav_single .nav_prev,
#nav_single .nav_next {
	display: block;
	width: 45%;
}

#nav_single .nav_prev {
	float: left;
}

#nav_single .nav_next {
	float: right;
	text-align: right;
}

#nav_single .nav_prev a {
	display: block;
	margin: 0;
	padding-left: 18px;
	background: url(../img/common/linkmark_prev.png) no-repeat 0 3px;
}

#nav_single .nav_next a {
	display: block;
	margin: 0;
	padding-right: 18px;
	background: url(../img/common/linkmark_next.png) no-repeat right 3px;
}

#nav_single .nav_prev a span,
#nav_single .nav_next a span {
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}


#nav_single .nav_index {
	display: block;
	width: 10%;
	float: left;
	margin: 0 auto;
	text-align: center;
}



/*=================================================================
 comment / trackback
=================================================================*/
.nocomments {
	display: none;
}

#comments {
	width: 636px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 90%;
}

#comments ol.commentlist {
	list-style-type: square;
}

#comments #respond label {
	display: block;
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: right;
}

#comments #respond .form-submit {
	text-align: center;
}

#comments #respond .form-submit input {
	width: 12em;
}


/*=================================================================
 utilities
=================================================================*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.wp-caption {
	display: block;
	margin: 8px auto;
}
.wp-caption img {
	display: block;
	margin: 4px auto 2px auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	margin: 0.3em;
	font-size: 90%;
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 8px 8px;
}

.alignleft {
	float: left;
	margin: 0 8px 8px 0;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 8px auto;
}
.pdf_link {
	padding: 0 0 2px 20px;
	background: url(../img/common/icon_pdf.gif) no-repeat 0 0;
}
.external_link {
	padding: 0 0 2px 20px;
	background: url(../img/common/icon_external.gif) no-repeat 3px 0;
}
.event_link {
	padding: 0 0 2px 20px;
	background: url(../img/common/icon_event.gif) no-repeat 3px 0;
}
.search_link {
	padding: 0 0 2px 20px;
	background: url(../img/common/icon_search.gif) no-repeat 3px 0;
}

/*=================================================================
 media query
=================================================================*/

@media (max-width: 600px) {
	body {
		background-image: none;
	}
	
	#header, #header .inner,
	#footer, #footer .inner,
	#nav, #nav .inner,
	#wrapper {
		width: auto;
		margin: 0;
		padding: 0;
	}

	#sitetitle {
		float: none;
		width: auto;
	}
	#sitetitle a {
		margin: 0 auto;
	}
	
	#header .header_right {
		margin: 0 auto;
		width: 298px;
		float: none;
	}
	
	#fontsize,
	#header_search {
		display: none;
	}

	#nav {
		background-image: url(../img/common/g_nav_bg_smp.gif);
	}
	
	#nav ul {
		margin: 0;
	}
	
	#nav li a {
		background-image: url(../img/common/g_nav_smp.gif);
		height: 24px;
		margin: 1px 0 2xp 0;
	}

	#nav li.top a {
		width: 60px;
		background-position: 0 0;
	}
	#nav li.top a:hover {
		background-position: 0 bottom;
	}

	#nav li.about a {
		width: 100px;
		background-position: -60px 0;
	}
	#nav li.about a:hover {
		background-position: -60px bottom;
	}
	
	#nav li.column a {
		width: 61px;
		background-position: -160px 0;
	}
	#nav li.column a:hover {
		background-position: -160px bottom;
	}
	
	#nav li.cookheal a {
		width: 89px;
		background-position: -221px 0;
	}
	#nav li.cookheal a:hover {
		background-position: -221px bottom;
	}
	
	#nav li.enjoy a {
		width: 143px;
		background-position: -310px 0;
	}
	#nav li.enjoy a:hover {
		background-position: -310px bottom;
	}
	#nav li.enjoy {
		margin: 0;
	}
	
	#nav li.search a {
		width: 62px;
		background-position: -453px 0;
	}
	#nav li.search a:hover {
		background-position: -453px bottom;
	}
	#nav li.search {
		margin-right:4px;
	}
	
	#nav li.event a {
		width: 98px;
		background-position: -519px 0;
	}
	#nav li.event a:hover {
		background-position: -519px bottom;
	}

	#contents {
		width: auto;
		float: none;
	}
	
	#footer {
		padding-bottom: 15px;
	}
	
	#footer .stop {
		min-height: 87px;
		padding: 4px 0 4px 90px;
		font-size: 60%;
	}
	
	#footer .utilities {
		display: none;
	}
	
	#footer .japansake {
		float: none;
	}
	
	#footer .japansake a {
		margin: 0 auto;
	}
	
	#footer .copyright {
		position: static;
		margin-top: 0.5em;
		clear: both;
	}
	
	#footer .stop {
		background-image: none;
		padding-left: 2.5em;
		height: auto;
		min-height: 1px;
	}

	#aside {
		width: auto;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
		background-color: #fff;
	}
	
	#aside .widget {
		display: none;
	}

	#shochu_search {
		width: auto;
		margin: 0;
		padding: 0;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: transparent;
	}
	
	#shochu_search h3 {
		height: 46px;
		margin: 0;
		padding: 0;
		border: none;
		background: #7f5319 url(../img/common/search_h3_smp.gif) no-repeat 8px 11px;
	}
	
	#shochu_search dt {
		margin-top: 3px;
	}

	#shochu_search dl {
		margin: 0 4px;
	}
	
	#aside .sub_nav h2 {
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#aside .sub_nav .inner {
		border: none;
		border-bottom: solid 2px #7F5319;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#aside .sub_nav ul {
		padding: 0;
	}
	
	#aside .sub_nav ul li a,
	#aside .sub_nav ul li span {
		padding-left: 26px;
		background-position: 10px 9px;
	}
	
	#aside .sub_nav ul li ul {
		margin-left: 21px;
	}
	
	#ex_back2top,
	#aside #back2top {
		display: block;
		margin: 0.5em 0;
	}
	
	#ex_back2top a
	#aside #back2top a {
		display: block;
		padding: 0.5em 10px;
		width: 8em;
		color: #000;
	}
	
	#contents .content_main {
		width: auto;
		margin: 5px 0 0;
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#contents h1,
	body.category #contents h1,
	#contents .category_title {
		margin: 0 0 5px;
		padding: 13px 15px 17px 15px;
		width: auto;
		height: auto;
		background: #7b0000 url(../img/common/h1_bg_smp.gif) repeat-x left bottom;
		text-indent: 0;
		font-size: 140%;
		line-height: 1.2;
		font-weight: bold;
		color: #fff;
	}

	#contents h1 a,
	#contents .category_title a {
		color: #fff;
		text-decoration: none;
	}
	
	#comments {
		width: auto;
		margin: 0;
	}

	.alignright,
	.alignleft {
		float: none;
		display: block;
		margin: 8px auto;
		text-align: center;
	}
	
	#contents img {
		max-width: 100%;
		height: auto;
	}
}