/*****************************************************************************************
最下部に階層図あり
*******************************************************************************************/


/* フォントにかかわるクラス*/
.red {color: #FF0000;}
.right{text-align: right;}

/* 基本 */
form, input { margin: 0; padding: 0; }
a img { border: 0; }
.img { float: left; margin: 5px 5px 5px 0; }

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}

/* リンク色（ページ全体） */

a 		 { color: #0066ff; text-decoration: none; }
a:link		{ color: #0066ff; text-decoration: none; }
a:visited      { color: #0066ff; text-decoration: none; }
a:active      { color: #0066ff; text-decoration: none; }
a:hover	     { color: #0066ff; text-decoration:underline;}


/* 見出し */

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;
}

/***********************************************/
/* ページレイアウト */

html { margin: 0; padding: 0; }

body
{
   width: 760px;
   _width:750px;
   margin: 0 auto;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #333;
   background: #fff ;
   /* 全体の背景画像を追加 - 谷 11/24 */
   background-image: url('images/bg_taisaku.gif');
}

/*　ページ全体　*/
#container
{
   text-align: left;
   margin: 0 auto;
   background-repeat: repeat-y;
   background-position: right center;
   display:block;
}

#container-inner
{
   width: auto;
   margin-right: 8px;
   background: #fff ;
   border-left: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
   border-bottom: 1px solid #aaaaaa;

}

/*　ヘッダー　*/
#banner
{
	/*width: 740px;*/
	background-image: url(images/header.jpg);

}

#banner-inner
{

	height: 201px;
	background-repeat: no-repeat;
        border-bottom: 1px solid #aaaaaa;
}

a.logo {
display: block;
width:750px;
height: 200px;
text-indent: -9999px;
}

/* メインコンテンツ全体 */
#pagebody
{
   width: 100%;
   text-align: center;
   background: url(img/bbg.gif);
   margin-top:15px; 
}

#pagebody-inner 
{
	width: 730px; 
   margin: 0 auto; 
   text-align: left; 
}

/***********************************************/
/* メインコンテンツ */

#alpha
{
   display: inline; /* ie win bugfix */
   float: right;
   min-height: 1px;
   margin: 0px 15px 10px 25px; 
   width: 490px; 
}

#alpha-inner 
{ 
   padding: 0px;
   background: #fff;
}

/*　ヘッド　*/
#head {
        background-image: url('images/contents_h1.jpg');
	background-repeat:no-repeat;
}

#page-title {
	width:auto;
	font-size: 14px;
	color: #0000FF;
	margin-left:60px;
}
#description {
	font-size: 12px;
	margin-left:60px;
}
.site-title {
   width: 460;
   height: 30px;
   margin: 20px 0px 0px 0px;
   padding-top:7px;
   padding-left: 35px;
   color: #0000FF;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   background-image: url('images/contents_h3.jpg');
   background-repeat:no-repeat;
}

.entry-title {
	margin-top:15px;
	font-size: 15px;
	color: #0000FF;
	height: 20px;
	width: 470px;
	border-top-color: #ACACAC;
	border-top-width: 1px;
	border-right-color: #ACACAC;
	border-right-width: 1px;
	border-bottom-color: #ACACAC;
	border-bottom-width: 1px;
	border-left-color: #ACACAC;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(images/contents_h2.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top:5px;
}
.entry-title a{
   color: #0000FF;
}
.entry-title a:link{
   color: #0000FF;
}
.entry-title a:hover{
   color: #0000FF;
   text-decoration:none;
}
.entry-title a:visited {
   color: #0000FF;
}


#head ul{
	font-size: 10px;
	margin-left: 0;
	margin-bottom:10px;
	padding-left: 0;
	list-style-type: none;
}
#head li{
	display: inline;
	clear:both;
}


/*　メイン　*/
#main {

        line-height:130%;
}
#main p{
        line-height:140%;
}

/*　エントリー　*/
.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-footer{
   margin: 10px 10px 0 0;
   padding: 5px 0;
   border-top: 1px solid #ACACAC;
   color: #999;
}

.entry-body{width: 100%;}

.gotop {
   margin: 10px 0 0 0;
   text-align: right;
   clear: both;}


h2 .entry-title {
   width: 460;
   height: 30px;
   margin: 20px 0px 0px 0px;
   padding-top:7px;
   padding-left: 35px;
   color: #003399;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   background-image: url('images/contents_h3.jpg');
   background-repeat:no-repeat;
}


.entry-day{
	margin-:5px 0px 10px 0px;
   font-size: 12px;
   color:#206ACF;
  
}

.entry-h4{
   width: 470;
   height: 35px;
   margin: 0px;
   padding-top:10px;
   padding-left: 40px;
   color: #444444;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   background-image: url('images/contents_h4.jpg');
   background-repeat:no-repeat;
}

.entry p{
 line-height:140%;
}

/*　アーカイブ　*/
.archive-header
{
   width: auto;
   height: 32px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #336699;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}


.text_c{
  text-align:center;
  font-size: 10px;
  margin: 5px 0px;
}

/***********ソーシャルブックマーク*************/
#social-bookmark {
	width: 480px;
	height:70px;
	border: 1px dashed #333333;
}
#social-bookmark a {
	display: inline;
	width: 145px;
	margin:2px 5px;
	float:left;
}
#social-bookmark select {
	width: 200px;
	margin:2px 10px;

}
/***********ソーシャルブックマーク終わり*************/

/*　メインコンテンツ終わり　*/
/***********************************************/
/* サイドメニュー */

#beta 
{ 
   
/*   width: auto;*/
   display: inline; /* ie win bugfix */
   float: right;
   min-height: 1px;
}

#beta-inner
{
/*padding: 0 5px;*/
}

#beta p{
	font-size: 10px;
	text-align:center;
}

.banablock{
	width:180px;
	height:60px;
	margin:0;
	padding:0;
	display: block;
}

.banablock a{
	text-indent: -9999px;
	width:180px;
	height:60px;
	background-image: url(images/banner_off.gif);
	display: block;
}
.banablock a:hover{
	text-indent: -9999px;
	width:180px;
	height:60px;
	background-image: url(images/banner_on.gif);
	display: block;
}

.module
{
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

h2.module_search{
width:180px;
height:28px;
background-image: url(images/menutitle_search.jpg);
text-indent:-2000px;
}

h2.module_service{
width:180px;
height:28px;
background-image: url(images/menutitle_service.jpg);
text-indent:-2000px;
}

h2.module_category{
width:180px;
height:28px;
background-image: url(images/menutitle_category.jpg);
text-indent:-2000px;
}

h2.module_aboutsite{
width:180px;
height:28px;
background-image: url(images/menutitle_aboutsite.jpg);
text-indent:-2000px;
}

.module-header
{
   width: auto;
   margin: 10px 0 0px 0;
   padding: 0;
   color: #000;
   font-size: 12px;
   font-weight: nomal;
   line-height: 16px;
   text-transform: uppercase;
   text-align: center;
   background-image: url(images/newstop.jpg);
}

.module-content
{
   margin: 0px 0px 0px 0px;
   padding: 0;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
   width: 178px; 
   height: 25px;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   text-decoration: none;
   color: #666;
}
.module-list-item a:hover
{
   display: block;
   background: #C8DCF7;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   text-decoration: none;
}

.module-list-item a:visited {
   display: block;
   text-decoration: none;
   color: #666;
}

.module-serch{
   width: 178px; 
   height: 25px;

   background-color: #fff;
   text-indent: 8px;
   display: block;
   margin:0;
   letter-spacing: 0.1em;
   padding:5px 0px;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}


/* リンク色（サイドメニュー） */

/*
.module-content a { color: #6699cc; }
.module-content a:hover { color: #0000FF; }
*/

#site-title a {
	color: #336600;
	text-decoration: none;
}
#site-title a:hover {
	color: #336600;
}

/* サイドメニュー終わり　*/
/********************************************/
/*フッター　*/

#footer
{
width: 750px; /* necessary for ie win */
   background: url(images/footer.jpg)  no-repeat;

}

#footer-inner
{
   font-size: 10px;
   text-align: left;
   color: #66837d;
/*   line-height: 80px;*/
}

#footer ul{
    font-size: 10px;
	margin-top: 15px;
	padding-left: 0;
	list-style-type: none;

}
#footer li{
	display: inline;
	margin:0px 10px;
}

#footer p{
	font-size: 10px;
	text-align:center;
}

.image{
	float: left;
	margin:0px 20px 0px 50px;
}

/*　フッター終わり　*/





/********************************************/
/* トラックバック関連 */


#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #669900;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.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
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   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; }

/*****************************************************************************/

/*******div階層図**************************************************************
<body class="layout-two-column-right">

	<div id="container">
	<div id="container-inner" class="pkg">

		<div id="banner">
		<div id="banner-inner" class="pkg">
			ヘッダー
		</div></div>

		<div id="pagebody">
		<div id="pagebody-inner" class="pkg">

			<div id="alpha">
			<div id="alpha-inner" class="pkg">

				<div id="head">サイトタイトル</div>

				<div id="main">メイン記事</div>

			</div><!--alpha-->
			</div><!--alpha-inner-->


			<div id="beta">
			<div id="beta-inner" class="pkg">
				サイドメニュー
			</div><!--beta-->
			</div><!--beta-inner-->

			<div id="footer">
			<div id="footer-inner" class="pkg">
				フッター
			</div><!--footer-->
			</div><!--footer-->

		</div><!--pagebody-->
		</div><!--pagebody-inner-->

	</div><!--container-->
	</div><!--container-inner-->

</body>
******************************************************************************/
