@charset "utf-8";

/******* 基本設定 *******/

body{
margin: 0px;
padding: 0px;
font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
font-size: 16px;
color: #333333;
/*
background-color: #4b3e15;
*/
background-image: url("../images/tmpl/note-back.gif");
background-repeat: repeat-y;
background-position: left top;
line-height: 1.166;
}

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

a:hover{
text-decoration: underline;
}

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

h1{
font-size: 132%;
color: #334d55;
}

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

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

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

h5{
font-size: 107%;
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以外 */
margin: 0 0 0 60px;
text-align: left; /* Internet Explorer 5.5以前への対応 */
/*
border-left: 1px solid #663333;
border-right: 1px solid #663333;
width: 96%;  左右に余白を入れる場合は、ここを編集 */
background-color: #FFFFFF;
}

#header{
margin: 0px;
width: 100%;
height: 120px;
/*
text-align: right;
*/
background-image: url("../images/tmpl/header-bg.jpg");
background-repeat: no-repeat;
background-position: left top;
}

#block{
clear: both;
background-color: #FFFFFF;
}

#sidebar{
float: right;
padding: 0px 15px 10px 10px;
background-color: #FFFFFF;
/*
position: absolute;
top: 120px;
right: 2%;
*/
width: 180px;
}

#blogbody{
background-color: #FFFFFF;
}

#content{
/*
margin: 0 200px 0 0;
*/
background-color: #FFFFFF;
float: left;
padding: 15px;
width: 73%;
}

#footer{
clear: both;
margin: 0px;
padding: 10px 30px 15px 30px;
background: url("../images/tmpl/footer-bg.jpg") bottom;
background-repeat: no-repeat;
background-position: left top;
/*
text-align: center;
border: 1px solid #fafafa;
background-color: #4b3e15;
*/
}


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

#header h1{
margin: 0px 0px 0px 0px;
padding: 52px 160px 10px 0px;
text-align: center;
font-size: 120%;
z-index: 10;
}

#header h2{
position: absolute;
top: 10px;
left: 80px;
/*
margin: -55px 0px 0px 0px;
padding: 2px 150px 10px 70px;
*/
text-align: center;
color: #006699;
font-size: 90%;
z-index: 10;
}

#header p{
margin: 10px 0px 0px 0px;
padding: 0px 180px 10px 70px;
text-align: right;
font-size: 88%;
z-index: 5;
}

#header img{
float: right;
position: absolute;
top: 0px;
right: 0px;
margin: 0px;
}


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

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


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

#entryNav{
margin: 0px 5px 0px 5px;
/*
text-align: center;
*/
}

#entryNavBottom{
border: thin solid #333333;
margin: 10px 40px 10px 40px;
padding: 3px 0px;
/*
text-align: center;
*/
}

p.pre{
text-align: left;
margin: 5px 0px 3px 10px !important;
/*
padding: 0px 0px 0px 50px !important;
background-image: url(../images/tmpl/pre.gif);
background-repeat: no-repeat;
background-position: left center;
*/
}
p.next{
text-align: right;
margin: 3px 10px 5px 0px !important;
/*
padding: 0px 50px 0px 0px !important;
background-image: url(../images/tmpl/next.gif);
background-repeat: no-repeat;
background-position: right center;
*/
}


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

#blogbody{
clear: both;
padding: 10px 10px 20px 0px;
font-size: 75%;
}

#blogbody h2{
/*
font-size: 130%;
*/
margin-bottom: 30px;
padding: 18px 0px 18px 58px;
border-bottom: 2px solid #666666;
background-image: url("../images/tmpl/ha.gif");
background-repeat: no-repeat;
background-position: left center;
}

#blogbody h3{
/*
font-size: 125%;
*/
margin-top: 10px;
padding: 14px 0px 14px 48px;
border-bottom: 1px solid #666666;
background-image: url("../images/tmpl/hb.gif");
background-repeat: no-repeat;
background-position: left center;
}

#blogbody h4{
/*
font-size: 120%;
*/
margin-top: 10px;
margin-left: 5px;
padding: 10px 0px 10px 40px;
border-bottom: 2px dotted #666666;
background-image: url("../images/tmpl/hc.gif");
background-repeat: no-repeat;
background-position: left center;
}

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

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

#blogbody p{
font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
margin: 10px 10px 15px 15px;
padding: 5px;
}

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

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

#blogbody p.entryMore{
text-align: left;
margin-top: -10px;
padding: 0px 0px 0px 10px;
}

#blogbody ul{
margin-left: 2em;
/*
margin-top: -1em;
*/
line-height: 1.5em;
}
#blogbody ul ul{
margin-left: -2em;
}
#blogbody ul ul ul{

}
#blogbody ol{
margin-left: 2em;
/*
margin-top: -1em;
*/
line-height: 1.5em;
}
#blogbody ol ol{
margin-left: -2em;
}
#blogbody ol ol ol{

}


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

.photo{

}

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

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

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


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

#footer img{
/*
vertical-align: center;
*/
float: left;
padding: 2px 4px 10px 4px;
}

#footer h3{
/*
display: inline;
color: #FFFFFF;
*/
font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
font-size: 80%;
font-weight: normal;
float: right;
padding-top: 8px;
}

#footer a, #footer a:link, #footer a:visited{
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 #663333;
font-size: 90%;
background-color: #ffffff;
}

#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: 2px solid #663333;
font-size: 90%;
color: #FFFFFF;
background-color: #663333;
background-image: url(../images/tmpl/brownbg.gif);
}

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

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

#categoryMenu a:visited{
border-top: 1px solid #663333;
padding: 2px 0px 2px 10px;
color: #ffffff;
}

#categoryMenu a:hover{
/*
border-bottom: 1px solid #262626;
color: #CC9966;
*/
color: #006699;
background-color: #ffffff;
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: 100%;
}

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


/******* 最近のコメント *******/

#recentlyComment{
margin: 15px 0px 15px 0px;
padding: 5px;
/*
font-size: 85%;
*/
border: 1px solid #663333;
}

#recentlyComment h3{
text-align: center;
margin: 0px 0px 5px 0px;
font-size: 100% !important;
color: #db245b;
}

#recentlyComment ul{
list-style-type: disc;
line-height: 1em;
margin-top: 0.2em;
margin-left: 0.8em;
}
#recentlyComment ul a:link, #recentlyComment ul a:visited{
display: inline !important;
}
#recentlyComment li{
font-size: 60% !important;
margin-top: 0.2em;
}


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

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

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

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


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

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

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

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

#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: 0px 0px 0px 0px;
padding: 5px 0px 10px 10px;
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
color: #666666;
/*
border: 1px solid #663333;
*/
}


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

/* テーブルの設定 */
table.antiClips{
margin: 10px 0px 30px 20px;
border: 1px solid #cccccc;
border-collapse: collapse;
font-size: 90%;
}
.antiClips caption{
white-space: nowrap;
font-weight: bold;
}
.antiClips td{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
}
.antiClips 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;
}
.antiClips thead, .antiClips tfoot{
padding: 0.4em;
font-weight: bold;
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;
}
.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;
}
b{/* strong以外では色をつける */
color: #ff3399;
}
i{/* em以外では色をつける */
font-style: normal;
font-weight: bold;
color: #0099ff;
}
blockquote{/* 引用ブロックレベル */
margin: 20px 30px 20px 50px;
border-left: 8px solid #dbd6a2;
background-color: #fffff0;
}
blockquote p{
margin: 0px !important;
padding: 10px 10px 10px 10px !important;
}
blockquote ol, blockquote ul{
margin: 0px 30px !important;
padding: 10px 10px 10px 10px !important;
}
blockquote hr{
text-align: center;
width: 95%;
border: solid thin #9e28a3;
}
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;
}
del{/* 削除 */
color: #e54500;
}
ins{/* 挿入 */
color: #228b22;
}
address{
text-align: center;
margin: 10px;
}

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

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


/************* テロップ **************/

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

#telop h3{
margin-top: -20px; /* 枠の上に */
margin-bottom: 0px;
margin-left: -18px; /* 枠の左に */
padding: 10px 0px 10px 60px;
/*
*/
width: 16em;
font-size: 160%;
background-color: #FFFFFF;
background-image: url(../images/series_seo_img2.gif); /* 背景画像 */
background-repeat: no-repeat;
background-position: left center;
}

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

#telop ol{
margin-left: 10px;
}

#blogbody #telop{
margin: 50px 50px 5px 50px;
}
#blogbody #telop h3{
font-size: 200%;
border: none;
}

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

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

#inducement h3{
margin-top: -20px; /* 枠の上に */
margin-bottom: 0px;
margin-left: -18px; /* 枠の左に */
padding: 10px 0px 10px 140px;
width: 27em;
/*
width: 390px;
*/
font-size: 132%;
background-color: #FFFFFF;
background-image: url(../images/seojuku_induce1.png); /* 背景画像 */
background-repeat: no-repeat;
background-position: left center;
}

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

#blogbody #inducement{
margin: 20px 50px 20px 50px;
}
#blogbody #inducement h3{
font-size: 180%;
border: none;
}

#inducement blockquote{
margin: 10px 50px 10px 50px !important;
border-left: 8px solid #6bbf3f;
background-color: #e3fde7;
}
#inducement blockquote p{
margin: 0px !important;
padding: 10px 10px 10px 20px !important;
}

#inducement p a{
font-weight: bold;
font-size: 110% !important;
}

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

.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/tmpl/tag.gif") !important;
background-repeat: no-repeat !important;
background-position: left !important;
padding-left: 40px !important;
border: none !important;
}
.relatedLinks h5{
padding: 10px 0px 20px 20px !important;
background: none !important;
border: none !important;
}

.relatedLinks ul{
margin-left: 2em;
margin-top: -1em;
line-height: 1.5em;
}

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


/************* Amazonおまかせリンク **************/

#amaAds{
margin: 25px 0px 15px 50px;
padding: 0px;
}


/************* 関連キーワード・エントリー **************/

.entryLinks p a{
display: block; 
margin-left: -3px;
padding-left: 12px;
background-image: url("../images/tmpl/anchor-head.gif");
background-repeat: no-repeat;
background-position: left;
line-height: 1.2em;	
}

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

#trackbacks{
padding-left: 32px !important;
padding-bottom: 4px !important;
background-image: url("../images/tmpl/trackbacks.gif") !important;
background-repeat: no-repeat !important;
background-position: left center !important;
}
.tbposted{
margin: 5px 40px 10px 20px !important;
text-align: right !important;
}

#comments{
padding-left: 32px !important;
padding-bottom: 4px !important;
background-image: url("../images/tmpl/comments.gif") !important;
background-repeat: no-repeat !important;
background-position:left center !important;
}
.commentsSay{
padding-left: 32px !important;
padding-bottom: 8px !important;
background-image: url("../images/tmpl/commenters-say.gif") !important;
background-repeat: no-repeat !important;
background-position: left center !important;
}
.cmtposted{
margin: -15px 40px 10px 20px !important;
text-align: right !important;
}

a[rel="nofollow"]:link, a[rel="nofollow"]:visited{
background-color: #ffff66 !important;
color: #005fa9;
text-decoration: none;
}

a[rel="nofollow"]:hover{
text-decoration: underline;
}

form dt{
padding-left: 8px;
border-left: 8px solid #333333;
/*
margin-top: 1em;
margin-left: 2em;
*/
font-weight:bold;
}
form dd{
margin: 5px 0px 10px 40px;
}

.trackbackPosted{
color: #666666;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
font-size: 80%;
border-bottom: 1px dashed #999999;
margin: -10px 5% 30px 10px;
padding: 0px 0px 5px 30px;
}

.commentPosted{
color: #666666;
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
font-size: 80%;
border-bottom: 1px dashed #999999;
margin: -10px 5% 30px 10px;
padding: 0px 0px 5px 30px;
}

.pageTitle em, .techstuff em{
font-style: normal;
font-weight: normal;
color: #009933;
}


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

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

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

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

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

/**************** タグクラウド *****************/

ul li.tag{
margin-right: 5px;
display: inline;
list-style: none;
line-height: 2em;
}

li.tag a.level1{
font-size: 250%;
color: #000099;
}

li.tag a.level2{
font-size: 200%;
color: #0000CC;
}

li.tag a.level3{
font-size: 188%;
color: #0033CC;
}

li.tag a.level4{
font-size: 175%;
color: #0000FF;
}

li.tag a.level5{
font-size: 150%;
color: #0033FF;
}

li.tag a.level6{
font-size: 125%;
color: #0066CC;
}

li.tag a.level7{
font-size: 113%;
color: #0066FF;
}

li.tag a.level8{
font-size: 100%;
color: #0099FF;
}


/**************** アフィリエイト *****************/

#adButterfly{
margin-top:20px !important;
/*
margin:10px 0px 0px 0px !important;
padding: 10px !important;
*/
line-height: 2em !important;
}

#logoole{
margin-top: 0px;
padding-left: 10px;
/*
text-align: center
*/
}

#microAd{
margin: 30px 20px 30px 50px;
}

/**************** 画像の横にテキスト *****************/

img.floatRight{
float: right;
margin-left: 20px;
}
img.floatLeft{
float: left;
margin-right: 20px;
}


/**************** AddClips *****************/

.addClips{
/*
line-height: 1em;
*/
text-align: right;
margin: 30px 15px -3px 0px;
}


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