p{text-indent:1em;}

div.head{
	/*headブロックの大きさの指定*/
	width:900px;
	height:200px;

	/*メニューとの間の余白指定*/
	margin-bottom:2px;

	text-align:center;
	
	/*ロゴ背景の設定*/
	background-color:#a370f3;
}

	/*メニュー部分の背景divの設定*/

div.menu{
	background-color:#a370f3;
	width:900px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

	/*メニュー(ボタン)divの設定*/


div.btn{

/*全体(900px)を６分割(ボーダーの分のpxをひいたもの)*/

	width:146px;
	text-align:center;
	text-valign:center;

	margin-left:auto;
	margin-right:auto;

	float:left;
	border-style:solid;
	border-width:2px;
	border-color:#e3d1ff;

	font-weight:bolder;

}

/*今どこにいるか表示するdiv*/

div.navi{
	color:#9900cc;
	font-size:small;
}

/*本文部分のdiv*/

div.contents{
	background-color:#a370f3;
	color:#eeeeee;
	width:900px;
}

/*サブメニュー部分のdivの指定*/

div.left{
	width:150px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

/*内容（右側）divの指定*/

div.right{
	width:720px;
	float:right;
	padding:5px;
}
h2{color:#000000;}

h3{color:#000000;}

h4{color:#000000;text-align:center;}




table{
	width:720px;
	align:center;
}


td{
	color:#000000;
	background-color:#ffffff;
	vertical-align: top;
	padding:1px;

}

/*指定銘菓一覧のtd*/

td.naiyou{
	/*background-color:#ffffff;*/
	width:240px;
}

td.image{background-color:#a370f3;}


div.hpjump{
	margin:2px;
	font-weight:bolder;
	background-color:#a370f3;
	text-align:center;
	width:130px;
	float:right;

	border-style:solid;
	border-width:2px;
	border-color:#e3d1ff;


}


div.monthly{
	background-color:#ffffff;
	width:500px;
	margin-bottom:10px;
	text-align:center;

}



/*↓↓リンク色の設定*/

a:link{
	color:#000000;
	text-decoration:none;
}

a:active{
	color:#ffffff;
	text-decoration:none;
}

a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#e3d1ff;
	text-decoration:none;
}

