@charset "UTF-8";
/*====================================================================
 h1 - h5
====================================================================*/
.n_ttl_lv1 {
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
    padding:5px 0px;
    font-size:160%;
}
.n_ttl_lv2 {
    position:relative;
    background:url(../images/bg_line_title.png) no-repeat left bottom;
    margin-bottom:20px;
    padding:4px 2px;
	font-size:128%;
}
.n_ttl_lv3 {
	position:relative;
    background:url(../images/bg_lv3.png) no-repeat left bottom;
    border-bottom:#ddd 1px solid;
	height:24px;
	margin:12px 0 20px 0;
    padding-left:13px;
    font-size:118%;
    line-height:24px;
}
.n_ttl_lv4 {
	position:relative;
    background:url(../images/bg_lv4.png) no-repeat left bottom;
    height:18px;
	margin:10px 0 20px 2px;
    padding-left:11px;
	font-size:110%;
	line-height:18px;
}
.n_ttl_lv5 {
	position:relative;
    border-left:#c00 2px solid;
    border-bottom:#ddd 1px dotted;
	height: 16px;
	margin: 8px 0px 16px 4px;
	padding-left:7px;
	font-size:102%;
	line-height:16px;
}


/*====================================================================
 link button
====================================================================*/
a.n_btn_more {
    position: absolute;
    top: 6px;
    right: 0px;
    padding: 2px 8px 2px 17px;
    background-image: url(../images/btn_triangle_red.png);
    background-repeat: no-repeat;
    background-position: 8px 7px;
    background-color: #676767;
    color: #fff;
    text-decoration: none;
}

.n_ttl_lv3 a.n_btn_more {
    top: 2px;
    background-position: 8px 5px;
    line-height: 14px;
}

.n_ttl_lv4 a.n_btn_more {
    top: 1px;
    background-position: 8px 5px;
    line-height: 12px;
}

.n_ttl_lv5 a.n_btn_more {
    top: 0px;
    background-position: 8px 2px;
    line-height: 8px;
}

a.n_btn_more:hover {
    background-color:#f00;
    background-image:url(../images/btn_triangle_white.png);
    color:#fff !important;
}
