*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:14px;
	color:#444;
	background:#fff;

}

/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1{
	/* The logo text */

	padding:40px 0 0;
	text-shadow:0 1px 1px #aaa;
}


h3{
	/* The slogan text */
	font-size:24px;
	font-weight:normal;
	margin:0 0 5px;
	color:#4CAA54;
	text-shadow:0 0px 0px #aaa;
}


h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
	color:#111;
	margin:0 0 15px;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
}

.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

footer .line{
	margin:2em 0;
}

nav{
	background:#B9C033;
	padding:0 5px;
	margin:0px 0 15px;
	font-size:18px;
	-moz-box-shadow:0 1px 1px #eee;
	-webkit-box-shadow:0 1px 1px #eee;
	box-shadow:0 1px 1px #eee;
}

/* The clearfix hack to clear the floats: */

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

/* The navigation styling: */

nav ul li{
	display:inline;
}

nav ul li a,
nav ul li a:visited{
	color:#fff;
	display:block;
	float:left;
	font-size:1;
	font-weight:bold;
	margin:5px 5px;
	padding:12px 10px 9px;
	text-shadow:0 1px 1px #333;
	text-transform:uppercase;
}

nav ul li a:hover{
	text-decoration:none;
	background-color:#EBEDC4;
	color:#555;
	text-shadow:0 1px 1px #EBEDC4;
}

nav, article, nav ul li a,figure{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* Article styles: */

body{
	width:960px;
	margin:0 auto;
	position:relative;
}

article{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#fafafa)); /* Safari */
	background: -moz-linear-gradient(0 0, 0 100%, from(#f5f5f5), to(#fff)) no-repeat; /* FireFox */
	margin:0 0 15px;
	padding:20px;	
	text-shadow:0 1px 0 #aaa;
}

figure{
	float:right;
	margin:0 0 0 45px;
	padding:0 0 0 40px;
}

article#course ul{
	list-style-position:inside;
	list-style-type:none;
	line-height:1.5;
	margin:15px 0 30px 15px;
	color:#555;
	text-shadow:0 0px 0 #aaa;
}

article#course ul li{
	margin:0 0 5px;
	font-size:110%;
	border:solid #ddd;
	border-width:0 0 1px;
	padding:0 0 5px;
}

article#participants ul li a:link,
article#participants ul li a:visited{
	margin:0 0 0 10px;
	padding:2px 5px;
	color:#fff;
	font-size:90%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


span.ikusei{
	color:#f90;
	text-shadow:0 0px 0 #aaa;
}

figure:hover{

}

figure img{
	margin-left:-60px;
}


/* Footer styling: */

p.toTop{
	margin:0px 0 30px;
}



p a.up{
	float:right;
	padding:5px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

p a.up,p a.up:visited{
	color:#333;
	background-color:#eee;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}



/* Footer styling: */

footer{
	margin:0 0 30px;
}

footer small{
	border:solid #aaa;
	border-width:1px 0 0;
	display:block;
	padding:20px 0 0;
}

.accordion_head {cursor:pointer;}
