@charset "utf-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #454545; /* 標準文字色 */
    min-width : 1060px;
}

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

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

#header{
    width : 1060px;
    margin-left: auto;
    margin-right: auto;
    height: 94px;
}

#inner{
    width : 1060px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

.layoutset-01 #title{
    height : 200px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left:20px
    padding-right: 0;
}

.layoutset-01 #main{
    float: left;
    width : 728px;
    padding-top: 15px;
    text-align: left;
}

.layoutset-01 #aside{
    width: 300px;
    float: right;
    padding-top: 10px;
    padding-bottom: 30px;
}

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