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

@charset "utf-8";

/******* 基本設定 *******/
html	{background:#f9e2f4 ;}

body{
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
color: #333333; /* 全体のテキストカラー */
background-color: #f9e2f4; /* 全体の背景色、このサイトでは黒の背景色 */
line-height: 1.166; /* 全体の行間 */
margin: auto; /* 前後左右の隙間 */
padding: 0px; /* 中の前後左右の隙間 */
width:820px;
text-align:center;
background:url("http://g-sel.jp/shitsuke/img/back.gif") repeat-y center top;
}

a, a:link, a:visited{
color: #0000ff;
text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h1{
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 125%;
color: #ffffff;
}

h2{
font-size: 120%;
color: #333333;
}

h3{
font-size: 120%;
color: #334d55;
}

h4{
font-size: 114%;
color: #333333;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
font-size: 100%;
color: #333333;
}

ul{
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

label{
font: bold 100% Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
color: #334d55;
}

a img{ /* 画像のリンク枠を消す */
border: none;
}


/******* フォーマットのレイアウト *******/

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
width: 96%; /* 左右に余白を入れる場合は、ここを編集 */
background-color: #ffffff; /* このサイトでは黒を背景に白のコンテンツ枠 */
}

#header{
margin: 0; /* 外の隙間 ピッチリ合わせている */
width: 100%; /* containerにいっぱいいっぱい表示 */
height: 300px; /* サイトロゴの高さ */
background-image: url(http://g-sel.jp/shitsuke/img/top.jpg); /* 背景画像 */
background-position:center top; /* 背景画像の表示のさせ方 */
background-repeat:no-repeat; /* 背景画像の表示のさせ方 */
}

#block{
clear: both;
}

#sidebar{
float: left;
padding: 180px 10px 10px 10px;

position: absolute;
top: 120px;
width: 190px;
}

#sidebar-left{
float: left;
position: absolute;
top: 120px;
left: 2%;
width: 190px;
margin: 0px;
padding: 0px 10px 10px 10px;
}

#sidebar-right{
float: right;
position: absolute;
top: 120px;
right: 2%;
width: 190px;
padding: 0px 10px 10px 10px;
/*
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
*/
}
#content{
/*
float:right;
*/
margin: 0 0 0 190px;
padding: 15px;
}

#content-3col{
/*
float: left;
width: 53%;
*/
margin: 0 190px 0 190px;
padding: 15px;
}

#content #blogbody{
min-height: 1000px;
}
#content-3col #blogbody{
min-height: 1600px;
}

#footer{
clear: both;
padding: 0px 0px 95px 0px;
margin-top: 0px;
/*
text-align: center;
border: 1px solid #fafafa;
*/
background-color: #ffffff;
}


/******* ヘッダ *******/

#header h1{ /* ページタイトル */
margin: 0px 0px 30px 0px;
padding: 230px 0px 0px 20px;
font-size: 120%;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header h2{ /* サイト名 */
margin: -180px 1px 0px 0px; /* サイトトピックの上に表示 */
padding: 2px 10px 10px 220px;
text-align: right;
color: #006699;
font-size: 105%;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header p{ /* ページトピック */
margin: -130px 10px 0px 0px; /* サイト名の下に表示 */
width:380px;
padding: 1px 0px 6px 10px;
text-align: left;
color: #000000;
font-size: 80%;
z-index:; /* サイトロゴの上に被って表示 */
}

#header img{ /* サイトロゴ */
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
top: 0px; /* ヘッダの左上に表示する仕掛け */
left: 2%; /* ヘッダの左上に表示する仕掛け */
margin: 0px;
z-index: 1; /* サイトロゴをテキストの後ろに表示 */
}


/******* パンくずリスト*******/

#breadCrumb{
font-size: 80%;
padding: 10px 0px 5px 10px;
}


/******* エントリー・ナビゲーション *******/

#entryNav{
margin: 0px 10px 0px 10px;
text-align: center;
}

#entryNavBottom{
margin: 0px;
padding: 0px;
text-align: center;
}


/******* エントリー *******/

#blogbody{
padding: 10px 0px 20px 10px;
font-size: 80%;
}

#blogbody h2{
font-size: 150%;
/*
line-height: 52px;
*/
margin-right: 20px;
padding: 18px 0px 18px 58px;
border-bottom: 2px solid #666666;
background-image: url(../images/ha.gif);
background-position: left center;
background-repeat:no-repeat;
}

#blogbody h3{
font-size: 135%;
margin-top: 20px;
margin-right: 25px;
/*
line-height: 44px;
*/
padding: 14px 0px 14px 48px;
background-image: url(../img/hb.gif);
background-position: left center;
background-repeat:no-repeat;
}

#blogbody h4{
font-size: 120%;
margin-top: 20px;
margin-right: 30px;
margin-left: 5px;
/*
line-height: 36px;
*/
padding: 11px 0px 11px 40px;
background-image: url(../img/hc.gif);
background-position: left center;
background-repeat:no-repeat;
}

#blogbody h5{
font-size: 110%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
/*
line-height: 28px;
*/
padding: 7px 0px 7px 30px;
border-bottom: 1px dashed #666666;
background-image: url(../images/hd.gif);
background-position: left center;
background-repeat:no-repeat;
}

#blogbody h6{
font-size: 105%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
/*
line-height: 28px;
*/
padding: 6px 0px 6px 30px;
border-bottom: 1px dashed #666666;
background-image: url(../images/he.gif);
background-position: left center;
background-repeat:no-repeat;
}

#blogbody p{
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 10px 10px 0px 15px;
padding: 5px 5px 0px 5px;
line-height: 1.5em;
}

#blogbody p.date{
color: #666666;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

#blogbody p.posted{
color: #999999;
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
border-top: 3px double #999999;
text-align: right;
margin-top: 35px;
margin-bottom: 0px;
line-height: normal;
padding: 5px 5px 0px 0px;
}

#blogbody p.postedspl{
color: #999999;
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
border-top: 3px double #999999;
text-align: right;
margin-top: 10px;
margin-bottom: 0px;
margin-right: 25px;
line-height: normal;
padding: 5px 5px 0px 0px;
}


/******* コンテンツ・画像 *******/

.photo{

}

.photo h4{
margin: 10px 0px 5px 0px;
}

.photo img{
float: left;
padding: 5px 20px 10px 10px;
}

.photo p{
margin: 15px 0px 5px 0px;
}


/******* フッタ *******/

#footer img{
padding: 2px 4px 10px 4px;
/*
vertical-align: middle;
*/
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
/*
display: inline;
*/
color: #000000;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
float: right; /* サイトコピーライトをフッタの右に */
padding-top: 10px;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #000099;
text-decoration: none;
}

/******* サイドバー *******/

#sidebar ul a:link, #sidebar ul a:visited{
display: block;
}

#sidebar ul{
list-style: none;
margin: 0;
padding: 0;
}

#sidebar li{
/*
border-bottom: 1px solid #eeeeee;
*/
}

/*
html>body #sidebar li {border-bottom: none;}
*/

/******* サイドバー・左 *******/

#sidebar-left ul a:link, #sidebar-left ul a:visited{
display: block;
}

#sidebar-left ul{
list-style: none;
margin: 0;
padding: 0;
}

#sidebar-left li{
/*
border-bottom: 1px solid #eeeeee;
*/
}

/*
html>body #sidebar-left li {border-bottom: none;}
*/

/******* サイドバー・右 *******/

#sidebar-right ul a:link, #sidebar-right ul a:visited{
display: block;
}

#sidebar-right ul{
list-style: none;
margin: 0;
padding: 0;
}

#sidebar-right li{
/*
border-bottom: 1px solid #eeeeee;
*/
}

/*
html>body #sidebar-right li {border-bottom: none;}
*/


/******* 検索窓 *******/

#searchbox{
margin: 15px 0px 0px 0px;
padding: 5px 0px 0px 0px;
border: 1px solid #262626;
font-size: 90%;
background-color: #fafafa;
}

#searchbox form{
margin: 7px;
padding: 0px;
}

#searchbox input{
margin: 3px;
padding: 0px;
}

#searchbox #search{
width: 90%;
}

#searchbox label{
display: block;
margin: 3px;
padding: 0px;
}


/******* カテゴリーメニュー*******/

#categoryMenu{
position: relative;
margin: 15px 0px 0px 0px;
padding: 1px 0px 1px 0px;
border: 1px solid #000000;
border-width: 0px 2px 2px 1px;
font-size: 90%;
color: #003399;
background: #ffbcea url(../images/blackbg.gif);
}

#categoryMenu h3{
padding: 10px 0px 2px 10px;
}

#categoryMenu a:link{
padding: 2px 0px 2px 10px;
border-top: 2px solid #262626;
width: 100%;
voice-family: "\"}\""; 
voice-family:inherit;
width: auto;
color: #0000CC;
}

#categoryMenu a:visited{
border-top: 2px solid #262626;
padding: 2px 0px 2px 10px;
color: #0000CC;
}

#categoryMenu a:hover{
/*
border-bottom: 1px solid #262626;
*/
color: #006699;
background-color: #ffe5f7;
padding: 2px 0px 2px 10px;
}


/******* アーカイブメニュー *******/

.archiveMenu{
margin: 0px 0px 0px 3px;
padding: 0px 0px 0px 0px;
font-size: 80%;
border-top: 1px solid #ffffff;
/*
border: 1px solid #666666;
*/
background-color: #ffffff;
}

.archiveMenu h3{
padding: 0px 0px 2px 0px;
font-size: 90%;
}

.archiveMenu li{
border-top-color: #ffffff !important;
border-bottom-color: #ffffff !important;
}
.archiveMenu a:link{
padding: 2px 0px 2px 10px;
border-top: none !important;
color: #006699 !important;
}
.archiveMenu a:visited{
border-top: none !important;
padding: 2px 0px 2px 10px;
color: #006699 !important;
}
.archiveMenu a:hover{
border-top: none !important;
background-color: #e0ffff !important;
/*
padding: 2px 0px 2px 10px;
*/
padding: 0px;
color: #006699 !important;
}


/******* ヘッドライン *******/

#headlines{
margin: 15px 0px 0px 0px;
padding: 10px 5px 10px 10px;
font-size: 80%;
border: 1px solid #262626;
}

#headlines h3{
margin: 5px;
font-size: 115% !important;
color: #db245b;
}

#headlines h4{
margin: 5px;
font-size: 95% !important;
}

#headlines p{
margin: 3px;
padding: 0px;
font-size: 95%;
line-height: 1.4em;
}

#headlines img{
display: block;
margin:  10px 0px 0px -19px;
}

/******* アドバタイズメント *******/

#advertisement{
margin: 15px 0px 0px 0px;
padding: 5px 5px 10px 10px;
font-size: 80%;
border: 0px solid #262626;
}

#advertisement h3{
margin: 10px 5px 5px 5px;
font-size: 100%;
}

#advertisement p{
margin: 3px;
padding: 0px;
font-size: 95%;
line-height: 1.4em;
}

#advertisement img{
display: block;
margin: 3px;
}


/******* デフォルトから *******/

.link-note{
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
margin: 10px 0px 0px 0px;
padding: 10px;
}
.link-note img{
vertical-align: middle;
}

#powered{
margin: 10px 0px 0px 0px;
padding: 10px 0px 10px 10px;
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
color: #666666;
border: 1px solid #262626;
}

/******* コメントとトラックバック *******/

#comments{
font-size: 130% !important;
border-bottom: 1px solid #999999 !important;
}
h4.commentsSay{
font-size: 115% !important;
border-bottom: 1px dotted #999999 !important;
}
.trackbackBlock{
margin-top: 3em;
}
#trackbacks{
font-size: 130% !important;
border-bottom: 1px solid #999999 !important;
}


/**************** テーブル *****************/

/* テーブルの設定 */
table{
margin: 10px 0px 15px 20px;
border: 1px solid #cccccc;
border-collapse: collapse;
font-size: 90%;
}
caption{
padding: 2em 0.4em 0em 0.4em;
white-space: nowrap;
font-family: Geneva, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-weight: bold;
text-align: center;
}
td{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
}
th{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
font-weight: bold;
background-color: #CCFF99;
line-height: 1.5em;
text-align: center;
}
thead, tfoot{
padding: 0.4em;
font-weight: bold;
background-color: #CCFF99;
text-align: center !important;
}
col.right{
text-align: right !important;
}
col.center{
text-align: center !important;
}
col.left{
text-align: left !important;
}
col.article{
text-align: center !important;
font-weight: bold !important;
background-color: #dcdcdc;
}
col.hatching{
background-color: #dcdcdc;
}
col.hatchingr{
background-color: #FFCCFF;
}
col.hatchingg{
background-color: #CCFFCC;
}
col.hatchingb{
background-color: #CCFFFF;
}
col.hatchinga{
background-color: #A9A9A9;
}
.center-center{
text-align: center !important;
}
.left-left{
text-align: left !important;
}
.right-right{
text-align: right !important;
}


/*********** ハイパーポジション仕様 ************/

/* フォントタグを使わずに色付け
～ただし論理的強調と視覚的強調（b,i）は区別する */
strong{
color: #cc0000;
}
strong.normal{
color: #000000;
font-weight: bold;
}
em{
color: #0000cc;
font-style: normal;
font-weight: bold;
}
em.normal{
color: #000000;
font-style: italic;
font-weight: normal;
}
i{/* em以外では色をつける */
font-style: normal;
font-weight: bold;
color: #0099ff;
}
blockquote{/* 引用ブロックレベル */
margin: 20px 30px 20px 50px;
border-left: 8px solid #00CC99;
background-color: #CCFFCC;
}
blockquote p{
margin: 0px !important;
padding: 10px 10px 10px 10px !important;
}
cite{/* 引用ブロックレベル */
/*
color: #9e28a3;
font-style: normal;
*/
}
q{/* 引用インライン */
color: #9e28a3;
margin-left: 1em;
}
code{/* ソースなど */
display: block;
margin-left: 1em;
color: #476b55;
font-family: Courier New, Courier, "ＭＳ ゴシック", "Osaka－等幅", monospace;
line-height: 1.2em;
}
.code-e{
font-family: Lucida Console, Courier New, Courier, monospace;
}
.code-j{
font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
}
del{/* 削除 */
color: #e54500;
}
ins{/* 挿入 */
color: #228b22;
}
address{
text-align: center;
margin: 10px;
}

dt{
margin-top: 1em;
margin-left: 2em;
font-weight:bold;
}
dd{
margin-left: 5em;
}

textarea{
width: 500px;
font-family: Courier New, Courier, "ＭＳ ゴシック", "Osaka－等幅", monospace;
font-size: 100%;
}

.category{
text-align: right;
margin: 5px 30px 0px 0px;
}

/************* 動線 **************/

#inducement{
margin: 30px 50px 5px 50px;
padding: 0px ;
border-color: #000000;
border-width: 1px 2px 3px 1px;
border-style: solid;
font-size: 80%;
}

#inducement h3{
margin-top: -20px; /* 枠の上に */
margin-bottom: 0px;
margin-left: -15px; /* 枠の左に */
padding: 20px 0px 10px 128px;
width: 500px;
font-size: 135%;
background-image: url(../images/induce.gif); /* 背景画像 */
background-position: left center;
background-repeat:no-repeat;
background-color: #FFFFFF;
}

#inducement p{
margin: 5px 10px 10px 10px;
line-height: 1.5em;
}


/************* 関連エントリー **************/

.relatedLinks{
margin: 30px 70px 20px 70px;
padding: 0px;
border-color: #333333;
border-width: 0px 2px 3px 0px;
border-style: solid;
/*
*/
}

.relatedLinks h3{
padding: 10px;
}
.relatedLinks h4{
background-image: url(../images/tag.gif) !important;
background-repeat: no-repeat !important;
background-position: left !important;
padding-left: 40px !important;
border: none !important;
}
.relatedLinks h5{
padding: 5px 0px 2px 0px;
}

.relatedLinks p{
margin: -10px 0px 10px 40px !important;
font-size: 100%;
}

.entryLinks p a{
/*
padding-left: 12px !important;
padding-right: 20px !important;
background-image: url(../images/anchor-head.gif) !important;
background-repeat: no-repeat !important;
background-position: left !important;
line-height: 1.2em;	
*/
}


/*********** 追加 ************/

.linkSpam{
margin: 20px 0px 10px 10px;
}

.sideline{
margin: 0px 0px 0px -10px;
height: 20px;
width: 210px;
background-image: url(../images/sideline.gif);
background-position: right center;
background-repeat:no-repeat;
}

.wide20{
width : 20% !important;
}
.wide25{
width : 25% !important;
}
.wide30{
width : 30% !important;
}
.wide35{
width : 35% !important;
}
.wide40{
width : 40% !important;
}
.wide55{
width : 55% !important;
}
.wide60{
width : 80% !important;
}
.wide75{
width : 75% !important;
}
.wide80{
width : 80% !important;
}
.wide85{
width : 85% !important;
}
.wide90{
width : 90% !important;
}
.wide95{
width : 95% !important;
}

.headercolor{
color: #FF00FF !important;
font-weight:bold !important;
}
.contentscolor{
color: #FF3333 !important;
font-weight:bold !important;
}
.menucolor{
color: #0066FF !important;
font-weight:bold !important;
}
.footercolor{
color: #00FFFF !important;
font-weight:bold !important;
}

/**************** メールマガジン *****************/

.magazine{
margin: 0 5px 20px 5px;
}

.magazine form{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.magazine input{
font-size: 100%;
margin: 0px;
}

.magazine img{
display: inline !important;
vertical-align: middle;
}

.bt1 {
margin: -35px 0px 0px 320px; 
padding: 0px 50px 0px 0px;
 clear  :both;
 }

.bt1 a {
 display: block;
 width: 354px;
 height: 44px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("http://g-sel.jp/shitsuke/img/bt1.jpg");
 }

.bt1 a:hover {
 background-position: 0 -44px;
 }

.bt2 {
 padding: 0px 225px 20px 22px;
 clear  :both;
 }

.bt2 a {
 display: block;
 width: 380px;
 height: 70px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("http://g-sel.jp/shitsuke/img/bt2.jpg");
 }

.bt2 a:hover {
 background-position: 0 -70px;
 }


/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    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; }/* 背景マーカー処理 */
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

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

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

/******* 終 了 *******/


