/* 文字エンコーディング */
@charset "UTF-8";

/* 要素リセット */
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 90%;
    font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4a4848;
    min-width: 900px;
}

img
{
    border: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container
{
    background-image : url(fbg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#header
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height : 89px;
}

#inner
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.layoutset-02 #inner
{
    padding-top: 15px;
}

.layoutset-02 #wrapper
{
    width: 650px;
    float: right;
}

.layoutset-01 #title
{
    height: 235px;
    margin: 0;
    padding: 0;
}

#main
{
    width: 650px;
    text-align: left;
    float: right;
    min-height: 400px;
}

#aside
{
    width: 220px;
    float: left;
    padding-bottom: 50px;
}

#footer
{
    width: 900px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 50px;
}

#nav
{
    width: 220px;
    float: left;
    overflow: hidden;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.layoutset-01
{
    background-image : url(bg_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.layoutset-02
{
    background-image : url(bg_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* ナビゲーション */
#nav h3.c-index
{
    display: block;
    height: 31px;
    background-image : url(navtitle.png);
    overflow: hidden;
    text-indent: -9999px;
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#nav ul:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#nav li
{
    display: block;
    font-size: 14px;
    line-height: 38px;
    height: 37px;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

#nav li a
{
    display: block;
    height: 37px;
    overflow: hidden;
    padding-left: 27px;
    padding-right: 10px;
}

#nav a:link
{
    background-image : url(mainmenu.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#nav a:visited
{
    background-image : url(mainmenu.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#nav a:hover
{
    background-image : url(mainmenu_on.png);
    background-position: left top;
    background-repeat: repeat-x;
}

#nav a:active
{
    background-image : url(mainmenu_on.png);
    background-position: left top;
    background-repeat: repeat-x;
}

/*--------------------------------------------------------
  サービス一覧用設定
--------------------------------------------------------*/
/* float clear */
.clear
{
    clear: both;
}

.clearfix:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* デフォルトスタイル設定 */
.parts-pbox-style
{
    border-color: #cccccc;
}

/* 背景色 */
.parts-pbox-style
{
    background-color: #f4f4f4;
    border-color: #dddddd;
}

/* 見出し */
.parts-pbox-style h4
{
    padding: 0px;
}

/* 写真ボックス 飾りなし */
.parts-pbox-01
{
    margin: 5px;
    padding: 0px;
    border: none;
    text-align: left;
    width: auto;
    float: none;
    clear: both;
}

/* 写真ボックス 左寄せ配置用 */
.parts-img-03
{
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 5px;
    border: none;
    float: left;
}

/* 写真ボックス用 文章領域 */
.parts-pbox-desc
{
    margin: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px; 
    border: none;
}

