/* サイトマップ
----------------------------------*/
.head_bg {
    background-image: url(../img/sitemap/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.s_table {
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;	
	margin-right: auto;
	margin-left: auto;
	color: #000;	
}

.s_table td {
    background-color: #fff;
    text-align: left;
}
.s_table td {
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
    padding: 15px;    
    font-weight: normal;  
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #555555;
    
}
/* リンクボタン
----------------------------------*/
.link_box {	
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 20px;	
}
.button {
    background: none repeat scroll 0 0 #EC4E10;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-right: 5em;
    padding-left: 5em;
    padding-bottom: 8px;
    text-decoration: none;
}

