@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/common/back.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6,h7{
	font-size:12px;
	margin:0;
	padding:0;
}
ul,li {
	margin:0;
	padding:0;
	list-style-type: none;
}
p {
	margin:0;
	padding:0;
}
img {
	border:0;
}


.btn {
	display:block;
}

input {
	background-color:#FFF;
}

#messageArea {
	color: #006005;
	text-align: center;
	margin-top: -2px;
}
#src_customer_name{
	width: 200px!important;
}
#orderer{
	width: 200px!important;
}
/************ クリア ************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.w60 {
	width: 60px;
}

.w50{
    width: 50px;
}

.w40{
    width: 40px;
}

.w120{
    width:120px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}