/*ヘッダ部*/
h1{
    font-size:0.9em;
    margin:0px;
    /*font-weight:normal;*/
    color:#eeeeee;
    background:#444444;
    padding:4px 10px;
    text-align:left;
    border-bottom:5px solid #B7D029;
}


#header{
    /*width:880px;*/
    /*border-top:3px solid #B7D029;*/
    margin:0px auto 0px auto;
    text-align:left;
    background:#ffffff;
}

#title {
    margin:0px 0px 0px 0px;
}

#title img{
    margin-top:3px;
    border:0px;
}

.h_t1{
    font-size:0.8em;
}


.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #888888;
	line-height:1.0em;
	font-size:1.0em;
	padding:5px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box:before {
	border-color: rgba(100, 100, 100, 0);
	border-right-color: #888888;
	border-width: 6px;
	margin-top: -6px;
}
