@charset "utf-8";


/******************************************************
リンクリスト設定
*******************************************************/

.link	{
	text-align: left;
}

.link h3 {
	margin: 10px 10px 10px 10px;
.	color: #333333;
	font-weight: bold;
	font-size: 14px;
	background-color: #eeeeee;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 8px;
}


.link dl {
	margin: 0px 10px;
}

.link dd {
	margin-bottom: 10px;
}



/******************************************************
リスト設定
*******************************************************/

.bigmenu {
	padding: 0px 10px 20px 10px;
}

.bigmenu li {
	padding: 5px 0px 5px 22px;
	background: url(/images/faq/dot1.gif);
	background-repeat: no-repeat;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


