html{color:#000;background:#FFF;overflow-y: scroll;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img{
	vertical-align: bottom;
}
a{color: #505050;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bgHead.gif) repeat-x top;
	color: #505050;
	font-size: 12px;
	line-height: 1.5;
}
/*-------------------------------
ヘッダ
---------------------------------*/

#head{
	height: 55px;
	width: 800px;
	margin: 0 auto;
}
#head h1{
	float: left;
	padding-left: 55px;
	margin-top: 13px;
}
#head div{
	float: right;
	width: 88px;
	margin-top: 6px;
	padding-right: 19px;
}
#head div img{
	display: block;
	margin-bottom: 4px;
}

/*-------------------------------
お問い合わせについて
---------------------------------*/
#box{
	width: 690px;
	margin:40px auto;
	
}

#box h2{
	background: url(../images/title.gif) no-repeat ;
	font-weight:bold;
	width:690px;
	height:40px;
	padding:10px 0 0 25px;
	
}

#box p{

}

#box div.boxTel{
	background: url(../images/boxTel.gif) no-repeat ;
	width:690px;
	height:74px;
	padding:1px 0 0 25px;
	margin-top:37px;
}

#box div.boxTel p{
	margin:10px 0 0 0;
}

/*-------------------------------
table
---------------------------------*/
.n_Table{
	background-color:#FFFFFF;
	border-collapse: collapse;
	border:solid 1px #336699;
	color:#336699;
}
.n_Table td,.n_Table_k td{
	border-collapse: collapse;
	font-size: 10px;
	text-align:center;
	padding:5px;
	color:#336699;
	border:solid 1px #336699;

}

.n_Table_k{
	background-color:#cfdfef;
}

/*-------------------------------
出荷について・お問い合わせについて
---------------------------------*/
div.n_box h3{
	font-size:100%;
	font-weight:bold;
	margin:10px 0 0 0;
	padding: 0;
}

.n_box p{
	margin:0;
}

div.n_box img{
	vertical-align:middle;
	margin:0 5px 0 0;
}

.n_btn{
	margin:30px 0 0 0;
	text-align:center;
}


/*-------------------------------
フッター
---------------------------------*/

#foot{
	text-align: center;
	height: 55px;
	margin-top: 30px;
	background: url(../images/bgFoot.gif) repeat-x bottom;
	color: #FFFFFF;
}

#foot p{
	padding-top: 12px;
	font-size: 12px;
	line-height: 1.4;
}

#foot img{
	vertical-align: baseline;
	padding-right:6px;
}