/*
Theme Name: ADPHIC
Theme URI: http://www.adphic.jp/
Description: adphic
Author: adphic
*/

/*++++全称セレクタによる初期設定++++*/
*   {
    margin: 0;
    padding: 0;
    }

/*++++全体の文字・画像設定++++*/
/*++全体の設定++*/
body {
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 22px;
    color: #464646;
    img: border:0;
    }

/*++++トップ設定++++*/
.topcontents  {
    width: 660px;
    }

.topimg  {
    width: 100px;
    height: 100px;
    padding: 2px;
    border-color: #D3D2D2;
    border-width: 1px;
    border-style: solid;
    float: left;
    }

.topinfor  {
    width: 510px;
    float: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    }

.topinfor2  {
    width: 660px;
    float: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    }

.topinfor ul  {
    list-style-image: url(images/arrow2.gif);
    padding: 0 0 0 18px;
    }

.toptitle  {
    font-weight: bold;
    line-height: 1;
    background: #F0F0F0;
    padding: 5px;
    border-color: #D3D2D2;
    border-width: 0 0 0 5px;
    border-style: solid;
    margin-bottom: 5px;
    }

#right-top  {
    float: right;
    width: 180px;
    font-size: 12px;
    line-height: 16px;
    }

.infor  {
    width: 450px;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 20px;
    }

.top-menu  {
    width: 860px;
    text-align: right;
    font-size: 11px;
    line-height: 1;
    padding-top: 10px;
    padding-right: 10px;
    }


/*++++全体・ヘッド設定++++*/
#page  {
    text-align: center;
    width: 870px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left:auto;
    margin-right:auto;
    }

#head  {
    text-align:left;
    width: 870px;
    height: 150px;
    background: url(images/power2.jpg) no-repeat center top;
    }

#contents  {
    text-align:left;
    width: 870px;
    height: auto;
    background: url(images/backline.gif) repeat-y center top;
    }


/*++++コンテナボックス++++*/
#container  {
    text-align: left;
    float: left;
    width: 660px;
    }

/*++++ライトボックス++++*/
#right  {
    float: right;
    width: 180px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    }

#right ul  {
    list-style-image: url(images/arrow3.gif);
    font-weight: normal;
    line-height: 1.6;
    padding: 0 0 0 16px;
    }


/*++文字設定++*/
h1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #464646;
    }

h2 {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #464646;
    }

h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #6D7E98;
    font-family: arial black;
    }

/*++リンク設定++*/
a  {
    color: #232323;
    text-decoration: none;
    }
a:link  {
    color: #232323;
    }
a:visited  {
    color: #232323;
    }
a:hover  {
   color: #000000;
   text-decoration: underline;
    }
a img {
    border:0;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    }


/*++ページトップ移動++*/
.gotop {
    clear: both;
    font-size: 12px;
    text-align: right;
    }

/*++ボーダー++*/
.imgdot0 {
    width: auto;
    height: 3px;
    background-image: url(images/border-dot.gif);
    background-repeat: repeat-x;
    margin: 0 0 2px 0;
    clear: both;
    }

.imgdot {
    width: auto;
    height: 3px;
    background-image: url(images/border-dot.gif);
    background-repeat: repeat-x;
    margin: 5px 0 5px 0;
    clear: both;
    }

.imgdot23 {
    width: auto;
    height: 23px;
    background-image: url(images/border-dot23.gif);
    background-repeat: repeat-x;
    clear: both;
    }

/*++スペーサー++*/
.spacer20 {
    clear: both;
    width: auto;
    height: 20px;
    }

.spacer10 {
    clear: both;
    width: auto;
    height: 10px;
    }

.spacer5 {
    clear: both;
    width: auto;
    height: 5px;
    }

.spacer1 {
    clear: both;
    width: auto;
    height: 1px;
    }

/*++++フットボックス++++*/
#foot  {
    clear: both;
    text-align:center;
    font-size: 10px;
    line-height: 1.2;
    width: 870px;
    border-color: #B8B8B8;
    border-width:1px 0 0 0;
    border-style:solid;
    margin-top: 10px;
    padding: 5px 0 10px 0;
    }
