@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{
}

dl#pref dt{
	width: 7em;
}

dl#pref dd{
	margin: -1.7em 0 5px 7em;
}

#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;
}

/* GoogleマップAPI 対応
***************************************/
h2.map{
	margin-left: -5px;
	background-color: #FFFFFF;
}

div.list{
	margin: 60px 0 60px 0;
	padding: 100px 0 0 255px;
	height: 150px;
	background-image: url('../search/images/bg_pref.png');
	background-repeat: no-repeat;
}
