@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
reset
-----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/*-----------------------------------------------
 common
-----------------------------------------------*/
body {
	/*background: url(../images/bg_body.jpg) top center repeat-x #e0efd2;*/
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.6;
}
.contents {
	width: 968px;
	margin:0 auto;
	color:#303030;
}
.pageTop {
	clear:both;
	padding:40px 30px 40px 0;
	font-weight:bold;
	text-align:right;
}
a:link {
	color:#009844;
	text-decoration:underline;
}
a:hover {
	color:#009844;
	text-decoration:none;
}
a:visited {
	color:#009844;
	text-decoration:underline;
}
h3 {
	padding-top:15px;
}	
.left {
	float:left;
	display:inline;
}
/* ------------------------------------------------
 titleArea
 ------------------------------------------------ */
#titleArea {
	background:url(../img/bg_siro.gif) ;
	height: 675px;
}

#titleArea .contents {
	position: relative;
	background-color: #FFFFFF;
	padding: 20px 76px 0 76px;
	height: 635px;
}

#titleArea .contents #navi {
	position: absolute;
	top: 427px;
	left: 116px;
}

/* ------------------------------------------------
 navi
 ------------------------------------------------ */
#navi {
	width:930px;
	margin-left:-10px;
	overflow:hidden;
	_z-index:1;
}
#navi li {
	float:left;
}


/* ------------------------------------------------
 midori
 ------------------------------------------------ */
.line_midori {
	background: url(../img/line_midori.jpg)  repeat-x left top;
	height: 12px;
}
 
#midori {
	background:url(../img/bg_midori.gif) ;
	padding-top: 42px;
}

#midori .contents {
	position: relative;
	background-color: #f4fbec;
	padding: 0 76px;
}

#midori a:link {
	color:#009844;
	text-decoration:underline;
}
#midori a:hover {
	color:#009844;
	text-decoration:none;
}
#midori a:visited {
	color:#009844;
	text-decoration:underline;
}


/* ------------------------------------------------
 orange
 ------------------------------------------------ */
.line_orange {
	background: url(../img/line_orange.jpg)  repeat-x left top;
	height: 12px;
}

#orange {
	background:url(../img/bg_orange.gif) ;
	/*padding-top: 43px;*/
}

#orange .contents {
	position: relative;
	background-color: #fff6eb;
	padding: 0 76px;
}

#orange a:link {
	color:#f08200;
	text-decoration:underline;
}
#orange a:hover {
	color:#f08200;
	text-decoration:none;
}
#orange a:visited {
	color:#f08200;
	text-decoration:underline;
}




/* ------------------------------------------------
 pink
 ------------------------------------------------ */
.line_pink {
	background: url(../img/line_pink.jpg)  repeat-x left top;
	height: 12px;
}

#pink {
	background:url(../img/bg_pink.gif) ;
}

#pink .contents {
	position: relative;
	background-color: #fff3f7;
	padding: 0 76px;
}

#pink a:link {
	color:#e42683;
	text-decoration:underline;
}
#pink a:hover {
	color:#e42683;
	text-decoration:none;
}
#pink a:visited {
	color:#e42683;
	text-decoration:underline;
}




/* ------------------------------------------------
 blue
 ------------------------------------------------ */
.line_blue {
	background: url(../img/line_blue.jpg)  repeat-x left top;
	height: 12px;
}

#white {
	background:url(../img/bg_siro.gif) ;
	padding-top: 60px;
}

#white .contents {
	position: relative;
	background-color: #ffffff;
	padding: 0 76px;
}

.busInfo {
	padding: 0 33px 20px;
}

.busInfo .leftImg {
	float: left;
	margin: 0 25px 0 0;
	width: 296px;
}

.busInfo .list {
	float: left;
}


.busInfo .list dt {
	float: left;
	width: 6em;
	line-height: 2.0;
}

.busInfo .list dd {
	margin-left: 8em;
	*margin-left: 6em;
	line-height: 2.0;
}


/* ------------------------------------------------
 footer
 ------------------------------------------------ */
#footer {
	margin-top: 40px;
	text-align:center;
	background: url(../img/bg_footer.jpg) repeat-x left top;
}
/* ------------------------------------------------
 clear
 ------------------------------------------------ */

.clear {
	clear: both !important;
}

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
