/*
#	written by unit-MSE Co.,ltd.　　　　　　　　 #
#	Copyright 2006 unit-MSE Co.,ltd.　　　　　　 #
#	　　　　　　　　　　　　　　　　　　　　　　 #
#	info@unit-mse.jp　　　　　　　　　　　　　　 #
#	http://www.unit-mse.jp　　　　　　　　　　　 #
#	使用：オーシャンフーズ　2006.10.3　　　　　  #
#	日文用　　　　　　　　　　　　　　　　　　　 #
#	$Revision: 1.0 $　　　　　　　　　　　　　　 #
*/

/******************************/
/* 基本画面用 */
/******************************/
DIV.cart H1 , DIV.cart H2 , DIV.cart P , DIV.cart FORM , DIV.cart DL {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
DIV.cart P{
	font-size:12px;
	line-height:21px;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
}
DIV.cart DL.NB{
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	line-height:16px;
	padding-top:12px;
}
DIV.cart DL.NB DD {
	margin-top:-16px;
	padding-bottom:6px;
	margin-left:21px;
	line-height:21px;

}
DIV.cart STRONG {
	color:#CC0000;
	font-weight:normal;
}
/* 以上ＣＳＳ再作成後には不要 */
DIV.cart H1{
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:23px;
	padding-bottom:2px;
}
/* カートが空の場合 */
DIV.cart DIV.null{
	text-align:left;
}
DIV.cart DIV.null H2{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
/* 注文アイテム */
TABLE.carttable{
	background-color:#CC0000;
}
DIV.cart TABLE.carttable TH ,
DIV.cart TABLE.carttable TD{
	padding:3px 3px 3px 3px;
	font-size:12px;
}
DIV.cart TABLE.carttable TH{
	background-color:E0E0E0;
	text-align:center;
	font-weight:normal;
	color:#000000;
}
DIV.cart TABLE.carttable TD{
	background-color:#ffffff;
	font-size:14px;
}
DIV.cart TABLE.carttable TD.pretotal{
	background-color:#eeeeee;
	text-align:right;
}
/* 文字に関するもの */
/* 必須 */
.required{
	font-size:8px;
	color:#DB0000;
	vertical-align: super;
}
/* 単価 個数 小計 */
DIV.cart TABLE.carttable TD.prc,
DIV.cart TABLE.carttable TD.amt,
DIV.cart TABLE.carttable TD.itemtotal {
	text-align:right;
}
DIV.cart TABLE.carttable TD.btndel{
	text-align:center;
}
DIV.cart TABLE.carttable TD.prctotal{
	font-weight:bold;
	text-align:right;
	font-size:16px;
}
/* 数量変更ボタン */

DIV.chngamt{
	width:14px;
	padding:2px;
	text-align:center;
}
DIV.chngamt DIV{
	padding-top:1px;
	padding-bottom:1px;
}
DIV.chngamt DIV IMG {border:0px;}

/* ガイド */
.formtxtsub{
	color:#666666;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size:10px;
	line-height:16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.formtxtsample{
	color:#666666;
	font-size:10px;
	line-height:16px;
}
.taxmemo{
	font-weight:normal;
	font-size:10px;
}
/* 個人情報 */
.foriframe {
	width:512px;
	height:130px;
	border: 1px solid #00537B;
	margin-top:16px;
	margin-bottom:16px;
}

/* 購入者情報 */
DIV.cart TABLE.cartaddrtable {
	font-size:14px;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
}
DIV.cart TABLE.cartaddrtable TH{
	color:#525252;
	font-weight:normal;
	font-size:12px;
	text-align:right;
	padding-right:6px;
}
DIV.cart TABLE.cartaddrtable TR TD.bar{
	border-top:solid #cccccc 1px;
	font-size:8px;
}
DIV.cart TABLE.cartaddrtable TR TD.nobar{
	font-size:8px;
}

.alertS {
	font-size:12px;
	line-heihgt:18px;
	color:#ff0000;
}
.caution {}
.warning {}


