/* 基本レイアウト */

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


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

a { color: #ff6600; text-decoration: underline; }
a:hover { color: #669900; }


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

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


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

.module-content a { color: #ff6600; }
.module-content a:hover { color: #fff; }


/* 見出し */

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
{
   width: 730px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #666600;
   background: #4f5616;
   line-height: 1.5;
}

/* ヘッダー（サイトタイトル） */
#banner{
   position: relative;
   width: 730px; /* necessary for ie win */
   height: 260px;
   background: url(img/top.jpg)  no-repeat;
}

h1
{
   margin: 0;
   color: #ffffff;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:20px; left:75px;
}

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

#pagebody
{
   position: relative;
   width: 730px;
   margin: 0 auto;
   padding-bottom: 5px;
   text-align: left;
   background: url(img/bbg.gif) ;
}

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

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

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

#alpha {
	margin: 7px;
	width: 510px;
	padding-right: 5px;
}

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

#beta 
{
	width: 195px;
	left: 5px;
}

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

h2
{
   position: relative;
   width: auto;
   height: 40px;
   margin: 0;
   padding-left: 45px;
   padding-top: 10px;
   color: #006600;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

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

h3
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #333;
   font-size: 12px;
   font-weight: bold;
}


.entry,
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #666666;
   color: #999999;
}

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

/* フッター */

#footer
{
   width: 730px; /* necessary for ie win */
   height: 110px;
   position: relative;
   background: url(img/footer.jpg)  no-repeat;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #fff;
   position:absolute; top:80px; left:50px;
}

.footer-navi
{ 
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
   background: url(img/bbg.gif) ;
   color: #666600;
   width: 730px;
}

.footer-navi a {  color: #ff9900; }
.footer-navi a:hover {  color: #fff; }



.module-header
{
   position: relative;
   width: auto;
   margin: 10px 0 5px 0;
   padding: 3px;
   color: #336600;
   background: #ffcc00;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   text-align: left;
}

.module
{
   position: relative;
   overflow: hidden;
   padding: 10px;
   margin-bottom: 5px;
}

.module-content
{
   position: relative;
   margin-top: 5px;
   padding: 0;
   color: #333;
}

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

.module-list-item a
{
   width: 178px; 
   height: 30px;
   background-color: #9ebf13;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 30px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border: 1px solid #336600;
   text-decoration: none;
   color: #fff;
}

.module-list-item a:hover
{
   background-color: #ffcc00;
   border: 1px solid #336600;
   color: #336600;
}
.entry-body{ width: 100%; }
#dropin {
	position:absolute;
	visibility:hidden;
	left:196px;
	top:20px;	width:353px;
	height:auto;
	background-color:#FFFFCC;
	text-align: left;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	padding: 10px;
}
#dropin .title {
	color: white;
	font-weight: bold;
}

#dropin .report {
	color: #FF3300;

}
#dropin .kyocho {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#dropin p {
	font-size: 14px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
}
#dropin .kyocho2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
