/* CSS Document */

body {
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size:12px;
	color:#FFFFCC;
	line-height: 150%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: 80%;
	color:#FFFFCC;
}

.news_title {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:150%;
	font-style: normal;
	font-size: 180%;
	color:#ffffff;
}

.topnews_title {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:150%;
	font-style: normal;
	font-size: 130%;
	color:#FFFF66;
}

.topnews_contents {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:150%;
	font-style: normal;
	font-size: 110%;
}

.topnews_contents1 {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:150%;
	font-style: normal;
	font-size: 130%;
}

.topnews_contents2 {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:150%;
	font-style: normal;
	font-size: 150%;
	color: #CCFF00;
}

.news_red {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:150%;
	font-style: normal;
	font-size: 150%;
	color: #CC0000;
}

.news_blue {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:150%;
	font-style: normal;
	font-size: 150%;
	color: #66CCCC;
}

.news_pink {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height:150%;
	font-style: normal;
	font-size: 150%;
	color: #FF99CC;
}

h3 {
	color: #666600;
	font-size: 110%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #663300;
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
}

.pink {
	color: #FF99CC;
	font-size: 110%;
	margin-bottom:10px;
}

p {
padding:5px;
}

table {
	margin: 15px;
}

.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999900;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.line-b {
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999900;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.profile_box {
	float: right;
	padding-left:15px;
	width: 320px;
	
}

.clearfloat {
	clear: both;
}

.drink_table {
	width: 650px;
	table-layout: fixed;
}

#menu ul, #menu li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#menu li{
	float:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.box_left{
	float:left;
	padding-left:5px;
}

.box_right{
	float:right;	
}

a,a:link {
	color:#999900;
}

a:visited {
	color:#999900;
}

a:hover {
	color:#6699CC;
