/* --- コンテンツボックス --- */
.cntBoxR {
	width				: 200px;				/* ボックスの幅 */
	float				: right;				/* 回り込み指定 */
	background-color	: #ffffff;				/* ボックスの背景色 */
	border				: 0px #c0c0c0 solid;	/* ボックスの枠線 */
	font-size			: 73%;					/* ボックスの文字サイズ */
}

/* --- ボックス内の段落 --- */
.cntBoxR img {
	margin				: 4px 2px 0px 0px;		/* 外余白： [設定値]上/右/下/左 */
}


/* --- ボックス内の段落 --- */
.cntBoxR p {
	margin				: 4px 6px;				/* 段落のマージン（上下、左右） */
}



/* --- 宣伝 文面 --- */
.senden {
	text-align			: left;
	width				: 360px; 				/* 幅 */
	margin				: 2px 10px 10px 2px;		/* 外余白： [設定値]上/右/下/左 */
	_margin				: 2px 10px 10px 2px;		/* 外余白： [設定値]上/右/下/左 */
	padding				: 0;
	font-size			: 80%;
}

/* --- jaxa コピーライト --- */
.jaxa {
	text-align			: center;
/*	width				: 200px; 				 幅 */
/*	float				: right;				 回り込み指定 */
	margin				: 0px 8px 10px 6px;	/* 外余白： [設定値]上/右/下/左 */
	padding				: 0;
	font-size			: 75%;
}

/* --- 宣伝 文面 --- */
.license {
	text-align			: left;
	width				: 344px; 				/* 幅 */
	margin				: 2px 0px 10px 2px;		/* 外余白： [設定値]上/右/下/左 */
	_margin				: 2px 0px 10px 2px;		/* 外余白： [設定値]上/右/下/左 */
	padding				: 0;
	font-size			: 80%;
}


/* コンテンツ内テーブル(列内文章「システムの特徴」用) */
table.sendenTbl {
	border-collapse		: collapse;				/* 枠線の表示方法（重ねる） */
	width				: 720px;				/* 幅 */
	margin    	: 0px 0px 0px 0px;		/* 外余白： [設定値]上/右/下/左 */
}


/* コンテンツ内テーブル */
.sendenTblL {
	vertical-align		: top;					/* 縦位置 */
	text-align		  	: left;					/* 文字の位置 */
	width	      			: 380px;				/* 幅 */
	margin    				: 0px 0px 0px 20px;		/* 外余白： [設定値]上/右/下/左 */
	padding		    		: 0px 0px 0px 20px;		/* 内余白： [設定値]上/右/下/左 */
	border-top				: #000000 0px solid;	/* 枠線 */
	border-left				: #000000 0px solid;	/* 枠線 */
	border-right			: #000000 0px solid;	/* 枠線 */
	border-bottom			: #000000 0px solid;	/* 枠線 */

}

/* コンテンツ内テーブル */
.sendenTblR {
	vertical-align		: center;					/* 縦位置 */
	text-align		  	: left;					/* 文字の位置 */
	margin    				: 0px 0px 0px 0px;		/* 外余白： [設定値]上/右/下/左 */
	padding		    		: 0px 0px 0px 0px;		/* 内余白： [設定値]上/右/下/左 */
	border-top				: #000000 0px solid;	/* 枠線 */
	border-left				: #000000 0px solid;	/* 枠線 */
	border-right			: #000000 0px solid;	/* 枠線 */
	border-bottom			: #000000 0px solid;	/* 枠線 */

}


























/* ------------------------ */


/* --- ニュース欄 --- */
.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;					/* 文字の色 */
}


/* --- メイン画像の設定 --- */
.goods {
	position: relative;
	margin-bottom: 0px;
	width: 720px;
	height: 505px;
}
.goods a { display: block; }
a.goods-menu {
	border: 1px solid #777;
	width: 720px;
	height: 505px;
}
a.order {
	position: absolute;
	top: 10px;
	left: 10px;
	/*width: 48px;*/
	/*height: 48px;*/
}

a.cobreak{
	position: absolute;
	top: 113px;
	left: 18px;
}

