@charset "EUC-JP"; 



/*
------------------------------
   GLOBAL SETTING
------------------------------*/

*{
	margin:0;
	padding:0;
}

body{
	color:#333;
	font-size:87.5%;
	font-family : 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', 'Verdana', sans-serif;
	line-height:1.5;
	text-align:center;
	background: url("img/bg_body.jpg") top repeat-x #230202;
}

a:link    { color: #09f; }
a:visited { color: #90f; }
a:hover   { color: #c00; }

h1,h2,h3,h4,h5,h6{ font-size:100%; }
ul,ol,li,dl,dt,dd{ list-style:none; }
hr{ display:none; }

table{ border-collapse:collapse; }

img,object{
	border:none;
	vertical-align:middle;
}

em{font-style:normal;}



/*
------------------------------
   USUAL CLASS
------------------------------*/

.ac{text-align:center;}
.ar{text-align:right;}

img.fr{
	display:block;
	float:right;
	margin:0 0 10px 10px;
}

.contents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*
------------------------------
   HEADER
------------------------------*/

#header{
	margin:0 0 30px 0;
}

#jecc{
	padding:10px 0 10px 0;
}

ul#header-menu{
	height:40px;
	background:url("img/bg_menu.jpg") top center no-repeat;
}

ul#header-menu li{
	float:left;
	text-indent:-9999px;
}

ul#header-menu li a{
	display:block;
	height:40px;
	background:url("img/bg_menu.jpg") top left no-repeat;
	overflow:hidden;
}

ul#header-menu li#outline a      {background-position:0px 0px; width:148px;}
ul#header-menu li#outline a:hover{background-position:0px -50px;}

ul#header-menu li#prize a        {background-position:-148px 0px; width:85px;}
ul#header-menu li#prize a:hover  {background-position:-148px -50px;}

ul#header-menu li#judge a        {background-position:-233px 0px; width:58px;}
ul#header-menu li#judge a:hover  {background-position:-233px -50px;}

ul#header-menu li#history a      {background-position:-291px 0px; width:88px;}
ul#header-menu li#history a:hover{background-position:-291px -50px;}

ul#header-menu li#gds a          {background-position:-379px 0px; width:198px;}
ul#header-menu li#gds a:hover    {background-position:-379px -50px;}

ul#header-menu li#sponsor a      {background-position:-577px 0px; width:86px;}
ul#header-menu li#sponsor a:hover{background-position:-577px -50px;}

ul#header-menu li#entry a        {background-position:-663px 0px; width:97px;}
ul#header-menu li#entry a:hover  {background-position:-663px -50px;}


ul#header-menu:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p#topicpath{
	padding:10px;
	font-size:90%;
	line-height:1;
}

/*
------------------------------
   LAYOUT
------------------------------*/

#container{
	width:780px;
	margin:0 auto;
	padding:0 0 30px 0;
	text-align:left;
	background: url("img/bg_container.jpg") center repeat-y;
}

#container-inner{
	width:760px;
	padding:0 10px;
	border-top: 10px solid #320000;
}

.contents{
	height:100%;
	margin:0 0 30px 0;
}

.contents h2{
	margin:0 0 20px 0;
	padding:5px 15px;
	font-size:130%;
	line-height:1.3;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.contents h3{
	margin:0 0 20px 0;
	padding:0 15px 5px 15px;
	font-size:130%;
	line-height:1.3;
	border-bottom:1px dotted #ccc;
}

.contents h4{
	margin:0 15px 20px 15px;
	line-height:1.3;
}

.contents p{
	margin:0 10px 1.5em 10px;
}

.contents ul{
	margin:0 30px 20px 30px;
}

.contents li{
	list-style-type:circle;
	padding:0 0 5px 0;
	line-height:1.3;
}

.contents dl{
	margin:0 15px 20px 15px;
}

.contents dl dt{
	padding:30px 0 5px 0;
	font-size:115%;
	line-height:1.3;
	font-weight:bold;
}

.contents dl dt.first{
	padding:0 0 5px 0;
}

.contents dl dd{
	padding:0 0 5px 30px;
}

.contents table#gds{
	margin:0 10px 30px 10px;
	border:1px solid #ccc;
}

.contents table#gds th,
.contents table#gds td{
	padding:5px;
	font-size:85.7%;
	line-height:1.3;
	border:1px solid #ccc;
}

.contents table#gds tr.first th{
	text-align:center;
	background:#F0DCB4;
}

.contents table#gds td strong{color:#9A0808;}

.contents table#gds-prize{
	margin:0 10px 30px 10px;
	border:1px solid #ccc;
}

.contents table#gds-prize th,
.contents table#gds-prize td{
	padding:5px;
	font-size:85.7%;
	line-height:1.3;
	border:1px solid #ccc;
}

.contents table#gds-prize tr th{
	text-align:center;
	background:#F0DCB4;
}

.contents table#gds-prize tr td{
	text-align:right;
}

.contents form#entryform{
	padding:10px 20px;
}

.contents form#entryform table{
	width:720px;
	margin:0 0 20px 0;
	border-top:1px solid #ccc;
}

.contents form#entryform table th,
.contents form#entryform table td{
	padding:10px;
	font-size:87.5%;
	line-height:1.6;
	border-bottom:1px solid #ccc;
}

.contents form#entryform table th{
	width:250px;
}

.contents form#entryform em{
	color:#c00;
	font-size:85.7%;
	font-weight:bold;
}

.contents form#entryform input.text250{ width:250px; }
.contents form#entryform input.text400{ width:400px; }

.contents form#entryform textarea{ width:400px; }




/*
------------------------------
   Grand Prize Information
------------------------------*/

#gpinfo{
	margin:50px 0 0 0;
	padding:15px 15px 1px 15px;
	border:1px solid #ccc;
}

#gpinfo h3{
	font-size:120%;
	line-height:1.3;
	margin-bottom:5px;
}

#gpinfo p{
	margin-bottom:15px;
	font-size:85.7%;
	line-height:1.5;
}



/*
------------------------------
   HOME SPONSOR
------------------------------*/

ul.home-sponsored{
	list-style-type:none;
	text-align:center;
}

ul.home-sponsored li{
	display:inline;
	list-style-type:none;
	margin:0 10px 10px 10px;
}

