body
	{
	text-align: center;
	}



/*
	BODY全体
*/
div.main
	{
	width: 770px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

/*
	テーブル内基礎設定
*/
td
	{
	font-size: 12px;
	}

/*
	リンク基礎設定
*/
a
	{
	color: #000077;
	text-decoration: underline;
	}

/*
	フォーム基礎設定
	（改行対策）
*/
form
	{
	display: inline;
	}


/*
	*******ここまで基礎設定・ここからブロック設定
*/


/*
	メニューブロック
	左側メニュー段全体を定義
*/
div.menu
	{
	margin: 0px;
	padding: 0px;
	width: 158px;
	}


/*
	コンテンツブロック
	右側コンテンツ段全体を定義
*/
div.cont
	{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 600px;
	}


/*
	メニュー用囲み
*/
div.k160
	{
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	border: solid 2px #000000;
	padding: 2px;
	background-color:#770000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	}


/*
	メニュー用囲み調整詰め物
*/
div.kp160
	{
	height: 312px;
	/*
		###このheightを調整して、フッターにそろえる！！ ###
	*/
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	border: solid 2px #000000;
	padding: 2px;
	background-color:#770000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	}


/*
	メニュー用薄い水色アンカー
*/
a.menu
	{
	color: #ccccff;
	text-decoration: underline;
	}


/*
	トップ右の囲み
*/
div.kt600
	{
	width 596px;
	height: 160px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	border: solid 2px #000000;
	padding: 2px;
	background-color:#770000;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	}



/*
	メインコピー用Ｈ１
*/
h1
	{
	margin: 0px;
	padding: 2px;
	color: #ddffdd;
	font-size: 12px;
	line-height: 18px;
	}

/*
	トップページボックス
*/
div.ib600
	{
	width: 596px;
	display:inline;
	height: 360px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	background-color:#eeeeff;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	}


/*
	バナーボックス
*/
div.bn600
	{
	text-align: center;
	width: 596px;
	display:inline;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	background-color:#eeeeff;
	}


/*
	２分割ボックス
*/
div.bx4
	{
	width: 296px;
	display:inline;
	height: 180px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	border: solid 2px #770000;
	padding: 2px;
	background-color:#eeeeff;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	}

/*
	600ボックス
*/
div.bx600
	{
	width: 596px;
	display:inline;
	height: 88px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	border: solid 2px #770000;
	padding: 8px;
	background-color:#eeeeff;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	}
/*
	ボックス内名称
*/
h2.bname
	{
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	color: #000099;
	font-size: 14px;
	line-height: 18px;
	}


/*
	商品陳列ＢＯＸ
*/
div.ib200
	{
	width: 196px;
	display:inline;
	height: 360px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	border: solid 2px #770000;
	padding: 2px;
	background-color:#eeeeff;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	}

/*
	商品名称
*/
h2.iname

	{
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	font-size: 14px;
	line-height: 21px;
	color: #000099;
	}

/*
	陳列ＢＯＸ内の写真
*/
div.ipict
	{
	text-align: center;
	width: 100%;
	height: 180px;
	}


/*
	フッター７６０
*/
div.ft760
	{
	width: 764px;
	text-align: center;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 2px;
	font-size: 12px;
	line-height: 18px;
	}

/*
	h2：各商品のタイトル
*/
h2.itemtitle
	{
	margin-top: 12px;
	margin-bottom: 8px;
	padding: 4px;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	color: #ff0000;
	}


/*
	h3：各商品のコピー
*/
h3.itemcopy
	{
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: blue;
	}


