﻿@charset "utf-8";

/* 
	Site Name: JR Service Net
	Description: ページ特有の設定
	Page: 駅業務
*/

/* ============================ */
/*
	このページ特有のスタイル設定
*/
/* ============================ */

/*メインコンテンツ*/



#base {
	width: 850px;
	margin-top:10px;
	margin-bottom:40px;
	text-align:center;
}

#header {
	width: 100%;
	height: 110px;
	margin: 0 auto;
}


#main_contents {
	width: 770px;
	margin: 0 auto;
	text-align:center;
}


.map{
	margin-bottom:15px;
	}

#list_base{
	width: 738px;
}

.list_box_left{
	float:left;
	vertical-align:top;
	width:373px;
}

.list_box_right{
	float:right;
	vertical-align:top;
	width:355px;
}

table.table_list{
	border-collapse :collapse;
	background:#FFFFFF;
}

table.table_list tr{
　padding: 10px;

}

table.table_list td{
	padding: 2px;
	font-size:11px;

}



.area{
	font-size:14px;}
	
	
	
a:link{
	color: #2D75DF;
	text-decoration: none;
}
a:visited{
	color: #2D75DF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: #2D75DF;
}
