@charset "utf-8";
@import url("import.css");


/* header(ページの上辺) */
#header{
	margin:5px 0 0 0;
	background-image: url(../img/wrap-head-bg.gif);
	background-repeat:repeat-x;
}
	#header h1,
	#header p{
		float:left;
		text-align:left;
	}
	#header h1 img{
		position:relative;
		left:20px;
		top:20px;
		}
	#header div.inner{
		padding:0;
		background-image: url(../img/header-inner-bg.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		height: 110px;
		background-color:#FFF;
	}
	#header div.menu{
		float:right;
		text-align:right;
	}
		
		#header div.menu p{
			font-size:1.0em;
			text-align:right;
			float:none;
			margin: 20px 20px 0 0;
		}
		#header div.menu img{
			padding:10px 20px 0 0;
		}

/* maincolumn(メインコンテンツ) */
#main{
		margin-right:20px;
	}
	#top-title{
		background-image:url(../img/h2-bg.gif);
		background-repeat:no-repeat;
		height:90px;
		margin-bottom:30px;
	}
	 h2{
		font-size:20px;
		color:#663300;
		padding:30px 0 0 30px;
	}
	.section{margin-bottom:30px;

	}
	.section h3{	
		font-size: 16px;
		font-weight:bold;
		background-color:#663300;
		margin-bottom:20px;
		color:#FFF;
		padding-top: 6px;
		padding-right: 0;
		padding-bottom: 4px;
		padding-left: 10px;
	}

/* ご注文イメージ */
	#chumon img{
		margin-top:20px;
	}
	
/* プライバシーポリシー */
	#privacy h4{
	font-size:14px;
	font-weight:bold;
	color:#666;
	background:url("../img/main-li2.gif") no-repeat scroll left;
	padding:0 0 0 15px;
	margin-bottom:10px;
	font-family:"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	}
	#privacy p{
	padding:0 0 20px 0;
	margin-bottom:20px;
	background-image: url(../img/dotline_orner.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	#privacy p.non{
	padding:0 0 8px 0;
	border-bottom:none;
	margin-bottom:0;
	background-image: none;
	}
	#privacy ul{
	background-image: url(../img/dotline_orner.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	}
	#privacy li{
		padding:0 0 8px 0;
		
	}

	
/* bottom */
	#bottom ul li{
		float:left;
	}
	
/* telfax */
	#telfax p{
		margin-bottom:10px;
	}
	#telfax p span.tel {
		font-size: 14px;
		color: #FF7700;
		font-weight: bold;
	}


/* mail-form(メールフォーム) */
	#mail-form p{
	padding:0 0 20px 0;
	margin-bottom:20px;
	background-image: url(../img/dotline_orner.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	#mail-form p.non{
	padding:0;
	border-bottom:none;
	margin-bottom:20px;
	background-image: none;
	}
	#mail-form table {
		margin: 0 0 20px 0;
		border-collapse: collapse;
		border: 1px solid #B19A4E;
		width: 600px;
		}
	#mail-form table th {
			background: #F0EAD6;
			border: 1px solid #B19A4E;
			padding: 6px 10px;
			text-align: left;
			font-weight:normal;
			width:160px;
			}
	#mail-form table td {
			border: 1px solid #B19A4E;
			padding: 6px 10px;
			font-weight: normal;
			}
	#mail-form table td a{
			color:#FF7700;
			text-decoration:underline;
		}
	#mail-form table td a:hover{
			color:#FF7700;
			text-decoration:none;
		}
	#mail-form table td li{
			margin-bottom:5px;
		}
	#mail-form .submit{
		margin:15px 0 30px;
		text-align:center;	
		}
	
	#mail-form p.pagenavi{
		margin:10px 0 0 0;
		}
	#mail-form p.pagenavi img{
		float:right;

		}
