@charset "UTF-8";
body {
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	height: auto;
	overflow: visible;
}
.oneColFixCtr #mainContent {
	margin-left: 150px;
	width: 830px;
	padding-left: 20px;
	height: auto;
}
.sidebar {
	float: left;
	width: 150px;
	height: 540px;
	padding-top: 100px;
	padding-left: 0px;
	background-image: url(images/sidebar_back.gif);
	background-repeat: repeat-y;
	position: static;
}
.sidebar_logo {
	background-image: url(images/sidebar_logo.gif);
	width: 150px;
	margin-left: -15px;
	height: 140px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.oneColFixCtr #mainContent2 {
	margin-left: 150px;
	width: 790px;
	padding-left: 60px;
}
.profile_photo {
	float: left;
	height: 280px;
	width: 386px;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	margin-right: 20px;
	margin-bottom: 30px;
	clear: right;
}
.profile {
	height: auto;
	width: auto;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	clear: right;
}
.recentworks {
	height: 100%;
	width: 830px;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
}
.photoeffect_contener {
	background-color: #dddddd;
	height: 564px;
	width: 810px;
	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
}
.oneColFixCtr #container #mainContent2 img {
	float: left;
	margin-right: 30px;
}
.sidebar_index {
	float: left;
	width: 150px;
	height: 870px;
	padding-top: 100px;
	padding-left: 0px;
	background-image: url(images/sidebar_back.gif);
	background-repeat: repeat-y;
	position: static;
}

