/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #666600; text-decoration: underline; }
a:hover { color: #ff9900; }


/* リンク色（ヘッダー） */

#banner a {
	color: #336600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
}
#banner a:hover {
	color: #FF9900;
}


/* リンク色（サイドメニュー） */

.module-content a { color: #009900; }
.module-content a:hover { color: #ff9900; }


/* 見出し */

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: 750px;
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666600;
	line-height: 1.5;
	background-color: #FFFFFF;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 750px;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}


/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 750px; /* necessary for ie win */
   height: 100px;
}

#banner-inner
{
   position: static;
   width: 750px;
   height: 100px;
   background: url(../img/top.png)  no-repeat;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
	margin: 0;
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
	position:absolute;
	top:18px;
	width: 750px;
	text-align: center;
}


/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; top:25px; right:20px;
   color: #333333;
}


/* ヘッダー（サイト説明） */

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   font-weight: nomal;
   color: #fff;
}

#banner-description
{
   display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(../img/bbg.jpg);
}

#pagebody-inner 
{
	position: static;
	width: 730px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#alpha
{
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	float: right;
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha 
{
	width: 510px;
	padding-right: 5px;
}

#alpha-inner 
{
	width: 100%;
}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
	width: 200px;
	padding-left: 5px;
}
#beta-inner { }


/* 記事部分コンテンツ */

.archive-header,.trackbacks-header,.comments-header,.comments-open-header
{
	position: relative;
	width: auto;
	height: 27px;
	color: #666600;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	background-image: url(../img/ah.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 27px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

#img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	position: absolute;
	left: 10px;
	top: 30px;
}

.img {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.img-r {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}


.entry-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}

.entry-content { position: static; clear: both; }
.entry,
.entry-more {
	clear: both;
}
.entry-body { width: 100%; }
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #666;
   color: #999;
}

.gotop { text-align: right;  clear: both;}

/* フッター */

#footer
{
	width: 750px;
	background: url(../img/footer.jpg)  no-repeat;
	position: relative;
	height: 55px;
}

#footer-inner
{
	font-size: 10px;
	color: #666600;
	text-align: center;
	height: 30px;
	padding-top: 20px;
}

#footer-inner a
{
   color: #666600;
}

#footer-inner a:link
{
   color: #666600;
}

#footer-inner a:hover
{
   color: #FF9900;
}

.footer-navi
{ 
   background: url(../img/bbg.jpg);
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   clear: both;
   color: #666600;
}

.footer-navi a
{
   color: #666600;
}

.footer-navi a:link
{
   color: #666600;
}

.footer-navi a:hover
{
   color: #FF9900;
}

/* サイドメニュー内部 */

.module-header
{
	position: relative;
	width: 200px;
	height: 20px;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
	text-indent: 4px;
}

.module
{
	position: relative;
	overflow: hidden;
	width: 200px;
	height: auto;
}

.module-content
{
	position: relative;
	padding: 0;
	color: #999;
}

.module-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	width: 200px;
}

.module-list-item a
{
	width: 200px;
	height: 22px;
	display: block;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	color: #666600;
	text-indent: 22px;
	font-weight: bold;
	background-image: url(../img/btn1.gif);
}

.module-list-item a:hover
{
	color: #FF9900;
	background-image: url(../img/btn2.gif);
	text-decoration: underline;
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}

.top
{
   text-align: center;   
  margin: 0 0 10px 0;   
}

.banner-side
{
	padding-top: 10px;
	padding-left: 5px;
}

.side-b{
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.news
{
   float: left;
   margin-top: 5px;
   margin-left: 5px;
   margin-bottom: 5px;
   margin-right: 10px;
}

.side-others
{
	height: auto;
	width: 186px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #DBDBDB;
}

.search
{
	width: 500px;
	background-color: #336600;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 27px;
	text-align: center;
}

.bf{
	font-size: 12px;
	font-weight: bolder;
	line-height: 1.7em;
}

.cate{
	padding-right: 10px;
}

.link{
	font-weight: bold;
}

.admin{
	padding-top: 10px;
	padding-left: 5px;
}
.powered{
	font-size: 9px;
	padding-top: 3px;
	padding-left: 5px;
}
