@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

@import "base.css?t2301";

h2{
	margin-bottom: 5px;
}

#contents div.box{
	padding: 0 50px;
}

#contents dl.accessmap{
	width: 330px;
}

#contents dl.accessmap dt{
	font-size: 110%;
	font-weight: bold;
	padding: 3px 5px;
	margin-bottom: 3px;
	background-color: #D1CCC9;
}

#contents dl.accessmap dd{
	margin: 0 0 20px 5px;
}

#contents table.history{
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
}

#contents table.history th{
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #dddddd;
	width: 60px;
}

#contents table.history td{
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding: 5px;
}

#contents table.history td dt{
	font-weight: bold;
}

#contents table.history td dd{
	margin: -1.5em 0 5px 40px;
}

#contents div.koryo{
	float: right;
	width: 400px;
}

#contents div.koryo h4{
	font-size: 120%;
	font-weight: bold;
	background-color: #D1CCC9;
	padding: 3px 5px;
	margin-bottom: 10px;
}

#contents div.koryo li{
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: 10px;
}

#contents dl.work dt{
	color: #F29439;
	font-size: 120%;
	font-weight: bold;
}

#contents dl.work dd{
	border-bottom: 1px #999999 dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#contents dl.search{
	float: left;
	width: 350px;
	min-height: 190px;
	padding-bottom: 5px;
	border: 1px #cccccc solid;
}

#contents dl.search dt{
	font-weight: bold;
	font-size: 110%;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #dddddd;
	border-bottom: 1px #cccccc solid;
	
}

#contents dl.search dd{
	margin-left: 10px;
	margin-bottom: 2px;
}

#contents dl.search dd a{
	padding-left: 12px;
	background-image: url('../join/img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* ブラウザ互換
*********************************************************************/
