/*

name: IsCom_plane
layouts: 

*/

/*____________________________________ reset ____________________________________*/
html, body {
margin: 0;
padding: 0;
}

div, p, hr, ul, ol, dl, blockquote, address, noscript,
span, img, em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
margin: 0;
padding: 0;
border: none;
font-style: normal;
font-weight: normal;
background-repeat: no-repeat;
}

/*__________________________________ clearfix __________________________________*/
.clearfix: after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {overflow: hidden;}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
overflow: visible;
}
/* End hide from IE-mac */


/*_____________ check _____________*/
.bd1 {border: solid 1px #999;}

/*################___normal tag___################*/
body {
text-align: center;
color: #332;
font-size: 12pt;
font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
clear: both;
margin: 0 20px 5px 20px;
line-height: 1;
font-family: Verdana,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}

h4 {
padding-bottom: 3px;
border-bottom: dashed 1px #666;
font-size: 110%;
}

h5,h6 {
font-size: 100%;
}

p {
margin: 0 20px 1em 20px;
line-height: 1.6;
}

hr {
margin: 1em 20px;
border-bottom: solid 1px #999;
}

em {
color: #cc3333;
}

strong {
color: #cc3333;
font-size: 130%;
font-weight: bold;
}

small {
font-size: 80%;
}

kbd {
margin: 0 3px;
padding: 2px 6px;
background: #eee;
border: solid #666;
border-width: 0 1px 1px 0;
font-size: 90%;
}

q {
text-decoration: underline;
}

blockquote {
margin: 0.5em 30px;
padding: 10px;
background: #e9eff4;
border: 2px dotted #369;
color: #036;
}

ul,ol,dl {
padding: 0.5em 25px 1em 50px;
line-height: 1.6;
}

ol {
padding-left: 3.5em;
}

dl {
padding-left: 25px;
}

dt {
margin: 0 0 5px 0;
margin-bottom: 5px;
padding: 0 0 3px 0;
border-bottom: solid 1px #999;
}

li,dd {
padding: 0 0 0.5em 0;
}

dd {
margin-left: 1em;
}

table {
margin: 0 20px 20px 20px;
border: solid 2px #666;
border-collapse: collapse;
line-height: 1.6;
}

thead,tfoot {
text-align: center;
}

thead {
border-bottom: solid 2px #666;
}

tfoot {
border-top: solid 2px #666;
}

th,td {
padding: 5px;
border: 1px solid #aab;
}

thead td {
background: #e3e6f4;
}

th {
background: #e3e6f4;
border-right: solid 2px #666;
text-align: right;
white-space: nowrap;
}

thead th,tfoot th {
background: transparent;
}

img {
margin: 0 0 0 20px;
vertical-align: bottom;
}

input,select {
margin: 0 5px 0 0;
}


/*#_-___*/
/*################___block___################*/
#display_body {
position: relative;
width: 790px;
margin: 0 auto;
text-align: left;
}

#container {
margin: 0 5px;
}

#header {
width: 780px;
margin: 0;
padding: 10px 0;
}

#page_cover {
padding: 10px 0 10px 0;
}

#global_menu {
height: 25px;
}

#wrap {
clear: both;
padding-bottom: 10px;
}

#main {
float: left;
width: 550px;
overflow: hidden;
padding-top: 15px;
/*
margin-bottom:-32768px;
padding-bottom:32768px;
*/
}

.top-page #main {
width: 790px;
}

#sub {
float: left;
width: 230px;
padding-top: 15px;
/*
margin-bottom:-32768px;
padding-bottom:32768px;
*/
}

#footer {
width: 780px;
padding: 5px 0 9px 0;
}


/*##___-------------------------------___*/
/*########################___header & footer___########################*/
/*__________________________________ header __________________________________*/
#header h1 {
margin: 0;
padding: 5px 20px;
font-size: 18px;
}

#header h1 a {
text-decoration: none;
}


/*__________________________________ page_cover __________________________________*/
#page_cover img {
display: block;
margin: 0 auto;
text-align: center;
}


/*__________________________________ footer __________________________________*/
#footer p {
margin: 0;
padding: 7px 0 0 0;
font-size: 10pt;
text-align: center;
}

#footer a {
text-decoration: none;
}

/*########################___global menu___########################*/
#global_menu ul {
display: block;
float: right;
margin: 0 0 0 5px;
padding: 0 5px 0 0;
list-style: none;
}

#global_menu li {
float: left;
display: block;
margin: 0 0 0 0;
padding: 0;
text-align: center;
}

#global_menu a {
display: inline;		/* IE6 で範囲内 hover を動作させるため */
height: 100%;		/* IE6 で範囲内 hover を動作させるため */
margin: 0 0 0 3px;
padding: 5px 22px 1px 8px;
font-size: 12px;
text-decoration: none;
}

/* 通常ブラウザ用設定 */
#global_menu > ul li a {
display: block;
}

/* 幅調整用 */
#global_menu a.tab_end {
}

#global_menu a:hover {
background-position: right -40px;
}


/*##___-------------------------------___*/
/*########################___sub___########################*/
#sub p {
margin-left: 20px;
margin-right: 0;
}

#sub ul {
padding-left: 40px;
padding-right: 15px;
}

#sub ol {
padding-left: 3em;
padding-right: 15px;
}

#sub dl {
padding-left: 20px;
padding-right: 15px;
}

#sub dl dd {
margin-left: 0.5em;
}

#sub img {
display: block;
margin: 5px auto;
padding: 0;
text-align: center;
}

#sub .col {
margin: 0 10px 20px 0;
}

#sub .box {
margin-left: 0;
padding-left: 0;
}

#sub .exp_box {
margin: 15px 12px;
}

#sub h3.tab {
margin: 15px 0 5px 12px;
}

#sub .note_box {
margin: 0 12px 15px 12px;
}

#sub .exp_box p,#sub .note_box p {
margin: 5px 10px;
}

#sub form {
margin: 0 0 10px 0;
padding: 10px 0 10px 15px;
background: #a3b0bd;
border-bottom: solid 1px #596a7b;
line-height: 1;
}


/*########################___sub menu___########################*/
#sub #menu {
margin-top: 5px;
margin-bottom: 15px;
padding-bottom: 15px;
}

#menu ul {
margin: 0;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 1;
}

#menu h2 {
margin: 0;
padding: 11px 15px 11px 45px;
font-size: 12px;
}

#menu li {
margin: 0;
padding: 0;
}

#menu li a {
display: block;
width: 100%;		/* IE6 で範囲内 hover を動作させるため */
padding: 9px 15px 9px 2em;
text-decoration: none;
}

#menu ul ul a {
padding-left: 3em;
}

#menu ul ul ul a {
padding-left: 4em;
}

/* 通常ブラウザ用：上記 a と合わせて使用 */
#menu li > a {width: auto;}

#menu li span.cat_open {
display: block;
padding: 11px 15px 11px 35px;
text-decoration: none;
}

#menu li a.cat_open {
padding: 12px 15px 12px 35px;
}

#menu li a.cat_close {
padding: 13px 15px 15px 35px;
}

#menu a:hover {
background-position: 0px -30px;
}

#menu li a.c_page,#menu li a.c_page:hover {
background-position: 0px -60px;
}

#menu li a.cat_open:hover {
background-position: 0 0;
}

#menu li a.cat_close:hover {
background-position: 0 -40px;
}


/*################___ - CSS type___################*/
/*
#menu ul {
margin-bottom: 2px;
}

#menu li a {
background: #aac;
border-top: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #666;
border-bottom: solid 1px #666;
}

#menu li a:hover {
background: #aca;
}

#menu li a.cat_open,#menu li a.cat_close,#menu li a.cat_open:hover,#menu li a.cat_close:hover {
background: #caa;
border-bottom: solid 2px #666;
}

#menu ul.sub_menu {
padding-left: 5px;
padding-bottom: 3px;
}

#menu li a.c_page,#menu li a.c_page:hover {
background: #acc;
}


/*##___-------------------------------___*/
/*########################___box___########################*/
.col {
clear: both;
margin: 0 20px 20px 0;
}

.box {float: left;background-position: left bottom;}
.box_top h2,.box_top h3 {background-position: top left;}
.box_top,.box_mid {background-position: top right;}
.box_mid,.box_mid .mid_left {background-repeat: repeat-y;}
.box_top {padding-right: 15px;}
.box_mid .mid_left {margin-right: 15px;padding-top: 5px;}

.box_btm {
float: right;
width: 15px;
height: 15px;
background-position: right bottom;
}

.box_top h2,.box_top h3 {
margin: 0;
padding: 10px 0 10px 35px;
line-height: 1;
}

.box_mid p {
margin: 0 0 0 35px;
}

.box h4 {
margin: 0 0 8px 35px;
}

.mid_left {
padding: 5px 0 0 0;
}

.box blockquote {
margin: 0.5em 10px 0.5em 45px ;
}

.box ul {
padding-left: 60px;
padding-right: 10px;
}

.box ol {
padding-left: 4em;
padding-right: 0;
}

.box dl {
padding-left: 40px;
padding-right: 5px;
}

.box table {
margin: 0 5px 0 40px;
}

.box img {
margin-left: 35px;
}

.w1-4 {width: 25%;}	/* 1/4 */
.w1-3 {width: 33%;}	/* 1/3 */
.w3-8 {width: 37%;}	/* 3/4 の 1/2 */
.w1-2 {width: 50%;}	/* 1/2 */
.w2-3 {width: 67%;}	/* 2/3 */
.w3-4 {width: 74%;}	/* 3/4 */
.w100 {width: 100%;}	/* 全幅 */
.wgol_s {width: 38%;}	/* 黄金分割：短幅 */
.wgol_l {width: 62%;}	/* 黄金分割：長幅 */
.wgol_l1-2 {width: 30%;}	/* 黄金分割：長幅の1/2 */


/*########################___separate___########################*/
.separate {
overflow: hidden;
margin: 0 10px;
padding-bottom: 10px;
}

.col .separate {
margin: 0 -10px 0 30px;
padding-bottom: 10px;
}

.separate .sbox {
float: left;
overflow: hidden;
margin-bottom:-32768px;
padding: 10px 0 32768px 0;
}

.separate.border_h {background: url(img/system/dot_gray.gif) repeat-x;}
.separate.border_v .sbox {background: url(img/system/dot_gray.gif) repeat-y;}
.separate.border_v .sbox.left_cell {background: none;}

.separate p,.col .separate p {
margin: 0 10px;
}

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

.separate ul,.separate ol {
padding: 0.5em 25px 1em 2em;
}

.separate dl {
padding: 0.5em 25px 1em 0;
}

.separate .sbox img {
margin-left: 10px;
}

.separate .imgblk {
margin-left: 10px;
margin-right: 10px;
}

.separate .imgblk img {
margin-left: 0px;
}

.s1-4 {width: 25%;}	/* 1/4 */
.s1-4ie {width: 24%;}	/* IE6 用：いずれか一つのセルに適用 */
.separate > .s1-4ie {width: 25%;}
.s1-3 {width: 33%;}	/* 1/3 */
.s3-8 {width: 37%;}	/* 3/4 の 1/2 */
.s1-2 {width: 50%;}	/* 1/2 */
.s1-2ie {width: 49%;}	/* IE6 用：いずれか一つのセルに適用 */
.separate > .s1-2ie {width: 50%;}
.s2-3 {width: 66%;}	/* 2/3 */
.s3-4 {width: 75%;}	/* 3/4 */

.sgol_s {width: 38%;}	/* 黄金分割：短幅 */
.sgol_sie {width: 37%;}	/* IE6 用：いずれか一つのセルに適用 */
.separate > .sgol_sie {width: 38%;}
.sgol_l {width: 62%;}	/* 黄金分割：長幅 */
.sgol_l1-2 {width: 31%;}	/* 黄金分割：長幅の1/2 */


/*########################___image block___########################*/
.imgblk {display: table;margin: 0 20px 15px 20px;}

.img_left img {margin-left: 0px}
.img_right img {margin-left: 10px}

.img_left p {margin-left: 15px;margin-right: 0;}
.img_right p {margin-left: 0;margin-right: 0;}

.box .imgblk {margin: 0 0 15px 35px;}
.box .img_right img,.exp_box .img_right img,.note_box .img_right img{margin: 0 5px 0 10px}

.separate .img_right p {margin-right: 10px}
.box .separate .img_right p {margin-right: 0px}
.box .separate .imgblk {margin-left: 0px;}
.box .separate .left_cell .imgblk {margin-left: 5px;}


.exp_box .imgblk,.note_box .imgblk {margin: 0 20px 0 5px;}
.exp_box .img_left img,.note_box .img_left img {margin-left: 10px}
.exp_box .img_right p,.note_box .img_right p {margin: 0 0 0 10px;}

.img_right {direction: rtl;}
.img_right * {direction: ltr;}

.imgblk .imgarea,.imgblk .nonimgarea {
display: table-cell;
vertical-align: top;
text-align: left;
}

.imgblk .nonimgarea {width: 100%;}

/* for IE */
#ltie8 .img_right .imgarea {float: right;}
#ltie8 .img_left .imgarea {float: left;}
#ltie8 .imgblk .imgarea {width: expression(this.getelementsbytagname("img")[0].clientwidth);}
#ltie8 .imgblk .nonimgarea {width: auto;}

/* clear float and get haslayout */
#ltie8 .imgblk,#ltie8 .imgblk .nonimgarea {min-height: 0;}
* html #ltie8 .imgblk,* html #ltie8 .imgblk .nonimgarea {height: 0;}


/*########################___exp & note___########################*/
.exp_box {
margin: 20px;
border: solid 1px #999;
background: #ffffff;
}

.box .exp_box,.box .note_box {
margin: 0 0 0 20px;
}

.exp_box h2,.exp_box h3 {
margin: 0 0 5px 0;
padding: 3px 10px;
border-bottom: solid 1px #999;
line-height: 1.5
}

.exp_box h4,.note_box h4 {
margin: 5px 15px 5px 15px;
}

.exp_box p {
margin-left: 15px;margin-right: 10px;
}

.dogear {
background: #ffffff url(img/system/dogear_gray.png) bottom right no-repeat;
}

h2.tab,h3.tab {
display: inline;
margin: 0 0 0 20px;
padding: 5px 40px 5px 10px;
border-left: solid 1px #333;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 200%;
}

.box h2.tab,.box h3.tab {
padding-top: 4px;
}

.note_box {
margin: 0 20px 20px 20px;
padding-top: 5px;
border: solid 1px #333;
background: #fff;
}

.note_box p {
margin: 5px 15px 10px 15px;
}

.exp_box ul,.note_box ul {
padding-left: 35px;
padding-right: 10px;
}

.exp_box ol,.note_box ol {
padding-left: 3em;
padding-right: 10px;
}

.exp_box dl,.note_box dl {
padding-left: 15px;
padding-right: 10px;
}

.exp_box table,.note_box table {
margin: 0 15px 20px 15px;
}

.exp_box img,.note_box img {
margin-left: 15px;
}


/*##___-------------------------------___*/
/*########################___Utility___########################*/
/*__________________________________ heading __________________________________*/
h2 {
margin: 0 15px 0 15px;
padding: 10px 0 14px 15px;
}

h2.cat {
padding: 25px 0 18px 55px;
}


/*__________________________________ text_panel __________________________________*/
.tpanel {
font-size: 12px;
line-height: 2.5;
background-position: top left;
}

p > .tpanel {
padding: 7px 0 7px 0;
}

*:first-child+html .tpanel {
padding: 0
}

.tpanel span {
margin-left: 5px;
padding: 7px 30px 7px 20px;
background-position: top right;
}

a.tpanel {text-decoration: none;}
a.tpanel:hover {background-position: left -30px;}
a.tpanel:hover span {background-position: right -30px;}


/*____________________________________ align ____________________________________*/
.left,p img.left,.col p img.left {
display: block;
float: left;
padding: 0 15px 10px 0;
background: #fff;
}

.center,.box .center,.box.left_cell .center,.exp_box .center,.note_box .center {
display: block;
margin: 5px auto;
padding: 0;
text-align: center;
}

.col .center {
padding-left: 35px;
}

.exp_box .center,.note_box .center {
padding-left: 0;
}

.right {
float: right;
margin: 0 0 10px 10px;
}

.exp_box .right,.note_box .right {
margin: 0 15px 10px 10px;
}


/*__________________________________ space __________________________________*/
.spc_t0 {margin-top: 0;padding-top: 0;}
.spc_b0 {margin-bottom: 0;padding-bottom: 0;}

.spc_t05 {margin-top: 0.5em;padding-top: 0.5em;}
.spc_b05 {margin-bottom: 0.5em;padding-bottom: 0.5em;}

.spc_t1 {margin-top: 1em;padding-top: 1em;}
.spc_b1 {margin-bottom: 1em;padding-bottom: 1em;}

.spc_t15 {margin-top: 1.5em;padding-top: 1.5em;}
.spc_b15 {margin-bottom: 1.5em;padding-bottom: 1.5em;}

.spc_t2 {margin-top: 2em;padding-top: 2em;}
.spc_b2 {margin-bottom: 2em;padding-bottom: 2em;}

.spc_t3 {margin-top: 3em;padding-top: 3em;}
.spc_b3 {margin-bottom: 3em;padding-bottom: 3em;}


/*__________________________________ others __________________________________*/
table.w100 {
width: 93%
}

.twrap_no {
white-space: nowrap;
}

.twrap_on {
white-space: normal;
}

.grayout {
color: #aaa;
}

.grayout a {
color: #aaa;
text-decoration: none;
}

.grayout:hover {
color: #332;
}

.grayout:hover a {
color: #0000ec;
}

.grayout a:hover {
text-decoration: underline;
}

.to_top {
margin: 20px 0 ;
clear: both;
text-align: right;
}

.to_top a {
margin-right: 30px;
text-decoration: none;
font-size: 80%;
}

.to_top a:hover {
text-decoration: underline;
}

.top_navi {
text-align: right;
}

.listhead {
margin: 0.5em 30px 0.5em 30px;
list-style: none;
}

.spacer {
margin:0;
padding: 0;
visibility: hidden;
}

/*##___-------------------------------___*/
/*########################___Individual___########################*/
/*__________________________________  __________________________________*/
.top-page h2#category-list {
padding: 8px 30px 10px 45px;
background: url(img/system/banner_category.gif) top no-repeat;
}

.top-page h2#tag-list {
margin-bottom: 5px;
padding: 8px 30px 10px 45px;
background: url(img/system/banner_tag.gif) top no-repeat;
}

.top-page .col {
margin-right: 30px;
}

.sub-info {
text-align: right;
font-size: 14px;
}

.topic-path {
padding-bottom: 0;
border-bottom: solid 1px #ddd;
font-size: 10pt;
}

.topic-path a {
text-decoration: none;
}

.topic-path a:hover {
text-decoration: underline;
}

.map-disp {
margin: 0 0 0 50px;
padding: 35px 20px 20px 15px;
background: url(img/system/frame_map.gif) no-repeat;
}

.widget-content {
margin: 0;
padding: 5px 0 0 30px;
border: solid #999;
border-width: 1px 1px 1px 1px;
}

.web-page h3 {
padding: 8px 20px 8px 25px;
background: url(img/system/banner_small.gif) bottom;
}

.entry,.category,.comment,.comment-list,.ranking,.entry-tag,.announce,.sign-in {
width: 100%;
}


/*########################___ カテゴリー一覧 ___########################*/
.cat-disp {
margin: 0 15px;
}

.columns-1 .sbox {
width: 95%;
}

.columns-2 .sbox {
width: 50%;
}

.columns-3 .sbox {
width: 32%;
}

.columns-4 .sbox {
width: 24%;
}

.cat-disp h3 {
margin: 0 0 3px 15px;
padding-bottom: 3px;
border-bottom: dashed 1px #666;
font-size: 100%;
}

.cat-disp h3 a {
color: #779;
text-decoration: none;
}


/*########################___ エントリー ___########################*/
.entry h2,.entry h3 {
padding: 12px 20px 12px 65px;
font-size: 18px;
}

.entry h3 a {
text-decoration: none;
}

.entry h3 a:hover {
text-decoration: underline;
}

.entry p {
padding-bottom: 1em;
}

.entry .entry-tag,.entry .sub-info {
text-align: right;
font-size: 14px;
padding-bottom: 0;
}

.entry .entry-tag .entry-tag-head {
padding-left: 20px;
background: url(img/system/icon_tag.gif) top left no-repeat;
}

.entry .more-link {
padding-bottom: 0;
}

p img {
margin: 0 5px;
vertical-align: top;
}


/*########################___ エントリー一覧 ___########################*/
.category-index .sub-category {
font-size: 14px;
}

.category-index .category .box_btm {
height: 10px;
}

.category-index .category h2,.search .category h3 {
padding: 13px 20px 15px 35px;
font-size: 18px;
}

.category-index .entry h4 {
margin-top: 0.5em;
font-size: 16px;
}

.page-navi {
padding: 10px 25px;
text-align: center;
}

.page-navi b {
padding: 5px;
background: #f0d0d0;
border: solid 1px #999;
}

.page-navi a {
padding: 5px;
border: solid 1px #999;
background: #f3f3f3;
text-decoration: none;
}

.page-navi a:hover {
background: #d0d0f0;
text-decoration: underline;
}

/*__________________________________ 管理人 blog __________________________________*/
.text-entry {
padding-top: 15px;
}

.text-entry h3 {
padding: 8px 20px 8px 25px;
background: url(img/system/banner_small.gif) bottom;
}


/*########################___ コメント ___########################*/
h2#comments {
margin-bottom: 0.5em;
}

h2#comment-form {
margin-top: 0.5em;
}

.comment {
margin-bottom: 0;
}

.comment .box_btm {
height: 0;
}

.comment .sub-info img {
margin: 0 5px 0 0;
padding: 0;
vertical-align: top;
}

span.commenter-is-entry-author {
color: #955;
}

span.commenter-is-subscriber {
color: #595;
}

.comments-open {
padding: 10px 10px 10px 30px;
}


.comment .box_top,.comment .box_mid {
margin-left: 20px;
padding-bottom: 5px;
}

.comment h2 {
margin-left: 20px;
padding-left: 10px;
padding-bottom: 3px;
border-bottom: dashed 1px #666;
font-size: 110%;
}

.entry-archive .line-1 .box_top,.entry-archive .line-1 .box_mid {
background: #f1f5e9;
}


/*########################___ コメント一覧 ___########################*/
.top-page .comment-list {
width: 70%;
}

.comment-list h2 {
padding: 13px 20px 15px 35px;
font-size: 18px;
}

div.comment-table {
padding: 0 0 10px 0;
}

.comment-table table {
width: 480px;
margin: 0 -35px 0 35px;
border: none;
font-size: 14px;
}

.comment-table table td {
border: solid #ccc;
border-width: 0 0 1px 0;
}

.comment-status {
width: 70px;
margin: 0;
padding: 0 3px 0 0;
text-align: right;
}

.commenter {
font-size: 9pt;
}

.comment-table table tr.line_1 {
background: #f3f3f3;
}

.comment-table table img {
margin: 0 0 0 3px;
padding: 0;
}

.more-link {
text-align: right;
}

.comment-list .sub-info {
padding-bottom: 5px;
text-align: right;
}

span.delimiter {
font-size: 1px;
text-indent: -9999px;
}


/*########################___ コメントランキング ___########################*/
.ranking h2 {
padding: 5px 20px 10px 75px;
font-size: 18px;
}

.ranking table {
width: 94%;
margin: 0 -35px 0 35px;
border: none;
font-size: 14px;
background-color: #fff;
}

.ranking table td {
border: solid #ccc;
border-width: 0 0 1px 0;
}

.ranking table tr.line_1 {
background: #f3f3f3;
}

.ranking table tr.info {
font-size: 12px;
}

.ranking table .rank,.ranking table .count {
text-align: center;
}


/*########################___ タグ ___########################*/
#sub .entry-tag .box_btm {
height: 5px;
}

#sub .entry-tag h2,#sub .entry-tag .box_mid .mid_left {background-position: -10px top;}
#sub .entry-tag {background-position: -10px bottom;}

.entry-tag .box_top h2 {
padding: 11px 15px 11px 40px;
font-size: 12px;
}

.entry-tags a {
padding: 2px;
color: #666;
border: solid 1px #fff;
text-decoration: none;
}

.entry-tags a:hover {
background: #f6f6f6;
border: solid 1px #999;
}

a.tagrank-1 {
font-size: 120%;
color: #333;
}

a.tagrank-2 {
font-size: 110%;
color: #333;
}

a.tagrank-3 {
font-size: 100%;
color: #333;
}

a.tagrank-4 {
font-size: 100%;
}

a.tagrank-5 {
font-size: 95%;
}

a.tagrank-6 {
font-size: 90%;
}


/*#####################___ アナウンス・サインイン ___#####################*/
.announce h2 {
font-size: 14px;
}

#sub .announce h2,#sub .announce .box_mid .mid_left {background-position: -10px top;}
#sub .announce {background-position: -10px bottom;}

#sub .announce h2 {
padding-left: 20px;
}

.top-page .sign-in {
width: 30%;
}

.sign-in h2 {
padding: 12px 15px 12px 35px;
font-size: 18px;
}

#sub .sign-in h2 {
padding-left: 25px;
}

#sub .sign-in p {
padding-left: 5px;
}

.sign-in .sub-info {
padding-top: 10px;
}

#sub .sign-in h2,#sub .sign-in .box_mid .mid_left {background-position: -10px top;}
#sub .sign-in {background-position: -10px bottom;}


/*##___-------------------------------___*/
/*########################___Image___########################*/
/*__________________________________ heading __________________________________*/
h2 {background: url(img/system/banner_big.gif) left no-repeat;}
h2.cat {background: url(img/system/banner_category.gif) left no-repeat;}
h2.banner_top {background: url(img/system/banner_long.gif) left no-repeat;}

.exp_box h2,.exp_box h3 {background: #c1dac1 url(img/system/tb_oblique-line_2px.gif);}
h3.tab_black {background: url(img/system/tab_black.png) top right no-repeat;}


/*__________________________________ box __________________________________*/
.announce .box_top,.announce .box_top h2,.announce .box_top h3,
.announce,.announce .box_btm {
background-image: url(img/system/announce_nomal.gif);}
.announce .box_mid,.announce .box_mid .mid_left {
background-image: url(img/system/announce_nomal_mid.gif);}

.an-strong .box_top,.an-strong .box_top h2,.an-strong .box_top h3,
.an-strong,.an-strong .box_btm {
background-image: url(img/system/announce_strong.gif);}
.an-strong .box_mid,.an-strong .box_mid .mid_left {
background-image: url(img/system/announce_strong_mid.gif);}

.comment-list .box_top,.comment-list .box_top h2,.comment-list .box_top h3,
.comment-list,.comment-list .box_btm {
background-image: url(img/system/comlist_box.gif);}
.comment-list .box_mid,.comment-list .box_mid .mid_left {
background-image: url(img/system/comlist_box_mid.gif);}

.ranking .box_top,.ranking .box_top h2,.ranking .box_top h3,.ranking,.ranking .box_btm {
background-image: url(img/system/ranking.gif);}
.ranking .box_mid,.ranking .box_mid .mid_left {
background-image: url(img/system/ranking_mid.gif);}

.entry .box_top,.entry .box_top h2,.entry .box_top h3,.entry,.entry .box_btm {
background-image: url(img/system/entry.gif);}
.entry .box_mid,.entry .box_mid .mid_left {
background-image: url(img/system/entry_mid.gif);}

.category .box_top,.category .box_top h2,.category .box_top h3,
.category,.category .box_btm {
background-image: url(img/system/category_box.gif);}
.category .box_mid,.category .box_mid .mid_left {
background-image: url(img/system/category_box_mid.gif);}

.entry-tag .box_top,.entry-tag .box_top h2,.entry-tag .box_top h3,
.entry-tag,.entry-tag .box_btm {
background-image: url(img/system/tagbox.gif);}
.entry-tag .box_mid,.entry-tag .box_mid .mid_left {
background-image: url(img/system/tagbox_mid.gif);}

.sign-in .box_top,.sign-in .box_top h2,.sign-in .box_top h3,.sign-in,.sign-in .box_btm {
background-image: url(img/system/signin.gif);}
.sign-in .box_mid,.sign-in .box_mid .mid_left {
background-image: url(img/system/signin_mid.gif);}


/*__________________________________ others __________________________________*/
.tpanel,.tpanel span {background-image: url(img/system/tpanel_link_orange.gif);}


/*########################___ --> block & menu___########################*/
/*__________________________________ block __________________________________*/
body {background: #f4f7fa;}
#display_body {background: url(img/system/bg_disp_body.gif) repeat-y;}
#header {background: #a5c9e6 url(img/system/header.gif) bottom repeat-x;}
#global_menu {background: url(img/system/gmenu.gif) bottom left repeat-x;}
#wrap {background: url(img/system/wrap.gif) top left repeat-x;}
/*
#main {background: url(img/system) top repeat-y;}
#sub {background: url(img/system/) top repeat-y;}
*/
#footer {background: #a5c9e6 url(img/system/footer.gif) top repeat-x;}

/*__________________________________ global menu __________________________________*/
#global_menu {background: url(img/system/gmenu.gif) bottom left repeat-x;}
#global_menu li {background: url(img/system/gmenu_lback.gif) top left no-repeat;}
#global_menu a {background: url(img/system/gmenu_lback.gif) top right no-repeat;}

/*__________________________________ sub menu __________________________________*/
#menu,#menu h2 {background-image: url(img/system/menu_open.gif);}
#menu li a {background-image: url(img/system/menu_lback.gif);}

#menu h2 {background-position: top;}
#menu {background-position: bottom;}

#menu li a.cat_close {background: url(img/system/menu_close.gif) top no-repeat;}
#menu li a.cat_open,#menu li span.cat_open {
background: url(img/system/menu_open.gif) top no-repeat;}
#menu li a {background: url(img/system/menu_lback.gif) top no-repeat;}


/*########################___Color___########################*/
a {color: #0000ec;}

h1 a {color: #fff;}
.theme h3 a {color: #fff;text-decoration: none;}

#global_menu a {color: #354554;}
#global_menu a:hover {color: #fff;}

.to_top a {color: #559;}

.entry h3 a {color: #517eac;}
.entry h3 a:hover {color: #517eac;}

#menu li a {color: #333;}
#menu li a:hover {color: #33d;}
#menu li a.c_page,#menu li a.c_page:hover {color: #333;}

#menu li a.cat_close {color: #333;}
#menu li a.cat_close:hover {color: #fff;}
#menu li a.cat_open,#menu li a.cat_open:hover {color: #333;}

#footer {color: #333;}
#footer a {color: #333;}

.tpanel span {color: #001;}
a.tpanel {color: #001;}
a.tpanel:hover span {color: #6b3700;}