@charset "UTF-8";

/*
-----------------------------------------------
 ホテル志戸平 シャトルバスStyles
 FileName : shuttle_bus.css
 Date     : 2009.01.10
----------------------------------------------- */

/* == シャトルバス Style == */
div#contentsInfo h2#shuttlebusMaincopy	{
	background: url(image/shuttlebus_maincopy_back.gif) repeat-y;
	font-size: 100%;
	line-height: 140%;
	text-indent: -1.5em;
	padding: 0.7em 1em 0.7em 2.5em;
	margin: 0 0 30px 0;
	overflow: hidden;
	}

div#shuttlebusInfo	{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 20px;
	}
	
	div#shuttlebusInfo h3	{
		font-weight: bold;
		}
	
	div#shuttlebusInfo img.toForm	{
			margin: 10px 0 0 464px;
			}
	
	div#shuttlebusInfo h4	{
		padding: 0 0 0 1em;
		margin: 1em 0 0.2em 0;
		}
	
	div#shuttlebusInfo p	{
		margin: 0 0 0 2em;
		}
	
	div#shuttlebusInfo ul.ex li	{
		margin: 0 0 0.5em 2em;
		}
	
	div#shuttlebusInfo li.arrow1-dark-blue	{
		margin: 0 0 0 2.5em;
		}
	
	table.shuttleTime	{
		border-collapse: collapse;
		margin: 0.2em 0 3px 2em;
		}
	
	table.shuttleTime th	{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: center;
		padding: 3px 10px;
		}
	
	table.shuttleTime td	{
		border-bottom: 1px solid #ccc;
		padding: 3px 10px;
		text-align: center;
		}
	
	table.shuttleTime th.go, td.go	{
		background: #e3e3f2;
		border-left: none;
		}
	
	table.shuttleTime th.return, table.shuttleTime td.return	{
		background: #f2ece3;
		border-left: 2px solid #fff;
		}
	
	div#shuttlebusInfo ol	{
		margin: 0 0 0 4em;
		}

div#shuttle_bus_RAKUTEN	{
	text-align: left;
	margin: 1em auto 0 auto;
	width: 672px;
	}


/* The Holly Hack \*/
	* html 	{
    height: 1%;
    }
