@charset "UTF-8";
@import url("home.css");
@import url("item.css");
@import url("everyday.css");
@import url("info.css");

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}

td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}

p { margin: 0 0 1em; padding: 0; }

.clear { clear: both;}

/*hyperlink and anchor***********************************************/
a {
	text-decoration: none;
}
a:link { color: #51B418; }
a:visited { color: #51B418; }
a:hover { color: #553300; }
a:active { color: #CCB400; }

#pages {
	display: block;
	width: 750px;
	margin: 0px auto;
	padding: 0;
}
#footer_logo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 30px;
	width: 60px;
	background-image: url(../image/pienihuone_logo_s.gif);
	background-repeat: no-repeat;
	background-size: 60px 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	#footer_logo {
	background-image: url(../image/pienihuone_logo_s@2x.gif);
	background-size: 60px 30px;
}
}
#footer {
	height: 30px;
	margin: 15px 0px 10px;
	width: 100%;
	display: block;
	clear: left;
	float: left;
	padding: 0px 0px 10px;
}
#frame {
	margin: 0px;
	padding: 0px;
}

/*Clearing Floats***********************************************/
/*2006.11.8 IE7***********************************************/

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

.clearfix {
    display: inline-block;
    min-height:1%;  /* for IE 7*/
}

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

#img_navi { display: block; }

#item #noitem {
	font-size: 14px;
	margin-bottom: 20em;
}

#item #pages #content .msg {
	text-align: left;
	font-size: 10px;
	width: 550px;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
}

.attn { color: #666; }

#item #pages #content #itemlist  .xmas { color: #F21313; }
