@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style
{
    border-color: #cccccc;
}

.hpb-parts-hl-style
{
    border-color: #cccccc;
    background-image: none !important;
}

.hpb-parts-cbox-style
{
    border-color: #cccccc;
}

.hpb-parts-hr-style
{
    border-color: #cccccc;
}

.hpb-parts-pbox-style
{
    border-color: #cccccc;
}
.hpb-parts-pbox-style h4
{
    padding: 0px !important;
}

.hpb-parts-blist-style
{
    border-color: #666666;
}
a.hpb-parts-blist-style:link
{
    color: #666666;
}
a.hpb-parts-blist-style:visited
{
    color: #666666;
}
a.hpb-parts-blist-style:hover
{
    color: #1269E8;
}
a.hpb-parts-blist-style:active
{
    color: #1269E8;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
/*トップページ　NEWS用フレーム 中央寄せ*/
iframe {
    border: 1px solid #ccc;
    width: 90%;
    display: block;
    margin: 0px auto;
}

.output {
    background: #eee;
}

/*テーブル中央寄せ*/
table.fcenter {
    margin : 0 auto;
}
table.fcenter td{
    padding-right: 8px;
}
td.tdcenter {
    text-align: center;
}
/*text中央寄せ*/
p.tcenter {
    text-align : center ; 
    line-height : 20pt ;
}
/*text右寄せ*/
p.tright {
    text-align : right ; 
}

/*文字強調（太字）*/
.midashi01 {
    font-weight:bold;
}

.midashi02 {
    font-weight:bold;
    font-size:120%;
}

/*小文字*/
.small01 {
    font-size:75%;
}

/*2行目字下げ*/
.idt01 {
  padding-left: 3em;
  text-indent: -2em;
}
/*BBSアルバム表示用main*/
#album-main{
    width: 900px;
    padding-top: 10px;
    text-align: left;
    min-height: 580px;
}
