@charset "Shift_JIS";

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-header
{
    margin-bottom: 60px;
}

#hpb-inner
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

.hpb-layoutset-02 #hpb-wrapper
{
    width: 660px;
    float: left;
}

.hpb-layoutset-01 #hpb-title
{
    height: 401px;
}

.hpb-layoutset-02 #hpb-title
{
    width: 960px;
    height: 180px;
}

#hpb-main
{
    width: 640px;
    float: left;
    padding-bottom: 0px;
	margin-left:20px;
    text-align: left;
    padding-top: 10px;
}

.hpb-layoutset-01 #hpb-main
{
    padding-top: 30px;
}

#hpb-aside
{
    width: 260px;
    float: right;
    margin-top: 40px;
	margin-right:20px;
    padding-bottom: 50px;
}

.hpb-layoutset-02 #hpb-aside
{
    margin-top: 200px;
}

#hpb-nav
{
    width: 960px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: -60px;
    left: 0px;
	background-color:#ff299d;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul
{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-nav ul:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hpb-nav li
{
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#hpb-nav li a
{
	display: block;
	height: 60px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

#hpb-nav h3.hpb-c-index
{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
