@charset "utf-8";



/*----------01:基本スタイル ここから------------*/
body {
	margin: 0;
	padding: 0;
	color: #444;
	font-family: "Verdana","Arial","Helvetica","ＭＳ ゴシック","Osaka",sans-serif;
	font-size: 77.5%;
	background:#F0E5CB;
	text-align: center;　/*IEセンタリング用*/
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}

p {
	line-height: 150%;
	margin: 10px 0;
}

font {
	line-height: 150%;
}

ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 150%;
}

ul,dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dt {
	margin: 0 0 10px 0;
	font-weight: bold;
}

li,dd {
	margin: 5px 0;
	padding: 0;
}

table {
	font-size: 100%;
}

td,th {
	line-height: 150%;
}

td li {
	margin: 0;
	padding: 0 0 0 15px;
}

hr {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
}

img {
	border: none;
}

strong {
}

input,
textarea {
	font-family: "Arial","Helvetica","Verdana","ＭＳ ゴシック","Osaka",sans-serif;
}

iframe {
	width: 120px;
	height: 130px;
}


a:link {
	color:#0165FF;
	text-decoration: underline;
}

a:visited {
	color:#0165FF;
	text-decoration: underline;
}

a:hover {
	color:#4386EC;
	text-decoration: underline;
}

a:active {
	color:#4386EC;
	text-decoration: underline;
}

/*----------02:汎用クラス------------*/

.monospace {
	font-family: "ＭＳ ゴシック",monospace; /*等幅フォント*/
}

.hide {
	display: none;
}

.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.right {
	float: right;
	margin: 10px 0 10px 10px;
}

.tLeft {
	text-align: left;
}

.tCenter {
	text-align: center;
}

.tRight {
	text-align: right;
}

img.middle {
	vertical-align: middle;
}

.mini {
	font-size: 85%;
	font-family: "Verdana","ＭＳ ゴシック","Osaka","Arial","Helvetica",sans-serif;
}

.clear {
	clear: both !important;
	font-size: 1px;
	
}

.clear0 {
	clear: both !important;
	font-size: 1px;
	line-height:0;
	
}

.error {
	color: #c30;
	font-weight: bold;
}

/*----------03:共通レイアウト------------*/

#wrapperAll {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background:#F0E5CB  url(../img/bg_print.gif) repeat-y;
}

#wrapperAll h1 {
	width: 700px;
	margin: 0 auto 20px auto;
}

#wrapperAll #content {
	width: 750px;
	margin: 20px auto;
}

#mapspace {
	width: 720px;
	margin: 20px auto;
}


#mapspace h4.tit {
	margin: 10px 0 10px 0 ;
	padding: 5px 0 5px 10px;
	color: #333;
	font-size: 100%;
	/*background: #eac532;*/
	border-left: 5px solid #f79619;
	border-bottom: 1px solid #f79619;
	border-right: 1px solid #f79619;
	border-top: 1px solid #f79619;

}

#mapspace #bus{
margin:10px 0 20px 0;
padding:0px;
width:720px;
border-bottom:#CCCCCC solid 1px;
}

#mapspace #bus #img{
float:left;
margin:0 10px 10px 0;
padding:0;
width:175px
}

#mapspace #bus #text{
float:left;
margin:0 ;
padding:0;
width:500px;
}

#mapspace #bus #box1{
float:left;
margin:10px 10px 10px 0;
padding:0;
width:226px
}
#mapspace #bus #box2{
float:left;
margin:10px 0 10px 0;
padding:0;
width:226px
}




#mapspace #bus #text table.date{
margin:5px 0 5px 0 ;
padding:0;
width:350px;
border-collapse: collapse;
}

#mapspace #bus #text table.date td.tit{
background:#e6e1e1;
border:#999999 solid 1px;
padding: 5px;

}

#mapspace #bus #text table.date td.line{
border:#999999 solid 1px;
padding: 5px;

}


#mapspace #bus #text table.date2{
margin:5px 0 5px 0 ;
padding:0;
width:500px;
border-collapse: collapse;
text-align: center;
}

#mapspace #bus #text table.date2 td.tit{
background:#9df075;
border:#999999 solid 1px;
padding: 5px;

}

#mapspace #bus #text table.date2 td.line{
border:#999999 solid 1px;
padding: 5px;

}



/*----------99:その他------------*/
.miniFont{
font-size:80%;
font-weight:normal;
}

.m0{
margin:0 !important;
}

.mt10{
margin:10px 0 0 0 !important;
}

.mt30{
margin:30px 0 0 0 !important;
}

.red{
color:#CC0000 !important;
}

.blue{
color:#0066cc !important;
}

a.link {
	padding: 0 0 0 15px;
	background: url(../images/common_files/arrow_brown.gif) 0px 1px no-repeat;
}

.tc{text-align:center; !important}
.tl{text-align:left; !important}
.tr{text-align:right; !important}



