@charset "utf-8";
/* ------------------------------------------------------
* default style　definition
* ---------------------------------------------------- */

/* for HTML5 */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary { display: block; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	font-size: 80%;
	margin:0;
	padding:0;
	background-color:#333;
	color: #FFF;
	background-repeat: repeat-x;
}
img {
	border: none;
}

a{
	color: #EEDA00;
	text-decoration: none;
}

a:link{
	color: #EEDA00;
	text-decoration: none;
}

a:visited{
	color: #EEDA00;
	text-decoration: none;
}

a:hover{
	color: #EEDA00;
	text-decoration: underline;
}
p {
	line-height:1.5em;
	text-indent:1em;
}
li {
	margin-top: 0.5em;
	margin-bottom:0.5em;
}
.anc {
	display: block;
	height: 0px;
	padding-bottom: 155px;
	overflow: hidden;
}

/* ------------------------------------------------------
* whole page
* ---------------------------------------------------- */

#wrapper{
	width:100%;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
}

/* ------------------------------------------------------
* header
* ---------------------------------------------------- */
#header{
	margin:0;
	width:100%;
	min-width:800px;
	background-color: #333;
	position: fixed;
	height: 145px;
	z-index: 3;
}

#header h1{
	background-image: url(img/toplogo.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
	letter-spacing:-1000px;
	height: 120px;
	width: 527px;
	margin:0;
	padding:0;
	float:left;
}
#header h1 a {
	display:block;
	width:527px;
	height:120px;
}
#header h2 {
	font-size: 110%;
	float:right;
	margin:0;
	padding-top:100px;
	text-align:right;
	color: #FFF;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0;
}
#header nav {
	clear:both;
	text-align:center;
}
#header nav ul {
	margin:0;
	padding:0;
	text-align: center;
	background-image:url(img/navbg1.png);
	background-repeat:repeat-x;
	height: 25px;
	white-space:nowrap;
}
#header nav li {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	height: 25px;
	font-size: 95%;
	display: inline;
}
#header nav li a {
	padding-left:5px;
	padding-right:5px;
	color: #FFF;
	text-shadow:1px 1px 1px #333;
	line-height: 25px;
	text-decoration: none;
}
#header nav li a:hover, header nav li a:active {
	background-color:#334d55;
	text-decoration:none;
	color:#FFF;
	text-shadow:1px 1px 1px #000000;
}

/* ------------------------------------------------------
* content
* ---------------------------------------------------- */

#body {
	color: #FFF;
	background-color: #FFF;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-shadow:1px 1px 1px #333;
}
#content {
	margin: 0px;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5%;
}
#content h3 {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
	color: #000;
	text-shadow:1px 1px 1px #eeda11;
}

#content h4 {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
	color: #000;
	text-shadow:1px 1px 1px #eeda11;
}


#register_header {
	width: 800px;
	height: 60px;
	background-color: #000;
}
#register_header h3 {
  float: left;
  padding: 0 20px;
  color: #eedf00;
  font-size: 182%;
  line-height: 60px;
  text-shadow:none;
}
#register_header p {
	font-size: 16px;
	line-height: 60px;
	color:#fff;
}
#register_body a {
	color: #F00;
}

#register_body {
	width: 756px;
	padding: 20px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: url(img/sqbg.png) left top;
}
#register_body p {
	margin: 0 0 20px 0;
	font-size: 93%;
	line-height: 20px;
	color: #000;
	text-shadow:none;
}


#content p {
	margin: 0px;
	padding: 0px;
	text-indent: 0;
}
#content ul li {
	list-style-image: none;
	list-style-type: none;
}
#underline {
	text-decoration: underline;
}


#to-top {
	text-align: right;
}

#to-top a {
	color: #F00;
	text-decoration: underline;
}

/* ----------------------------------------------------
* critique table
* -------------------------------------------------- */
.critique{
	width:100%;
}

.critique th{
	text-align:center;
	padding:5px;
}

.critique td{
	padding:5px 0 10px 10px;
}
.critique h5 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-weight:bold;
}

.critique a{
	font-size:10px;
	text-decoration:underline;
}
.critique img {
	height: 150px;
	width: 100px;
	background-color: #FFF;
	padding: 2px;
	border: 1px double #000;
}
#link ul li a {
	color: #FFF;
}




/* ----------------------------------------------------
* page footer
* -------------------------------------------------- */
#footer {
	margin: 0;
	width: 100%;
	clear:both;
	color: #000;
	position: fixed;
	z-index: 3;
	bottom: 0px;
}
#footer ul {
	margin:0;
	padding:0;
	text-align: center;
	background-image:url(img/navbg4.png);
	background-repeat:repeat-x;
	height: 25px;
	white-space:nowrap;
}
#footer li {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	display: inline;
	height: 25px;
	font-size: 95%;
}
#footer li a {
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	color: #FFF;
	text-shadow:1px 1px 1px #333;
	line-height: 25px;
}
#footer li a:hover, footer li a:active {
	background-color:#334d55;
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
}