@charset "UTF-8";

/* Setting */

body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ffffff;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a {
	color: #111111;
	text-decoration: none;
}

a:hover {
	color: #ff9c03;
}

table {
	width: 435px:
	border-collapse: collapse;
	margin: 0 20px 0 30px;
}

.about {
	width: 120px;
	color: #11111;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
}

img {
	vertical-align: baseline;
	border: none;
}

/* Clearfix */

.clearfix {
	overflow: hidden;
	_overflow: visible;
}

/* Profile*/

div#prof-win {
	background: #ffffff;
	width: 700px;
	height: 355px;
}

div#prof-info {
	float: left;
	width: 495px;
}

div#prof-txt {
	height: 200px;
	overflow: auto;
}

div#prof-txt p {
	padding: 10px 10px;
}

div#prof-close {
	padding: 0 0 5px 425px;
}

div#prof-pic {
	float: left;
	background: url(https://www.dc-axis.com/common/img/prf-kobayashi.jpg) no-repeat 0px 0px;
	width: 205px;
	height: 355px;
}

#works-tbox {
	background: #ffffff;
	width: 600px;
	margin: 20px auto;
}
