/************************************************
    初期セット　（文字サイズ：固定）
************************************************/

* {
    padding: 0;
    margin: 0;
    font-size: 12px;

}

/************************************************
    リンク
************************************************/

a:link {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #191979;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
    font-weight: bold;
}

img {
    border-style: none;
}

/************************************************
    レイアウト指定
************************************************/

body {
    font-size: 80%;
    text-align: center;
    font-family: osaka,
                 "ＭＳ Ｐゴシック",
                 "MS PGothic",
                 sans-serif;
    padding: 0;
    margin: 0;
}

/*-----------------------------------------------
    全体
------------------------------------------------*/

#round { width: 100%; }

/*-----------------------------------------------
    枠組み
------------------------------------------------*/

#bgall {
    text-align: left;
    margin: 0;
    padding: 10px 50px;
    width: 700px;
    position: relative;
    background: url(img/fcn_side.gif) repeat-y;
}

/*-----------------------------------------------
    ヘッダ
------------------------------------------------*/

#header {
    height: 120px;
    margin-left: 30px;
    padding: 0px;
    background: url(img/fcn_logo.gif) no-repeat;

}

/*-----------------------------------------------
    メイン
------------------------------------------------*/
#main {
    float: right;
    width: 570px;
    padding-right:  10px;
    padding-left:  10px;
}
/*-----------------------------------------------
    サブ（サイドバー）
------------------------------------------------*/
#sub {
    font-size: 90%;
    float: left;
    width: 100px;
    padding-left: 10px;
}
/*-----------------------------------------------
    フッタ
------------------------------------------------*/

#footer {
    border-top: 1px inset;
    text-align: center;
    clear: both;
    width: 100%;
    padding: 2em 0 0em;
}

#footer ul { list-style-type: none; }

#footer li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
}
<!--    background: url(img/pt.gif) no-repeat 0 50%; -->


#footer li a {

    text-align: right;
    font-size: 80%;
    padding: 0 2em 0;
}
<!--    padding: 0.5em 0 0.5em 20px; -->


#footer li a:hover { text-decoration: underline; }

/*-----------------------------------------------
    トップリンク
------------------------------------------------*/

#toplink {
    margin-top: 5px;
    height: 100px;
    right:70px;
    position: absolute;
    top: 80px;
}

#toplink ul { list-style-type: none; }

#toplink li {
<!--    display: inline;-->
    margin: 0;
    padding-top: 0;
    background: url(img/pt.gif) no-repeat 0px 30%;
}

#toplink li a {
    padding: 0.5em 0px 0.5em 20px;
}

#toplink li a:hover { text-decoration: underline; }

/************************************************
    ヘッダ詳細
************************************************/

/*-----------------------------------------------
    検索キーワード
------------------------------------------------*/

h1 {
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    padding: 0px 0 0 0;
}

/*-----------------------------------------------
    タイトル
------------------------------------------------*/

.logo {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

.logo a {
    font-size: 230%;
    text-decoration: none;
    color: #8fbc8f;
}

.logo a:hover {
    text-decoration: none;
    color: #98fb98;
}

.logo font {
    font-size: 100%;
    text-decoration: none;
    color: #ffffff;
}

/************************************************
    メインボディ詳細
************************************************/

/*-----------------------------------------------
    見出し系
------------------------------------------------*/

/* ○○情報などの表題 */

h2 {
    text-align: left;
    font-size: 120%;
    margin-top: 0;
    margin-left:10px;
    margin-bottom: 1em;
    color: navy;
    border-bottom: 2px inset;
}

/* ○○事務所などのリンク＆表題 */

h3 {
    font-size: 120%;
    margin-top: 0.5em;
    margin-left:20px;
    margin-bottom: 0.5em;
    color: blue;

}

h3{
    font-size: 100%;
    margin-top: 1em;
    margin-bottom: 0;
    color: blue;
}

/* h3の補足文章 */

h4,
h5,
h6 {
    font-size: 80%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: black;

}
/*-----------------------------------------------
    文字系
------------------------------------------------*/

#main p {
    text-align: left;
    line-height: 1.5em;
    margin-left: 3em;
    margin-bottom: 0.2em;
}

#main hr {
    margin: 1em;
}

#main input,
#main textarea {
    margin-left: 5em;
}

/*-----------------------------------------------
    リスト系
------------------------------------------------*/

#main ul { margin: 0.5em 1.5em 0 0.5em; }

#main ol { margin: 0.5em 1.5em 0 0.5em; }

#main li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
    margin: 0.5em 1.5em 0 0.5em;
}

/************************************************
    サブボディ詳細
************************************************/

/*-----------------------------------------------
    タイトル
------------------------------------------------*/
.sidetitle {
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 2px solid #000080;
}

/*-----------------------------------------------
    サイドリンク
------------------------------------------------*/

.sidelink {
    list-style-type: none;
    margin: 0.5em 0 2em;
}

.sidelink li {
    display: inline;
}

.sidelink li a {
    text-decoration: none;
    width: 100px;
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #00bfff;
}

.sidelink li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000080;
}

/************************************************
    フッタ詳細
************************************************/

#footer p {
    border-top: 2px inset;
    text-align: center;
    padding-top: 1em;
    margin-top: 2em;
}

#footer #fbw,
#footer #fbw a,
#footer #fbw a:hover{
    border-top: none;
    font-size: 90%;
    text-decoration: none;
    text-align: right;
    margin-right: 5px;
    color: #008000;
}
