/* 基本レイアウト */

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


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

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


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

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


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

.module-content a { color: #cc0000; }
.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: #666;
   background: #fff ;
   line-height: 1.5;
}

#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: 74px;
}

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


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

#banner-header
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position:absolute;
	top:11px;
	left:61px;
	margin: 0;
}


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

#banner-search
{
   position:absolute; top:45px; right:20px;
   color: #666;
}


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

.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: auto;
   _width: 100%;
   text-align: center;
   background: url(img/bbg.gif);
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   padding: 10px 0;
   margin: 0 auto; 
   text-align: left; 
}

#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-inner, #beta-inner
{
   position: static;
}


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

#alpha {
	width: 510px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#alpha-inner { 
   padding: 10px;
   width: auto; 
}

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

#beta {
   width: 200px;
}
#beta-inner {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}


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

.archive-header
{
	position: relative;
	width: auto;
	height: 28px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
	text-indent: 36px;
	background-image: url(img/ah.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.archive-header-c
{
	position: relative;
	width: auto;
	height: 22px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: underline;
}

.img-l{
	float: left;
}

.img-r{
	float: right;
}

.img-c{
	clear: both;
}


.img-s{
	float: left;
       margin: 0 10px 0 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{
   text-align: right;
   font-size: 9px;
   border-top: 1px dotted #666;
   color: #999;
}

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



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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #666;
   padding: 0 10px;
   color: #999;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 10px;
   color: #666;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   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; }
.comments-header,.comments-open-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 10px;
   color: #666;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.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: 750px; /* necessary for ie win */
   height: 70px;
   background: url(img/footer.png)  no-repeat;
   position: relative;
}

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

.footer-navi
{ 
   background: url(img/bbgf.gif);
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   clear: both;
   color: #fff;
}

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

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

.module-header
{
	position: relative;
	width: auto;
	height: 18px;
	color: #fff;
	background: #666;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

.module
{
	position: relative;
	overflow: hidden;
	width: 180px;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
}

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

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

.module-list-item a
{
	width: 180px;
	height: 26px;
	text-indent: 30px;
	display: block;
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	color: #333;
	background-image: url(img/btn-1.gif);
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.module-list-item a:hover
{
	color: #fff;
	background-image: url(img/btn-2.gif);
	font-size: 12px;
}

/* 表示補助 */

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

.side-banner
{
	text-align: center;
	margin-top: 10px;
}

.powered
{
	text-align: center;
}
.powered a{
	color: #666666;
	text-decoration: none;
	font-size: xx-small;
}

.kyouchou
{
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 10px;
}

.kyouchou-2
{
	font-weight: bolder;
	font-size: 13px;
	color: #000;
}

.kyouchou-3
{
	font-weight: bolder;
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
}

.right{
	text-align: right;
}

.main-s
{
	font-size: 10px;
}

.red {
         color: #ff0000;
}

.clear
{
	clear: both;
}
