@charset "UTF-8";
/* CSS Document */

/*------------------
  コンテンツ（中・右カラム）
------------------*/
div#contents {
	width: 800px;
	float: right;
	background-color: #FFFFFF;
}
/*------------------
  メインリンクカラー
------------------*/
#main a:link  {
	text-decoration: none;
	color: #cc0000;
}
#main a:visited  {
	text-decoration: none;
	color: #cc0000;
}
#main a:hover  {
	text-decoration: underline;
}
#main a:active {position:relative;

 left:+1px;

 top:+1px;
 }

/*------------------
  メイン（中カラム）
------------------*/
div#main {
	width: 630px;
	float: left;
	min-height: 1000px;
	padding: 0 10px 0 10px;
}
div#main h3 {
	height: 60px;
	background-image: url(../images/sub630_03.gif);
	background-repeat: no-repeat;
	width: 630px;
	text-indent: -10000em;
	margin: 10px 0 0 0;
}
div#main h4{
	font-size: large;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	letter-spacing: 0.2em;
}
div#main  h5 {
	margin-bottom: -5px;
	letter-spacing: 0.2em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99000C;
	margin: 10px 20px 5px 20px;
	font-size: large;
	color: #99000C;
}
div#main  h6 {
	margin-bottom: -5px;
	font-weight: bold;
	border-bottom-width: 1px;
	margin: 10px 20px 5px 30px;
	font-size: medium;
	color: #E63011;
}
div#main p {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 180%;
	letter-spacing: 1px;
}
#recipe {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFEBD8;
	padding: 10px;
}
#recipe li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 200%;
	font-size: small;
	color: #666666;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
div#main li {
	line-height: 200%;
}
	
/*------------------
  エクストラ（右カラム）
------------------*/
div#extra {
	width: 150px;
	float: right;
	min-height: 1000px;
}
div#extra  h5 {
	margin-top: 10px;
	text-align: center;
	background-color: #003300;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 60px;
	font-size: small;
}


/*------------------
  ブランドリスト（右カラム）
------------------*/

.brand_list {
	width: 150px;
}
.brand_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: small;
}
.brand_list li {
	margin-bottom: 10px;
	background-color: #666666;
}
.brand_list li a {
	margin: 0;
	display: block;
	width: 140px;
	height: 80px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #003300;
}
.brand_list li a:visited {
	color: #FFFFFF;
}
.brand_list li a:hover {
	background-color: #006600;
	color: #FFFF00;
}
.brand_list img{
	padding-right: 5px;
	float: left;
}
/*------------------
位置指定
------------------*/
div#main  h5.clear{
	clear:left;
	padding-top: 15px;
}
div#main  h6.clear{
	clear:both;
	padding-top: 20px;
}
.buttonright {
	float:right;
	clear:left;
	padding: 15px 0 30px 0;
}
/*------------------
文字装飾
------------------*/
.recipe {
	font-size: large;
	color: #CC9966;
}
.zairyou {
	font-size: large;
	color: #D57C24;
	letter-spacing: 0.3em;
}
