@CHARSET "UTF-8";
/*-----------------------------------------------------------------------------------
各言語標準フォント設定
------------------------------------------------------------------------------------*/

#zh-CN{
	font-family: "Helvetica",'Lucida Grande',"Microsoft YaHei",sans-serif;
}
#zh-HK{
	font-family:  Arial,新細明體;
}
#ja{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#en{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }


h1{
	font-size: 28px;
}
h2{
	padding: 50px 0 10px 0;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 100%;
}
#contCenter #ja,
#contCenter #en,
#contCenter #zh-CN,
#contCenter #zh-HK{
	width:720px;
}


a:active, a:hover {
	color: #7F0019;
	}


#top div#content div#contCenter  ul.ryuui{
	text-indent: -1em;
	border:none;
	padding:0 0 10px 5px;
}
#contCenter th{
	vertical-align: top;
	border-bottom: 4px solid #FFF;
}

#contCenter td{
	vertical-align: top;
	padding: 0px 0px 0px 15px ;
}
#top #contCenter td.awards{
	padding:0px;
}

#contCenter th{
	width:120px;
	background-color:#F3F3F3;
	padding:10px;
}

#top #contCenter td .judges_name_long{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

.css_btn_class {
	width:180px;
	/*margin: 10px 0px 20px 0px;*/
	margin-bottom:5px;
	padding: 10px;
	background: #333;
	color: #ffffff;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	/*filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;*/

}.css_btn_class:hover {
	/*ホバー時の色指定*/
	background: #7f0019;
}
