@charset "utf-8";
@import url("../../css/common.css");
@import url("../../css/main.css");
@import url("../../css/header.css");
@import url("../../css/footer.css");
@import url("../../css/navi.css");
@import url("../../css/class.css");

#memprof {
	width: 464px;
	float: right;
}

#name {
	width: 148px;
	float: right;
}
#name h1 {
	background-color: #333333;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 52px;
}
#name p {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

#profile {
	width: 306px;
}
#profile h2 {
	font-size: 90%;
	margin-bottom: 0.3em;
}
#profile h2 span {
	font-size: 85%;
}
#profile h3 {
	font-size: 80%;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
#profile address {
	line-height: 160%;
}
#profile li {
	line-height: 120%;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#profile ol li {
	list-style-type: decimal;
	margin-left: 23px;
}

#portfolio {
	padding-top: 25px;
	text-align: center;
}
#portfolio button {
	border: 1px solid #cecece;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
	overflow: hidden;
	width: 458px;
}
#portfolio p {
	font-size: 70%;
	text-align: right;
	padding-bottom: 7px;
	padding-top: 2px;
}


/*.foo {
	background-color: #CCAA88;
	width: 200px;
}
.exampleSubjects {
	background-color: #395;
	margin-left: 10px;
}
.demo {
	border: solid 1px #3C6AD2;
	background-color: #DDDDDD;
	padding: 10px;
}*/
pre {
	display: none;
}
