@charset "UTF-8";

div#main_inner {
	width: 710px;
}

div#main_inner h2 {
	width:710px;
	height:90px;
	margin-bottom:20px;
	background:url(../image/h2_title.jpg) 0 0 no-repeat;
	text-indent:-9999em;
}

div#main_inner h3 {
	width: 710px;
	height: 45px;
	margin: 0 0 20px 0;
	/*text-indent: -9999px;*/
}

/*div#main_inner h3#title04 {
	background: url(../image/title_01.gif) 0 0 no-repeat;
}

div#main_inner h3#title05 {
	background: url(../image/title_09.gif) 0 0 no-repeat;
}

div#main_inner h3#title06 {
	background: url(../image/title_08.gif) 0 0 no-repeat;
}
*/

div#main_inner p.red_text {
	color:#FF0000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}


div#main_inner p {
	margin-bottom: 0px;
}


/* テーブル設定 */
/*div#main_inner table {
	width:710px;
	margin: 15px 0 30px 0;
	border-collapse:collapse;
	font-size: 100%;
	line-height: 1.6;
	text-align: left;
}

div#main_inner table th,
div#main_inner table td {
	padding:3px 15px;
	border-top:1px #C8C8C8 solid;
	border-bottom:1px #C8C8C8 solid;
}

div#main_inner table th {
	width: 130px;
	background-color:#F5E4E5;
	color:#890404;
	font-weight:bold;
	letter-spacing: 1em;
}*/


/* テーブル設定（受賞者リスト用） */
div#main_inner table {
	width:710px;
	margin: 15px 0 30px 0;
	border-collapse:collapse;
	font-size: 100%;
	line-height: 1.6;
	text-align: left;
}

div#main_inner table th,
div#main_inner table td {
	padding:3px 10px;
	border:1px #C8C8C8 solid;
}

div#main_inner table th {
	background-color:#F5E4E5;
	color:#890404;
	font-weight:bold;
	/*letter-spacing: 1em;*/
	text-align:center;
	/*width: 20%;*/
}

div#main_inner table th#bumon {
	width: 16%;
}

div#main_inner table th#name {
	width: 15%;
}

div#main_inner table th#type {
	width: 13%;
}

div#main_inner table th#syo {
	width: 18%;
}

div#main_inner table td.td_center {
	text-align: center;
}



/* テーブル設定（審査員用） */

div#main_inner div {
	overflow: hidden;
	zoom: 1;
	margin: 0 -20px 0 0;
}

div#main_inner div table {
	width:345px;
	margin: 0 20px 0 0;
	float: left;
}

div#main_inner div table th {
	text-align: left;
	width: 60%;
}





/*-----------------------------------------------
2008年6月のみ
-----------------------------------------------*/
div#main_inner div#yokoku {
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}

div#main_inner div#yokoku h4 {
	margin-bottom: 10px;
	color: #890404;
	font-size: 120%;
	font-weight: bold;
}

div#main_inner div#yokoku p.link a:link,
div#main_inner div#yokoku p.link a:visited,
div#main_inner div#yokoku p.link a:active {
	color: #FF0000;
	text-decoration: underline;
}

div#main_inner div#yokoku p.link a:hover {
	color: #FF0000;
	text-decoration: none;
}


