@charset "UTF-8";

/* 2&3 columns extension */

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

body{
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
color: #333333;
background-color: #ffffff;
line-height: 1.166;	
margin: 0px;
padding: 0px;
}

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

a:hover {
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

h1{
font-family: palatino, georgia, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
font-size: 125%;
color: #334d55;
}

h2{
font-family: palatino, georgia, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
font-size: 120%;
color: #333333;
}

h3{
font-family: palatino, georgia, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
font-size: 120%;
color: #334d55;
}

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

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

h6{
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
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;
}


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

#header{
margin: 0;
padding: 10px 0px;
border-bottom: 1px solid #8c8c8c;
width: 100%;
background-image: url(../images/header_bg.jpg);
background-position:right top;
background-repeat:no-repeat;
}

#sidebar{
float: left;
width: 20%;
padding: 15px 10px 10px 10px;
/*
margin: 0 78% 0 0;
background-color: #eeeeee;
border-right: 1px solid #8c8c8c;
border-bottom: 1px solid #8c8c8c;*/
}

#sidebar-left{
float: left;
width: 20%;
margin: 0px;
padding: 15px 10px 10px 10px;
/*background-color: #eeeeee;
border-right: 1px solid #8c8c8c;
border-bottom: 1px solid #8c8c8c;*/
}

#sidebar-right{
float:right;
width: 20%;
margin: 0px;
padding: 15px 10px 10px 10px;
/*border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding-right: 10px;*/
}

#content{
float:right;
width: 74%;
margin: 0;
padding: 0 3% 0 0;
}

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

#footer{
clear: both;
border: 1px solid #8c8c8c;
padding: 10px 10px 10px 10px;
margin-top: 0px;
text-align: center;
}

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

#header h1{
margin: 0px;
padding: 0px 0px 10px 10px;
}

#header h2{
margin: 0px;
padding: 0px 0px 10px 10px;
}

#header p{
margin: 0px;
padding: 0px 0px 10px 10px;
}

#header img{
float: right;
margin: 0 10px 0 0;
}


/******* サイトインフォ・ナビゲーション *******/

#siteInfo{
color: #8c8c8c;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 10px;
/*white-space: nowrap;*/
}

#siteInfo img{
/*display: block;*/
}

#siteInfo a {
font-size: 90%;
padding: 0px 4px 0px 0px; 
}


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

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


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

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

#entryNavBottom{
text-align: center;
}


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

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

#blogbody h3{
font-size: 150%;
padding-left: 45px;
line-height: 40px;
border-bottom: 2px solid #666666;
background-image: url(../images/pencil.gif);
background-position: left middle;
background-repeat:no-repeat;
}

#blogbody h4{
font-size: 135%;
margin-top: 10px;
padding-left: 38px;
line-height: 36px;
background-image: url(../images/clip.gif);
background-position: left middle;
background-repeat:no-repeat;
}

#blogbody h5{
font-size: 120%;
margin-top: 10px;
margin-left: 10px;
padding-left: 32px;
line-height: 40px;
background-image: url(../images/pin.gif);
background-position: left middle;
background-repeat:no-repeat;
}

#blogbody h6{
font-size: 110%;
margin-top: 10px;
margin-left: 10px;
/*padding-left: 33px;
line-height: 24px;
background-image: url(../images/scissors.gif);
background-position: left middle;
background-repeat:no-repeat;*/
}

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

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

#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-bottom: 25px;
line-height: normal;
padding: 5px 0px 10px 0px;
}

#blogbody dt{
margin-top: 5px;
margin-left: 15px;
padding: 5px;
font-weight: bold;
}

#blogbody table{
margin: 10px 0px 30px 20px;
border: 1px solid #8c8c8c;
border-collapse: collapse;
font-size: 90%;
}
#blogbody caption{
padding: 0.4em;
white-space: nowrap;
font-weight: bold;
}
#blogbody td{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
}
#blogbody th{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
font-weight: bold;
background-color: #ccff99;
line-height: 1.5em;
}
#blogbody thead, #blogbody tfoot{
padding: 0.4em;
font-weight: bold;
text-align: center !important;
}
#blogbody thead tr, #blogbody tfoot tr, #blogbody thead th, #blogbody tfoot th, #blogbody thead td, #blogbody tfoot td{
color: #ffffff !important;
background-color: #50743e !important;
}
#blogbody col.right{
text-align: right;
}
#blogbody col.center{
text-align: center;
}
#blogbody col.left{
text-align: left;
}
#blogbody col.article{
text-align: center;
font-weight: bold;
background-color: #dcdcdc;
}
#blogbody col.hatching{
background-color: #dcdcdc;
}
#blogbody th.center-center, #blogbody tr.center-center, #blogbody td.center-center{
text-align: center !important;
}
#blogbody th.left-left, #blogbody tr.left-left, #blogbody td.left-left{
text-align: left !important;
}
#blogbody th.right-right, #blogbody tr.right-right, #blogbody td.right-right{
text-align: right !important;
}

form.supplies{
margin-left: 15px;
line-height: 1.5em;
}
form.supplies textarea{
font-size: 100%;
}
table textarea{
font-size: 105%;
}


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

.photo{

}

.photo h4{
margin: 10px 0px 5px 0px;
background: none !important;
}

.photo img{
float: left;
margin: 10px 15px 10px 10px;
}

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

.photo ul{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 210px;
/*margin-left: 255px;*/
}


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

#footer img{
padding: 4px 10px 4px 10px;
vertical-align: middle;
}

#footer h3{
display: inline;
color: #669900;
padding-left: 0px;
padding-right: 10px;
font-size: 80%;
font-weight: normal;
}
#footer h5{
display: inline;
color: #669900;
padding-left: 0px;
padding-right: 10px;
font-size: 80%;
font-weight: normal;
}

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

#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: 0px;
padding: 0px;
font-size: 90%;
}

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

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

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


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

#categoryMenu{
/*position: relative;*/
margin: 20px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 90%;
border-bottom: none;
}

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

#categoryMenu a:link{
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #8c8c8c;
width: 100%;
voice-family: "\"}\""; 
voice-family:inherit;
width: auto;
}

#categoryMenu a:visited{
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #8c8c8c;
}

#categoryMenu a:hover{
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #8c8c8c;
background-color: #e6f4fa;
}


/******* メンバーメニュー*******/

#memberMenu{
/*position: relative;*/
margin: -2px 0px 0px 0px;
padding: 0px;
border-top: none !important;
font-size: 90%;
background-color: #fafafa;
}

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

#memberMenu a:link{
padding: 2px 0px 2px 6px;
border-top: 1px solid #8c8c8c;
width: 100%;
width: auto;
}

#memberMenu a:visited{
padding: 2px 0px 2px 5px;
border-top: 1px solid #8c8c8c;
}

#memberMenu a:hover{
padding: 2px 0px 2px 5px;
border-top: 1px solid #8c8c8c;
background-color: #e6f4fa;
}


/******* ディスカテゴリーメニュー *******/

.thisCategoryMenu{
background-image: url(../images/thiscategory.gif);
}
.thisCategoryMenu a:link{
color: #ffff66;
}
.thisCategoryMenu a:visited{
color: #ffff66;
}
.thisCategoryMenu a:hover{
color: #666666;
}


/******* アーカイブメニュー・エクストラ *******/

#categoryMenu ul ul{
border-bottom: 1px solid #8c8c8c;
}
.nonimg{
padding-left: 8px;
background-image: none !important;
background-color: #ffffff !important;
font-size: 80%;
}
.nonimg a:link{
border-top-color: #ffffff !important;
border-bottom-color: #ffffff !important;
color: #006699;
}
.nonimg a:visited{
border-top-color: #ffffff !important;
border-bottom-color: #ffffff !important;
color: #006699;
}
.nonimg a:hover{
padding-left: 2px !important;
padding-right: 4px !important;
border-top-color: #ffffff !important;
border-bottom-color: #ffffff !important;
background-color: #ffffff !important;
}

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

.archiveMenu{
margin: 20px 0px 20px 0px;
padding: 0px 0px 15px 0px;
font-size: 80%;
}

.archiveMenu h3{
margin-top: 10px;
padding: 5px 0px 2px 12px;
}
h3.magnumber{
margin-top: 10px;
font-size: 90%;
padding: 5px 0px 2px 12px;
}

.archiveMenu li{
border-bottom-color: #ffffff !important;
padding: 5px 0px 2px 12px;
}


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

#headlines{
margin: 0px;
padding: 0px 0px 10px 0px;
font-size: 80%;
text-align: center;
}

#sidebar #headlines{
margin-top: 20px;
}

#headlines h3{
padding: 10px 0px 0px 0px;
}
#headlines p{
line-height: 1.5em;
margin: 5px;
/*padding: 5px 0px 5px 0px;*/
}
#headlines p.left{
text-align: left;
}


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

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

#advertisement h3{
margin-top: 10px;
margin-bottom: 10px;
font-size: 85%;
text-align: center;
}

#advertisement p.adv{
text-align: center;
}

#advertisement p{
margin: 5px;
}


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

.magazine{
margin: 20px 0px 0px 0px;
padding: 0px 0px 10px 0px;
font-size: 80%;
text-align: center;
}

.magazine h3{
padding: 10px 0px 0px 0px;
}
.magazine p{
line-height: 1.5em;
margin: 5px;
text-align: left;
/*padding: 5px 0px 5px 0px;*/
}
.magazine p.resist{
margin: -5px 15px;
text-align: left;
/*padding: 5px 0px 5px 0px;*/
}
.magazine input{
margin: 3px;
padding: 0px;
}


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

.link-note{
font-family: Verdana, Arial, sans-serif;
font-size: 65%;
margin: 0px;
padding: 20px 0px 10px 0px;
}

#powered{
font-family: Verdana, Arial, sans-serif;
font-size: 65%;
color: #666666;
margin: 0px;
padding: 0px;
}


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

#comments{
padding-left: 25px !important;
font-size: 130% !important;
line-height: 18px !important;
border-bottom: 1px solid #999999 !important;
background-image: url(../images/comments.gif) !important;
background-position: left middle;
background-repeat:no-repeat;
}
h4.commentsSay{
margin-right: 30%;
padding-left: 25px !important;
font-size: 115% !important;
line-height: 18px !important;
border-bottom: 1px dotted #999999 !important;
background-image: url(../images/commenters-say.gif) !important;
background-position: left middle;
background-repeat:no-repeat;
}
.trackbackBlock{
margin-top: 3em;
}
#trackbacks{
padding-left: 25px !important;
font-size: 130% !important;
line-height: 18px !important;
border-bottom: 1px solid #999999 !important;
background-image: url(../images/trackbacks.gif) !important;
background-position: left middle;
background-repeat:no-repeat;
}


/******* ハイパーポジション独自 *******/

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{
color: #ff3399;
}
i{
font-style: normal;
font-weight: bold;
color: #0099ff;
}
q{/* 引用 */
display: block;
color: #9e28a3;
margin-left: 1em;
}
cite{
color: #9e28a3;
font-style: normal;
}
code{/* ソースなど */
display: block;
margin-left: 1em;
color: #476b55;
font-family: Lucida Console, Courier New, Courier, "ＭＳ ゴシック", "Osaka－等幅", monospace;
}
del{/* 削除 */
color: #e54500;
}
ins{/* 挿入 */
color: #228b22;
}
.more{
font-size: 150% !important;
}
pre{
margin-left: 30px;
font-family: "ＭＳ ゴシック", "Osaka－等幅", serif;
font-size: 90%;
}


/******* カレンダー *******/

.calendarBox{
margin: 20px 0px 15px 0px;
padding: 10px 0px 10px 10px;
/*border-top: 1px solid #8c8c8c;
border-left: 1px solid #8c8c8c;
border-bottom: 5px ridge #ffffff;
border-right: 5px ridge #ffffff;*/
color: #334d55;
background-color: #eeeeee;
height: 200px;
background-image: url(../images/calendar.gif);
background-position: bottom right;
background-repeat:no-repeat;
}
.calendarBox h3{
font-size: 90%;
}
.calendarBox iframe{
margin-top: 3px;
font-size: 70%;
}

/******* SEO塾フォーマットの設定 *******/

table.equation{
width : 70% !important;
margin-left: 2em;
border: 3px solid #8c9aa5 !important;
}
table.headtb{
border: 1px solid #8c9aa5 !important;
}
col.menu{
width: 40%;
}
col.content{
width: 60%;
}
col.menu2{
width: 30%;
}
col.content2{
width: 70%;
}
table.equation td{
vertical-align: top !important;
padding: 1em !important;
}
table.equation td.headertb{
border-top: 2px solid #8c9aa5 !important;
border-right: 2px solid #8c9aa5 !important;
border-left: 2px solid #8c9aa5 !important;
}
table.equation td.menutb{
border-left: 2px solid #8c9aa5 !important;
}
table.equation td.contenttb{
border-right: 2px solid #8c9aa5 !important;
}
table.equation td.footertb{
border-right: 2px solid #8c9aa5 !important;
border-left: 2px solid #8c9aa5 !important;
border-bottom: 2px solid #8c9aa5 !important;
}


/******* W3C Validator *******/

#w3c{
padding: 10px 0px;
text-align: center;
/*border-top: 1px solid #8c8c8c;*/
background-color: #ffffff;
}

#w3c p{
margin: 2px;
}


/******* 商用サイト設計の設定 *******/

table.design{
width : 95% !important;
margin-left: 2em;
border: 1px solid #8c9aa5 !important;
}
col.c30{
width: 30%;
}
col.c25{
width: 25%;
}
col.c20{
width: 20%;
}
col.c10px{
width: 10px;
}
col.c5px{
width: 5px;
}


/******* サイドバーのアーチの設定 *******/

#searchbox{
border: 1px solid #8c8c8c;
background-image: url(../images/arch-top-center.gif);
background-position: top left;
background-repeat:repeat-x;
}
#searchbox .arch-top-left{
margin-top: 0px;
margin-left: -1px;
height: 15px;
background-image: url(../images/arch-top-left.gif);
background-position: top left;
background-repeat:no-repeat;
}
#searchbox .arch-top-right{
margin-top: -1px;
margin-right: -1px;
background-image: url(../images/arch-top-right.gif);
background-position: top right;
background-repeat:no-repeat;
}

.arch-bottom-left{
height: 10px;
/*margin-bottom: 0px;
margin-left: -1px;
background-image: url(../images/arch-bottom-left.gif);
background-position: bottom left;
background-repeat:no-repeat;*/
}
.arch-bottom-right{
/*margin-bottom: -1px;
margin-right: -1px;
background-image: url(../images/arch-bottom-right.gif);
background-position: bottom right;
background-repeat:no-repeat;*/
}

#categoryMenu{
border: 1px solid #739cb0;
background-image: url(../images/arch3-top-center.gif);
background-position: top left;
background-repeat:repeat-x;
}
#memberMenu{
border: 1px solid #739cb0;
}
#categoryMenu .arch-top-left{
margin-top: 0px;
margin-left: -1px;
height: 15px;
background-image: url(../images/arch3-top-left.gif);
background-position: top left;
background-repeat:no-repeat;
}
#categoryMenu .arch-top-right{
margin-top: -1px;
margin-right: -1px;
/*background-color: #666666;*/
background-image: url(../images/arch3-top-right.gif);
background-position: top right;
background-repeat:no-repeat;
}

.archiveMenu{
border: 1px solid #a4a452;
background-image: url(../images/arch6-top-center.gif);
background-position: top left;
background-repeat:repeat-x;
}
.archiveMenu .arch-top-left{
margin-top: 0px;
margin-left: -1px;
height: 15px;
background-image: url(../images/arch6-top-left.gif);
background-position: top left;
background-repeat:no-repeat;
}
.archiveMenu .arch-top-right{
margin-top: -1px;
margin-right: -1px;
background-image: url(../images/arch6-top-right.gif);
background-position: top right;
background-repeat:no-repeat;
}

#headlines{
border: 1px solid #dc6e53;
background-image: url(../images/arch4-top-center.gif);
background-position: top left;
background-repeat:repeat-x;
}
#headlines .arch-top-left{
margin-top: 0px;
margin-left: -1px;
height: 15px;
background-image: url(../images/arch4-top-left.gif);
background-position: top left;
background-repeat:no-repeat;
}
#headlines .arch-top-right{
margin-top: -1px;
margin-right: -1px;
/*background-color: #666666;*/
background-image: url(../images/arch4-top-right.gif);
background-position: top right;
background-repeat:no-repeat;
}

#advertisement{
border: 1px solid #50743e;
background-image: url(../images/arch2-top-center.gif);
background-position: top left;
background-repeat:repeat-x;
}
#advertisement .arch-top-left{
margin-top: 0px;
margin-left: -1px;
height: 15px;
background-image: url(../images/arch2-top-left.gif);
background-position: top left;
background-repeat:no-repeat;
}
#advertisement .arch-top-right{
margin-top: -1px;
margin-right: -1px;
/*background-color: #666666;*/
background-image: url(../images/arch2-top-right.gif);
background-position: top right;
background-repeat:no-repeat;
}

.magazine{
border: 1px solid #a4a452;
background-image: url(../images/arch6-top-center.gif);
background-position: top left;
background-repeat:repeat-x;
}
.magazine .arch-top-left{
margin-top: 0px;
margin-left: -1px;
height: 15px;
background-image: url(../images/arch6-top-left.gif);
background-position: top left;
background-repeat:no-repeat;
}
.magazine .arch-top-right{
margin-top: -1px;
margin-right: -1px;
/*background-color: #666666;*/
background-image: url(../images/arch6-top-right.gif);
background-position: top right;
background-repeat:no-repeat;
}

/*
#poweredBox{
margin: 0px;
height: 90px;
background-image: url(../images/powered2.gif);
background-repeat:no-repeat;
}
*/
#poweredBox{
margin: 20px 0px 0px 0px;
padding: 0px 0px 15px 0px;
text-align: center;
border: 1px solid #8c8c8c;
background-image: url(../images/arch-top-center.gif);
background-position: top left;
background-repeat:repeat-x;
}
#poweredBox .arch-top-left{
margin-top: 0px;
margin-left: -1px;
height: 15px;
background-image: url(../images/arch-top-left.gif);
background-position: top left;
background-repeat:no-repeat;
}
#poweredBox .arch-top-right{
margin-top: -1px;
margin-right: -1px;
background-image: url(../images/arch-top-right.gif);
background-position: top right;
background-repeat:no-repeat;
}
#poweredBox h4{
margin-top: -10px;
}
#poweredBox img{
margin-top: 5px;
}

textarea{
font-family: Lucida Console, Courier New, Courier, "ＭＳ ゴシック", "Osaka－等幅", monospace;
font-size: 95%;
}


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

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

#inducement h3{
margin-top: -22px; /* 枠の上に */
margin-bottom: 0px;
margin-left: -15px; /* 枠の左に */
padding: 5px 0px 5px 140px;
width: 30em;
font-size: 150%;
background-image: url(http://www.algorism.co.jp/images/seojuku_induce1.png); /* 背景画像 */
background-position: left middle;
background-repeat:no-repeat;
background-color: #FFFFFF;
border: none;
}

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


/******* TDPのnofollow表示用 *******/

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

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


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