/* CSS Document */
@charset"shift_JIS";

a { color: #339900;  text-decoration: underline; line-height: 130% }
a:visited { color: #666666 }
a:hover { color: #FF3300 }

p { margin: 15px auto 20px auto; }

.utext {  font-size: 12px; font-style: normal; line-height: 130%; color: #666666; }
.stext {  font-size: 10px; font-style: normal; line-height: 130%; color: #333333; }
.ttext {  font-size: 12px; font-weight: bold; line-height: 130%; color: #666666; }

.orange {  font-size: 12px; line-height: 130%; font-weight: normal; color: #FF6600; }
.green {  font-size: 12px; line-height: 130%; font-weight: normal; color: #339900; }
.green-bold {  font-size: 12px; line-height: 130%; font-weight: bold; color: #339900; }
.pink-bold {  font-size: 12px; line-height: 130%; font-weight: bold; color: #FF3366; }


img.title {
	margin-top: 28px;
	padding: 0;
}

#brank-area {
	width: 450px;
	height: 100px;
}

/* PRICE PAGE---------- */

table.price {
	width: 450px;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	color: #666666;
	border: 1px solid #999999;
	border-collapse: collapse;
}

table.price tr td {
	padding: 5px;
	border: 1px solid #999999;
}

/* END PRECE PAGE---------- */

/* STYLE PAGE---------- */

p.next-page {
	text-align: right;
	margin-right: 30px;
	font-size: 14px;
	font-weight: bold;
}

p.prev-page {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

tr td.back-image {
	background: url(../images/style_back_image.gif) right bottom no-repeat;
}

ul {
	margin: 0 0 10px 0;
	padding: 0;
	width: 455px;
}

ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

/* END STYLE PAGE---------- */

/* LINK PAGE---------- */

table.link {
	width: 450px;
	margin-top: 20px;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	color: #666666;
	border: none;
}

table.link tr td {
	padding: 5px;
	border: none;
}

/* END LINK PAGE---------- */

/* TOPICS frame---------- */

scrollbar-face-color: #CCCCCC; /*スクロールバー本体の色*/
scrollbar-highlight-color: #ffffff; /*スクロールバー左側（上）の影*/
scrollbar-shadow-color: #ffffff; /*スクロールバー右側（上）の影*/
scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
scrollbar-arrow-color: #669900; /*矢印の色*/
scrollbar-track-color: #ffffff; /*背面の色*/
scrollbar-darkshadow-color: #ffffff; /*スクロールバー右側（下）の影*/

/* END TOPICS frame---------- */
	