﻿/* 基本レイアウト */

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


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

a { color: #6699cc; text-decoration: underline; }
a:hover { color: #99cc99; }


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

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


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

.module-content a { color: #6699cc; }
.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
{
   min-width: 750px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #333;
   background: #fff ;
}

#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: 200px;
   background: url(img/top.jpg)  no-repeat;
}

#banner-inner
{
   position: static;
   height: 200px;
}


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

#banner-header
{
   margin: 0;
   color: #000000;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:85px; left:20px;
}

#banner-description{
   position:absolute; top:115px; left:20px;}


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

#banner-search
{
   position:absolute; top:25px; right:25px;
   color: #66837d;
}


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

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



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

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(img/bbg.gif);
}

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

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}
#alpha2
{
	position: relative;
	min-height: 1px;
	width: 510px;
	text-align: center;
}
#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

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


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

#alpha {
	width: 510px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#alpha-inner { 
   padding: 10px;
   border: 1px solid #68a8c2;
   background: #fff;
}
#alpha2-inner { 
   padding: 10px;
   border: 1px solid #68a8c2;
   background: #fff;
   text-align:left;
}

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

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }


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

.archive-header
{
   position: relative;
   width: auto;
   height: 32px;
   margin: 0;
   padding-left: 55px;
   padding-top: 5px;
   color: #336699;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.archive-header2
{
	position: relative;
	width: auto;
	height: 32px;
	padding-left: 55px;
	padding-top: 5px;
	color: #336699;
	background: url(img/ah.gif)  no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	margin-top: 10;
	margin-right: 10;
	margin-left: 10;
	margin-bottom: 0;
}
.img { float: left; margin: 5px 5px 5px 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-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #dae0e6;
   color: #999;
}

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


.content-nav { background: #ffffff; }
.content-nav-bread{ background: #ffffff;}

/* フッター */

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

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #66837d;
   line-height: 80px;
}

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


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

.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #68a8c2;
   font-size: 12px;
   font-weight: nomal;
   line-height: 16px;
   text-transform: uppercase;
   text-align: center;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   margin: 10px 0;
   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
{
   background: #6699cc;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   color: #fff;
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}
.entry-body{ width: 100%; }
#main {
	background-image: url(img/bbg.gif);
	background-repeat: repeat-y;
	width: 750px;
}
#contents {
	text-align: center;
	width: 510px;
	height: auto;
	background-color: #FFFFFF;
	margin-left: 120px;
	margin-right: 120px;
	border: 1px solid #68a8c2;
}
#contents2 {
	text-align: center;
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px solid #68a8c2;
}
p {
	font-size: 14px;
	line-height: 120%;
	text-align: left;
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.koumoku {
	font-size: 14px;
	background-color: #CCCCCC;
	margin-left: 20px;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
p a {
	color: #0000FF;
	text-decoration: underline;
}
p a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#contents2 p {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
