@charset "UTF-8";

/* headerリンクバー */
.header_bar{
    display: inline-block;
    width: 100%;
}
.header_bar a{
    background: #243330;
    padding: 10px;
    text-align: center;
 /* text-decoration: none;*/
    color: #fff;
    display: block;
    width: 100%;
    font-weight: bold;
	 text-decoration:underline;
	font-size:110%;
}
/* headerリンクバー */