@charset "utf-8";

/* Base Weblog (base-weblog.css) */

/******************* 基本構成 *******************/

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   min-width: 720px;
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   text-align: center; /* center on ie */
   background: #F7F5F4;
   font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro" ,"ＭＳ Ｐゴシック" ,Osaka,Verdana , monospace;
   font-size: 12px;
   color: #333;
   background-image: url("images/back.gif");
	 background-repeat: repeat-y;
	 background-position: center;
}

form, input { margin: 0; padding: 0; }

a
{
/*
text-decoration: underline;
*/
text-decoration: none;
}

a img { border: 0; }

h1, h2, h3, h4, h5, h6, strong { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

h1, h2
{
	 font-size: 0px;
	 text-indent: -40000em;
	 margin: 0px;
	 display: none;
}

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/******************* リンク *******************/

a { color: #B20009; text-decoration: none; }
a:hover { color: #E17F0D; text-decoration: underline; }

#beta a { color: #777777; text-decoration: none; }
#beta a:hover { color: #000; text-decoration: underline;}

.module-content a { color: #5A8C1F;}
.module-content a:hover { color: #7FC31C;}

h1, h2, h3, h4, h5, h6
{
   font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro" ,"ＭＳ Ｐゴシック" ,Osaka,Verdana , monospace;
}

.module-header a,
.module-header a:hover
{
/*
   color: #fff;
*/
   color: #000;
}

.entry-footer
{
   font-size: 11px;
}


/******************* レイアウト *******************/

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 720px;
   text-align: left;
   background: #fff;
   margin-top: 0px;
   margin-bottom: 0px;
/*
   margin-bottom: 20px;
	 border-width: 0 3px 0 3px;
	 border-color: #E6E6E6;
	 border-style: solid;
*/
}

#container-inner { position: static; width: auto; }

#banner
{
	 position: relative;
 	 margin: 0px;
	 padding: 0px;
}

#banner-inner
{
   position: static;
   height: 65px;
/*   background-image: url("../images/header.gif");*/
   background-repeat: no-repeat;
	 margin: 0px;
	 padding: 0px;
}

#headermenu
{
	 position: relative;
	 width: 100%;
	 height: 30px;
	 background-color: #F7F5F4;
   background-image: url("images/headermenu-back.gif");
   background-repeat: no-repeat;
	 text-align: right;
	 margin: 0px;
	 padding: 0px;
}

#headermenu img
{
	 margin: 0px;
}

#pagebody { position: relative; width: 100%; }

#pagebody-inner
{
   position: static;
   width: 100%;
}

#alpha, #beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
   position: static;
}


.layout-two-column-left #alpha
{
	margin: 0;
	width: 200px;
}

.layout-two-column-left #alpha-inner
{
	padding: 10px 10px 0 10px;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #FFF;
}

.layout-two-column-left #beta
{
/*
	margin: 15px 15px 0 15px;
*/
	width: 480px;
	background: none;
	margin: 5px 15px 0 15px;

}

.layout-two-column-left #beta-inner
{
	padding: 0;
	border-width: 0;
}

/*
#beta-inner,
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #FFF;
}
*/


/******************* エントリーレイアウト *******************/

.entry
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content
{
   position: static;
   clear: both;
   margin: 0;
   line-height: 1.5;
}

.entry-body
{
   clear: both;
   line-height: 200%;
   font-size: 13px;
}

.entry-more
{
   clear: both;
}

.entry-footer
{
   clear: both;
   margin: 0 0 40px 0;

/*
   border-top: 1px solid #7FC31C;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
*/	 
}

.entry-header
{
   margin-top: 0;
/*
   border-left: 5px solid #dae0e6;
   font-size: 18px;
*/
   color: #333;
   font-size: 16px;
   font-weight: bold;
   border-left: 5px solid #7FC31C;
   border-bottom: 1px dashed #7FC31C;
   padding: 5px 0 5px 5px;
}

.entry-contact
{
   clear: both;
	 text-align: right;
	 margin-top: 20px;
}

/*詳細はこちら部分*/
.excerpt
{
   text-align: right;
}

/*パンくずリスト部分*/
#pankuzu
{
margin-bottom: 10px;
}

.entry_koumoku01
{
	 color:#7FC31C;
	 font-weight:bold;
	 font-size:14px;
}

.entry_koumoku02
{
	 color:#333333;
	 font-weight:bold;
	 font-size:20px;
}

.entry_waku01
{
	 background-color:#7FC31C;
	 padding:1px;
	 border:0px;
}

.entry_waku02
{
	 background-color:#7FC31C;
	 padding:10px;
	 border:0px;
	 margin-top: 30px;
}

.entry_list01
{
	 margin-left: 5px;
	 list-style-position:inside;
}

.entry_img
{
	margin: 10px;
/*	border: 1px solid #F7F5F4;*/
}	

.entry_InfoData
{
	 font-size:13px;
}

/******************* メニュー *******************/

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: 0 0 10px 0;
   background: #FFFFFF;

}

.module-content
{
   position: relative;
/*
   margin: 5px 10px 20px 10px;
   padding: 0px;

*/
   margin: 0px;
   padding: 0px;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   font-size: 12px;
   line-height: 1.2; 
   background-color: #F7F5F4;
}

.module-header
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;
   width: 100%;
   width: auto;
   margin: 0;
   padding: 0px;
   background: #FFFFFF;
   text-transform: uppercase;
   height: 35px;
   background-image: url("images/menu_top.gif");
   background-repeat: no-repeat;
}

.module-list
{
   margin: 0px;
	 padding: 0 0 0 10px;
	 list-style-type: none;
	 list-style-position:outside;
/*	 
   list-style-image: url("../images/menu_list.gif");
   margin: 5px 5px 5px 5px;
*/
  
	 
}

.module-list-item
{
   color: #5A8C1F;
/*   line-height: 100%;*/
   margin-top: 8px;
   margin-bottom: 8px;
 }

.module-footer
{
   position: relative;
   width: 100%;
   margin: 0;
   height: 15px;
   background-image: url("images/menu_bottom.gif");
   background-repeat: no-repeat;
}


/******************* バナー *******************/

#banner
{
   width: 720px; /* necessary for ie win */
/*
   background: #a3b8cc;
*/
   background: #FFFFFF;
}

/*
#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;
}
*/

/*
.banner-header
{
   margin: 0;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
   color: #000;
   font-size: 25px;
}

.banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #000;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}
*/
   
/******************* 連絡先 *******************/

#contact
{
   position: relative;
   clear: both;
   width: 100%;
   font-size: 11px;
   text-align: left;
   background-color: #FFFFFF;
   color: #333333;
   text-align: left;
   line-height: 130%;
/*
   background-image: url("../images/contact_back.gif");
   background-repeat: repeat-x;
   height: 30px;
   border-width: 1px 0px 0px; 
   border-top-color: #000000;
   border-style: solid;
*/

   margin-top: 10px;
}
   

/******************* フッター（コピーライト） *******************/

#footer
{
   width: 100%;
   position: relative;
   float: left;
   padding-top: 5px;
   padding-bottom: 5px;
   background-image: url("images/footer.gif");
   background-repeat: no-repeat;
	 background-position: bottom;

/*
   font-size: 10px;
   text-align: center;
   border-width: 1px 0px 0px; 
   border-top-color: #000000;
   border-style: solid;
*/

}
.footerLine
{
   background-image: url("images/footer-line.gif");
   background-repeat: no-repeat;
   position: static;
   height: 10px;
}

.footerDescription
{
	 font-size: 10px;
	 color: #666666;
	 margin-top: 0px;
	 margin-bottom: 0px;
   text-align: left;
	 padding-left: 5px;
	 padding-right: 5px;

/*	 color: #E6E6E6;*/
}

.footerCopy
{
	 text-align: right;
	 color: #000000;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 font-size: 10px;
	 padding-left: 5px;
	 padding-right: 5px;
}

/******************* トップページ *******************/

/* MainPic */
#MainPic
{
   width: 480px;
   height: 200px;
   background-color: #FFFFFF;
   text-align: center;
	 margin-top: 5px;
   clear: both;
}

#EntryMenu
{
   width: 480px;
   background-color: #FFFFFF;
   text-align: left;
	 margin-top: 5px;
   clear: both;
	 font-size: 10px;
	 line-height: 130%;
}

/* Information */
#Information
{
   margin-top: 10px;
	 width: 480px;
   text-align: left;
   clear: both;
}

#Information img
{
	margin-bottom: 5px;
	display: block;
}

.InformationDate
{
  color: #E17F0D;
}

.InformationTitle
{
   padding: 5px 10px;
   border-width: 0px 0px 1px; 
   border-bottom-color: #666666;
   border-style: dashed;
   font-size: 13px;
   line-height: 150%;
	 margin: 0px;
}

#InformationMore
{
   clear: both;
	 margin: 10px;
	 text-align: right; 
}

/* TopButton */
#TopButton
{
   width: 480px;
   height: 80px;
   background-color: #FFFFFF;
   text-align: center;
	 margin-top: 5px;
   clear: both;
}

.SideButton
{
   position: relative;
   clear: both;
	 text-align: left;
	 margin-top: 10px;
}

.TakuFile
{
	 border: 1px solid #1B4196;
}


