/* base */
body{
	font-family	:meiryo,'ＭＳ Ｐゴシック'/* Windows */,'Hiragino Kaku Gothic Pro',Osaka,sans-serif/* Macintosh */;
	font-size	:14px;
	line-height	:150%;
	margin		:0px;
	padding		:0px 0px 10px 0px;
	background	:#ffffff;
}
#base_layout{
	width		:100%;
	text-align	:center;
}
#main_layout{
	background	:#ffffff;
	border-bottom	:1px solid #808080;
	border-left	:1px solid #808080;
	border-right	:1px solid #808080;
	width		:800px;
	margin	 	:0px auto 10px auto;
	padding		:0px 5px 5px 5px;
	text-align	:left;
	color		:#000000;
}
#main_layout_outline{
	width		:800px;
	margin	 	:0px;
	padding		:0px;
}



/* header -- レイアウトは別途指定 */
#header{
}
#header_outline{
}


/* contents */
#contents{
	width		:800px;
	margin	 	:0px;
	padding		:0px;
}
#contents_outline{
	width		:800px;
	margin	 	:0px;
	padding		:0px;
}
.title{
	width		:800px;
	margin	 	:0px;
	padding		:0px;
}
.txt_area{
	width		:740px;
	margin		:10px 30px;
	padding		:0px;
	font-size	:16px;
	line-height	:150%;
	font-weight	:normal;
}
.pic_area{
	width		:740px;
	margin		:10px 30px;
	padding		:0px;
}
.link_direct,
.link_iikoto2007{
	width		:740px;
	height		:40px;
	margin		:20px 30px;
}
.go_head{
	margin		:10px 0px;
	padding		:0px;
	text-align	:right;
	font-size	:14px;
	line-height	:150%;
}


/* footer */
#footer{
	width		:800px;
	margin		:0px;
	padding		:0px;
	border-top	:1px solid #808080;
	text-align	:center;
}
#footer_outline{
	width		:800px;
	margin		:0px;
	padding		:0px;
}
#copyright{
	padding-top	:30px;
	font-size	:11px;
	line-height	:150%;
}


/* h1,h2,h3,... */
h1{
	margin		:0px;
	padding		:0px;
	width		:800px;
	height		:450px;
}
h2{
	margin		:20px 0px 10px 30px;
	padding		:0px;
	text-indent	:-9999px;
}
h2.gaiyou{
	background	:url(images/h2_gaiyou.gif) 0 0 no-repeat;
	width		:160px;
	height		:40px;
}
h2.stops{
	background	:url(images/h2_stops.gif) 0 0 no-repeat;
	width		:160px;
	height		:40px;
}
h2.diagram{
	background	:url(images/h2_diagram.gif) 0 0 no-repeat;
	width		:160px;
	height		:40px;
}
h2.yousu{
	background	:url(images/h2_yousu.gif) 0 0 no-repeat;
	width		:160px;
	height		:40px;
}
h3{
	margin		:0px 0px 0px 30px;
	padding		:0px;
	text-indent	:-9999px;
}
h3.nobori{
	background	:url(images/h3_nobori.gif) 0 0 no-repeat;
	width		:280px;
	height		:30px;
}
h3.kudari{
	background	:url(images/h3_kudari.gif) 0 0 no-repeat;
	width		:280px;
	height		:30px;
}


/* a（ページ標準・変更禁止） */
a:link{
 	color		:#0000ff;
	text-decoration	:none;
}
a:visited{
	color		:#660066;
	text-decoration	:none;
}
a:active{
 	color		:#ff0000;
	text-decoration	:underline;
}
a:hover{
 	color		:#ff0000;
	text-decoration	:underline;
}


/* a（コンテンツ内） */
#main_layout a:link{
 	color		:#333333;
	text-decoration	:none;
}
#main_layout a:visited{
	color		:#333333;
	text-decoration	:none;
}
#main_layout a:active{
 	color		:#339966;
	text-decoration	:none;
}
#main_layout a:hover{
 	color		:#339966;
	text-decoration	:none;
}


/* p */
p{
	margin		:10px 0px;
}


/* img */
img{
	border		:0;
}
.pic_waku{
	width		:170px;
	height		:130px;
	background	:url(images/imagebg_170-130.gif) 0px 0px no-repeat;
}
.pic_waku a{
	position	:relative;
	display		:block;
	width		:170px;
	height		:130px;
	background	:url(images/imagebg_170-130.gif) 0px 0px no-repeat;
}
.pic_waku a:hover{
	background	:url(images/imagebg_170-130.gif) 0px -130px no-repeat;
}
.pic_cover{
	position	:relative;
	padding-top	:5px;
	margin-left	:5px;
}


/* txt_area */
.txt_area p{
	margin		:5px 0px 0px 0px;
}
.txt_area p.start{
	margin		:0px;
}
.txt_area p.red{
	color		:#ff0000;
}



/* pic_area */
.pic_area table{
	width		:740px;
	margin		:0px;
	border-collapse	:collapse;
	border-spacing	:0px;
	border		:0px;
	margin		:0px;
}
.pic_area table td{
	width		:180px;
	padding-top	:10px;
	padding-left	:20px;
}
.pic_area table td.start{
	width		:160px;
	padding-top	:10px;
	padding-left	:0px;
}
.pic_area table tr.top td{
	width		:180px;
	padding-top	:0px;
	padding-left	:20px;
}
.pic_area table tr.top td.start{
	width		:160px;
	padding-top	:0px;
	padding-left	:0px;
}



/* gaiyou_area */
.gaiyou_area{
	width		:650px;
	margin		:10px 75px;
	padding		:0px;
}
.gaiyou_area_floatclear{
	margin		:0px;
	padding		:0px;
	clear		:both;
}
.gaiyou_area dl{
	width		:650px;
	margin		:0px;
	padding		:0px;
}
.gaiyou_area dl dt{
	width		:100px;
	margin		:0px 20px 5px 0px;
	padding		:0px;
	float		:left;
}
.gaiyou_area dl dd{
	width		:526px;
	margin		:0px 0px 5px 0px;
	padding		:2px 0px;
	float		:left;
	font-size	:16px;
	line-height	:150%;
	font-weight	:normal;
}



/* stops_area */
.stops_area{
	width		:740px;
	margin		:10px 30px;
}
.stops_area .zu{
	width		:740px;
	height		:100px;
}
.stops_area .chuu{
	width		:740px;
	font-size	:16px;
	line-height	:150%;
	font-weight	:normal;
	text-align	:left;
}
.stops_area .chuu p{
	margin		:5px 0px 0px 0px;
	padding-left	:1em;
	text-indent	:-1em;
}
.stops_area .chuu p.start{
	margin		:0px;
}



/* diagram_area */
.diagram_area{
	width		:740px;
	margin		:10px 30px;
}
.diagram_area table{
	width		:740px;
	border-collapse	:collapse;
	border-spacing	:0px;
	border		:2px solid #333333;
	margin		:0px;
}
.diagram_area table td.hour{
	width		:25%;
	padding		:2px;
	font-size	:16px;
	line-height	:150%;
	font-weight	:bold;
	text-align	:center;
	border-right	:1px solid #333333;
	background	:#cccc66;
}
.diagram_area table tr.even td.hour{
	width		:25%;
	padding		:2px;
	font-size	:16px;
	line-height	:150%;
	font-weight	:bold;
	text-align	:center;
	border-right	:1px solid #333333;
	background	:#ffffff;
}
.diagram_area table td.time{
	width		:25%;
	padding		:2px;
	font-size	:16px;
	line-height	:150%;
	font-weight	:normal;
	text-align	:center;
	background	:#cccc66;
}
.diagram_area table tr.even td.time{
	width		:25%;
	padding		:2px;
	font-size	:16px;
	line-height	:150%;
	font-weight	:normal;
	text-align	:center;
	background	:#ffffff;
}


/* link_direct */
.link_direct div{
	width		:740px;
	height		:40px;
	margin		:0px;
	padding		:0px;
}
.link_direct div a{
	display		:block;
	text-indent	:-9000px;
	overflow	:hidden;
	background-image:url(images/bn_direct_arashiyama.gif);
	width		:740px;
	height		:40px;
}


/* link_iikoto2007 */
.link_iikoto2007 div{
	width		:740px;
	height		:40px;
	margin		:0px;
	padding		:0px;
}
.link_iikoto2007 div a{
	display		:block;
	text-indent	:-9000px;
	overflow	:hidden;
	background-image:url(images/bn_iikoto_2007.gif);
	width		:740px;
	height		:40px;
}