@charset "utf-8";

/*
Theme Name: bashowp
Description: 芭蕉翁顕彰会テンプレート
*/


/* =Reset default browser CSS. Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
}
#wrapper img {
	vertical-align:bottom;
}
body, img {
	line-height:1;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
blockquote {
	quotes:none;
}
blockquote:before, blockquote:after {
	content:'';
	content:none;
}
del {
	text-decoration:line-through;
}
a img {
	border:none;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	float:right;
	margin:0;
	width:720px;
}
#content {
	margin:10px 40px 0 20px;
	width:660px;
	padding:0 0 40px 0;
	overflow:hidden;
}
#sidebar {
	width:220px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
}
#footer {
	clear:both;
	width:100%;
	margin:20px 0 0 0;
}

/* =Fonts
-------------------------------------------------------------- */
body,
.page-title span,
.pingback a.url {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#footer-submenu,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
pre {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
code {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*=====見出し=====*/
.text_ll {
	font-size:129%;
}
.text_l {
	font-size:115%;
}
.text_m {
	font-size:100%;
}
.text_s {
	font-size:86%;
}
.text_ss {
	font-size:72%;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.menu-header,
div.menu,
#colophon,
#main,
#wrapper {
	margin:0 auto;
	width:960px;
	text-align:left;
}
#wrapper {
	overflow:hidden;
	margin-top:0px;
	padding:0px;
	background-image:url("img/wrapper_bg.gif");
}

/* Structure the footer area */

#footer-menuarea {
	width:960px;
	margin:0 auto;
}

#footer-menuarea .menu-footer {
	float:left;
}

#footer-submenu {
	clear:both;
	float:left;
	margin:10px 0;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */


html {
	background-color:#b5af8f;
	background-image:url("img/bg.jpg");
	border-right:4px solid #b5af8f;
	border-left:4px solid #b5af8f;
	border-bottom:4px solid #b5af8f;
}

body {
	background-color:#b5af8f;
	background-image:url("img/bg.jpg");
	color:#333;
	font-size:14px;
	line-height:1.5;
	font-style:normal;
	letter-spacing:0.1em;
	text-align:center;
}

input,
textarea {
	color:#333;
	font-size:14px;
	font-style:normal;
	letter-spacing:0.1em;
	text-align:left;
}
hr {
	background-color:#ccc;
	border-color:#ccc;
	border:0;
	clear:both;
	height:1px;
	margin-bottom:20px;
}

/* Text elements */
p {
	margin:10px 0;
}
ul {
	list-style-type:none;
	list-style-image:url("img/icon_list.gif");
	margin:0 0 20px 1.5em;
}
ul ul {
	list-style-image:url("img/icon_list2.gif");
}
ol {
	list-style:decimal;
	margin:0 0 20px 30px;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight:bold;
}
dd {
	margin-bottom:20px;
}
strong {
	font-weight:bold;
	color:#ff0000;
}
em {
	font-weight:bold;
	font-style:normal;
}
.catch {
	font-size:120%;
	color:#000;
}
.aka {
	color:#ff0000;
}
.kakomi {
	font-size:100%;
	padding:20px;
	border:1px solid #CCC;
	background-color:#fff;
}

/* Link */
a:link {
	color:#663300;
	text-decoration:underline;
}
a:visited {
	color:#e25e16;
	text-decoration:underline;
}
a:hover {
	color:#336633;
	text-decoration:underline;
}
a:active {
	color:#F90;
	text-decoration:underline;
}


/* =Header
-------------------------------------------------------------- */

#wrapper02 {
	background:url("img/header_bg02.jpg");
	background-position:center top;
	background-attachment:scroll;
	background-repeat:repeat-x;
	overflow:hidden;
}
#header {
	background:url("img/header_bg.png");
	background-position:center top;
	background-attachment:scroll;
	padding:0 0 0 0;
	margin:0 auto;
	width:960px;
	overflow:hidden;
	height:160px;
	position:relative;
}
#site-title {
	float:left;
	text-align:left;
	margin:0px;
	padding:0px;
}

#site-title a {
	display:block;
	width:300px; /* 画像の幅 */
	text-indent:-9999px; /* textを飛ばす */
	outline:none; /* クリック時の枠線を消す */
	background-image:url("img/tit.png");
	background-repeat:no-repeat;
	background-position:0% 0%; /* point 位置調整 */
	border-bottom:none;
	height:60px; /* 画像の高さに合わせて調整 */
	position:absolute;
	left:285px;
	top:57px;
}


#submenu {
	position:absolute;
	right:135px;
	top:25px;
}
#submenu ul {
	clear:both;
	display:block;
	margin:0 auto;
	padding:0;
	list-style:none;
}
#submenu ul li {
	position:relative;
	float:left;
	margin-left:10px;
}
#submenu ul a {
	display:block;
	height:110px;
	width:20px;
	text-indent:-9999px;
}
#submenu ul .menu-1 a {
	background:url("img/btn/kensyoukai.png");
	background-repeat:no-repeat;
	width:30px;	
}
#submenu ul .menu-2 a {
	background:url("img/btn/bosyuu.png");
	background-repeat:no-repeat;
	margin-left:-5px;
}
#submenu ul .menu-3 a {
	background:url("img/btn/contact.png");
	background-repeat:no-repeat;
}
#submenu ul a:hover {
	background-position:0 -110px;
}

.engbtn {
	display:block;
	width:104px;
	height:24px;
	right:0px;
	top:70px;
	position:absolute;
}

.engbtn a {
	display:block;
	text-indent:-9999px;
	background:url("img/btn/english.png");
	background-repeat:no-repeat;
	width:104px;
	height:24px;
}
.engbtn a:hover {
	background-position:0 -24px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	clear:both;
	display:block;
	margin:0 auto;
	width:960px;

}
#access .menu-header ul  {
	list-style:none;
	margin:0;
}
#access .menu-header li {
	position:relative;
	float:left;
}
#access a {
	display:block;
	height:65px;
	text-indent:-9999px;
	width:193px;
}
#access li a:hover {
	background-position:0 -65px;
}
#access li.current-menu-item a {
	background-position:0 -130px;
}

#access li.current-menu-item a:hover {
	background-position:0 -65px;
}
#access .menu-1 a {
	background:url("img/btn/basyou.png");
	background-repeat:no-repeat;
}
#access .menu-2 a {
	background:url("img/btn/shisetu.png");
	background-repeat:no-repeat;
}
#access .menu-3 a {
	background:url("img/btn/iga.png");
	background-repeat:no-repeat;
}
#access .menu-4 a {
	background:url("img/btn/festival.png");
	background-repeat:no-repeat;
}
#access .menu-5 a {
	background:url("img/btn/kuhi.png");
	background-repeat:no-repeat;
	width:188px;
}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
	padding:0 0 120px 0;
	background-image:url("img/sidebar_bottom_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
}

#sidebar h3 {
	width:220px;
	padding:0;
	margin:0;
	font-size:90%;
	overflow:hidden;
	line-height:52px;
	font-size:100%;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#sidebar h3 a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 20px;
	background:url("img/sidebar_h3_bg.gif");
	background-repeat:no-repeat;
}
#sidebar h3 a:hover {
	background:url("img/sidebar_h3_bg02.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	color:#fff;
	text-decoration:none;
}
#sidebar .submenu {
	font-size:90%;
	width:220px;
	padding:0 0 0 0;
	margin:0;
	overflow:hidden;
	background-color:#302607;
}

#sidebar .submenu li {
	margin:0;
	list-style-type:none;
	list-style-image:none;
}

#sidebar .submenu li a {
	padding:15px 30px 16px 20px;
	color:#fff;
	display:block;
	overflow:hidden;
	text-decoration:none;
	background-image:url("img/sidebar_list_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}
#sidebar .submenu li a:hover {
	color:#fff;
	background:url("img/sidebar_list_bg02.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}
#sidebar .submenu li.noline a {
	padding:15px 35px 16px 20px;
	color:#fff;
	display:block;
	overflow:hidden;
	text-decoration:none;
	background-image:url("img/sidebar_list_noline.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}
#sidebar .submenu li.noline a:hover {
	color:#fff;
	background:url("img/sidebar_list_noline02.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}

#sidebar ul.submenu02 {
}

#sidebar .submenu ul {
	width:220px;
	padding:10px 0 0 0;
	margin:0;
	overflow:hidden;
	background-color:#302607;
}
#sidebar .submenu ul li a {
	padding:10px 30px 0 40px;
	color:#fff;
	display:block;
	overflow:hidden;
	text-decoration:none;
	background-image:url("img/sidebar_list_bg03.png");
	background-repeat:no-repeat;
	background-position:20px 13px;
}
#sidebar .submenu ul li a:hover {
	background-image:url("img/sidebar_list_bg03.png");
	background-repeat:no-repeat;
	background-position:20px 13px;
	color:#e25e16;
}
#sidebar .submenu ul.submenu02 li a {
	padding:0px 30px 10px 40px;
	color:#fff;
	display:block;
	overflow:hidden;
	text-decoration:none;
	background-image:url("img/sidebar_list_bg03.png");
	background-repeat:no-repeat;
	background-position:20px 3px;
}
#sidebar .submenu ul.submenu02 {
	background-image:url("img/sidebar_list_bg04.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}
#sidebar .submenu ul.submenu02 li a:hover {
	background-image:url("img/sidebar_list_bg03.png");
	background-repeat:no-repeat;
	background-position:20px 3px;
	color:#e25e16;
}

#sidebar .submenu .sub-shisetu .museum-line {
	background:url("img/sidebar_list_bg04.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:20px;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/* =Content
-------------------------------------------------------------- */

#main {
	clear:both;
	overflow:hidden;
	padding:0 0;
}
#content {
	margin-bottom:0px;
}
#content {
	color:#333;
	font-size:14px;
	line-height:1.6;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin:10px 10px 10px 20px;
}

#content h1 {
	font-size:220%;
	font-weight:bold;
	color:#000;
	background-image:url("img/icon_h1.gif");
	background-repeat:no-repeat;
	background-position:0 bottom;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
	padding-top:0;
	padding-right:0px;
	padding-bottom:15px;
	padding-left:50px;
}

#content h2 {
	font-size:120%;
	font-weight:bold;
	color:#336600;
	background-image:url("img/icon_h2.gif");
	background-repeat:no-repeat;
	background-position:0 bottom;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
	padding:5px 10px;	
}

#content h3 {
	font-size:110%;
	font-weight:bold;
	color:#55431a;
	background-image:url("img/icon_h3.gif");
	background-repeat:no-repeat;
	background-position:0 left;
	padding:0 0 0 30px;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:20px;
}

#content h4 {
	font-size:100%;
	font-weight:bold;
	color:#000;
	margin-top:20px;
	margin-right:0px;
	margin-bottom:20px;
}

#content table.hyou {
	border-collapse:collapse;
	border:1px solid #b5af8f;
	border-spacing:0;
	empty-cells:show;
}
#content table.hyou th {
	border-collapse:collapse;
	background-color:#eafbc5;
	font-size:100%;
	border-top:1px dotted #b5af8f;
	border-left:1px solid #b5af8f;
	border-color:#b5af8f;
	text-align:center;
}
#content table.hyou td {
	border-collapse:collapse;
	background-color:#fff;
	padding:5px;
	font-size:100%;
	border-top:1px dotted #b5af8f;
	border-left:1px solid #b5af8f;
}

#content table.hyou td.midashi {
	background-color:#f8f8f8;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	font-size:80%;
	padding-bottom:20px;
}

#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#e25e16;
	text-decoration:underline;	
}
#footer-menuarea .menu-footer ul {
	list-style-image:none;
	margin:0;
	padding:0;
}
#footer-menuarea .menu-footer li {
	position:relative;
	float:left;
	line-height:1;
	padding:0 10px 0 0;
}
#footer-menuarea .menu-footer li+li {
	padding-left:10px;
	border-left:1px solid #777;
}
#footer-menuarea #page-top {
	float:right;
	line-height:1;
	background-image:url("img/pagetop.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
}

#colophon {
	margin-top:0;
	overflow:hidden;
	padding:0;
}


/* =内部コンテンツ
-------------------------------------------------------------- */

/*俳句フォント*/

.haiku {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 2.0;
}

/*旅と句*/

#content ul.tabitoku-list {
	margin:0;
	padding:0;
	list-style-image:none;
	width:669px;
	overflow:hidden;
}
#content ul.tabitoku-list li {
	float:left;
	width:214px;
	margin:0 9px 9px 0;
}
#content ul.tabitoku-list li a {
	display:block;
	padding-left:25px;
	background:url("img/basyou/ku/tabitoku_list_bg.gif");
	background-repeat:no-repeat;
	background-position:0 -35px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
}
#content ul.tabitoku-list li a:hover {
	display:block;
	padding-left:25px;
	background:url("img/basyou/ku/tabitoku_list_bg.gif");
	background-repeat:no-repeat;
	line-height:35px;
	color:#fff;
	text-decoration:none;
}

/*伊賀に芭蕉を訪ねて*/

.shisetu-box {
	overflow:hidden;
	padding-top:20px;
	background:#eae9e6;
	margin-bottom:40px;
}

.shisetu-item {
	width:300px;
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	background:#fff;
	overflow:hidden;
	min-height:120px;
}

#content .shisetu-item p {
	margin:10px 10px 0 10px;
	line-height:1.4;
}

.shisetu-item img {
	float:left;
	margin:10px;
}
/*献詠俳句*/
#content table.hyou02 {
	border-collapse:collapse;
	border-top:1px solid #b5af8f;
	border-bottom:1px solid #b5af8f;
	border-spacing:0;
	empty-cells:show;
}
#content table.hyou02 th {
	border-collapse:collapse;
	background-color:#ebebe2;
	font-size:100%;
	border-top:1px dotted #b5af8f;
	border-color:#b5af8f;
	text-align:left;
}
#content table.hyou02 td {
	border-collapse:collapse;
	background-color:#fff;
	padding:5px;
	font-size:100%;
	border-top:1px dotted #b5af8f;
}
.renku {
	margin-left:5em;
}

/*販売品*/

.hanbaihin-table {
	background-color:#ebe9e6;
	margin:0 0 20px 0;
}
.hanbaihin-item {
	font-size: 14px;
	padding:20px 20px 10px 20px;
	margin:0 0;
	width:260px;
	background-color:#fff;
}
.hanbaihin-item img {
	max-height:160px;
	width:auto;
}
#content .hanbaihin-item p {
	margin:0 0 10px 0;
}
#content .hanbaihin-item h3 {
	margin-bottom:5px;
}

.category-hanbaihin img {
	max-height:160px;
	width:auto;
	margin:0 0 40px 20px;
}

#content ul.hanbaihin-list {
	margin:0;
	padding:0;
	list-style-image:none;
	width:669px;
	overflow:hidden;
}
#content ul.hanbaihin-list li {
	float:left;
	width:214px;
	margin:0 9px 9px 0;
	font-size:120%;
	font-weight:bold;
}
#content ul.hanbaihin-list li a {
	display:block;
	padding-left:25px;
	background:url("img/basyou/ku/tabitoku_list_bg.gif");
	background-repeat:no-repeat;
	background-position:0 -35px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
}
#content ul.hanbaihin-list li a:hover {
	display:block;
	padding-left:25px;
	background:url("img/basyou/ku/tabitoku_list_bg.gif");
	background-repeat:no-repeat;
	line-height:35px;
	color:#fff;
	text-decoration:none;
}

/*お知らせ*/

#content dl.news {  
	width:660px;  
	margin:10px 0 30px 0;
	padding:5px 0 0 0 ;
	line-height:1.4;
}  
#content dl.news dt {  
	float:left;  
	width:120px; 
	clear:both;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}  
#content dl.news dd {  
	margin-left:120px;  
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}  
#content dl.news dd a {  
	color:#663300;
}  
#content dl.news dd a:hover {  
	text-decoration:none;
	color:#336633;
}  

/*PDFアイコン*/
a[href $='.pdf'] {   
    padding-right: 20px;
    background: transparent url("img/pdficon_small.png") no-repeat right top;
	padding-top:3px;
	padding-bottom:3px;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
