@charset "UTF-8";
/* おどり寿し 共通CSS */


* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
dl,dd,dt {
	margin:0;
	padding:0;
}
img {
	border: 0px;
}
ul {
	list-style-type:none;
}
address {
	font-style:normal;
	display:inline;
}
.clear {
	clear:both;
}

/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height:0;
  font-size:0;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

html {
	height:100%;
}
body {
	color:#545454;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:#222222;
}
a:link,
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#ab0613;
	text-decoration:none;
}
div#wrapper {
	
}
div#container {
	margin:0px auto;
	width:1200px;
	font-size:93%;
}
p#orderBtn {
	text-align:center;
	padding:30px 0;
}
p#orderArea {
	text-align:center;
	padding:20px 0px;
}