@charset "UTF-8";

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

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


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

/*################___normal tag___################*/
body {
text-align: center;
font-size: 10pt;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
clear: both;
margin: 0 20px 5px 20px;
line-height: 1;
color: #332;
font-weight: bold;
font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
font-weight: bold;
}

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 {
padding: 0 20px 1em 20px;
line-height: 1.6;
}

hr {
margin: 1em 20px;
height: 1px;
border: solid #999;
border-width: 1px 0 0 0;
}

em {
color: #cc3333;
}

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

small {
font-size: 80%;
}

sub,sup {
font-size: 70%;
}

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;
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;
font-size: 100%;
line-height: 1.6;
}

caption {
text-align: center;
}

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,thead th {
text-align: center;
}

th {
background: #e3e6f4;
border: solid #666;
border-width: 0px 2px 0px 1px;
text-align: right;
}

tbody th {
border-top: solid 1px #aab;
border-bottom: solid 1px #aab;
}

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

p img {
margin: 0px;
}

/*#_-___*/
/*########################___basic system___########################*/
/*########################___    box___########################*/
.col {
clear: both;
margin: 0 10px 20px 10px;
}

.box {
float: left;
width: 100%;
background-position: left top;
background-repeat: repeat-y;
}

.box-wrap {
margin-left: 30px;
background-position: right top;
background-repeat: repeat-y;
}

.box .box-top h2,.box .box-top h3,.box .box-top h4,.box .box-top h5,.box .box-top h6 {
margin: 0;
padding: 9px 0 9px 25px;
background-position: left top;
}

.box-top,.box-mid {
margin-left: -30px;
padding-right: 25px;
background-position: right top;
}

.box-mid {
background-position: right bottom;
}

.mid-left {
padding: 5px 0 10px 25px;
background-position: left bottom;
}

.mid-left h1,.mid-left h2,.mid-left h3,.mid-left h4,.mid-left h5,.mid-left h6 {
margin: 0 0 5px 0;
}

.box p {
margin: 0;
padding: 0;
}

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

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

.box ol {
padding-left: 2em;
padding-right: 10px;
}

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

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

.box img {
margin-left: 0;
}

.w1-4 {width: 25%;}	/* 1/4 */
.w1-4ie {width: 24%;}
.col > .w1-4ie {width: 25%;}
*:first-child+html .w1-4ie {width: 24%;}
.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;
}

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

@media print{
.separate .sbox {margin-bottom: 0 !important;padding-bottom: 0 !important;}
}

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

.separate h2,.separate h3,.separate h4,.separate h5,.separate h6 {
margin: 0 10px 5px 10px;
}

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

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

.separate ol {
padding-left: 2.5em;
}

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

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

.separate p img {
margin-left: 0;
}

.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%;}
*:first-child+html .s1-4ie {width: 24%;}    /* IE7 用 */
.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%;}
*:first-child+html .s1-2ie {width: 49%;}    /* IE7 用 */
.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___########################*/
.imgblock {display: table;padding: 0 0 15px 0;}
.imgblock .imgarea,.imgblock .textarea {display: table-cell;vertical-align: top;text-align: left;}

.imgblock > .textarea {width: 100%;}
*:first-child+html .imgblock .textarea {width: auto;}

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

.img_right .imgarea {padding-right: 20px;}
.img_right .imgarea img {margin-left: 0;}

.col .box .img_left .imgarea {padding-right: 20px;}
.col .box .img_right .imgarea {padding-left: 20px;padding-right: 0;}
.separate .img_right .imgarea {padding-right: 5px;}

.exp_box .img_left p,.exp_box .img_left p {padding-right: 0;}
.exp_box .img_right p,.exp_box .img_left p {padding-left: 0;}

* html .img_left .imgarea,* html .img_left .textarea {float: left;}
*:first-child+html .img_left .imgarea,*:first-child+html .img_left .textarea {float: left;}

* html .img_right .imgarea,* html .img_right .textarea {float: right;}
*:first-child+html .img_right .imgarea,*:first-child+html .img_right .textarea {float: right;}

* html .separate .img_left .textarea {margin-right: -5px;}
*:first-child+html .separate .img_left .textarea {margin-right: -5px;}
* html .separate .img_right .textarea {margin-left: -5px;}
*:first-child+html .separate .img_right .textarea {margin-left: -5px;}


/*########################___    exp & note___########################*/
.exp_box,.note_box {
margin: 0 20px 20px 20px;
border: 1px solid #999;
background: #fff;
}

.note_box {
margin-top: 2.5em;
padding-top: 0.7em;
}

.col .box .note_box {
margin-top: 1.8em;
}

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

.exp_box .box-head {
margin: 0 0 10px 0;
padding: 6px 10px;
border-bottom: 1px solid #999;
background: #c1dac1 url(img/system/sys_oblique-line_2px.gif);
}

.note_box .box-head {
display: inline;
position: absolute;
margin: -2.8em 0 0 -1px;
padding: 0 40px 0 10px;
border-left: solid 1px #333;
border-bottom: none;
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 2em;
background: url(img/system/tab_black.gif) top right no-repeat;
}

.dogear {
border-right: solid 2px #666;
border-bottom: solid 2px #666;
background: #fff url(img/system/sys_dogear_gray.gif) bottom right no-repeat;
}

.exp_box p,.note_box p {
padding: 0 15px 1em 15px;
}

.exp_box blockquote,.note_box blockquote {
margin: 0.5em 20px;
}

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

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

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

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

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


/*########################___    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 table th {
white-space: normal;
}

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

#sub .mid-left {
padding-left: 0;
padding-right: 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 10px 10px 10px;
padding: 0;
padding: 5px;
background: #c8daed;
border: solid 1px #596a7b;
line-height: 1;
text-align: right;
}

form input#search {
margin: 0 0 3px 0;
padding: 0;
width: 95%;
}


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

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

* html .tpanel {
padding: 0;
}

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

.tpanel span {
margin-left: 5px;
padding: 8px 40px 8px 15px;
background-position: top right;
}

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


/*____________________________________ align ____________________________________*/
.left {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

.center,.box .center,.sbox .center,.exp_box .center,.note_box .center {
display: block;
margin: 0px auto 15px auto;
text-align: center;
}

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

* > .right {margin-right: 20px;}

p .right {margin-right: -10px;}
p > .right {margin-right: 0;}

.box .right {
margin-left: 15px;
margin-right: 0;
}

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

.separate p .right {
margin-left: 15px;
margin-right: 1px;
}
.separate p > .right {
margin-right: 0;
}

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

/*__________________________________ tag cloud __________________________________*/
.entry-tags a,.entry-tags a:visited {
padding: 2px;
color: #666;
border: solid 1px #fff;
text-decoration: none;
}

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

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

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

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

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

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

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


/*__________________________________ 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;
}

.main-bottom {
padding: 1.5em 25px 0 0;
text-align: right;
}

.main-bottom a {
padding: 5px;
font-size: 12px;
color: #007dc3;
text-decoration: none;
}

.main-bottom a:hover {
padding: 4px 4px 3px 4px;
background: #f5fafc;
border: 1px solid #b5d4e5;
border-bottom: 2px solid #0078b7;
}

.top_navi {
text-align: right;
}

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

.re-search {
margin: 0 20px;
}

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

.divider {
margin:0;
padding: 0;
display: none;
}
/*########################___    clearfix item___########################*/

.clearfix:after
,#header:after
,#page_cover:after
,#global_menu:after
,.imgblock:after
{content: ".";display: block;height: 0;clear: both;visibility: hidden;}

.clearfix
,#header
,#page_cover
,#global_menu
,.imgblock 
{overflow: hidden;}


/* Hides from IE-mac \*/

* html .clearfix
,* html #header
,* html #page_cover
,* html #global_menu 
,* html .imgblock 
{height: 1%;overflow: visible;}

/* End hide from IE-mac */



/*#_-___*/
/*################___block___################*/
#display_body {
position: relative;
width: 1002px;
margin: 0 auto;
padding: 8px 0;
}

#container {
width: 910px;
height: 1%;    /* IE hasLayout 値 true セット用 */
margin: 0 auto;
background: #fff;
text-align: left;
}

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

#page_cover {
width: 100%;
padding-bottom: 5px;
overflow: hidden;
}

#wrap {
clear: both;
padding: 0;
background: #e6f1f6;
}

#main {
float: left;
padding: 0;
}

.m_left #main {
float: right;
}

/* メインとサブの間にラインを引くデザイン用 */
.m_left #main-disp {
padding: 0 0 8px 0;
background-position: left top;
background: #fff;
}

.top-page #main {
}

#sub {
float: left;
width: 29%;
padding: 0 0 70px 0;
z-index: 2;
}

/* メニュー幅固定：#main の margin-left にマイナス ( - ) を忘れないこと */
#main {width: 100%;margin-left: -210px;}
#main-disp {margin-left: 210px;}
#sub {width: 210px;}

#footer {
position: relative;
margin: 0 10px;
padding: 5px 0 9px 0;
}


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

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

#header img {
margin: 0;
}


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

#page_cover p {
font-size: 1px;
text-indent: -9999px;
}


/*__________________________________ footer __________________________________*/
#footer {
border-top: 3px solid #0078bb;
}

#footer-menu ul {
text-align: center;
padding: 0 0 5px 0;
list-style: none;
font-size: 10pt;
}

#footer-menu li {
display: inline;
}

#footer-menu a {
padding: 0 10px 0 5px;
border-right: solid 1px #999;
}

#footer-menu a.tab_end {
border: none;
}

#footer p {
clear: both;
margin: 0;
padding: 0 0 0 0;
font-size: 10pt;
text-align: center;
}

#footer a {
text-decoration: none;
}


/*########################___global menu___########################*/
/* global_menu に背景画像を使用する場合は高さを明示 */
#global_menu {
margin: 0 10px;
border-top: 3px solid #0078bb;
}

#global_menu ul {
display: inline;
float: right;
margin: 0 0 10px 0;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 1;
border-right: solid 1px #097fbd;
}

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

#global_menu a {
float: left;
display: inline;
padding: 0 3px 0 0;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
}

#global_menu a span {
float: left;
padding: 8px 9px 8px 8px;
}

#global_menu a.tab_end {
padding-right: 0;
background: none;
}

#global_menu a.tab_start span {
padding-left: 13px;
}

#global_menu a:hover {
border: 0px solid #999;
}

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

#global_menu a.tab_start:hover span {
background-position: left -12px;
}


/*########################___sub menu___########################*/
#wrap .menu {
position: relative;
margin: 0 10px 10px 10px;
background-position: right top;
font-size: 12px;
}

#wrap .menu h2 {
margin: 0 20px 0 0;
padding: 10px 0 13px 13px;
font-size: 14px;
background-repeat: no-repeat;
background-position: left top;
font-weight: normal;
}

#wrap .menu ul {     /* #wrap を外すと sub の設定が適用されてしまうので削除厳禁 */
margin: 0;
padding: 0;
}

#wrap .menu ul li {
padding: 0 0 1px 0;
list-style: none;
}

#wrap .menu ul li a {
display: block;
height: 100%;
padding-left: 10px;
background: #e4f1f9;
background-position: left top;
border: solid 1px #bbb;
text-decoration: none;
}

#wrap .menu ul ul {
margin: 1px 0 5px 10px;
}

#wrap .menu ul ul li a {
background: #fff;
}

#wrap .menu li a span {
display: block;
padding: 5px 10px 5px 0;
background-position: right top;
}

#wrap .menu ul li a:hover {
margin-right: -15px;
background-color: #d6ecef;
}

#wrap .menu ul li a.c_page:hover {
background-color: #feeee3;
}

#wrap .menu ul li a:hover span {
padding-left: 5px;
padding-right: 20px;
}

#wrap .menu li li a:hover {
background-color: #e2f3f5;
}

#wrap .menu li a.c_page,#wrap .menu li a.c_page span {background-color: #feeee3;}
#wrap .menu li li a.c_page,#wrap .menu li li a.c_page:hover {background-color: #fff6f1;}

*:first-child+html #wrap .menu ul li a:hover {width: 200px;}
*:first-child+html #wrap .menu ul ul a:hover {width: 190px;}
*:first-child+html #wrap .menu ul ul ul a:hover {width: 180px;}
*:first-child+html #wrap .menu ul ul ul ul a:hover {width: 170px;}
*:first-child+html #wrap .menu ul li a:hover span {padding-right: 40px;}


/*#_-___*/
/*########################___Individual___########################*/
/*__________________________________  __________________________________*/
#wrap {
position: relative;
}

#header p {
position: absolute;
top: 25px;
right: 40px;
font-size: 12px;
}

.search-page h4 {
margin-top: 0.5em;
}


/*########################___ トップページ___########################*/
.top_cover {
margin: 0 0 10px 10px;
z-index: 1;
}

.top_cover img {
margin: 0;
}

.topcol {
margin: 0 0 0 10px;
}

.topcol .separate {
margin: 0;
padding-bottom: 0;
}

.topcol .sbox {
width: 270px;
padding-top: 0;
}

.topcol .left_cell {
width: 400px;
padding-right: 10px;
}

* html .topcol .left_cell {
width: 410px;
}


.topcol .headinfo {
padding: 5px;
border: 3px solid #e0e6eb;
background: url(img/imm_benvenuto.jpg) right top no-repeat;
}

.topcol .headinfo h2 {
margin: 0;
padding: 5px 150px 5px 8px;
background: none;
font-size: 18px;
color: #002b54;
}

.topcol .headinfo p {
font-size: 12px;
padding: 0 150px 0 8px;
}

.topcol .headinfo em {
display: block;
font-weight: bold;;
color: #0085d0;
}


/*########################___　インフォテーブル___########################*/
html .info h2 {
margin: 10px 0 0 0;
padding: 5px 0 8px 25px;
background: url(img/system/head_info.gif) left top no-repeat;
border-bottom: solid 1px #002b54;
font-size: 18px;
color: #002b54;
}

.info a {
color: #007dc3;
text-decoration: none;
}

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

.info table {
margin: 5px 0 5px 0;
font-size: 12px;
border: none;
}

.info table tr.line-1 {
background: #eff9ff;
}

.info table td {
border: solid #89bcd8;
border-width: 0 0 1px 0;
}

.info table td.info-date {
vertical-align: top;
}

.info table td a {
display: block;
height: 1%;
}

.info a.allinfo {
float: right;
font-size: 12px;
}

.individual .info {
margin: 0 20px 0 20px;
border-top: solid 2px #bc5c00;
}

.individual .info table {
width: 100%;
}


/*########################___　リンクパネル___########################*/
.topcol .itembanner a {
display: block;
height: 100px;
margin: 0 0 10px 0;
font-size: 12px;
text-decoration: none;
color: #fff;
}

.topcol .itembanner a span {
display: block;
padding: 0 10px 0 110px;
line-height: 1.3;
}

.topcol .itembanner a span.infotitle {
padding: 10px 10px 2px 110px;
font-weight: bold;
}

.topcol .itembanner a:hover {
background-position: 2px -100px;
border-left: solid 4px #41b2f2;
}

.itembanner a.ired {background: url(img/infrared.jpg) left top no-repeat;}
.itembanner a.process {background: url(img/process_calibrators.jpg) left top no-repeat;}
.itembanner a.gas {background: url(img/gas_analyzers.jpg) left top no-repeat;}
.itembanner a.test-m {background: url(img/test_measurement.jpg) left top no-repeat;}


/*########################___ ブログ記事リスト___########################*/
.cat-panel {
position: relative;
width: 100%;
height: 200px;
overflow: hidden;
padding-bottom: 10px;
}

.cat-panel .panel-bg {
position: absolute;
margin-left: 10px;
z-index: 1;
}

.cat-panel .panel-image {
position: absolute;
top: 6px;
left: -2px;
height: 187px;
z-index: 2;
}

.category .cat-panel h2,.cat-panel p {
position: absolute;
left: 200px;
color: #fff;
z-index: 2;
}

.category .cat-panel h2 {
top: 10px;
font-size: 20px;
}

.cat-panel p {
top: 38px;
}

p.summary {
margin: 0 15px 20px 20px;
padding: 10px 0 10px 0;
border-bottom: solid 2px #56a4d0;
}

.category .imgblock {
width: 100%;
}

.category h2,.category h3,.individual h2,.webpage h2,.search-page h2 {
margin: 0 10px 5px 20px;
padding: 0;
font-size: 18px;
background-position: left top;
background-repeat: no-repeat;
color: #053e62;
}

* html .category h3 {
width: 100%;
}

.category h2 span,.category h3 span,.individual h2 span,.webpage h2 span,.search-page h2 span {
display: block;
margin-left: 10px;
background-position: right top;
background-repeat: no-repeat;
padding: 11px 0 11px 5px;
color: #0e4e77;
}

.category h3 a,.category h3 a:visited {
color: #053e62;
text-decoration: none;
}

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

*:first-child+html .imgblock h2 span {
padding: 8px 0 14px 5px;
}


/*########################___ ブログ記事___########################*/
.itembox {
margin: 0 20px;
padding: 0.5em 0 1em 0;
border-top: solid 2px #56a4d0;
}

.itembox img {
margin-left: 0;
}

.itembox .textarea p {
padding-right: 0;
}

.itembox h3 {
color: #053e62;
}

.itembox ul {
margin: 0 0 0 20px;
padding: 0;
}

.itembox li {
padding: 0 0 0 25px;
list-style: none;
background: url(img/system/lhead.gif) left 50% no-repeat;
}

table.spec-table {
width: 655px;
}

* html table.spec-table {
width: 640px;
}

/*########################___ ウェブページ___########################*/
h2.pagehead span,.webpage h3,.infobox h3.infotitle a {
color: #733800;
}

.category h3.infotitle {
background: none;
}

.webpage p.summary {
border-bottom: solid 2px #c9670a;
}

.webpage table th {
background: #f9eee8;
}

/*########################___ インフォメーション___########################*/
.infobox {
margin: 10px 20px 20px 20px;
border-bottom: solid 2px #bc5c00;
}

.infobox h3 {
margin: 0;
padding: 0;
}

.infobox h3 a {
color: #733800;
text-decoration: none;
}

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

.infodate {
text-align: right;
padding-bottom: 0.5em;
}

/*########################___ 各種パーツ___########################*/
.iso9001 {
position: absolute;
left: 10px;
bottom: 10px;
width: 185px;
background: #fff;
border: 3px solid #bccedd;
}

* html .iso9001 {
width: 190px;
}

.iso9001 img {
float: left;
}

.iso9001 a {
display: block;
padding: 18px 0 0 75px;
font-size: 12px;
color: #007dc3;
text-decoration: none;
}

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

.totop {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
line-height: 1;
}

* html .totop {
right: 10px;
top: 3px;
}

.totop a {
display: block;
height: 1%;
padding: 7px 5px 7px 10px;
background: url(img/system/gmenu.gif) left bottom no-repeat;
border-right: solid 1px #097fbd;
}

/* 上とまとめると IE6 で表示崩れが発生するため、統合厳禁 */
#footer .totop a {
color: #004468;
}

* html .totop a {
display: inline;
}

#footer .totop a:hover {
background-position: left -14px;
color: #fff;
}


/*#_-___*/
/*########################___Image___########################*/
/*__________________________________ heading __________________________________*/
.category h3,.category h3 span,.individual h2,.individual h2 span {
background-image: url(img/system/banner_big.gif);}
h2.pagehead,h2.pagehead span {background-image: url(img/system/banner_big2.gif);}


/*__________________________________ box __________________________________*/
.itemname .box-top,.itemname .box-top h2,.itemname .box-top h3 {
background-image: url(img/system/box_itemname_1top.gif);}
.itemname,.itemname .box-wrap {background-image: url(img/system/box_itemname_2mid.gif);}
.itemname .box-mid,.itemname .mid-left {background-image: url(img/system/box_itemname_3btm.gif);}


.basic .box-top,.basic .box-top h2,.basic .box-top h3 {
background-image: url(img/system/box_basic_1top.gif);}
.basic,.basic .box-wrap {background-image: url(img/system/box_basic_2mid.gif);}
.basic .box-mid,.basic .mid-left {background-image: url(img/system/box_basic_3btm.gif);}

/*__________________________________ others __________________________________*/
.tpanel,.tpanel span {background-image: url(img/system/tpanel.gif);}
.map-disp {background: url(img/system/frame_map.gif) no-repeat;}


/*########################___    block & menu___########################*/
/*__________________________________ block __________________________________*/
body {background: #014886 url(img/system/sfondo.jpg) repeat-x;}
#display_body {background: url(img/system/motivo.jpg) left top no-repeat;}

/*__________________________________ global menu __________________________________*/
#global_menu ul {background: url(img/system/gmenu.gif) left bottom no-repeat;}
#global_menu a {background: url(img/system/gmenu_lback.gif) right 50% no-repeat;}
#global_menu a:hover span {background: url(img/system/gmenu.gif) -10px -12px no-repeat;}

/*__________________________________ sub menu __________________________________*/
.menu,.menu h2 {background-image: url(img/system/menu_open.gif);}
.menu li a,.menu li a span {background-image: url(img/system/menu_lback.gif);}
.menu li a:hover,.menu li a:hover span {background-image: url(img/system/menu_lback_hover.gif);}
.menu li a.c_page,.menu li a.c_page span,.menu ul li a.c_page:hover,.menu ul li a.c_page:hover span {
background-image: url(img/system/menu_lback_current.gif);}
.menu li li a,.menu li li a span {background: none;}
.menu li li a:hover,.menu li li a:hover span {background: url(img/system/menu_lback_sub.gif) no-repeat;}
#wrap .menu li li a.c_page span {background: url(img/system/menu_lback_now.gif) right top no-repeat;}

/*########################___Color___########################*/
body {color: #332;}

a {color: #0000ec;}
a:visited {color: #442580;}

h1 a,h1 a:visited {color: #456b7e;}

#global_menu a {color: #004468;}
#global_menu a:hover {color: #007ec0;}

.to_top a {color: #559;}

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

.menu h2 {color: #fff;}
#sub-menu li a {color: #005a8d;}
#sub-menu li a:hover {color: #2b93a2;}
#sub-menu li a.c_page,#sub-menu li a.c_page:hover {color: #333;}

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

#footer {color: #333;}
#footer a {color: #333;}
#footer-menu a:hover {color: #2b93a2;}

.tpanel span {color: #444;}
a.tpanel,a.tpanel:visited {color: #444;}
a.tpanel:hover span {color: #0000ec;}
