/* --- コンテンツボックス --- */
.cntBoxR {
	width				: 200px;				/* ボックスの幅 */
	float				: right;				/* 回り込み指定 */
	background-color	: #ffffff;				/* ボックスの背景色 */
	border				: 0px #c0c0c0 solid;	/* ボックスの枠線 */
	font-size			: 73%;					/* ボックスの文字サイズ */
}

/* --- ボックス内の段落 --- */
.cntBoxR img {
	margin				: 4px 2px 0px 0px;		/* 外余白： [設定値]上/右/下/左 */
}

/* --- 宣伝 文面 --- */
.senden {
	text-align			: left;
	width				: 400px; 				/* 幅 */
	margin				: 3px 0px 10px 22px;		/* 外余白： [設定値]上/右/下/左 */
	_margin				: 2px 0px 10px 22px;		/* 外余白： [設定値]上/右/下/左 */
	padding				: 0;
	font-size			: 90%;
}

/* --- jaxa コピーライト --- */
.jaxa {
	text-align			: right;
	width				: 200px; 				/* 幅 */
	float				: right;				/* 回り込み指定 */
	margin				: 0px 8px 10px 6px;	/* 外余白： [設定値]上/右/下/左 */
	padding				: 0;
	font-size			: 75%;
}


/* --- ボックス内の段落 --- */
.cntBoxR p {
	margin				: 4px 6px;				/* 段落のマージン（上下、左右） */
}
/* ------------------------ */


/* --- ニュース欄 --- */
.topNews .topNl {
	text-align			: left;
	margin				: 4px 2px 4px 6px;		/* 外余白： [設定値]上/右/下/左 */
	padding				: 0;
	list-style-type		: none;
}

/* --- メニュー項目 --- */
.topNews .topNl li {
	width				: 490px; 				/* 幅 */
	padding				: 1px 0px;				/* 内余白：上下/左右 */
	background-color	: #ffffff;				/* 項目の背景色 */
	font-size			: 100%;
}

/* --- リンク --- */
.topNews .topNl li a {
	margin				: 0px 0px 0px 5px;		/* 外余白： [設定値]上/右/下/左 */
	padding				: 0px 0px 0px 5px;		/* 内余白： [設定値]上/右/下/左 */
	position			: relative;				/* IE6用 */
	text-decoration		: none; 				/* テキストの下線（なし） */
	color				: blue;					/* 文字の色 */
/*	background			: url(../image/liMark/liSsRight01.gif) no-repeat left center;	/* 背景 */
}
/* --- ポイント時の設定 --- */
.topNews .topNl li a:hover {
	text-decoration		: none; 				/* テキストの下線（なし） */
	color				: red;					/* 文字の色 */
}

