@charset "utf-8";

/*トップページ専用*/
/*------------------------------*/


/*メニュー*/
/*------------------------------*/
#menu_select {
	margin-top:21px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menu_select #mainbox{
    border: 0px;
    margin: 0px;
	padding: 0px;
    float: left;
    width: 375px;
}

.line_osm{
	background-image: url(./img/line_osm.gif);
}
.line_ocacre{
	background-image: url(./img/line_ocacre.gif);
}
.line_ocaeco{
	background-image: url(./img/line_ocaeco.gif);
}

#menu_select .subbox{
	float:left;
	width:197px;
	height:35px;
	border:none;
	margin-left: 4px;
	margin-top: 14px;
}


/*コンテンツ*/
/*------------------------------*/
#content_container{
	width:791px;
	padding-left:9px;
	
	height: auto;


}

#content_container .ekiname{
	float:left;
	width:197px;
	height:25px;
	border:none;
	margin-top: 10px;
}

#content_container .clickme{
	float:right;
	width:300px;
	height:25px;
	border:none;
	margin-top: 8px;
	margin-right:30px;
	text-align:right;
	padding-top:3px;
	color:#FF3300;
}

#content_container .mapmenu{
	float:left;
	width:240px;
	border:none;
	margin-top: 8px;
	padding-bottom:3px;
}
#content_container .allow{
	float:left;
	height:180px;
	width: 20px;
	border:none;
	margin-top: 8px;
	padding-top:0px;
	background-image: url(./img/allow.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#content_container .content_line{
	width:783px;
	height:2px;
	background-image: url(./img/ct_line.gif);
	background-repeat: repeat-x;
	margin-top:20px;
	margin-bottom:15px;
	
}

.backto_top{
	width:783px;
	text-align:right;
	margin-top:10px;
	margin-bottom:20px;
}
