@charset "utf-8";

*{
     margin:0;
	 padding:0;
}


/*----------cleafix-hack----------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}


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

/* Hides from IE-mac ＼*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*------------各マージン設定初期化------------*/
h1,h2,h3,h4,h5,h6,p,ul,ol,img,div{
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:100%;
	border:none;
}


/*------------body------------*/
body{
     margin:0;
	 padding:0;
	 font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Arail, Helvetica;
	 font-size:12px;
	 background:url(../images/back.gif) repeat-x center top;
	 background-color:#FFFFFF;
	 text-align:center;
}
	 
html{
     overflow-y:scroll;
}	 
	 


a { color:#000000; text-decoration : none;}
a:link { color:#000000; text-decoration : none; }
a:visited { color:#666666; text-decoration : none; }
a:active { color: #9B0000; text-decoration : none; }
a:hover { color:#9B0000; text-decoration : underline; }





#bg{
	width:940px;
	height:100%;
	margin:0px auto 0px auto;
	background-repeat:repeat;
	clear:both;
	text-align:left;
	color: #000000;
}




img {
	border:none;
}



#container {
    width: 850px;
	margin:0px auto 0px auto;
}
 
 
 
 
/*------------header------------*/
#header {
}

#header h1{
	width:176px;
}


/*------------contents------------*/
#contents{
	width:940px;
	padding:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
}

#contents p.top{
}

.left,.right {
	float:left;
}

#contents p.payment{
    padding:20px;
	font-size:12px;
	line-height:20px;
	color:#000000;
}

#contents span.order_time{
    padding-top:10px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
}

#contents p.footer_menu{
    margin:32px 0 50px 0;
	font-size:12px;
	color:#000000;
	text-align:center;
}
