@charset "utf-8";

/*
Theme Name: いやしの森
Theme URI: http://nekomoriya.biz/
Description: 癒し系ベース森
Version: 1.01 2010/06/28
Author: nekomoriya
Author URI: http://nekomoriya.biz/											
*/

/* Reset ------------------------------------------------------------------ */
:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}


fieldset,img,abbr,acronym {
    border: 0;
}

ol {
    list-style: none;
}
ul { list-style-type:none;
     margin:0 0 1em 0; padding:0; line-height:0%; }
ul li {
     margin:0; padding:0; line-height:normal; zoom:1; }

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

a {
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inner {
	display: inline-block;
}

/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: underline;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
    clear:both;
    border: 0;
	/*background:red;*/
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: normal;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open-content { border:1px solid #ccc; 
        margin:0; 
		padding:15px; 
		background:#fff url(images/stripe3.gif) left top; }

#comments-open-data input{ margin:0; 
        border:1px solid #ccc;  
		padding: 3px 5px; 
		width:70%; 
		background:#fff; 
		color:#777; }
#comments-open-text textarea { width:90%; margin:15px 0 0 0; padding:15px; height:150px; border:1px solid #ccc;
                             background:#fff; color:#777; font-size:11px; overflow:auto; }
.comments-open label {
    display: block;
}
#comment-submit { margin:30px auto 0 auto; width:200px; display:block; background:#fff; color:#666; border:1px solid #ccc; padding:4px 0; cursor:pointer; }
#comment-submit:hover { border:1px solid #014822; color:#014822; }

/*#comment-submit {
    font-weight: bold;
}*/

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */
#container-inner {
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
	padding: 0;
}

#content-inner {
	padding-top: 0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	/*color:#333;*/
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background:/*#ccc*/ url('images/footer_bg.png') bottom repeat-x;
    /*filter: Alpha(opacity=80);
    opacity:0.8;*/
	}

/* リンクカラー */
a {
	color: #336600;
}

a:hover {
	color: #669900;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	font-size:85% !important;
	font-size:80%;
	margin:0;
}

#gotop a {
	background: url('images/btn_pagetop.gif') no-repeat;
	display: block;
	height: 11px;
	width: 101px;
	text-indent: -9999px;
	float: right;
	overflow: hidden;
}

/* -----　パンくず　----- */
.navi {
	margin:5px 5px 10px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
#container {
	line-height:1.6;
	font-size:80%;
	width:100%;
	margin:0 auto;
	text-align:left;
	background:/*yellow*/ url('images/body_bg_yu.png') right top repeat-x;
}
 


#container-inner {
	position: relative;
	width:1000px;
	/*background:pink;*/
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.layout-wt #alpha {
	float: left;
	width: 730px;
	left: 0;
	margin-top:-42px;
	background:/*red*/ url(images/alpha_bg_top.png) no-repeat ;
}

.layout-wt #beta {
	float:left;
	left: 10px;
	width: 270px;
	/*background:blue ;*/
	margin-top:55px;
}

#alpha-inner {
	margin:34px 0 0;
	padding:10px 30px 10px ;
	background:/*yellow*/ url(images/alpha_bg_inner.png) repeat-y;
	
}
#alpha-footer{
    background: url(images/alpha_bg_footer.png) no-repeat;
	height:34px;
	}
.layout-single #alpha {
	float: left;
	width: 1000px;
	left: 0;
	margin-top:-42px;
	background:/*blue*/ url(images/single_alpha_bg_top.png) no-repeat ;
}
.layout-single #alpha-inner {
	margin:74px 0 0;
	padding:10px 10px;
	background:/*yellow*/ url(images/single_alpha_bg_inner.png) repeat-y ;
}
.layout-single #alpha-footer{
	height:34px;
	background:/*pink*/ url(images/single_alpha_bg_footer.png) no-repeat;
	}

#beta-inner {
	margin:0;
	padding:0;
}
/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
	width:100%;
	height:382px;
}

#header-inner {
	width:100%;
	padding-bottom:10px;
}

#header-contents {
	width:100%;
	margin-top:150px;
	/*background:blue;*/
}

#header-contents .left {
	width:50%;
	float:left;
}

#header-contents .right {
	width:50%;
	float:right;
	padding: 140px 0 0;
	/*background:yellow;*/
}

#header-description {
	font-size:130% !important;
	font-size:125%;
	line-height: 1.5;
	width:700px;
	padding: 8px 10px 7px;
	visibility: visible;
	position:absolute;
	top:100px;
	left:40px;
	color:#bbb; 
}

/* -- サイト名 -- */
#header-name {
	position:absolute;
	top:260px;
	left:30px 
	/*margin:10px;*/
	line-height: 1.5;
	color: #333;
	font-size:140% !important;
	font-size:135%;
	font-weight:bold;
	line-height: 1.5;
}

#header-name a {
	text-decoration: none;
	font-weight:bold;
	background:url(images/logo_l.png) no-repeat;
	width:280px;
	height:90px;
	display:block; 
	text-indent:-9999em;
}


#header-name a:hover {
	text-decoration: underline;
}

/* -- サイトマップ・お問合せリンク -- */
#header .sub-contents {
	padding:5px 15px 5px 25px;
	font-size:100% !important;
	font-size:95%;
	text-align:right;
	/*background:red;*/
}

#header .sub-contents a:link,
#header .sub-contents a:visited {
	padding:0 0 0 10px;
	margin-left:3px;
	text-decoration:none;
}

#header .search-content form {
	padding:0;
	margin:0;
	text-align: right;
	/*background:blue;*/
}

/* -- 検索フォーム -- */
.search-content input{
    margin:0; 
	border:1px solid #ccc;  
	padding: 3px 5px; 
	background:#fff; 
	color:#777; }
	
#header .header-search {
	font-size:100% !important;
	font-size:95%;
}

#header .header-search .box {
	width:120px;
}

#header .search-content {
	padding:0 15px 5px 0;
}

#header .search-content label {
	display:inline;
}

#header .header-search .submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #ccc;  
	background-color: #F4F4F4;
	padding: 3px 5px; 
	height:22px;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	_height:1px;
	padding-top:10px;
}
.layout-single #content{
	_height:1px;
	padding-top:10px;
	/*background:red;*/
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:1000px;
	height:172px;
	clear:both;
	margin: 0 auto;
	color:#666;
	/*background:blue;*/
}

.designed {
	text-align:right;
	padding:0 15px;
	font-size:75%;
}

.designed a {
	color:#666;
}

.designed a:hover {
	text-decoration:none;
}

/* -- フッターカテゴリメニュー -- */
.footer-menu {
	/*background-color: pink;*/
	position:absolute;
	bottom:122px;
	right:5px;}

.footer-menu ul {
	padding:5px 10px;
}

.footer-menu li {
	padding: 0 5px 0 12px;
	border-right: 1px solid #666;
	display: inline;
}
.footer-menu li a {
	text-decoration:none;
}
/* -- フッターページメニュー -- */
.footer-menu-page {
    width:1000px;
	/*background-color: pink;*/
	position:absolute;
	bottom:30px;
	text-align:center;}

.footer-menu-page ul {
	padding:5px 10px;
}

.footer-menu-page li {
	padding: 0 5px 0 12px;
	border-right: 1px solid #e6e6cc;
	display: inline;
}
.footer-menu-page li a {
	text-decoration:none;
	color: #E6CC66;
}

/* -- コピーライト -- */
.copyright {
	width:100%;
	text-align: center;
	position:absolute;
	bottom:5px;}

.copyright .copyright-content {
	padding:10px 15px 0;
	font-size: 95% !important;
	font-size: 90%;
	color:#ccc;
}

.designed {
	text-align:right;
	padding:0;
	font-size: 85% !important;
	font-size: 80%;
	color:#bbb;
	position:absolute;
	bottom:15px;
	right:2px;
	}

.designed a {
	color:#bbb;
}

.designed a:hover {
	text-decoration:none;
}
/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	padding:17px 0 10px 30px;
	font-size:170% !important;
	font-size:160%;
	font-weight:normal;
	background:/*red*/ url('images/border.jpg') left center  no-repeat;
}

.archive-title em {
	font-style:normal;
}

.entry-asset {
	margin:10px 0px;
	border-bottom:1px dashed #999;
	/*background:yellow;*/
}

.asset-header {
	padding:0;
}

.asset-name {
	margin:0 5px 2px 9px;
	padding:0 0 3px 30px;
	font-weight:normal;
	line-height:1.2;
	_height:1px;
	font-size:135% !important;
	font-size:130%;
	background: url('images/allow04-r.gif') left 6px no-repeat;
}

.page-asset .asset-name{
	padding:10px 0 10px 20px;
	font-size:125% !important;
	font-size:120%;
	font-weight:normal;
	background: url('images/midashi.png') 10px bottom no-repeat;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin:10px;
	/*background:blue;*/
}
.asset-body ul,#mf-wrapper ul{
    margin:0;
	/*background:red;*/
	padding:5px 0;
}
.asset-body ul li, #mf_wrapper ul li{
    list-style:none;
	background:/*pink*/ url(images/arrow_sitemap01.gif) no-repeat left 7px;
	padding:3px 15px;
	margin:3px 0;
	}
.asset-more {
	margin:0 10px 10px;
}

.more-link {
	_height:1px;
	clear:both;
	display: block;
	margin:10px 0;
	padding:0 0 0 15px;
	background: url('images/arrow_sitemap01.gif') no-repeat left center;
}

.asset-meta {
	text-align:right;
	font-size:100%;
}
/*個別ページでの新着記事一覧*/
#new{
	margin:10px 0;

}
#new h3{
	background: url(images/stripe3.gif) ;
	padding:10px 0 10px 20px;
	font-size:115% !important;
	font-size:110%;
	font-weight:normal;
    
}
#new ul{
    /*background:red;*/
    list-style:none;
	margin:1em 0.5em;
}

#new ul li a{
	background: url('images/arrow01.gif') no-repeat 0 center;
	padding-left: 15px;
	text-decoration:none;
}

/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	margin:10px 0;
}

#trackbacks .trackbacks-header {
	padding:10px 0 10px 20px;
	font-size:115% !important;
	font-size:110%;
	font-weight:normal;
	background: url('images/stripe3.gif');
}

.trackbacks-info {
	padding:10px;
}

#trackbacks input {
	border:1px solid #ccc;  
	padding: 3px 5px; 
	width:80%; 
	background:#fff; 
	color:#777; }
#comments {
	margin:10px 0 0;
}

#comments .comments-header {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/stripe3.gif');
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
}

#comments .comments-content {
	padding:0;
	/*background:red;*/
}

.comment {
	margin:0;
}

.comment .inner {
	padding:5px 10px;
	border:1px solid #ccc;
	background:#fff;
	_height:1px;
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content{
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/stripe3.gif');
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content .archive-list {
	margin:0 0 3em 20px;
}
h2.sitemap{
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
	}
	
.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive li a {
	display:block;
	margin-bottom:0.25em;
	background: url('images/arrow_sitemap01.gif') no-repeat 0 7px;
	padding:3px 0 3px 20px;
	text-decoration:none;
	color:#494949;
}

.archive li a:hover {
	color:#848484;
}

/*サブカテゴリ*/
.archive li li {
	margin:0 0 0 20px;
}

.archive li li a {
	background: url('images/side_li.gif') no-repeat 0 3px;
	padding:3px 0 3px 15px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/stripe3.gif') bottom repeat-x;
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;

}

.search-form-content {
	background: #B8D8E1 url('images/stripe3.gif');
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:15px;
}

.search-results-header {
	_height:1px;
	padding: 10px;
	background:url('images/stripe3.gif');
	color:#444;
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
	margin-bottom:20px;
	line-height:1.3;
}

.search-form-content .box {
	width:40%;
	border:1px solid #C9C9C9;
	padding:3px;
}

.search-form-content .submit{
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:3px;
	height:1.7em;
}

/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/stripe3.gif') ;
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
	margin: 0;
}

#welcome_message .content {
	margin:0;
	padding:10px;
}
/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
   padding:0px 10px 20px 10px;
   margin-bottom:20px;
   background:#fff;
   border:1px solid #ccc;
}

#top-news h3 {
	margin: 0;
	_height:1px;
	padding:8px 0 10px 20px;
	background:url('images/stripe2.gif') bottom repeat-x ;
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
	/*border-bottom: 1px solid  #bbb;
	width:90%;*/
}

#top-news .news {
	padding:4px 0.5em 2px;
	/*background:red;*/
	height:120px;
	overflow:auto;
	scrollbar-base-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#888;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#ffffff;
scrollbar-track-color:#ffffff;


}

#top-news .day {
	float: left;
	width: 70px;
	color: #000;
	font-size:115% !important;
	font-size:110%;
	background: url('images/arrow01.gif') no-repeat 0 center;
	padding-left: 15px;
}

#top-news .title {
	float: right;
	padding-left:5px;
	width: 510px;
	/*background:red;*/
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
.top-entry-content {
	margin-bottom:20px;
}

.top-entry-content h3.title {
	margin: 0;
	_height:1px;
	padding:8px 10px 10px 20px;
	background: url('images/stripe3.gif');
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
}

.top-entry-content .content {
	margin:0;
	padding:10px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0;
	_height:1px;
	padding:10px 0 10px 20px;
	font-size:115% !important;
	font-size:110%;
	font-weight:normal;
	background: url('images/stripe3.gif');
}

.top-category-content {
	margin:0;
	padding:0 0 10px 0;
}

.top-category-content h4.name {
	margin:0 5px 2px 9px;
	padding:0 0 3px 15px;
	font-weight:normal;
	line-height:1.2;
	_height:1px;
	font-size:105% !important;
	font-size:100%;
	background: url('images/arrow01.gif') 0 center no-repeat;
}

#top-category .content {
	margin:0;
	padding:0 10px 15px 10px;
	border-bottom:1px solid #cccccc;
}

#top-category .content img {
	background-color:#666666;
	padding: 3px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget_meta {
	width:250px;
	margin:5px 0 15px 10px;
	padding-bottom:10px;
	}

#beta .widget-header {
	font-size: 115% !important;
	font-size: 110%;
	background:#F4F4F4 url('images/arrow06.gif') no-repeat 5px center;
	padding: 3px 0 3px 18px;
	border-top:1px solid #cccccc;
	font-weight:normal;
	width:235px;
	display:none;
}

#beta .widget_meta select {
	width:225px;
	margin:10px;
}

#beta .widget_meta ul {
	width:240px;
	margin: 0;
	padding: 5px 5px;
	list-style: none;
}

#beta .widget_meta ul ul {
	padding:0;
	margin:0;
}

#beta .widget_meta li {
	_height:1px;
	margin:0;
	padding:3px 0 0 13px;
	background:url('images/arrow01.gif') no-repeat 2px 9px;
}
/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:250px;
	margin:5px 0 15px 10px;
	/*background:#e5f3e6;*/
	padding: 5px 0 0;
	border-top:2px solid #005327;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	/*font-size:105% !important;
	font-size:100%;*/
	width:250px;
	margin: 0;
}
.widget-main-menu .menu-content h2 {
	font-size:115% !important;
	font-size:110%;
	width:250px;
	margin: 0;
}

.widget-main-menu li {
	width: 250px;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	display:block;
	width:237px;
	padding:6px 0 4px 1em;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	display:block;
	width:237px;
	padding:6px 0 4px 1em;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	text-decoration:none;
	display:block;
	width:222px;
	padding:6px 0 4px 2em;
	background: url('images/side_li.gif') no-repeat 8px 8px;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	display:block;
	width:222px;
	padding:6px 0 4px 2em;
}
.widget-main-menu li li li a:link,
.widget-main-menu li li li a:visited {
	text-decoration:none;
	display:block;
	width:207px;
	padding:6px 0 4px 3em;
	background: url('images/side_li.gif') no-repeat 20px 8px;
}

.widget-main-menu li li li a:hover,
.widget-main-menu li li li a:active {
	text-decoration:none;
	display:block;
	width:207px;
	padding:6px 0 4px 3em;
}


/* ---------------------------------------------------------------------
Widget：[サイド]ページメニュー
--------------------------------------------------------------------- */
.widget_pages {
	width:250px;
	margin:5px 0 15px 10px;
	/*background:#e5f3e6;*/
	padding: 5px 0 0;
	border-top:2px solid #005327;
}
.widget_pages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget_pages .page_item {
	/*font-size:105% !important;
	font-size:100%;*/
	width:250px;
	margin: 0;
}

.widget_pages li {
	width: 250px;
}

.widget_pages li a:link,
.widget_pages li a:visited {
	text-decoration:none;
	display:block;
	width:237px;
	padding:6px 0 4px 1em;
}

.widget_pages li a:hover,
.widget_pages li a:active {
	display:block;
	width:237px;
	padding:6px 0 4px 1em;
}

.widget_pages li li a:link,
.widget_pages li li a:visited {
	text-decoration:none;
	display:block;
	width:222px;
	padding:6px 0 4px 2em;
	background: url('images/side_li.gif') no-repeat 8px 8px;
}

.widget_pages li li a:hover,
.widget_pages li li a:active {
	text-decoration:none;
	display:block;
	width:222px;
	padding:6px 0 4px 2em;
}
.widget_pages li li li a:link,
.widget_pages li li li a:visited {
	text-decoration:none;
	display:block;
	width:207px;
	padding:6px 0 4px 3em;
	background: url('images/side_li.gif') no-repeat 20px 8px;
}

.widget_pages li li li a:hover,
.widget_pages li li li a:active {
	text-decoration:none;
	display:block;
	width:207px;
	padding:6px 0 4px 3em;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget_search {
	width:250px;
	margin:5px 0 15px 10px;
}

.widget_search .widget-header {
	font-size: 115% !important;
	font-size: 110%;
	background:#F4F4F4 url('images/arrow06.gif') no-repeat 7px center;
	padding: 3px 0 3px 18px;
	border-top:1px solid #cccccc;
	font-weight:bold;
}

.widget_search .widget-content {
	width:240px;
	padding:5px;
	font-size:90% !important;
	font-size:85%;
}

.widget_search .box {
	width:110px;
}

.widget_search .submit {
	font-size:95% !important;
	font-size:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:22px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:238px;
	margin:0 0 15px 10px;
}

.rss-content {
	background: url('images/rss.gif') 0 center no-repeat;
	padding-left:18px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:underline;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size:90% !important;
	font-size:85%;
	width:158px;
	background: #e5f3e6;
	margin: 5px 0 15px 10px;
	padding: 5px 10px;
	border: 1px solid #a4c8a4;
	overflow: hidden;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	font-size:90% !important;
	font-size:85%;
	width:158px;
	background: #e5f3e6;
	margin: 5px 0 15px 10px;
	padding: 5px 10px;
	border: 1px solid #a4c8a4;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	width:240px;
	padding:5px;
}

.widget_calendar #calendar_wrap table {
	text-align:center;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 105% !important;
	font-size: 100%;
}

.widget_calendar #calendar_wrap table td a {
	font-weight:bold;
}
/* ---------------------------------------------------------------------
ページ送り
---------------------------------------------------------------------*/
.tablenav {
	color: #666;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #666;
	padding: 2px .5em;
	border:solid 1px #bbb;
	text-decoration:none;
	font-size:small;
}

.page-numbers{
	color: white;
	padding: 2px .5em;
	border-color: #E6CC66;
	font-weight:bold:
	text-decoration:none;
	font-size:small;
	background: #E6CC66;
	
}
a.page-numbers:hover {
	color:white;
	background: #E6CC66;
}
/*span.page-numbers a:hover {
	color:white;
	background: #E6CC66;
}
span.page-numbers a{
	color: #666;
	padding: 2px .5em;
	border:solid 1px #bbb;
	text-decoration:none;
	font-size:small;
}*/
.tablenav .current {
	color: white;
	background: #E6CC66;
	border-color: #E6CC66;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:small;
}

/*#linkpages{float:left;}
.next {float:right;}*/
/* ---------------------------------------------------------------------
[メイン]タブメニュー
--------------------------------------------------------------------- */
#tab-container-1{
   padding:0 0 20px;
   margin-bottom:20px;
   /*background:yellow;*/
   }
ul#tab-container-1-nav{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 33px;
	border-bottom: 1px solid #e0e0e0;
	/*border-left: 1px solid #ccc;*/
	width: 100%;
}
ul#tab-container-1-nav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 33px;
	line-height: 33px;
	border-right: 1px solid  #fff;
	margin-bottom: -1px;
	background: /*#E6CC66*/ url(images/box_bg.jpg);
	overflow: hidden;
	position: relative;
}
ul#tab-container-1-nav li a{
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 1.1em;
	padding: 0 34px;
    /*border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	outline: none;
}
ul#tab-container-1-nav li a:hover{
	color: #FBF9EF;
}	
html ul#tab-container-1-nav li.activeli{
	background:#fff url(images/miziro.jpg);
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;

}

html ul#tab-container-1-nav li.activeli a:hover{
	color:#333;
}
.tab_container {
	border: 1px solid #e0e0e0;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff url(images/miziro.jpg);
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*background:yellow;*/
}
.tab_content {
	padding: 20px;
	font-size: 1.0em;
    /*background:pink;*/
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.2em;
}
/*.tab_content h3 a{
	color: #254588;*/
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
/* ---------------------------------------------------------------------
[ページ内]タブメニュー
--------------------------------------------------------------------- */
.page-asset #tab-container-1{
   padding:10px 0;
   margin:0;
   /*background:blue;*/
   }
.page-asset ul#tab-container-1-nav{
	margin: 0;
	padding: 0 5px;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 0px solid #E6CC66;
	border-left: 0px solid #E6CC66;
	width: 100%;
}
.page-asset ul#tab-container-1-nav li,ul.toptab li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 0px solid  #E6CC66;
	border-left: none;
	margin-bottom: -1px;
	background:  url(images/arrow_sitemap01.gif) no-repeat 8px center;
	overflow: hidden;
	position: relative;
}
.page-asset ul#tab-container-1-nav li a,ul.toptab li a{
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 1.1em;
	padding: 0 5px 0 20px;
	border: 0px solid #fff;
	outline: none;
}
.page-asset ul#tab-container-1-nav li a:hover,ul.toptab li a:hover{
	background: url(images/arrow_sitemap01.gif) no-repeat 8px center;
}	
html .page-asset ul#tab-container-1-nav li.activeli,html .page-asset  ul#tab-container-1-nav li.activeli a:hover{
	background: url(images/arrow_sitemap01.gif) no-repeat 8px center;
	border:0px solid #fff;
}
.page-asset .tab_container {
	border: 0px solid #E6CC66;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background:none;
}
.page-asset .tab_content {
	padding: 0;
	font-size: 1.0em;
    /*background:pink;*/
}

.page-asset .tab_content img {
	float: left;
	border: 0px solid #ddd;
}

/*最新記事・IE７以下への警告*/
#newone,#ie {
    padding:30px 20px 20px;
    margin:20px 20px 20px 20px;
	border: 1px solid #E6CC66;
	background:#fff;
}
#newone h3{
	margin: 0;
	_height:1px;
	padding:8px 10px;
	background:#ffffd8 url(images/stripe3.gif);
	font-size:130% !important;
	font-size:125%;
	color:#444;
}
#ie h3{
	margin: 0;
	_height:1px;
	padding:8px 10px;
	font-size:220% !important;
	font-size:215%;
	color:#A13333;
}
#newone h4{
	padding:8px 0px;
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
	text-decoration:none;
}

/*トップページ内タブコンテンツ*/
.newitem { float:left; 
	padding:10px 0 10px; 
	/*background:yellow;*/
	width:100%;
	}

.newitembox {
	margin: 0px;
	padding:3px 10px 3px 5px;
	/*background:pink;*/
}
.newitemall {
    clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDDDDD;
	padding: 5px 5px 0 0;
	text-align: right;
	/*background:#999;*/
}
.newitemsetu {
	padding:8px 10px;
	margin: 5px 0;
	background:#fff8f8 url(images/stripe3.gif) ;
	color:#666;
}


.cls {
	margin: 0px;
	padding: 0px;
	clear: both;
}
/*
理事長投稿
*/
#newitem2 {
   float:right;
   width:100%;
   padding:0 0 20px;
   margin-bottom:20px;
   background:/*red*/ #fff;
   border:1px solid #ccc;
}
#newitem2 img {	float: left;
   width:80px;
   margin:10px;
}
#newitem2 h2 a {
    font-size:150%;
	font-color:red; 
	margin:0; 
	font-weight:normal; 
	/*background:blue url(img/newitem_title1.png) no-repeat left*/;
	height:39px;
	/*text-indent:-9999em;*/
	/*line-height:120%;*/  
	display:block; 
	padding:0 20px; }

.newitembox2 {
	margin: 0 8px 3px 8px;
	padding: 3px auto;
	float: left;
	/*height:250px;*/
	border: 1px solid #DDDDDD;
	background:url(images/);
}
.archivebox {
	margin: 0 4px 3px 2px;
	padding: 1px;
	float: left;
	width: 280px;
	height:170px;
	font-size: 13px;
	border: 1px solid #DDDDDD;
	background:url(img/stripe3.gif);
}

.cls {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.archivebox h3,.newitembox2 h3 {
	margin: 0px;
	padding: 5px;
	background:#FAEFF3;
}
#contents h3 {
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}
#contents p {
	margin: 0px;
	padding-bottom: 2px;
}

#newitemall2 a {
    clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDDDDD;
	padding-top: 5px;
	/*text-indent: -9999em;
	background: url(img/newitemall.png) no-repeat;*/
	display: block;
	height:33px;
	align:right;
	margin: 10px;
}

#newitemsetu2 {
    font-size:13px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin: 10px;
	background:/*grey*/ url(img/stripe.jpg);
}

/*新着投稿とバナー*/
#news{
	margin: 5px 0px;
	/*background:blue;*/
}
#news .box {
	width: 96%;
	margin: 5px auto;
	padding:5px;
	/*background:red;*/
}


#news h2 {
   font-size:130%;
   background:#dfeff8 url(images/stripe3.gif) ;
   padding:5px;
   color:#444;
   }

#new_column {
	background:#fff /*url(images/box_bg.jpg)*/ ;
	padding: 10px;
	margin:0 10px 0 0;
	width: 45%;
	border: 1px solid #E6CC66;
	float: left;
	}

#new_page {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: right;
	margin-left: 0px;
	width: 50%;
	/*background:green;*/
}

.newsbox {
	margin-top: 3px;
	width: 100%;
	margin-bottom: 3px;
	/*background:pink;*/
}

.newsbox2 {
	margin-top: 0px;
	padding-right:0px;
	width: 100%;
	margin-bottom: 0px;
	/*background:yellow;*/
}

.clsline {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}

#news h4 {
	font-size: 120%;
	font-weight: normal;
	border-bottom:2px #eee dashed;
	/*background:blue ;*/
	margin-top: 10px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.banner {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
}
/*理事長つぶやき Rounded Bubble */
div#tsubuyaki{
    margin:12px 0 5px;
	padding:0;
	background: #B0DCFF url(images/tsubuyaki_ue.png) no-repeat left top;}
	}
div#tsubuyaki_sita{
	background:url(images/tsubuyaki_sita.png) no-repeat;
	}
div.bubble div.rounded{
	margin:0;
	padding:1px 0 10px;
	width:250px;
	background:url(images/tsubuyaki_sita.png) no-repeat left bottom;
	}
div.bubble div.rounded h3 {
    background: url(images/stripe3.gif);
	padding:5px;
	margin:0 0 10px;
	font-size:120%;
	}
div.bubble div.rounded img{
    width:80px;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
	padding: 10px;
	
}
cite.rounded {
	position: relative;
	padding-left:10px;
    font-size:110%;
}




/* ----- header-menu (default color #e6cc66) --------------------------------------------------------------------------------------------------------------------------- */
#header_menu {float:left;
 display:inline;
 height:33px; 
 /*background:#fff;*/
 position:absolute;
 top:20px;
 right:10px;
		}

#menu {list-style:none; float:left; /*background:red;*/ font-size:130%; height:33px; margin:0; }
#menu, #menu ul {line-height:1; margin:0; padding:0;}
#menu li {/*background:blue;*/ list-style:none; position:relative; float:left; height:33px; margin:2px 0 0 0; z-index:10; }
#menu ul li {/*background:yellow;*/ height:auto;width:190px; border-left:none; padding:0; left:auto; margin:0; }
#menu a:link, #menu a:visited {/*background:pink;*/text-decoration:none;color:#eee; display:block; padding:3px 18px; position:relative; }
#menu a:hover { color:#e6cc66; text-decoration:none; display:block; padding:3px 18px;background:#7D766B url(images/stripe1.gif);  }
#menu ul {/*background:#ccc;*/ position:absolute; top:32px; left:0px; display:none; opacity:0; width:190px; }
#menu ul ul { margin:0 0 0 189px; top:0; }

#menu ul a:link, #menu ul a:visited,
 #menu .current_page_item ul a:link, #menu .current_page_item ul a:visited,
  #menu ul .current_page_item a:link, #menu ul .current_page_item a:visited,
#menu ul .current_page_item ul a:link, #menu ul .current_page_item ul a:visited,
   { color:#fff; background:#000; line-height:140%; padding:9px 5px 7px; border:1px solid #444; width: 160px; margin:-1px 0 0 0; }
#menu ul a:hover, #menu .current_page_item ul a:hover, 
 #menu .first_menu ul a:hover, #menu .last_menu ul a:hover
   { color:#e6cc66; /*background:#fff;*/ }

#menu .current_page_item{ background:url(images/stripe2.gif) left top; z-index:9;}
#menu .current_page_item a:link, #menu .current_page_item a:visited
  { color:#e69900; padding-bottom:5px; /*background:url(images/header_menu_arrow.gif) repeat-x left bottom;*/ }
#menu ul .current_page_item a:link, #menu ul .current_page_item a:visited
  { color:#e6cc66; background:#7D766B url(images/stripe2.gif) left top; }
#menu ul .current_page_item ul a:link, #menu ul .current_page_item ul a:visited,
  { color:#e6cc66;  }
#menu ul .current_page_item ul a:hover,  { color:#e6cc66; }
#menu .first_menu { border:none; background:none; }
#menu .first_menu_active { border:none; }
#menu .last_menu { background:none; }
#menu ul .parent_menu > a:link, #menu ul .parent_menu > a:visited { background:#7D766B url(images/arrow4.gif) no-repeat right 14px; }
#menu ul .parent_menu > a:hover { background:#7D766B url(images/arrow4.gif) no-repeat right 14px; }
/*---------------------------------------------
RSS
-----------------------------------------------*/
#toprss ul  {
        width:1000px;
		}

#toprss ul li {
        list-style:none;
		}

#toprss ul li a.rss{
		background: url(images/orangerss.png) no-repeat;
		width:100px;
		height:88px;
		text-indent: -9999em;
		margin:0 0 0 5px;
		position:absolute;
		top:180px;
		right:20px;}
#toprss ul li a{
		text-indent: -9999em;
		display: block;
		overflow:hidden;
		}
#toprss ul li a:hover{
        background-position:left bottom;
		}

/*---------------------------------------------
Twitter
-----------------------------------------------*/
.twitter a{
		background: url(images/tweety.png) no-repeat;
		width:300px;
		height:92px;
		text-indent: -9999em;
		margin:0 0 0 5px;
        position:absolute;
        top:-83px;
		right:3px;		
}
.twitter a:hover{
        background-position:left bottom;
		}


/*
プライバシー・ポリシー
*/
.ppp{
  width : 650px;
  margin : auto;
  border-bottom : 1px solid #cccccc;
  text-align :left;
  padding : 3 0 1 0px;
}
.pp{
  width : 650px;
  margin : auto;
  text-align :left;
  color : #666666;
  padding : 10 0 10 0px;
}
/*
よくある質問と答え
*/
.Q{
  width : 90%;
  margin : auto auto auto 0;
  border : 1px dotted #cccccc;
  text-align :left;
  padding : 10px;
}
.A{
  width : 90%;
  margin : auto auto auto 10px;
  text-align :left;
  color : #666666;
  padding : 10px;
}
/*------------------------------------------------
その他テーブル(borderなし）
--------------------------------------------------*/
.asset table, table.singlepage { margin:0 0 1em 0; width:100%;border-collapse:collapse; /*background:red;*/ }
.asset td, .asset th,table.singlepage td,table.singlepage th { border:0; padding:5px 5px 5px 0; /*background:pink;*/ }
.asset th,table.singlepage th { background:#eee; font-weight:normal; }
.asset hr{background:url(images/stripe1.gif) repeat-x ;height:6px;}
.asset div.tab h2{	padding:5px 0 2px 8px;
	font-size: 1.3em;
	background: url(images/stripe3.gif) ;
	color:#403B34;
 }
.asset h3, table.singlepage h3 {background:#C1DCE5 url(images/stripe3.gif) ;margin-bottom:0.5em; padding:0.3em 0 0.3em 10px; font-size:120%; color:#005327; /*background:blue;*/ }
.asset h4{background:url(images/allow04-o.gif) no-repeat left  ; padding:3px 16px; font-size:120%;color:#921818;}
.asset h5{background:url(images/stripe4.gif) repeat-x bottom ; padding:3px; font-size:110%;}
.asset ul,table.singlepage ul{margin:10px 30px;}
/*------------------------------------------------
会社概要テーブル
--------------------------------------------------*/
.aboutus table { margin:0 0 1em 0; width:100%;border-collapse:collapse; }
.aboutus td, .aboutus th { border:1px solid #ccc; padding:15px; }
.abouust th { background:#eee; font-weight:normal; }
/*------------------------------------------------
利用料テーブル
--------------------------------------------------*/
.ryoukin table { margin:0 0 1em 0; width:100%;border-collapse:collapse; }
.ryoukin td, .ryoukin th { border:1px solid #ccc; padding:5px;text-align:center; }
.ryoukin th { background:#efe8df; font-weight:normal;font-size:120%; text-align:center; }
/*------------------------------------------------
求人情報テーブル
--------------------------------------------------*/
.recruit table { margin:0 0 1em 0; width:100%;border-collapse:collapse; }
.recruit td, .recruit th { border:1px solid #ccc; padding:15px; }
.recruit th { background:#ffe6ff; font-weight:normal; width:30%; }
/*-------------------------------------------------
子ページリスト
----------------------------------------------------*/
#ko_page{
 width:100%;
 /*margin:10px 15px;*/
 padding:10px 0 0;
 font-size:120%;
 /*background:blue;*/
}
#ko_page h3 {
	margin: 0;
	_height:1px;
	padding:8px 5px 10px 20px;
	background:/*red*/ url('images/stripe2.gif') bottom repeat-x ;
	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
}

#ko_page ul{
 list-style:none;
 margin:5px 0 15px 20px;
 padding:5px 0 10px ;
 /*background:yellow;*/
 }

#ko_page ul li {
 background:/*green*/ url(images/arrow_sitemap01.gif) no-repeat left 16px;
 text-decoration: none;
 padding:10px 0 5px 1em;
}
#ko_page ul li a{
 text-decoration: none;
}
#ko_page ul li li {
 background:/*red*/ url(images/side_li.gif) no-repeat left center;
 text-decoration: none;
 padding:10px 0 5px 1em;
}
#ko_page ul li li a{
 text-decoration: none;
}
#side_ko_page{
 width:100%;
 /*margin:10px 15px;*/
 padding:0;
 font-size:100%;
 /*background:red;*/
}
#side_ko_page h2.title{
 font-size:120%;
 }
#side_ko_page ul{
 list-style:none;
 margin:0;
 padding:0;
 /*background:yellow;*/
 }

#side_ko_page ul li {
 text-decoration: none;
}
#side_ko_page ul li a{
 text-decoration: none;
}
/*--------------------------------------------------
ファイル別アイコン自動付与
----------------------------------------------------*/
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/fileicon/icon_pdf.gif) no-repeat center right;
}
a [href$=".pdf"] {background:url (images/fileicon/icon_pdf.gif) norepeat 0 0.2em;}
a [href$=".doc"] {background:url (images/fileicon/icon_doc.gif) norepeat 0 0.2em;}
a [href$=".xls"] {background:url (images/fileicon/icon_xls.gif) norepeat 0 0.2em;}
* href a.pdf {background:url (images/fileicon/icon_pdf.gif) norepeat 0 0.2em;}
* href a.doc {background:url (images/fileicon/icon_doc.gif) norepeat 0 0.2em;}
* href a.xls {background:url (images/fileicon/icon_xls.gif) norepeat 0 0.2em;}
* href a{/* IE-expression (attr-selector) */
behavior: expression (
this.className += this.getAttribute ("href") .match (^.pdf$/) ?"pdf":'',
this.className += this.getAttribute ("href") .match (^.doc$/) ?"doc":'',
this.className += this.getAttribute ("href") .match (^.xls$/) ?"xls":'',
this.style.behavior ="none") ;
}
/* リンク集ページ */
.linkcat h2 { 
    font-size:150%;
    padding:5px 12px;
	background:#dff8d8 url(images/stripe3.gif); }
li.linkcat{
    list-style-type:none; 
    margin:10px 0 50px;
	padding-bottom:30px;
	clear:both;
	/*background:pink;*/ 
}
.xoxo ul,.linkcat ul{
    list-style-type:none; 
	margin:0 0 1em 1em; 
	padding-top:0; 
	line-height:0%;
	/*background:yellow;*/
	 } 
.linkcat ul li{ 
    list-style-type:none; 
    margin:0.7em 1em 1em 0.3em; 
	line-height:160%; 
	background:/*red*/ url(images/arrow_sitemap01.gif) no-repeat left 5px; 
	padding:0 0 0 12px;
	clear:both; }
ul.xoxo{ 
    margin:0; 
	line-height:180%;
 }
.xoxo a img{
    float:right;
	border:none;
	background:none;
	}
/*-----------------------------
求人一覧（アーカイブ）、行事予定一覧
------------------------------*/
div.recruit{
	margin:10px 0 20px;
	/*border-bottom:1px dashed #999;*/
}
div.schedule {
	margin:10px 0 20px;
	border-bottom:1px dashed #999;
}

div.recruit h2,div.schedule h2{
	_height:1px;
	padding:8px 10px 10px 30px;
	font-size:140% !important;
	font-size:135%;
	font-weight:normal;
	margin: 0;
}
div.recruit h2{
	background:/*red*/ url('images/allow04-o.gif') 10px 13px no-repeat;
	}
div.schedule h2{
	background:/*red*/ url('images/allow04-b.gif') 10px 13px no-repeat;
	}
/*
固定ページへ表示するカテゴリリスト
*/
div#catlist{
    width:100%;
	background:/*red*/ url(images/stripe5.png) repeat-y 5px top ;
	padding:3px 0 5px 0;
    margin:0;
}
div#catlist h3{
   	font-size:120% !important;
	font-size:115%;
	font-weight:normal;
	background:none;
	/*border-bottom:1px dashed;*/
	padding:0 0 0 5px;
    margin:0 0 0 15px;
}

ul.lcp_catlist{
   /*background:yellow;*/
   list-style:none;
   margin:0;
   padding:0 2em;
}

ul.lcp_catlist li{
   background: url(images/allow04-br.gif) left center no-repeat;
   margin:2px 0;
   padding:0 0 0 1.5em;
   }
/*
スライドメニュー
*/
.sm {list-style:none; width:650px; height:38px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}
#slidemenu {
	height: 38px;
	overflow: hidden;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
	}
	/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	margin:0 4px 4px 0;
	/*background:white;
	padding:3px;
	border:1px solid #999;*/
}
.photo-end {
	clear:left;
}
/*
新着画像
*/
.fade li {float:left;
          margin:0 10px 10px 1px;
		  text-align:center;
		  color:#fff;
		  list-style:none;
		  line-height:100px;
          width:100px;
          height:100px;
		  overflow:hidden;
		  
		  }
/*下ボックスSEO*/		  
.lay{
	clear : both;
	height : 240px;
	/*background:blue;*/
}
.box{
	width : 300px;
	height:170px;
	margin : 10px;
	float : left;
	padding : 20px;
	border:1px solid #bbb;
	background:/*pink*/ url(images/box_bg.jpg) ;
}
.about{
	border:0px solid #787066;
	background:url(images/waku.png) no-repeat/*red*/;
}
.seo_key{
    padding:15px 20px;
	border:0px solid #777;
	height:160px;
}
.img{
	background:url(images/stripe6.png);
	border:0px solid #777;
}
.box ul{
    list-style:square inside;
	}
.box ul li{
　　list-style: none;
	margin-bottom:0.2em;
}
.box H2{
	font-size : 90%;
	margin : 0 0 10px 0;
	letter-spacing : 1px;
	border-bottom : 1px solid #666666;
}
/* ---------- */
@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
	}
	}
