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


.text {  font-size: 10px; line-height: 18px}
.lineup {  font-size: 9px; line-height: 15px; font-weight: bold}
.title {  font-size: 13px; line-height: 16px; font-weight: bold}
.titlle2 {  font-size: 11px; line-height: 18px; font-weight: bold}
.price {  font-size: 10px; line-height: 15px; font-weight: normal}
.title3 {  font-size: 13px; font-weight: bold; color: #FFFFFF}
.text2 {  font-size: 12px; line-height: 22px; font-weight: bold}
.text-2 {
	font-size: 12px;
	line-height: 20px;
}

/* トップページ */

.style1 {color: #FFFFFF}
.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
}

/* 各ページトップのナビゲーション */

.topnavi {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


/* リンクの設定 */
.topnavi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topnavi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topnavi a:hover {
	color: #66CCFF;
	text-decoration: none;
}
.topnavi a:active {
	color: #66CCFF;
	text-decoration: none;
}
