@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
	margin-left : 1px;
}

#hpb-headerMain h1{
	text-align: center;
	font-weight: bold;
	font-size : 2px;
	font-family: "Times New Roman";
}


/* フッター内パーツ */
/* サイドブロック内パーツ */
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav a{
    /* ナビゲーション文字設定 */
    font-weight: bold;
}

#hpb-nav a:link{
    color: #666666;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav a:visited{
    color : green;
    text-decoration: none;
}
#hpb-nav a:hover{
    color : orange;
    text-decoration: none;
}
#hpb-nav a:active{
    color : lime;
    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;
}

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;
}

.hpb-layoutset-02 h2{
    width: 650px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: 0;
    height: 50px;
    line-height: 57px;
    text-align: left;
    overflow: hidden;
}

h2{
	font-size: 22px;
	color : #e67300;
	text-transform: none;
	font-weight: bold;
	padding-bottom : 7px;
	margin-bottom : 3px;
}

#hpb-wrapper h3{
	margin-top: 0.5em;
	overflow: hidden;
	background-position : left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-align: left;
	font-size : 30px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : green;
  line-height : 45px;
}

h3{
	font-size : 24px;
	color: black;
	padding-right: 10px;
	padding-left: 18px;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    color: #FF0000;
}

h4{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size : 23px;
	line-height: 1.6;
	color : #4f4f4f;
}

h5{
	font-size: 22px;
	color : black;
	text-transform: none;
	font-weight: 900;
	padding-bottom: 7px;
	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;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input
{
}
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 dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


