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

* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
body {
	font-family: 'Lora', serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.8em;
	background-color: #000;
	margin: 20px auto;
	width: 700px;
}
a:link {
	color: #09f;
	text-decoration: underline;
}
a:visited {
	color: #09f;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
#wrapper {
	width: 700px;
}
#header {
	width: 700px;
	margin-bottom: 0.5em;
}
#language {
	float: right;
}
#main {
	float: left;
	width: 700px;
	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 {
	float: left;
	width: 700px;
	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;
}

#topimg {
	width: 700px;
	overflow: hidden;
	text-align: center;
}
#navi {
	bottom: 0px;
	width: 700px;
}
#navi ul {
	clear: both;
	list-style-type: none;
}
#navi li {
	float: left;
	padding-right: 2em;
	font-size: 14px;
	list-style-type: none;
}

/* album */
.album {
	float: left;
	min-height: 400px;
	width: 700px;
}
.album img {
	margin-bottom: 5px;
}
.album ul {
	width: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.album li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#malbum {
	float: left;
	width: 700px;
	text-align: center;
}
#malbum_navi {
	float: left;
	width: 700px;
	height: 80px;
	text-align: center;
}

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

.prof_e {
	height: 420px;
}
#prof_e_img {
	float: left;
	width: 220px;
	height: 420px;
}
#prof_e_text {
	float: left;
	width: 480px;
	height: 420px;
}
#h2prof_e
{
	font-size: 14px;
}
