@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 1.6;
	color: #333333;
	background-color: #FFCCCC;
	background-image: url(elandor-images/check-pink008.jpg);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 848px;
	border-right: 1px solid #CC6666;
	border-left: 1px solid #CC6666;
	margin: 0px auto;
}
#header {
	background-image: url(../images/bg_toplogo.gif);
	background-repeat: repeat;
	height: 60px;
	border-top: 5px solid #CC0000;
	border-bottom: 1px solid #996633;
	top: 10px;
	text-align: center;
}
#main h1 {
	text-align: center;
	padding-top: 10px;
	font-size: 1.2em;
	color: #996666;
	background-color: #FBE1FE;
}
#main h2 {
	text-align: center;
	padding-top: 10px;
	color: #996666;
	font-size: 1.2em;
	font-weight: normal;
	clear: both;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#main h3 {
	font-size: 1.5em;
	color: #CC0000;
	text-align: center;
}
#main h4 {
	clear: left;
	font-size: 1.2em;
	color: #999900;
	font-weight: normal;
	text-indent: 40px;
}
#main h5 {
	color: #CC9966;
	font-size: 1.2em;
	background-color: #F4EBE1;
	text-align: center;
}
#main h6 {
	text-indent: 50px;
	font-size: 1.5em;
	color: #CC0000;
}

#main p {
	margin-left: 50px;
}
#main dl dt {
	color: #999933;
	border-bottom: 1px #999933;
	border-top: 1px #999933;
}
#main dl dd {
	margin-left: 10px;
}
#main li {
	list-style: none outside;
}


#main .photo {
	padding: 0px;
	float: left;
	margin: 10px;
}

#main .scean {
	padding: 10px;
	left: auto;
	right: auto;
	margin-right: 20px;
	margin-left: 20px;
}
#main_sakuhin {
	border-bottom: 1px solid #FFC6FD;
}
#main_p {
	border-bottom: 1px solid #FFC6FD;
}
#main_new {
	border-bottom: 1px solid #FFC6FD;
}
.p_right {
	text-align: right;
	padding-right: 50px;
}
#info {
	font-size: 1.2em;
}

#info h1 {
	font-size: 1.3em;
	color: #CC0000;
	background-color: #FBE0FF;
	text-align: center;
}
#info p {
	margin-left: 100px;
}

#info dt {
	margin-left: 100px;
}
#info dd {
	margin-left: 120px;
	margin-right: 10px;
}




#footer {
	background-color: #FDDFFF;
	font-weight: normal;
	color: #996633;
	padding: 10px;
}
#footer img {
	float: right;
}

