@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

***********************************/

@import "reset.css";
@import "behavior.css";

h2{
	color: #FFFFFF;
	margin-bottom: 1em;
	padding-left: 0.5em;
	background-color: #999999;
}

#left{
	line-height: 150%;
}

#left p.sub{
	margin-bottom: 1em;
}

dl#pref{
	margin: 0 0 1em 0.5em;
}

dl#pref dt,
dl#pref dd{
	display: inline;
}

dl#pref dt{
	margin-bottom: 2px;
	padding-right: 5px;
	border-right: 1px solid #999999;
	width: 5em;
}

* html dl#pref dt{
	margin-bottom: 2px;
	padding-right: 5px;
	border-right: 1px solid #999999;
	width: 6em;
}

dl#pref dd{
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #999999;
}

*+html dl#pref dd{
	margin-left: 7px;
}

#map{
	margin-bottom: 2em;
	clear: both;
}

#left h3{
	margin-top: 1em;
	border-bottom: 1px dotted #999999;
}
* html #left h3{
	margin-top: 2em;
	margin-bottom:3px;
	border-bottom: 1px dotted #999999;
}

p.howto{
	margin-left: 1em;
}

a.active{
	background-color: #FFFF00;
}

#left div.jump{
	text-align: right;
}