@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    min-width: 1202px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

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

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
	margin-left: 222px;
	float: left;
	margin-right: -1502px;
	width: 968px;
}

#hpb-main{
    width: 700px;
    float: left;
    text-align: left;
    padding-right: 10px;
    padding-bottom: 20px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 360px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 135px;
}

#hpb-aside{
    width: 268px;
    float: right;
    text-align: left;
	padding-top: 360px;
	padding-bottom: 20px;
}

.hpb-layoutset-02 #hpb-aside{
	padding-top: 117px;
}

#hpb-footer{
    clear: both;
}


#hpb-nav{
    width: 211px;
	float: left;
	padding-top: 360px;
	padding-bottom: 20px;
}

.hpb-layoutset-02 #hpb-nav{
	padding-top: 117px;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
    width: 1202px;
    height: 341px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(top_mainimg_1C1_02.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

.hpb-layoutset-02 #hpb-title{
    width: 1202px;
    height: 98px;
	background-image : url(titleBg_1C1_0211111111111.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(bg_1C1_03.png);
    background-position: top left;
    background-repeat: repeat-x;
}

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

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	border: 1px solid #dedede;
	}

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

#hpb-nav li{
    border-top: 1px solid #dedede;
}
#hpb-nav li:first-child{
    border-top: none;
}
#hpb-nav li a{
    display: block;
    background-image : url(mainmenu_1C1.png);
    background-position: top left;
    background-repeat: no-repeat;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
}
#hpb-nav li a:hover{
	background-image : url(mainmenu_1C1_on.png);
}
