/* Edited with EditCSS */
/**** LINK-tag style sheet styles-site.css ****/

/* 基本レイアウト */

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


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

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


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

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


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

.module-content a { color: #ff9900; }
.module-content a:hover { color: #ffcc00; }


/* 見出し */

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: 730px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   text-align: center;
   color: #666;
   background: url(img/bg.gif) #fff ;
 line-height: 160%;


}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 730px;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}


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

#banner
{
   position: relative;
   width: 730px; /* necessary for ie win */
   height: 330px;
   background: url(img/.gif)  no-repeat top right;
}

#banner-inner
{
   position: static;
   height: 310px;
   background: url(img/0.gif)  no-repeat ;
   filter: alpha(style=1,opacity=70,finishopacity=70);
}


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

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


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

#banner-search
{
   position:absolute; bottom:35px; left:45px;
   color: #fff;
}


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

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

#pagebody-inner { position: static; width: 100%; text-align: left; }

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

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

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


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

#alpha { 
   margin: 0 10px 10px; 
   width: 510px; 
}
#alpha-inner { 
   padding: 10px;
   border: 1px solid #f5deb3;
}


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

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


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

.archive-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 40px;
   padding-top: 5px;
   color: #ff6600;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

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


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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #ffcc00;
   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; }


/* フッター */

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

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

.footer-navi
{ 
   background: #fff;
   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: #f5deb3;
   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;
}

.module-list-item a:hover
{
   background: #FFFF55;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   color: #ff9900;
}


p strong{color:#ff6600;}

p span{color:#2B60FF;}


.line
{
   background: #ffff00;
}

.check
{
   width: auto;
   margin: 0;
   padding-left: 25px;
   color: #333;
   font-size: 14px;
   font-weight: bold;
   background: url(img/check.jpg) no-repeat; 
   line-height: 1.5;
   text-transform: uppercase;
}



.red {color:#ff0000; font-weight: normal }
.red-bold {color: #ff0000; font-weight: bold }

.blue1{color:#003AEA; font-weight: bold }
.point{color:#FF8000; font-weight: bold }
.blue{color:#003AEA; }

.black{color:#5F5F5F; font-weight: bold }



.topnavi
{
      width:750px;
      height:30px;
      margin:0 auto 0 3px;
      padding:0 0 0 0;
      text-align:right;
     text-decoration:none; 
     text-align:center;
     font-family:MS UI Gothic,Arial, Helvetica, sans-serif; font-weight:bold;
     font-size:120%;
}
*html .topnavi
{
      width:729px;
      height:30px;
      margin:0 auto 0 5px;
      padding:0 0 0 0;
      text-align:right;
     text-decoration:none; 
     text-align:center;
     font-family:MS UI Gothic,Arial, Helvetica, sans-serif; font-weight:bold;
     font-size:120%;
}
.top-link a
{
    text-decoration:none; 
    background:url(img/topnavi-bg.gif) no-repeat;
    width:144px;
    height:25px;
    padding:5px 0px 0px 0px;
    float:left;
    margin:0;
    color: #2210d2;
    border-right:1px solid #dedede;
}
*html .top-link a
{

    background:url(img/topnavi-bg.gif) no-repeat;
    width:145px;
    height:30px;
    padding:5px 0px 0px 0px;
    display:block;
    float:left;
    margin:0;
    color:#2210d2;
}
.top-link a:hover{
    background:url(img/topnavi-bg-hover.gif) no-repeat;
    width:146px;
    height:30px;
    padding:5px 0px 0px 0px;
    display:block;
    float:left;
    margin:0;
}


/* ブログ記事資格adタブ表示用スタイル by maru */
ul.idTabs {
	background: #eee;
	padding: 0px;
	list-style: none;
	margin: 20px 0px 0px;
}
.idTabs li {
	float: left;
}
.idTabs a {
	display: block;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}

.idTabs .t1 {
	background: url(img/tab-1.gif) no-repeat;
	width: 105px;
}
.idTabs .t2{
	background: url(img/tab-2.gif) no-repeat;
	width: 105px;


}
.idTabs .t3 {
	background: url(img/tab-3.gif) no-repeat;
	width: 105px;
}

#tab1 {
	background: #c6e6f0;
        padding-top: 10px;
	padding-bottom: 10px;
}
#tab2 {
	background: #fce3d5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tab3 {
	background: #fff1bf;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*  /ブログ記事資格adタブ表示用スタイル */
/*エントリーフッターモジュール*/
.ad01{
	padding:15 0 15px;
	background:#c6e6f0;
}
.ad02{
	padding:15 0 15px;
	background:#fce3d5;
}
.ad03{
	padding:15 0 10px;
	background:#fff1bf;
}

.ad-box{
 padding:5px 5px 28px 5px;
 margin:0 10px 2px 10px;
 clear:both;
}
.ad01 .ad-box{ border:1px #7dc3dc solid; background:#f0faff;}
.ad02 .ad-box{ border:1px #f9c2a6 solid; background:#ffede6;}
.ad03 .ad-box{ border:1px #d2cd4e solid; background:#f7f5d6;}
.ad-box p{
 margin:3px 0 0 0;
 padding-left:130px;
 font-size:0.9em;
 color:#5d5d5d;
}
.ad-box-title{ font-weight:bold; line-height:25px; text-indent: 35px;}
.ad01 .ad-box-title{ color:#ff0080; }
.ad02 .ad-box-title{ color:#2eb41e; }
.ad03 .ad-box-title{ color:#2078b7; }


.r-1{
 display:block;
 background: url(img2/r1.gif) no-repeat left;
 margin:0 0 0 125px;
}
.r-2{
 display:block;
 background: url(img2/r2.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-3{
 display:block;
 background: url(img2/r3.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-4{
 display:block;
 background: url(img2/r4.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-5{
 display:block;
 background: url(img2/r5.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-6{
 display:block;
 background: url(img2/r6.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-7{
 display:block;
 background: url(img2/r7.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-8{
 display:block;
 background: url(img2/r8.gif) no-repeat left;
 margin:0 0 0 125px;
}

.r-9{
 display:block;
 background: url(img2/r9.gif) no-repeat left;
 margin:0 0 0 125px;
}


.slink a{ 
 background:url(img2/mou1.gif) no-repeat;
 display:block;
 width:97px;
 height:19px;
 margin:0px 0 0 550px;
 _margin:0px 0 0 550px;
 text-indent:-5000px;
 float:right;
 overflow:hidden;
}

.slink a:hover{
 background:url(img2/mou2.gif) no-repeat;
 overflow:hidden;
}

.yameta p
{
 margin:10px;
}


.danraku1{
 display:block;
 background: url(img2/danraku1.gif) no-repeat left;
 margin:10px 0 0 5px;
 width:455px;
 height:40px;

}

.danraku2{
 display:block;
 background: url(img2/danraku2.gif) no-repeat left;
 margin:10px 0 0 5px;
 width:455px;
 height:40px;

}


.kazari1{
 color: #0000ff;
 font-weight:bold;
 font-family: "ＭＳ Ｐゴシック";
 font-size:1.2em;
 
}

.kazari2{
 color: #ff0000;
 font-weight:bold;
 font-family: "ＭＳ Ｐゴシック";
 font-size:1.8em;

}

.kazari3{
 background: #ffff00;
 font-weight:bold;
 font-family: "ＭＳ Ｐゴシック";
 font-size:1.2em;

}

.kazari4{
 color: #ff0000;
 font-weight:bold;
 font-family: "ＭＳ Ｐゴシック";
 font-size:1.2em;

}
.clear {
	clear: both;
}

