/*  ----	会社概要 StyleSheets	----  */

@charset "UTF-8";

/*	ボディ	-----------------------------------------------------------------------------------------	*/
#titleArea h2	{
	border-bottom: #fba848 5px solid;
}
.h3Area h3	{
	background-color: #fba848;
}
.h4Area h4	{
	border-bottom: #fba848 1px solid;
}

/*	時刻表・運賃など	----------------------------------------*/
.localArea	{
	margin-bottom: 30px;
}
.localArea table	{
	border: #cdcdcd 1px solid;
}
.localArea table th	{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	letter-spacing: 5px;
	border: #cdcdcd 1px solid;
}
.localArea table td	{
	text-align: left;
	vertical-align: top;
	border: #cdcdcd 1px solid;
}
.localArea table th div,
.localArea table td div	{
	padding: 20px 20px;
}
.localArea table .local1st	{
	width: 565px;
}
.localArea table .local2nd	{
	width: 150px;
}
.localArea table .local3rd	{
	width: 100px;
}
.localArea table .local4th	{
	width: 100px;
}
.localArea table td.local1st div p	{
	margin-bottom: 0;
	padding: 10px 20px 0 20px;
}
.localArea table td.local2nd div	{
	line-height: 61px;
}
.localArea table td.local3rd div,
.localArea table td.local4th div	{
	text-align: center;
}
.localArea a	{
	color: #333333;
	cursor: pointer;
}
.localArea a:link,
.localArea a:visited,
.localArea a:active	{
	text-decoration: underline;
}
.localArea a:hover	{
	text-decoration: none;
}



.pdfArea	{
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
a.pdfLink	{
	display: block;
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	background-color: #c70704;
}
a.pdfLink:link,
a.pdfLink:visited,
a.pdfLink:active	{
	color: #ffffff;
	text-decoration: none;
}
a.pdfLink:hover	{
	color: #ffffff;
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.localArea table td a.pdfLink div	{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
}

/*	マイ時刻表	--------------------------------------------------------------------------------------	*/
.myJikokuLink	{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-top: 0;
	text-align: center;
	background-color: #ffffff;
}
#myJikoku	{
	margin: 0 auto;
	padding: 0;
	width: 698px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../public/myjikoku_h.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px #cccccc solid;
}

#myJikoku a	{
	display: block;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 90px;
	text-indent: -9999px;
	background-image: url(../public/myjikoku.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#myJikoku a:link, #myJikoku a:visited	{
}
#myJikoku a:hover, #myJikoku a:active	{
	background-image: none;
}

/*	路線図	----------------------------------------*/
.tileContents2	{
	width: 660px;
}
.tileArea	{
	margin-right: 10px;
	width: 310px;
}
.tileComment7	{
	padding: 30px 20px;
	line-height: 35px;
}

/*	親子バス乗り方教室	----------------------------------------*/
.tileNorikataArea	{
	margin0;
	padding-left: 120px
}
.tileNorikata	{
	padding: 30px 20px;
	width: 660px;
	line-height: 35px;
	border: 1px #0e7ac4 solid;
}
.tileNorikata a	{
	color: #333333;
}
.tileNorikata a:link,
.tileNorikata a:visited,
.tileNorikata a:active	{
	text-decoration: underline;
}
.tileNorikata a:hover	{
	text-decoration: none;
}

