/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #006633; text-decoration: underline; }
a:hover { color: #ff9900; }


/* リンク色（ヘッダー） */

#banner a { color: #666; text-decoration: none; }
#banner a:hover { color: #666; }


/* リンク色（サイドメニュー） */

.module-content a { color: #333; }
.module-content a:hover { color: #cc0000; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* ページレイアウト */

body
{
	min-width: 70px;
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666;
	line-height: 1.5;
	background-color: #009933;
}

#container
{
	position: relative;
	text-align: left;
	width: 800px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFDD;
}

#container-inner
{
	position: static;
	width: auto;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 800px; /* necessary for ie win */
   height: 130px;
}

#banner-inner
{
	position: static;
	width: 800px;
	height: 130px;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
	width: 400px;
	margin: 0;
	font-size: 12px;
	position:absolute;
	top:0px;
	left:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
}

#banner-header2
{
	width: 350px;
	margin: 0;
	position:absolute;
	top:40px;
	left:100px;
	height: 70px;
}

/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; top:15px; left:530px;
   color: #fff;
}


/* ヘッダー（サイト説明） */

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   color: #fff;
}

#banner-description
{
   display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: auto; 
   _width: 100%; 
   text-align: center;
}

#pagebody-inner 
{
	position: static;
	width: 800px;
	margin: 0;
	text-align: left;
	background-color: #FFFFDD;
	padding: 0px;
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
	position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha {
	width: 550px;
}
#alpha-inner {
	width: auto;
	_width: 100%;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#alpha-e {
	width: 750px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}
#alpha-inner-e {
	width: auto;
	_width: 100%;
	margin-left: 10px;
}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
	width: 240px;
	margin: 0px;
	padding: 0px;
}
#beta-inner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}


/* 記事部分コンテンツ */

.archive-header,.trackbacks-header,.comments-header,.comments-open-header
{
	position: relative;
	width: 550px;
	height: 40px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	text-indent: 45px;
	padding: 0;
	line-height: 40px;
	background-image: url(img/ah.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.archive-header-c
{
	position: relative;
	width: 750px;
	height: 40px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	text-indent: 35px;
	padding: 0;
	line-height: 40px;
	background-image: url(img/ah-c.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5;

	margin-left: 0;
}

.img { float: left; margin: 5px 5px 5px 0; }

.img-r {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5;
}

.entry-header
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.entry-content { clear: both; }
.entry,
.entry-more {
	clear: both;
}
.entry-body {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
}
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #ccc;
   color: #999;
}

.gotop { text-align: right;  clear: both;}



/* トラックバック関連 */

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #ccc;
   padding: 0 10px;
   color: #999;
   font-size: 11px;
   text-align: center;
}

.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #ccc;
   font-size: 10px;
   text-align: right;
}


/* コメント関連 */

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-bake-cookie { margin-left: 0;　vertical-align: middle; }
#comment-post { font-weight: bold; }
.comment-content,
.comment-footer,
.comments-open-footer { margin: 10px 0; }
.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }


/* フッター */

#footer
{
	width: 800px; /* necessary for ie win */
	height: 40px;
	position: relative;
	background-color: #FFFFDD;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #666;
   line-height: 40px;
}

.footer-navi
{
	width: 800px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	clear: both;
	color: #666;
	background-color: #FFFFDD;
}

.footer-navi a
{ 
   color: #666;
}

/* サイドメニュー内部 */

.module-header
{
	position: relative;
	width: 200px;
	height: 30px;
	padding: 0;
	color: #666;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
	margin: 0;
	background-color: FFFFCC;
}

.module-content
{
	padding: 0;
	color: #999;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
	width: 220px;
	text-indent: 30px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 34px;
	line-height: 34px;
	background-image: url(img/btn1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.module-list-item a:hover
{
	color: #fff;
	text-decoration: underline;
	background-image: url(img/btn2.gif);
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}

.powered
{
	text-align: center;
	width: auto;
	background-color: #009933;
	font-size: xx-small;
                color: #CCCCCC;
}
.powered a{
	text-decoration: none;
	font-size: xx-small;
                color: #CCCCCC;
}

.img-side
{
	font-weight: bold;
	line-height: 17px;
	margin-top: 3px;
}

.btn1{}

.btn1 a{
	background-image: url(img/banner2.png);
	height: 50px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	text-decoration: none;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.btn1 a:hover{
	background-image: url(img/banner2h.png);
}

.btn2{}

.btn2 a{
	background-image: url(img/banner4.png);
	height: 50px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.btn2 a:hover{
	background-image: url(img/banner4h.png);
}

.btn3{}

.btn3 a{
	background-image: url(img/banner3.png);
	height: 50px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.btn3 a:hover{
	background-image: url(img/banner3h.png);
}

.btn4{}

.btn4 a{
	background-image: url(img/banner1.png);
	height: 50px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.btn4 a:hover{
	background-image: url(img/banner1h.png);
}

.btn5{}

.btn5 a{
	background-image: url(img/mail.png);
	height: 50px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.btn5 a:hover{
	background-image: url(img/mailh.png);
}

.btn6{
	background-image: url(img/tel.png);
	height: 50px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.takuyukai{}

.takuyukai a{
	background-image: url(img/truat-staff2.png);
	height: 60px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

.takuyukai a:hover{
	background-image: url(img/truat-staff2h.png);
}

.cl{
	clear: both;
}

.form
{
	width: 500px;
	padding-left: 20px;
	padding-bottom: 30px;
}

.banner-s
{
	text-align: center;
	height: auto;
	width: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}




.come
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.homerun
{
	font-size: 16px;
	font-weight: bolder;
	background-image: url(img/homerun.png);
	height: 160px;
	width: 530px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

.homerun a{
	color: #FFFFFF;
}

.homerun a:hover{
	color: #FFFFFF;
}

.bold{
	font-weight: bold;
}

.ku-ko
{
	font-size: 14px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}

.orange{ color: #ff6600; }

.more {
        float: left; 
        margin: 5px 10px 5px 0; 
	height: 200px;
	width: 170px;

}

.red
{
        color: #ff0000;
}

.gleen
{
        color:#669900;
}

.nini
{
        font-size: 15px;
        font-weight: bolder;
}

hr{    
       font-size: 10px;
       border-top: 1px dotted #666;
       color: #999;
}

.keibai
{	height: 100px;
	width: 470px;
	background-image: url(img/keibai.png);
	background-repeat: no-repeat;
	padding: 40px 30px 0  30px;
}

.img_n { float: left; margin: 0px 5px 5px 0; }

.in1{ padding-bottom:1px;}
.in2{ padding-bottom:2px;}
.in3{ padding-bottom:3px;}
.in4{ padding-bottom:4px;}
.in5{ padding-bottom:5px;}
.in6{ padding-bottom:6px;}
.in7{ padding-bottom:7px;}
.in8{ padding-bottom:8px;}
.in9{ padding-bottom:9px;}
.in10{ padding-bottom:10px;}
.in11{ padding-bottom:11px;}
.in12{ padding-bottom:12px;}
.in13{ padding-bottom:13px;}
.in14{ padding-bottom:14px;}
.in15{ padding-bottom:15px;}
.in16{ padding-bottom:16px;}
.in17{ padding-bottom:17px;}
.in18{ padding-bottom:18px;}
.in19{ padding-bottom:19px;}
.in20{ padding-bottom:20px;}
.in21{ padding-bottom:21px;}
.in22{ padding-bottom:22px;}
.in23{ padding-bottom:23px;}
.in24{ padding-bottom:24px;}
.in25{ padding-bottom:25px;}
.in26{ padding-bottom:26px;}
.in27{ padding-bottom:27px;}
.in28{ padding-bottom:28px;}
.in29{ padding-bottom:29px;}
.in30{ padding-bottom:30px;}


.left
{
	font-size: 14px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}

table.normal{
	width:530px;
	border: #bbbbbb solid 1px;
	font-size:12px;
	line-height:18px;
	margin:15px 0 0 0;
}


table.normal th{
	padding:10px;
	background:#f3f3f3;
	border-bottom:#bbbbbb dotted 1px;
	border-right:#bbbbbb solid 1px;
	border-collapse:collapse;
	text-align:left;
}

table.normal td{
	padding:10px;
	border-bottom:#bbbbbb dotted 1px;
	border-right:#bbbbbb solid 1px;
	border-collapse:collapse;
	text-align:left;
}
