﻿@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: 740px;
	margin: 0 auto;
}






.service_box{
	margin:20px 0 0 0;
	width:738px;
}

.service_box h1{
	margin-top:5px;
	font-size:12px;
}


.service_box_left{
	float:left;
	vertical-align:top;
	width:320px;
}

.service_box_right{
	float:right;
	vertical-align:top;
	text-align:left;
	width:418px;
	font-size:12px;
}


.img_title{
	text-align:center;
	margin-bottom:15px;
	}
	
a:link{
	color: #2D75DF;
	text-decoration: none;
}
a:visited{
	color: #2D75DF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: #2D75DF;
}
