/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */

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;
}


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

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


/* リンク色（サイトタイトル） */

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



/* 表示補助 */

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* ページレイアウト */

body {
    min-width: 750px;
    text-align: center; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 0.8em;
    color: #666;
    background: #f5f5f5;
    line-height: 1.5;
}

#container
{
    position: relative;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}


/* ヘッダー（レイアウト） */

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

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

#banner h1
{
    margin: 0;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:12px; left:12px;
}

#banner p
{
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:10px; left:15px;
}

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

#banner-search
{
    position:absolute; bottom:12px; right:12px;
    color: #fff;
}


/* ヘッダーその他（変更不要） */

#banner-description
{
    display: none;
}


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

#pagebody
{
    position: relative;
    width: 100%;
    text-align: center;
    background: bottom left no-repeat ;
}

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

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

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

#alpha { 
    width: 548px; 
}

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

#beta {
    width: 200px;
}

#beta .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px 0 0 10px;
}

/* 記事部分レイアウト */


/* 記事部分見出し */

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 36px;
    w\idth: auto;
    background: url(img/h.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

.archive-header2 {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 36px;
    w\idth: auto;
    background: url(img/bh.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

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

.entry
{
    line-height: 1.5;
    margin: 10px;
}

.both {clear: both;}

.entry-header {
    margin-top: 10px;
    height: 30px;
    background: url(img/eh.gif) no-repeat  ;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 1em;
    line-height: 30px;
    font-weight: bold;
    text-indent: 25px;
}

.archive-header a,
.entry-header a { text-decoration: none; }

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

.content-nav
{
    background: #ffffff;
    margin: 5px 0;
    text-align: center;
    text-align: left;
}

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

.img
{
    float: left;
    margin-right: 5px;
    text-align: center;
}

.entry h2
{
    font-size: 12px;
    font-weight: normal;
}

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }
.entry-body { width: 100%; }

/* フッター */

#footer
{
    position: relative;
    margin: 0px;
    padding: 0;
    width: 750px; 
    height: 45px;
    background: url(img/footer.jpg) center no-repeat ;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    color: #fff;
    line-height: 45px;
}

.footer-navi
{
    text-align: center;
    font-size: 0.8em;
    clear: both;
}


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

.module-header {
    width: 190px;
    height: 36px
    color: #fff;
    background: url(img/ah.gif) ;
    line-height: 36px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
}
.module-content p {
    padding: 0 5px;
}
ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}
li a
{
    width: 190px; 
    background: url(img/li.gif) ;
    text-indent: 30px;
    display: block;
    font-size: 0.8em;
    line-height: 31px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #666;
}

li
{
    color: #fff;
}

li a:hover
{
    background: url(img/lih.gif) ;
    color: #ff6600;
}
dl
{
   margin: 0;
   padding: 0;
}
.center
{
    text-align: center;
}
.mousikomi
{
    width: 120px;
    height: 28px;
    text-align: center;
}
.mousikomi a
{
    width: 120px;
    height: 28px;
    display: block;
    text-align: center;
    background: url(img/bt_03.gif) ;
}
.mousikomi a:hover
{
    width: 120px;
    height: 28px;
    text-align: center;
    background: url(img/bt_03_on.gif) ;
}
.mousikomi span
{
    display: none;
}
.pickup1
{
   width: 45%; 
   margin: 10px 5px 10px 5px;
   padding: 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border-right: 1px dotted #999;
   border-bottom: 1px dotted #999;
}

.content
{
   background-color: #f5f5f5;
   padding: 5px;
}

.box
{
   margin: 10px;
   border: 1px dotted #999;
   background-color: #f5f5f5;
   padding: 10px;
   clear: both;
}
.listlabel
{
    width: 190px;
    height: 36px
    color: #fff;
    background: url(img/ah.gif) ;
    line-height: 36px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}
.b {
	font-weight:bold;
}
.red {
	color:#FF6666;
}
.blue {
	color:#0000CC;
}
.green{
	color:#006600;
}
.red-b {
	border-bottom:solid 2px #FF6666;
	line-height:140%;
}
.red-bb {
	border-bottom:solid 2px #FF0000;
	line-height:140%;
	font-weight:bold;
}
.red2-b {
	border-bottom:solid 2px #CC0000;
	line-height:140%;
	font-weight:bold;
}
.blue-b {
	border-bottom:dashed 2px #0000cc;
	line-height:140%;
	font-weight:bold;
}
.mark-1 {
	background-color:#CCCCCC;
	padding:0px 2px 0 2px;
	line-height:140%;
}
.mark-2 {
	background-color:#ebcc33;
	padding:0px 2px 0 2px;
	line-height:140%;
}
.mark-3 {
	background-color:#eb99cc;
	padding:0px 2px 0 2px;
	line-height:140%;
}


.f10 {
	font-size:100%;
	line-height:120%;
}
.f12 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
}
.f14 {
	font-size:140%;
	line-height:140%;
	font-weight:bold;
}
.f16 {
	font-size:160%;
	line-height:140%;
	font-weight:bold;
}
.red2 
{
   color: #CC0000;
}
.red3
{
   color: #FF0000;
}
.hinata
{
 text-align: right;
 font-size: 12px;
 margin: 0px 20px 3px 0px;
}
.clear
{
　clear:both;
　height:1px;
}

/* メールフォーム */
#create_mailform input{
	background-color : #FFF;
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	border-left:1px solid #AAA;
	border-bottom:1px solid #AAA;
	color: #333;
}
#create_mailform table{
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	align: center;
	border-collapse: collapse;

}

#create_mailform table td {
	background-color: #E6F2FF;
	vertical-align: top;
}

#create_mailform td.in_area_kn{
	margin: 5px 0px 5px 0px;
	padding: 10px 5px 5px 5px;
	background-color: #FFF;
	vertical-align: top;
	border-top: 1px #1C79C6 solid;
	border-bottom: 1px #1C79C6 solid;
}

#create_mailform td.t_area_kn{
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #E6F2FF;
	font-weight: bold;
	border-top: 1px #1C79C6 solid;
	border-bottom: 1px #1C79C6 solid;
}

#create_mailform  div.kn_table_titles{
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	height:100%;

}

.pic
{
   margin: 10px;
   padding: 0  0 0 5px;
   border:2px dotted #999;
   background: #FFFFFF;
   clear: both;
}

