@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	background-color: #FFC;
	background-image: url(image/lily.jpg);
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3;
}
*html body {
 /*for winIE6*/
 font-size:75%
 font-family:Verdana, “MSPゴシック”, sans-serif
}
*first-child+html body {
 /*for winIE7*/
 font-size:75%
 font-family:‘メイリオ’, Meiryo, sans-serif
}
h1 {
	font-size: x-large;
	color: #360;
	text-align: center;
	padding-bottom: 0px;
}
h3 {
	font-size: x-small;
}
h2 {
	font-size: large;
	color: #360;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F90;
	padding: 5px;
}
.specifications {
	font-size: x-small;
	color: #060;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.phontcolorcherry {
	color: #F00;
}
