@charset "UTF-8";

/* ------------COMMON------------ */

* {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

img {
	border: 0px;
}


/* BASE */
body {
	background-color: #21419B;
	color: #FFF;
	text-align: center;
	margin: 15px 35px 70px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	font-size: 70%;
	height: 76px;
}



a:link {color: #ccc; text-decoration: none;}
a:visited {color: #ccc; text-decoration: none;}
a:active {color: #FFF; text-decoration: none;}
a:hover {color: #FFF; text-decoration: none;}


div {
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style: none outside;
	margin-top: 30px;
}

li {
	font-size: 10px;
	font-weight: bold;
	line-height: 110%;
	display: block;
}

li.main {
	margin-top: 10px;
}

li#conce {
	margin-top: 60px;
}

li#conceblog {
	margin-top: 10px;
}

