@charset "Shift_JIS";

/* 要素リセット */
body{
	padding: 0px 0 0px 0; 
    margin: 0;

    text-align: center;
    font-size: 100%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : inherit; /* 標準文字色 */
   
}
* html body{  
   overflow: hidden;  
}   

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{

}
/* end */

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

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

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

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

.hpb-layoutset-01 #hpb-main{
    padding-top: 0px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 105px;
}

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

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

#hpb-footer{
    clear: both;
}


#hpb-nav{
    width: 980px;
    height: 335px;
    overflow: hidden;
    position: absolute;
    top: 160x;
    left: 0px;
	margin: 0 auto;  

}

.hpb-layoutset-02 #hpb-nav{
	top: 28px;
	height: 150px;
}

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

.hpb-layoutset-01 #hpb-title{
    width: 980px;
    height : 347px;
    overflow: hidden;
	
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
}

.hpb-layoutset-02 #hpb-title{
    width: 980px;
    height: 98px;
	background-image : url(img/titleBg_1C1b.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
}

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

.hpb-layoutset-02{
    background-image : url(img/bg_1C1b_02.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: 10px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	text-align: center;
	}

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

#hpb-nav li{
    display: inline-block;
    font-size: 11px;
	margin-right: 32px;
}

#hpb-nav li a{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 4px;
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #585858;
	
}
#hpb-nav li a:hover{
	border-bottom-color: #519d19;
}


#footer{
    background-color: #DF6A51;
	color: #ffffff;
}
#footer a{
    color: #ffffff;
	text-decoration : none;
}

#bt{
    background-color: #FDEAF1;
	color: #ffffff;
	border-style: solid;
	border-bottom-color: #DF6A51;
}
#bt2{
	color: #ffffff;

}
table.company {
    width: 640px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
	border:none;
    
}
 
table.company th,
table.company td {
	background: #C7EBA3;
    padding: 10px 10px 10px 30px;
}
 
table.company th {
    background: #EE6A60;
    vertical-align: middle;
    text-align: left;
    width: 250px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #EE6A60;
    border-width: 10px;
    margin-top: -10px;
}
table.company2 {
    width: 800px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    
}
 
table.company2 th,
table.company2 td {
	background: #C7EBA3;
    padding: 10px 10px 10px 30px;
}
 
table.company2 th {
    background: #EE6A60;
    vertical-align: middle;
    text-align: left;
    width: 400px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    
}
 
table.company2 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #EE6A60;
    border-width: 10px;
    margin-top: -10px;
}

table#sq{
		width:90%;
		margin: 0 auto;  
	text-align: center;  
}
