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

/********************************************************************/
/* Largest frame */
#container {
	width: 700px;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 100px auto;
}

/********************************************************************/
/* Header */
#header {
	width: auto;
	margin: 0px;
	padding: 30px 10px 10px;
	text-align: center;
}

/********************************************************************/
/* When the shop name is an image */
.shoplogo {
	width: auto;
	margin: 0px;
	text-align: center;
}

/* When the shop name is a text */
.shoptext {
	width: auto;
	margin: 0px;
	font-weight: bold;
	text-align: center;
}

/* Link color */
.shoptext A:link {
	font-weight: bold;
}

.shoptext A:active {
	font-weight: bold;
}

.shoptext A:visited {
	font-weight: bold;
}

.shoptext A:hover {
	font-weight: bold;
}

/********************************************************************/
/* Frame for center 160 */
.center_box {
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* Center td */
#centertd {
    width: 670px;
	padding: 15px;
	margin: 0px;
	text-align: center;
}

/* Width of top table */
.auto {
    width:100%;
}

/********************************************************************/
.close_middle {
	width: auto;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px;
	text-align:left;
}

/********************************************************************/
/* Footer */
#footer {
	display: none;
}

/* Ochanoko */
/* "Ochanoko-net- ASP service for Building Online Shop"
The above cannot be deleted as it is required. */
#ochanoko {
	padding: 5px 15px 5px 0px;
}

/********************************************************************/
/* HTML tag element */
body {
	background-image: url(img/bg.gif);
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	line-height: 140%;

}

A:link {
	text-decoration: underline;
	font-size: 12px;
	color: #FF6600;
	line-height: 140%;
	font-weight: bold;
}

A:active {
	text-decoration: underline;
	font-size: 12px;
	color: #FF6600;
	line-height: 140%;
	font-weight: bold;
}

A:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #FF6600;
	line-height: 140%;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #FF9900;
	line-height: 140%;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/********************************************************************/
/* For small size */
.text-11 {
	font-size: 10px;
}

/* For large size */
.text-14 {
	font-size: 14px;
}

/* For shop logo */
.text-18 {
	font-size: 20px;
	line-height: normal;
}