@charset "Shift_JIS";

/*------ 全体構造 ------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #339933;
	font-size: small;
}

#wrapper {
	margin: 0px auto;
	width: 168px;
	text-align: left;
	color: #333333;
	background: #ffffff
}

#maincontent {
	width: 168px;
}

#pai100 {
	margin: 0px auto;
	width: 168px;
	background: #339933;
	z-index:   2;
}

/*------ その他 ------*/
body {
	line-height: 14px;
}
img {
	vertical-align: bottom;
	border: 0;
}

p.paipai   {
   position:   absolute;
   width: 168px;
   z-index:   2;
}

img.picture   {
   position:   absolute;
   top:      14px;
   left:      12px;
   z-index:   1;
}

*.float {
	float: left;
	margin-right: 1em;
}

*.floatclear {
	clear: both;
}
#maincontent p {
	margin: 0px;
	line-height: 14px;
}

