/* ページの基本設定 */
body		{font-size: medium; color: #333333;
		margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}

/* 標準リンク色の設定 */
a:link		{color: #6666CC; text-decoration: underline;}  /* 見参照のリンク色 */
a:visited		{color: #333399; text-decoration: underline;}  /* 参照済みリンク色 */
a:active		{color: #9999FF; text-decoration: none;}  /* クリックされているときの色 */
a:hover		{color: #9999FF; text-decoration: none;}  /* カーソルをのせた時の色 */

/* 色の設定(追加する場合はここに追加してください) */
.stress1		{color: #333399;}  /* 強調色 */
.stress2		{color: #336666;}  /* 強調色 */

.catch-txt {
	font-size:12px;
	font-weight:normal;
	color:#333333;
	height:auto;
	margin:0px;
	padding:5px 160px 0px 0px;
	background-repeat:no-repeat;
	text-align:center;
}


/* add 20060308 */

#saijolist ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 500px;
}

#saijolist li{
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#saijolist a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../saijo/img/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
