@charset "UTF-8";
/*formatting style
--------------------------- */* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
}
#wrapper {
	height: 520px;
	width: 720px;
	position: relative;
	margin: 80px auto 0px;
}
#wrapper #contentsleft {
	height: 480px;
	width: 360px;
	float: left;
	background-color: #FFFFFF;
}
#contentsleft #flash {
	margin-left: 80px;
	height: 361px;
	width: 240px;
	margin-top: 100px;
}
#wrapper #contentsright {
	height: 480px;
	width: 360px;
	background-color: #FFFFFF;
	float: right;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	font-size: 12px;
	padding: 5px;
}
#wrapper #add {
	height: 55px;
	width: 720px;
	clear: both;
	padding-top: 20px;
}
#contentsright #navi {
	height: 215px;
	width: 120px;
	margin-top: 250px;
	margin-left: 85px;
}
#navi h5 {
	margin: 0px;
	padding: 0px;
}
#navi #btnhome a {
	background-image: url(button/images/home.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 120px;
	text-indent: -9999px;
}
#navi #btncole a {
	background-image: url(button/images/collect.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 120px;
	text-indent: -9999px;
}
#navi #btnsele a {
	background-image: url(button/images/select.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 120px;
	text-indent: -9999px;
}
#navi #btnnews a {
	background-image: url(button/images/news.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 120px;
	text-indent: -9999px;
}
#navi #btncm a {
	background-image: url(button/images/cm.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 120px;
	text-indent: -9999px;
}
#navi #btnshop a {
	background-image: url(button/images/shop.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 120px;
	text-indent: -9999px;
}
#navi #btnlink a {
	background-image: url(button/images/link.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 120px;
	text-indent: -9999px;
}
#navi #btnhome a:hover {
	background-image: url(button/images/home_over.gif);
}

#navi #btncole a:hover {
	background-image: url(button/images/collect_over.gif);
}
#navi #btnsele a:hover {
	background-image: url(button/images/select_over.gif);
}
#navi #btnnews a:hover {
	background-image: url(button/images/news_over.gif);
}
#navi #btncm a:hover {
	background-image: url(button/images/cm_over.gif);
}
#navi #btnshop a:hover {
	background-image: url(button/images/shop_over.gif);
}
#navi #btnlink a:hover {
	background-image: url(button/images/link_over.gif);
}
#contentsleft #text {
	margin-left: 80px;
	height: 361px;
	width: 240px;
	margin-top: 100px;
}
#text .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}
#text .tex {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 20px;
}
#text .tex h3 {
	line-height: 1.6;
	font-size: 100%;
}
#text .tex p {
	font-size: 12px;
	line-height: 1.7em;
}
#link #linktex h3 {
	font-size: 13px;
	line-height: 2em;
}
#link #linktex p {
	font-size: 13px;
	line-height: 1.6em;
}
#contentsleft #link {
	height: 361px;
	width: 240px;
	margin-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentsleft #link a {
	text-decoration: none;
	color: #333333;
}
#link #linktex {
	margin-top: 200px;
}
#contentsleft #movie {
	margin-top: 130px;
	margin-left: 20px;
}
#contentsleft #lefttop {
	height: 240px;
	width: 360px;
	margin-top: 65px;
}
#contentsleft #leftbottom {
	width: 360px;
	margin-top: 10px;
}
#leftbottom a {
	text-decoration: none;
	color: #000099;
}

