@charset "utf-8";
//@import url(http://fonts.googleapis.com/css?family=Lora);
/* common */

* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
body {
	margin-top: 20px;
	font-family: 'Lora', serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.8em;
	background-color: #000;
}
a:link {
	color: #09f;
	text-decoration: underline;
}
a:visited {
	color: #09f;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
#wrapper {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-bottom: 0.5em;
	overflow: hidden;
}
#language {
	float: right;
}
#navi {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 700px;
}
#navi ul {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
}
#navi li {
	float: left;
	padding-right: 2em;
	font-size: 14px;
	list-style-type: none;
}
#main {
	overflow: hidden;
	min-height: 400px;
}
h1 {
	margin-bottom: 1em;
	font-size: 20px;
}

h2 {
	font-size: 14px;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}


/* top */
#contents img {
	border: 0;
}
#footer {
	text-align: right;
}
#h1top {
	float: left;
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#h1top a {
	color: #FFF;
	text-decoration: none;
}

/* album */
.album {
	float: left;
	width: 700px;
	overflow: hidden;
}
.album img {
	margin-bottom: 5px;
}
.album ul {
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
}
.album li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.bxslider li img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6em;
}

/* news link */
.link ul, .news ul {
	margin-bottom: 4em;
	overflow: hidden;
}
.link li, .news li {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom-color: #333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#news {
	overflow: hidden;
}
#news h2{
	float: left;
	clear: none;
}

.news .date {
	float: right;
	width: 100px;
	text-align: right;
}


/* prof */
#h2prof
{
	font-size: 14px;
}
