@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
	margin-left : 1px;
}

/* フッター内パーツ */
/* サイドブロック内パーツ */
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav a{
    /* ナビゲーション文字設定 */
    font-weight : 500;
}

#hpb-nav a:link{
    color: #666666;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav a:visited{
    color : inherit;
    text-decoration: none;
}
#hpb-nav a:hover{
    color : navy;
    text-decoration: none;
}
#hpb-nav a:active{
    color : teal;
    text-decoration: none;
}



/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #46AA36;
    text-decoration: underline;
}
a:visited{
    color: #46AA36;
    text-decoration: underline;
}
a:hover{
    color: #ADDA9C;
    text-decoration: none;
}
a:active{
    color: #ADDA9C;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
  font-size : 14pt;
  color : #6d6d6d;
  margin-left : 0.7em;
}

p.large{
	color: inherit;
	font-weight: bold;
}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

h1{
	font-size: 36px;
	color: navy;
	text-transform: none;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 3px;
	text-align: center;
}
h2{
	font-size: 26px;
	color: #0080ff;
	text-transform: none;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 3px;
	padding-left: 5px;
	margin-left: 5px;
}

h3{
	font-size : 22px;
	color : #414141;
	padding-right: 10px;
	padding-left: 18px;
  font-weight : bold;
}

h4{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left : 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size : 20px;
	line-height: 1.6;
	color: #616161;
  font-weight : normal;
}

h5{
	font-size: 26px;
	color: #2f2f2f;
	text-transform: none;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

h6{
	margin-top : 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top : 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 16px;
	line-height: 1.2;
	color: #6f6f6f;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom : 20px;
    margin-left : 8px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color : #666666;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color : #666666;
	width : 97%;
  padding-bottom : 20px;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color : #808080;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #808080;
}

table td{
    padding-top : 5px;
    padding-right : 5px;
    padding-bottom : 5px;
    padding-left : 5px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color : #666666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #666666;
  font-size : 14pt;
}


/* フォームパーツ設定 */
textarea{
    width: 400px;
    height: 200px;
}

input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    color: #000000;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}


#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: normal;
    width : 140px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(point_1C1.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
  font-size : 16px;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 165px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color : #dddddd;
  font-size : 16px;
}

#hpb-main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


