* {
	margin: 0;
	padding: 0;
}
body {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	backgrond-color: #fff;
	color: #000;
}
a img {
	border: none;
}


/*whole*/
#box {
	width: 640px;
	margin: 30px auto;
	border: 2px #999 solid;
}


/*header*/
#header {
	width: 620px;
	height: 65px;
	margin: 10px;
	border-bottom: 1px #666 solid;
}
#header .logo {
	width: 500px;
	float: left;
	display: block;
}
#header .menu {
	width: 100px;
	float: right;
	text-align: right;
	line-height: 150%;
}


/*prof box*/
#prof {
	width: 620px;
}


/*caption*/
.post {
	margin: 20px;
	font-size: 100%;
	line-height: 130%;
}
h1 {
	margin: 10px 30px 40px;
	font-size: 150%;
}
h2 {
	margin: 20px 20px 5px 30px;
	font-size: 100%;
	line-height: 150%;
	border-bottom: 3px #66cc66 solid;
	clear: borh;
}
h3 {
	margin: 10px 20px 10px 30px;
	font-size: 100%;
	line-height: 150%;
}
.namebox {
	width: 80%;
	margin: 10px 40px;
}
.namebox2 {
	width: 80%;
	height: 185px;
	margin: 10px 40px;
}
.face {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.detail {
	margin: 50px 40px;
}
.comment {
	margin: 20px 30px 20px 40px;
	border: 1px #999 solid;
}
.comment dt {
	margin: 3px;
	padding: 10px;
	background-color: #ffc;
	border: 1px #999 solid;
}
.comment dd {
	margin: 3px;
	padding: 10px;
	border: 1px #999 solid;
}


/*prof*/
.profile {
	margin: 5px 40px;
	line-height: 180%;
}
.profile dt {
	width: 4em;
	float: left;
}
.profile dd {
	margin-left: 5em;
	display: list-item;
}
.profile li {
	margin-left: 1.5em;
}
.profile2 {
	margin: 5px 40px;
	line-height: 180%;
}
.profile2 dt {
	width: 5em;
	float: left;
}
.profile2 dd {
	margin-left: 7.5em;
display: list-item;
}
.profile3 {
	margin: 5px 40px;
	line-height: 180%;
}
.profile3 dt {
	width: 4em;
	float: left;
}
.profile3 dd {
	margin-left: 5em;
	}
.profile02 {
	margin: 5px 40px;
	line-height: 180%;
	list-style-type: none;
	margin-left: 1.5em;
}
.profilework {
	margin: 5px 40px;
	line-height: 180%;
}
.profilework dt {
	width: 9em;
	float: left;
}
.profilework dd {
	margin-left: 10em;
}


/*back*/
.backarrow {
	text-align: right;
	margin: 20px;
}


/*copyright*/
#footer {
	border-top: 2px #999 solid;
}
#footer p {
	text-align: center;
	font-size: 80%;
	margin: 10px;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.right {
	text-align: right;
}
.red {
	color: #ff0000;
}
.italic {
	font-style: italic;
}
.under {
	text-decoration: underline;
}

