@charset "utf-8";

@import url("reset.css");
@import url("common.css");


/*----- Begin Ben Thomson Photography style.css -----*/
html, body {
	height:100%;
	background-color:#333333;
	color: #cccccc;
}

#main, #wrapper {
	position:relative;
	//overflow:auto;
	margin-top:0;
	background:none;
	height: 100%;
}

/*----- Navi -----*/
#navi {
	position:fixed;
	top:10px;
	width:100px;
	z-index:1000;
}
.navi_logo {
	padding-bottom:32px;
}
.navi_section {
	width:100px;
	padding-bottom:60px;
}

#cur_navi {
	position: fixed;
	bottom: 0px;
	left: 4px;
	width: 71px;
	z-index: 999;
}

/*---- header ----*/
#map {
	position:absolute;
	top: 96px;
	left: 530px;
	z-index: 900;
}

#fb {
	position:absolute;
	top: 96px;
	left: 670px;
	z-index: 901;
}

/*----- Content -----*/
#content {
	position:absolute;
	top: 96px;
	left: 105px;
	text-align: left;
	width: 850px;
	height: 1900px;
}

/*---- profile_jp/en ----*/
#profile_jp {
	position: relative;
	float: left;
	width: 420px;
}
#profile_en {
	position: relative;
	float: left;
	width: 420px;
}
	h2  {
		padding-top: 40px;
	}
	h3 {
		padding-bottom: 5px;
		font-size: 110%;
		font-weight: bold;
	}
	#info_jp_1, #info_en_1 {
		position: absolute;
		top: 110px;
	}

	#info_jp_2, #info_en_2 {
		position: absolute;
		top: 274px;
	}

	#info_jp_3, #info_en_3 {
		position: absolute;
		top: 412px;
	}

	#info_jp_4, #info_en_4 {
		position: absolute;
		top: 715px;
	}

#list_j_l,
#list_e_l {
	float: left;
	width: 180px;
	font-size: 90%;
}

#list_j_r,
#list_e_r {
	float: left;
	width: 180px;
	font-size: 90%;
}

/*----- Footer -----*/
#footer {
	position:absolute;
	height:20px;
	padding:0;
	font-size: 80%;
	bottom:2px;
	left: 0px;
	color: #202020;
}
