/* 基本レイアウト */
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: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

/* リンク色（サイドメニュー） */
#side a { color: #cc0000; }
#side a:hover { color: #ff9900; }

/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }


/* ページレイアウト */
body
{
 min-width: 780px;
 margin: 0;
 padding: 0;
 font-size: 0.8em;
 text-align: center;
 color: #333;
 background: #fff ;
 line-height: 1.5;
}

#container
{
 position: relative;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 width: 780px;
 background: #fff;
}

#container:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 780px;
 height: 50px;
 _height:70px;
 margin: 0 auto 10px 0;
 background: #fff;
 border-bottom:1px dotted #cacaca;
}

#banner2{
 width:780px;
 height:300px;
 background:url(img/banner.gif) no-repeat;
}
/* ヘッダー（サイトタイトル） */
#banner h1
{
 margin: 0;
 color: #fff;
 font-size: 1.8em;
 font-weight: normal;
 text-align:left;
 margin-top:20px;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}


/* ヘッダー（検索ボックス） */
#banner-search
{
 position:absolute; top: 20px; right: 10px;
}


/* ヘッダー（サイト説明） */
#banner-description
{
 display: none;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 780px;
 margin: 0 auto;
 text-align: left;
}

#pagebody:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* メインコンテンツレイアウト */

#main /* 記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 510px;
 margin: 10px 0;
 text-align: left;
 }

#side /* サイドメニュー */
{
 display: inline;
 position: relative;
 float: right;
 min-height: 1px;
 margin: 10px 0 0 0;
 width: 260px;
 _width:260px;
 text-align: left;
}
#sideinner{
 min-height: 1px;
 width: 258px;
 _width:260px;
 text-align: left;
 padding:0 1px;
 background:url(img/sidebg.gif) repeat-y;
}
#s-main /* 検索結果記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 510px;
 _width: 490px;
 margin: 10px;
 text-align: left;
 }

/* 記事部分見出し */
h3
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 15px 0;
 padding-left:10px;
 border-left: 5px solid #666;
 background: #fff;
 line-height: 40px;
 font-size: 1.4em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-transform: uppercase;
 clear: both;
 color:#197aff;
}
.header1
{
 position: relative;
 width: auto;
 _width: 100%;
 margin: 15px 0;
 border-left: 5px solid #666;
 background: #fff;
 line-height: 40px;
 font-size: 1.4em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-transform: uppercase;
 clear: both;
 padding-left:10px;
}


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

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}
.entryfooter{
 display:block;
 clear:both;

}
.entryfooterblock{
 border-top:1px solid #cacaca;
 margin-top:20px;
 margin-bottom:20px;
 clear:both;
 padding:0 0 20px 0;
}
.entryfooterblock ul li{
 float:left;
 width:200px;
 margin-right:10px;
}

.more
{
 text-align: right;
 }

.header2
{
 position: relative;
 margin-top: 10px;
 border-left: 5px solid #ccc;
 padding: 2px 0 2px 10px;
 font-size: 1.1em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 line-height: 1.25;
}

.header1 a, .header2 a 
{
 text-decoration: none;
 }

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

.bread
{
 background: none;
 margin: 0 10px;
 padding-left: 10px;
 text-align: left;
}

.f-navi
{
 margin: 5px 0;
 text-align: center;
 clear: both;
}

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

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

.tb-info
{
 text-align: center;
 border: 1px dotted #ccc;
}


/* フッター */
#footer
{
 position: relative;
 width: 780px;
 height: 30px;
 background: #fff;
 text-align: center;
 padding: 0;
 clear: both;
 color: #666;
}

#footer p
{
 padding: 0;
 margin: 0;
 font-size: 0.8em;
}

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

.footer-navi
{
  width: 780px;
 padding: 5px 0;
 background: #fff;
 font-size: 0.8em;
 text-align: center;
 line-height: 1.25;
 clear: both;
 border-top:1px dotted #cacaca;
}

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


/* サイドメニュー内部 */
.side-header
{
 position: relative;
 width: auto;
 height: 30px;
 margin: 10px 0 0px 0;
 padding: 0;
 color: #fff;
 background: #666;
 font-size: 14px;
 font-weight: nomal;
 line-height: 30px;
 text-align: center;
 background:url(img/sideheaderbg.gif) no-repeat
}

#side p 
{
 padding: 0 5px;
}

#side ul
{
 width:228px;
 margin: 0;
 padding: 0 0 0 30px;
 list-style: disc;
}

#side .ctitle a
{
 width: 258px;
 _width: 230px;
 background-color: #fff;
 display: block;
 font-size: 12px;
 line-height: 25px;
 padding:0;
 margin: 2px 0;
 text-indent:0px;
 letter-spacing: 0.1em;
 text-decoration: none;
}

#side li a
{
 width: 228px;
 _width: 228px;
 background-color: #fff;
 text-indent: 0;
 display: block;
 font-size: 12px;
 line-height: 25px;
 margin: 2px 0;
 padding:0;
 letter-spacing: 0.1em;
 text-decoration: undereline;
 color:#666; 
}



#side dl
{
 padding: 5px;
}

#side dt
{
 font-size: 12px;
 line-height: 1.5;
}

/* 物販用おすすめ・ピックアップ部分 */
.pickup
{
 width: auto;
 min-height: 190px;
 _height: 190px;
 margin: 5px 0;
 padding: 5px;
 border: 1px solid #ccc;
 line-height: 1.5;
}

.pickup1
{
 width: 47%;
  min-height: 190px;
 _height: 190px;
 margin: 5px 0;
 padding: 5px;
 line-height: 1.5;
 float: left;
}

.line
{
   background: #ffff00;
}

/* 文字装飾 */
.bbb /* 最大・太字 */
{
    color:#cacaca;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}




.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */
.line1 { background: #ff99cc; }
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.pink { color: #EA00AF; } /* ピンク系 */ 

.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 

.font{ font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }


/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/


/*  フォントの指定
-------------------------------------------------------------*/

.font{ font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8"; }
.arial{ font-family: "Arial"; }
.arial-b{ font-family: "Arial Black"; }
.comic{ font-family: "Comic Sans MS"; }
.courier{ font-family: "Courier New"; }
.time{ font-family: "Times New Roman"; }
.impact{ font-family: "Impact"; }
.trebuchet{ font-family: "Trebchet MS"; }
.verdana{ font-family: "Verdana"; }


/*  フォントのサイズ
-------------------------------------------------------------*/

.fs9{ font-size: 9pt!important; }
.fs10{ font-size: 10pt!important; }
.fs11{ font-size: 11pt!important; }
.fs12{ font-size: 12pt!important; }
.fs14{ font-size: 14pt!important; }
.fs16{ font-size: 16pt!important; }
.fs18{ font-size: 18pt!important; }
.fs20{ font-size: 20pt!important; }
.fs22{ font-size: 22pt!important; }
.fs24{ font-size: 24pt!important; }
/*  線
-------------------------------------------------------------*/

.border1 { border: 1px solid #cccccc; }/*グレーの線*/
.border2 { border: 1px solid #ff99cc; }/*ピンクの線*/
.border3 { border: 1px solid #cc0000; }/*赤の線*/
.border4 { border: 1px solid #000000; }/*黒の線*/




/* ブログ記事資格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: 150px;
}
.idTabs .t2{
	background: url(img/tab-2.gif) no-repeat;
	width: 150px;


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

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

.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 350px;
 _margin:0px 0 0 350px;
 text-indent:-5000px;
 float:right;
 overflow:hidden;
}

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

.clear{
 clear:both;

}


