@charset "utf-8";
/*
Theme Name: tsukuba
Theme URI: http://wordpress.org/
Description: 
Author: Look at team
Version: 1
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =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,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
/*	vertical-align: baseline; */
}
body {
	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
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

/*
#container {

	width: 100%;
}
#content {
	float: left;
	margin: 0 220px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;_
	width: 100%;
}
*/

#container {
	float: left;
	margin: 0 -220px 0 0;
	width: 100%;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
/*	margin: 0 auto; */
	width: 940px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 940px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.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,
#site-info,
#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 {
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
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;
}


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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
background: #fff;
/*	margin-top: 20px;
	padding: 0 20px; */
}

/* 111125 add */
#background-png {
margin: 0 auto;
width: 1200px;
background: url("images/bg2.png") no-repeat;
}
#stage {
margin: 0 auto;
width: 980px;
background: url("images/bg.png") repeat-y;
}

#waku {
margin: 0 auto;
width: 980px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 10px;
	width: 176px;
}
#footer-widget-area #fifth {
	margin-right: 0;
}
#site-info {
	font-size: 14px;
	font-weight: bold;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
/*	background: #f1f1f1; */
 background: url("images/ricepaper2.png") ; 
/*    background-image:url('images/bg2.png');
    background-repeat: no-repeat; */
}

/* html{
    background: url("images/ricepaper2.png") ; 
} */

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin: 0 20px 10px 20px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header {
	padding: 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
/*	border-top: 4px solid #000;
	border-bottom: 1px solid #000; */
	display: block;
	float: left;
}


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

/* ?f?t?H???g?i???[???I?[?o?[???????j
#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
	background-image: url('http://www.lookat.co.jp/study/wp-content/themes/demo-agri/images/bar.png')
}
*/

#access {
	display: block;
	height: 40px;
	width: 940px;
	background-image: url('http://www.lookat.co.jp/study/wp-content/themes/demo-agri/images/bar_ro.png');
	background-position: top;
	text-decoration: none;
}


#access .menu-header,
div.menu {
	font-size: 18px;
	font-weight: bold;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
/* ???j???[?o?[??t?H???g */
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 230px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 200px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fafafa;
	line-height: 1em;
	padding: 10px 10px 10px 20px;
	width: 200px;
	height: auto;
}
/* ???j???[?o?[??t?H???g???[???I?[?o?[ */
/*
#access li:hover > a,
#access ul ul :hover > a {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
*/

/* ??i??????[???I?[?o?[ */
#access li:hover > a,
#access ul ul :hover > a {
	background-image: url('http://www.lookat.co.jp/study/wp-content/themes/demo-agri/images/bar_ro.png');
/*	background-position: bottom; */
background-position: 0 -40px;
	color: #fff;
}

/* ?f?t?H???g?i?F??????j
#access li:hover > a,
#access ul ul :hover > a {
	background: #f6ecee;
	color: #000;
}
*/

#access ul li:hover > ul {
	display: block;
}
/* ???j???[?o?[??t?H???g?\?????y?[?W */
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffff80;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #ccffff;
}


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

#main {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	padding: 0;
}
#content {
	margin-bottom: 36px;
	margin-left: 0;
	width: 700px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
/*	line-height: 24px; */
	line-height: 1.5em;
}

#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
/*	margin-bottom: 24px; */
	margin-bottom: 0;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
/*
#content th {
	color: #000;
}
*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
/*	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0; */
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
/*	padding: 12px 0 0 0; */
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
/*	margin: 0 0 24px 0; */
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '?2190?00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '?00a0?2192';
}


/* =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: 2px;
}
.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 0 10px 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;
}


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

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	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;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 10px 0;
}
.widget-title {
background: none repeat scroll 0 0 #F5DEB3;
    font-size: 95%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 0 0 5px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}


#menu-side_menu li a {
	display: block;
	padding: 1.2em 1px 1.2em 2px;
	border-bottom: 1px dotted #DBDBDC;
	text-decoration: none;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}
/* #wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
} */
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
    font-size: 14px;
    margin-left: 0;
    padding: 0;
}
#main .widget-area ul ul {
    font-size: 14px;
   /* margin-left: 0; */
   margin: 0;
    padding: 0;
}

#main .widget-area ul li {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}

#main .widget-area ul  li a {
    border-bottom: 1px dotted #DBDBDC;
    display: block;
    margin: 0;
    padding: 0.5em 5px 0.5em 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
} 

#main .widget-area ul  li a {
    border-bottom: 1px dotted #DBDBDC;
    display: block;
    margin: 0;
    padding: 0.5em 5px 0.5em 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}
/* ウィジェットエリアでの画像リンクの時の処理 */
#main .widget-area ul  li a.widget_sp_image-image-link {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
 background: url("images/footer_bg.png") repeat;
 padding: 10px 5px;
}


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

#footer {
/*	margin-bottom: 20px; */
}
#colophon {
border-top: 5px solid #D9D9D9;
	overflow: hidden;
	padding: 18px 0;
	text-align: center;
}
#site-info {
	font-weight: normal;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 14px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

@media print {
	#rotator img {
		position: relative !important;
	}
}

/*--------- 三角マークのリスとアイコン --------*/
#content ul {
list-style-type: none;
}

#content li {
background: url("images/li.png") no-repeat 0 2px;
padding-left: 20px;
margin-top: 6px;
margin-bottom: 5px;
border-bottom: 1px dotted #CCCCCC;
}

#sitemap_list li {
    background: url("images/line_dotted_brown.png") repeat-x scroll 0 1.8em transparent;
 /*   font-size: medium; */
    list-style-type: none;
    margin: 12px 0 0 0;
    padding: 0 0 10px;
    text-indent: 0;
}

#sitemap_list li a {
    background: url("images/li.png") no-repeat 0 2px;
    padding-left:20px;
}

#sitemap_list li  {
border:none;
}

#sitemap_list li li  {
   border:none;
}

/*?g?s?b?N?X?\?? Topics*/
#topic-box {
   width: 700px;
   margin-top: 0.5em;
   /*margin-bottom: 1em;*/
}
#topic-box-inner {
   width: 700px;
   float: left;
}
#toptopics-title {
  width: 700px;
  height: 30px;
  clear: both;
  margin: 0 0 0 0;
/*  background: #fcfcfc url(images/bar_info.png) no-repeat left top; */
  text-align: left;
  padding: 4px 0px 0 0;
}
#toptopics {
  width: 685px;
  clear: both;
  margin: 0;
  padding: 5px 10px 8px;
  list-style-type: none;
}

.category-list li a,
#toptopics a{
	color: #0000ff;
	font-size: 105%;
	/*font-size: 14px;*/
	line-height: 16px;
	font-weight:bold;
}

.category-list li a,
#toptopics a:hover{text-decoration: underline;}

.category-list li a,
#toptopics a:visited{color: #800080;}

#toptopics li {
  margin-bottom: 4px;
  padding-bottom: 1px;
  padding-left: 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ddd;
  background : none;
  width: 100%; /*90%;*/
}
#toptopics li span.date {
  color: #000;
  font-size: 100%;
  /*font-size: 14px;*/
  padding: 2px 4px;
  margin-right: 4px;
}



/* 固定ページのH2バックグラウンド画像 */
.page h2 {
   background: url("images/h2.jpg") no-repeat scroll 0 0 transparent;
    color: #000;
    padding: 15px 0 60px 50px;
    margin: 0 -20px 0 0;
    font-size: 24px;
    font-weight: bold;
        line-height: 120%;

}

/* 投稿ページのH2バックグラウンド画像 */
.single h2,
.category h2 {
   background: url("images/h2.jpg") no-repeat scroll 0 0 transparent;
    color: #000;
    padding: 15px 0 60px 50px;
    margin: 0 -20px 0 0;
    font-size: 24px;
    font-weight: bold;
        line-height: 120%;

}

/*
#container h3 {
	margin:0 0 10px 0;
	padding:6px 12px;
	border:1px solid #7b941c;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background: #a8c539;
	color:#FFF;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
	font-size: 115%;
	font-weight: bold;
	}
*/
#container h3 {
background: url("images/h3.png") no-repeat scroll 2px 0px transparent;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
    margin: 10px 0 10px;
    padding: 18px 0 2px 25px;
 }


/*
#container h4 {
background: url("images/h3_icon.png") no-repeat scroll 2px 6px transparent;
    border-bottom: 3px solid #4169e1;
    color: #11980A;
    font-weight: bold;
    font-size: 110%;
    margin: 0 0 10px;
    padding: 5px 0 2px 25px;
 }
*/
 
#container h4 {
font-size:110%;
border-left: 8px solid #4169e1;/*文字の横に付箋のようなマークを入れる*/
border-bottom:dotted 1px #4169e1;/*文字の下に点線を入れる設定*/
font-weight: bold;
line-height: 26px;/*h3の高さ設定*/
padding-left: 10px;/*文字の左にスペース*/
margin: 10px;
color:#000e5f; /*文字の色*/
}



#container h4.powerspot {
background: url("images/h4_powerspot.png") no-repeat scroll 2px 0px transparent;
border:none;
    color: #ffffff;
    font-weight: bold;
    font-size: 105%;
    padding: 6px 0 2px 12px;
}

#container h4.stone {
background: url("images/h4_stone.png") no-repeat scroll 2px 0px transparent;
border:none;
    color: #ffffff;
    font-weight: bold;
    font-size: 100%;
    margin: 0;
    padding: 6px 0 2px 10px;
}
/*
#container h5 {
border-bottom: 1px dotted #333333;
    border-left: 8px groove #1ED627;
    color: #11980A;
    font-size: 100%;
    font-weight: bold;
    padding: 3px 8px;
    margin: 10px 0 10px 10px;
*/

#container h5 {
padding-top: 3px ;
padding-left:16px;
margin-left: 8px;
background: url(images/h5.gif) no-repeat 0px 5px; /* 見出しの背景 */
font-size: 105%; /* 見出しの文字サイズ */
color:#006600 ;
font-weight: bold;
line-height: 100%;
}


    

/* border-bottom: 1px dotted #CCCCCC;
    border-left: 6px solid #0E720E;
    color: #11980A;
    font-size: 110%;
    font-weight: bold;
    margin: 10px 0 10px 6px;
    padding: 1px 10px; */
} 


#pankuzu {
	margin: 5px 0;
	font-size: 12px;
}
/* サイドバーのバナー用 */
#primary .side-banner {
	text-align: center;
	list-style: none;
}

/* サイドバーの文字サイズ変更をセンタリング */
/* #wp-chgfontsize {
		text-align: center;
} */

#primary .side-banner li a {
	border-bottom: none;
	padding:0;
}

/* イベントカレンダーのH3用 */
#jd-calendar h3 {
background : none;
}

/* スポットマップのリストの「スポットマップ一覧」用 */
#map-list-container .h3-type-00 {
    background-image: url("./images/backg_h3.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #DDC7AE;
    color: #555555;
    font-size: 120%;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 8px 0 6px 8px;
}

/* アイコン表示　*/
a[href $='.pdf'] {
padding-right: 18px;
background: transparent url("./images/icon_pdf.gif") no-repeat center right;
}

a[href $='.doc'],a[href $='.docx'] {
padding-right: 18px;
background: transparent url("./images/icon_doc.gif") no-repeat center right;
}

a[href $='.xls'],a[href $='.xlsx'] {
padding-right: 18px;
background: transparent url("./images/icon_xls.gif") no-repeat center right;
}

a.visimg:visited {
	padding-left: 15px;
	background: usr( "./images/reten03-005.gif") no-repeat;
}

/* clear both */	
.clear-both {
clear:both;
height:0em;
visibility:hidden;
overflow:hidden;
content:”.”;
}


/*------------- ロールオーバー -----------------------*/
/* リスト全体 */
ul.topmenu
   {
    width:940px;             /* リスト全体の幅 */
    height:95px;             /* リスト全体の高さ */
    list-style:none;         /* リストマークを無しにする */
    margin: 0;
   }

/* 各項目 */
ul.topmenu li
   {
    width:188px;             /* 項目の幅 */
    height:70px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }

/* リンク部分 */

.menu1 a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("images/bar_ro.png");   /* リンク範囲の背景画像設定 */
    background-position:0px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
.menu1 a:hover
   {
    background-image:url("images/bar_ro.png");    /* マウスが上に来た時の背景画像設定 */
    background-position:0px -70px;
                     /* ★↑背景画像の（0px -55px）に移動★ */
   }

.menu2 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("images/bar_ro.png");/* リンク範囲の背景画像設定 */
    background-position:-188px 0px;
                    
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.menu2 a:hover
   {
    background-image:url("images/bar_ro.png"); /* マウスが上に来た時の背景画像設定 */
    background-position: -188px -70px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

.menu3 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("images/bar_ro.png");/* リンク範囲の背景画像設定 */
    background-position:-376px 0px;
                     /* ★↑背景画像の（376px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.menu3 a:hover
   {
    background-image:url("images/bar_ro.png"); /* マウスが上に来た時の背景画像設定 */
    background-position:-376px -70px;
                     /* ★↑背景画像の（376px 30px）に移動★ */
    }

.menu4 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("images/bar_ro.png");/* リンク範囲の背景画像設定 */
    background-position:-564px 0px;
                     /* ★↑背景画像の（376px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.menu4 a:hover
   {
    background-image:url("images/bar_ro.png"); /* マウスが上に来た時の背景画像設定 */
    background-position:-564px -70px;
                     /* ★↑背景画像の（376px 30px）に移動★ */
    }

.menu5 a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("images/bar_ro.png");/* リンク範囲の背景画像設定 */
    background-position:-752px 0px;
                     /* ★↑背景画像の（376px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.menu5 a:hover
   {
    background-image:url("images/bar_ro.png"); /* マウスが上に来た時の背景画像設定 */
    background-position:-752px -70px;
                     /* ★↑背景画像の（376px 30px）に移動★ */
    }
 
/* タイトルバー　*/

h1 {
   font-size: 11px;
   color: #000;
   margin: 0;
   padding: 0;
   }

/* サイドバーのタイトル */
.sublist-title {
    background: url("images/side1.jpg") no-repeat scroll 0 0 transparent;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 10px 10px 6px;
    text-align:center;
}
.sublist-title a:link, .sublist-title a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

/* サイドバーナビ */
#main .widget-area ul ul.sideNav {
    font-size: 14px;
    margin-left: 0;
    padding: 0;
}

ul.sideNav li {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}

ul.sideNav li a {
    border-bottom: 1px dotted #DBDBDC;
    display: block;
    margin: 0;
    padding: 0.5em 5px 0.5em 25px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

a, a:link, a:visited {
    text-decoration: none;
}

/* サイドバーメニュー */
#main .widget-area ul ul.sideMenu {
    background-color: #f5f5f5;
}
#main ul.sideMenu li {
background: url("images/list_icon.gif") no-repeat scroll 4px 16px transparent;
    margin-left: 5px;
    padding: 5px 0 0 11px;
}
#main ul.sideMenu li a {
    border-bottom: 1px dotted #454545;
    color: #454545;
    display: block;
    margin: 0 10px 0 0;
    padding: 5px 5px 0 10px;
    text-shadow: none;
}
#main ul.sideMenu li ul li a {
    border-bottom: 1px dotted #454545;
    color: #454545;
    display: block;
    margin: 0 10px 0 0;
    text-shadow: none;
}
#main .widget-area ul ul.sideNav {
    font-size: 14px;
    margin-left: 0;
    padding: 0;
}
ul.sideNav li {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
ul.sideNav li a {
    border-bottom: 1px dotted #DBDBDC;
    display: block;
    margin: 0;
    padding: 0.5em 5px 0.5em 25px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

/* フッターナビ */
#footer .widget-title {
    background-color: #9ACD32;
    color: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 4px;
    
}

#footer ul.xoxo li {
    margin: 0;
    padding: 0; 
    font-size: 12px;
}

#footer ul.xoxo li ul li {
        background: url("images/arrow.gif") no-repeat scroll 7px 0.53em transparent;
	  padding-left: 18px;
 /*   display: block;
    float: none;
    margin-left: 0;  
    width: auto; */
    }

ul.xoxo li a {
   background: none repeat scroll 0 0 transparent !important;
    display: inline;
    padding: 0;
}
.textwidget {
 margin:5px;
 }
 
 /*----- 表の下にcaptionを使い、資料を表示 ------*/
caption { 
 	caption-side: bottom;
 	text-align: left; 
	font-size: 12px;
	line-height: 130%;
}
/*--- ミドリン通信のカレンダー用 --------*/
#primary caption {
        caption-side: top;
        text-align: center;
}

 /*----- 図の下の資料を表示 ------*/
.reference { 
 	text-align: left; 
	font-size: 12px;
	line-height: 130%;
	margin-left: 10px;
}

/*--- リンク集 ---*/
#link_syu {
	margin-top:0; 
	margin-left:-35px;
}

#link_syu ul.link_h3 li {
	background:none;
}

#link_syu ul.link_h3 li ul li {
background: url("images/li.png") no-repeat 0 2px;
padding-left: 20px;
margin-top: 6px;
}

/*--- トップページのcontent内の左と右エリア ---*/
#left-area {
	float:left;
	width: 340px;
	}

#right-area {
	float:right;
	width: 340px;
	}

/* フッターナビ */
#footer .widget-title {
    background-color: #9ACD32;
    color: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 4px;
    
}
#footer .widget-title a {
   color: #FFF;
}

#footer ul.xoxo li {
    margin: 0;
    padding: 0; 
    font-size: 12px;
}

#footer ul.xoxo li ul li {
        background: url("images/arrow.gif") no-repeat scroll 7px 0.53em transparent;
	  padding-left: 18px;
 /*   display: block;
    float: none;
    margin-left: 0;  
    width: auto; */
    }

ul.xoxo li a {
   background: none repeat scroll 0 0 transparent !important;
    display: inline;
    padding: 0;
}

/* サイドバーのインフォメーション */
#main .widget-area #update-news {
    font-size: 80%;
    margin-bottom: 8px;
}
#main .widget-area #update-news img {
    margin-right: 2px;
}
#main .widget-area #update-news ul {
    border: 1px solid #CCCCCC;
    height: 140px;
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 3px;
}
#main .widget-area #update-news ul li {
    border-bottom: 1px dotted #CCCCCC;
    line-height: 130%;
    margin-bottom: 3px;
    padding: 2px;
}

#main .widget-area #update-news ul li a {
border-style: hidden;
display: inline; 
}

/* 右寄せ */
.right {
    text-align: right;
}

/* ソーシャルブックマークの下のマージン */
.wp_social_bookmarking_light_clear {
    margin-bottom: 10px;
}

/* table 全般 */
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    }
    
#main table {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
#main table td{

    padding: 10px;
    } 
    
#main table.padding_0 td{
    padding: 0;
    } 
    
/* table trekking */
#main table.trekking td{
    padding: 0 10px;
    } 
#main table.trekking h4{
background: url("images/h4_trekking.jpg") no-repeat scroll 2px 0px transparent;
border:none;
    color: #ffffff;
    font-weight: bold;
    font-size: 105%;
    padding: 6px 0 2px 12px;
}

    
/* table horse */
    
.horse {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
    
.horse td, .horse th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;   
}
 
.horse th {
    background-color: #c0ee9b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9f9dc), to(#c0ee9b));
    background-image: -webkit-linear-gradient(top, #e9f9dc, #c0ee9b);
    background-image:    -moz-linear-gradient(top, #e9f9dc, #c0ee9b);
    background-image:     -ms-linear-gradient(top, #e9f9dc, #c0ee9b);
    background-image:      -o-linear-gradient(top, #e9f9dc, #c0ee9b);
    background-image:         linear-gradient(top, #e9f9dc, #c0ee9b);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center; 
    }
 
.horse td:first-child, .horse th:first-child {
    border-left: none;
}

.horse td:last-child, .horse th:last-child {
    border-right: none;
}
 
.horse th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.horse th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
 
.horse th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
.horse tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
 
.horse tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
 



/* table zebra */
.zebra {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
    
.zebra td, .zebra th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}
 
.zebra th {
    background-color: #c0ee9b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9f9dc), to(#c0ee9b));
    background-image: -webkit-linear-gradient(top, #e9f9dc, #c0ee9b);
    background-image:    -moz-linear-gradient(top, #e9f9dc, #c0ee9b);
    background-image:     -ms-linear-gradient(top, #e9f9dc, #c0ee9b);
    background-image:      -o-linear-gradient(top, #e9f9dc, #c0ee9b);
    background-image:         linear-gradient(top, #e9f9dc, #c0ee9b);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center; 
}
 
.zebra td:first-child, .zebra th:first-child {
    border-left: none;
}

.zebra td:last-child, .zebra th:last-child {
    border-right: none;
}
 
.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
 
.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
.zebra tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
 
.zebra tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
 
.zebra tbody tr:nth-child(even) {
    background: #fbfbfb;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

/* table zebra_orange */
.zebra_orange {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
    
.zebra_orange td, .zebra_orange th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}
 
.zebra_orange th {
    background-color: #f4e29b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff4db), to(#f4e29b));
    background-image: -webkit-linear-gradient(top, #fff4db, #f4e29b);
    background-image:    -moz-linear-gradient(top, #fff4db, #f4e29b);
    background-image:     -ms-linear-gradient(top, #fff4db, #f4e29b);
    background-image:      -o-linear-gradient(top, #fff4db, #f4e29b);
    background-image:         linear-gradient(top, #fff4db, #f4e29b);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align: center; 
}
 
.zebra_orange td:first-child, .zebra_orange th:first-child {
    border-left: none;
}

.zebra_orange td:last-child, .zebra_orange th:last-child {
    border-right: none;
}
 
.zebra_orange th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.zebra_orange th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
 
.zebra_orange th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
.zebra_orange tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
 
.zebra_orange tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
 
.zebra_orange tbody tr:nth-child(even) {
    background: #fbfbfb;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}



/* table 中央揃え */   
table.table_center {
     margin: 0 auto;
     }
table.center {
     margin: 0 auto;
     }     
    
     
/* table 中を全部中央揃え */   
table.text_center td{
     text-align: center;
     }
     
/* table th2(中見出し) */   
table td.th2 {
     background-color: #e9f9dc;
     text-align: center;
     }
     
/* ロールオーバー効果 */
a:hover img.over {
opacity: 0.6;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

.linkto a:hover {
    background-color: #A9DB80;
    background-image: -moz-linear-gradient(center top , #A9DB80, #96C56F);
    border: 1px solid #8ED058;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 8px;
    text-align: center;
}
.linkto a {
    background-color: #8ED058;
    background-image: -moz-linear-gradient(center top , #8ED058, #7BB64B);
    border: 1px solid #8ED058;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 8px;
    text-align: center;
}

/* ticker */
#content .ticker-bg {
    background: url("./images/ticker-bg.png") no-repeat scroll 0 0 transparent;
    margin: 110;
    padding: 3px;
}

#content #ticker {
	width:583px;
	margin:3px 0 10px 99px;
}
#Hide_Marquee {
	display:none;
}

/* use:FAQ */
#content .faq-title {
    background: url("./images/qanda02-041.gif") no-repeat scroll 0 0 transparent;
    margin: 0 0 10px 15px;
    padding: 1px 0 0 25px;
}
#content .faq-answer {
    background: url("./images/qanda02-062.gif") no-repeat scroll 0 0 transparent;
    margin: 0 0 10px 15px;
    padding: 1px 0 0 25px;
}


/* wether style */
.widget_sp_image-description p {
	text-align: center;
}



#weather p {
margin:0;
padding:0;
}

#weather table td {
padding:0;
}



/* ギャラリー用スタイル */
#content dt.gallery-icon {
  margin: 0;
}

/* サイトマップ用スタイル */
/* 	
ul#sitemap_list li a {
background: url("images/h3.png") no-repeat scroll 2px 0px transparent;
}

ul#sitemap_list li ul.children a {
background: none;
} */

/* フッター下画像 */
#footer-container-inner {
    background-image: url("./images/bg_foot.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 30px;
    margin: 0 auto;
}


.linkto_green a {
    background-color: #A9DB80;
    background-image: -moz-linear-gradient(center top , #A9DB80, #96C56F);
    border: 1px solid #8ED058;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.linkto_green:hover a {
    background-color: #8ED058;
    background-image: -moz-linear-gradient(center top , #8ED058, #7BB64B);
    border: 1px solid #8ED058;
}

/* 画像２つならべる */
div#menuList {
    margin-left: 5px;
    overflow: hidden;
    width: 700px;
}
div.outer {
    width: 700px;
}
div.outer:after {
    clear: both;
    content: "";
    display: block;
}
div.inner {
    float: left;
    margin: 0 10px;
    width: 320px;
}



/*お天気ウィジェット for IE7 */
*weather-block div,
.wtr{
display: inline;
zoom: 1;
}


.youtube {
	position: absolute;  
    top: 20px;  
    left: 320px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    background: #fff;
    box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}


/* 紅葉速報 */

#container .koyo h3 {
	background-image: none;
	text-align:center;
	background-image: linear-gradient(to bottom, #E53935, #B71C1C);
	margin:5px 5px 10px;
	padding:10px;
	border-radius:6px;
}
#container .koyo h4 {
	background : #795548;
	color:#fff;
	font-size: 100%;
	padding:5px;
	border:none;
	line-height:1.3;
	text-align:center;
}
#container .koyo-text {
	margin:0;
	float: left;width: 150px;
}
#content .koyo-text p {
	font-size: small;
	margin:5px;
	line-height: 1.3;
}
#content .koyo-text p.status {
	color:#B71C1C !important;
	font-size:large;
	font-weight:bold;
}

#content .koyo-spot {
float: left;width: 220px;margin-right: 4px;margin-bottom:5px;border: #8e8e8e solid 1px;
background:#FFF8E1;
height:140px;
}
#content .koyo-spot:last-child {
margin-right: 0;
}
#content .koyo-spot-box{
	margin-left:10px;	
	margin-bottom:10px;
	padding-bottom: 15px;
}
#content .koyo-spot h4{
	margin:0;

}
#content .koyo-img {
	float: left;width: 60px;
	margin:5px;
}

.jscroller2_ignoreleave {
	color: #000 !important;
}
