@charset "EUC-JP";

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

��hack�н���
��Internet Explorer 6�Τ�Ŭ��
* html .hogehoge{}

��Internet Explorer 7�Τ�Ŭ��
*+html .hogehoge{}

��Internet Explorer 8�Τ�Ŭ��
html>/����/body .hogehoge{
	�ץ��ѥƥ�/��\����/ : ��\9;
}
�ʡ��Ͼ�ʸ����ľ���Ƥ������Ѥ��Ƥ�����������


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

@import "base.css?tsp";

h2{
	margin-bottom: 5px;
}

h3{
	margin-bottom: 10px;
}

a {
	outline:none;
}

/* search.php��
*********************************************************************/
#contents div.map{
	text-align: center;
	margin: 20px 80px 40px 0;
}

/* link.php��
/* sitemap.php��
*********************************************************************/

#contents div.link dl{
	float: left;
	width: 340px;
	margin-bottom: 60px;
	margin-left: 80px;
}

#contents div.sitemap dl{
	float: left;
	width: 340px;
	margin-left: 80px;
	margin-bottom: 20px;
}



#contents div.link dl dt,
#contents div.sitemap dl dt{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
}

#contents div.link dl dd,
#contents div.link dl dd ul li,
#contents div.sitemap dl dd,
#contents div.sitemap dl dd ul li{
	margin-bottom: 5px;
	background-image: url('../join/img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}

#contents div.link dl dd ul,
#contents div.sitemap dl dd ul{
	padding-left: 1.2em;
}


/* �֥饦���ߴ�
*********************************************************************/
* html #contents div.link dl,
* html #contents div.sitemap dl{
	margin-left:60px;
}

