@charset "shift_jis";
/* CSS Document */

/* IB用
-------------------------------------------------------------*/
/* 共通機能
-------------------------------------------------------------*/
p.pageup {
clear:both;
margin:10px;
font-size:0.75em;
color:#660000;
text-align:right;
}
p.pageup a {
margin:0;
color:#660000;
text-decoration:none;
}
p.pageup a:hover {
color:#FF6600;
}
p.backmenu {
width:400px;
margin:20px 0;
padding:0;
background:url(../../img/pub/backmenuoff.gif) no-repeat center left;
text-indent:80px;
}
p.backmenu a {
width:400px;
margin:0;
padding:0;
background:url(../../img/pub/backmenuoff.gif) no-repeat center left;
text-decoration:none;
display:block;
}
p.backmenu a:hover {
width:400px;
margin:0;
padding:0;
background:url(../../img/pub/backmenuon.gif) no-repeat center left;
}
/* ページメニュー
-------------------------------------------------------------*/
.pagemenu-container {
clear:both;
position:relative;
width:570px;
margin:10px 0 20px 0;
    overflow: hidden;
}

.pagemenu-container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .pagemenu-container {
    height: 1em;
    overflow: visible;
}
/**/
p.pagemenu {
float:left;
margin:5px 0;
padding:5px 20px;
background:url(../../img/pub/yajirusi.gif) no-repeat center left;
}
p.pagemenu a {
text-decoration:none;
display:block;
color:#FF6600;
}

/* 矢印
-------------------------------------------------------------*/

.yajirusi p {
_height: 1%;
margin:0;
padding:5px 0 4px 20px;
background:url(../../img/pub/yajirusi.gif) no-repeat center left;
text-decoration:none;
line-height:125%;
}
.yajirusi p a {
margin:0;
padding:0;
text-decoration:none;
}

p.yajirusi a {
_height: 1%;
margin:0;
padding:5px 0 4px 20px;
background:url(../../img/pub/yajirusi.gif) no-repeat center left;
text-decoration:none;
display:block;
}
/* PDF
-------------------------------------------------------------*/
.pdf p {
margin:5px;
padding:10px 35px;
background:url(../../img/co/yajirusipdf10.jpg) no-repeat center left;
}
.pdf p a {
text-decoration:none;
display:block;
}

p.pdf {
margin:5px 0;
padding:10px 35px;
background:url(../../img/co/yajirusipdf10.jpg) no-repeat center left;
}
p.pdf a {
text-decoration:none;
}
.pdf ul {
margin:0;
padding:0;
list-style:none;
}
.pdf li {
margin:5px;
padding:10px 35px;
background:url(../../img/co/yajirusipdf10.jpg) no-repeat center left;
}
.pdf li a {
text-decoration:none;
display:block;
}




/* お知らせ個人・法人共通
-------------------------------------------------------------*/
p.btn-ibnews {
width:275px;
height:58px;
margin:2px 0 10px 0;
padding:0;
background:url(../../img/v2ib/btn-ibnews.jpg) no-repeat 0 0;
text-indent:-9999em;
}
p.btn-ibnews a {
width:275px;
height:58px;
margin:0 ;
padding:0;
background:url(../../img/v2ib/btn-ibnews.jpg) no-repeat 0 0;
text-indent:-9999em;
text-decoration:none;
display:block;
}
p.btn-ibnews a:hover {
width:275px;
height:58px;
margin:0;
padding:0;
background:url(../../img/v2ib/btn-ibnews.jpg) no-repeat 0 -58px;
text-indent:-9999em;
text-decoration:none;
display:block;
}
.url {
color:#006600;
letter-spacing:2px;
font-size:1.2em;
}
.chuui p {
line-height:200%;
}


/* 標準的なtable
---------------------*/
.table-standard table {
color: #333333;
font-size: 0.85em;
line-height: 150%;
width: 100%;
margin:5px 0;
border-collapse:collapse;
border:solid 2px #c8c8c8;
}
.table-standard td {
text-align:left;
}
.table-standard td.table-item {
width:25%;
padding:5px;
font-weight:bold;
background-color:#e9e9e9;
}
.table-standard p {
font-size:1.0em;
padding:0;
margin:5px 0;
padding:5px;
}
.table-standard ul {
font-size:1.0em;
}



/* 枠
-------------------------------------------------------------*/
.waku {
clear:both;
position:relative;
margin:10px 0;
padding:5px 20px 0 20px;
border:#999999 solid 1px;
}
/* 文章・文字の位置
-------------------------------------------------------------*/
p.right {
text-align:right;
}
p.center {
text-align:center;
}
/* 文字の色
-------------------------------------------------------------*/
span.red {
color:#FF0000;
}
span.blue {
color:#3333FF;
}
span.chu {
color:#FF0000;
}
/* 文字の大きさ
-------------------------------------------------------------*/
span.small-text {
font-size:0.75em;
font-weight:normal;
}
span.large-text {
font-size:1.2em;
}