@charset "Shift_JIS";

@import url(reset.css);

/* レイアウト
---------------------------------------------*/
html,body {
	text-align: center;
	background: url(../img/bk_base.gif) repeat-x;
	margin-bottom: 10px;
}
#contents {
	position: relative;
	width: 780px;
	margin: 10px auto 0;
	text-align: left;
	background: url(../img/back.gif) no-repeat;
	overflow: hidden;
}
#mainContent {
	width: 680px;
	margin-top: 90px;
	margin-left: 50px;
	overflow: hidden;
}
#contents h1,#contents h2,.hakuteiWorks h3#portfolio {
	width: 780px;
	height: 1px;
	text-indent: -1000em;
	background: none;
}

.hakuteiProfile #contents h3 {
	width: 680px;
	height: 38px;
	text-indent: -1000em;
}

/* ナビゲーション 
---------------------------------------------*/
.hakuteiProfile ul,.hakuteiWorks ul {
	position: absolute;
	width: 280px;
	height: 20px;
	top: 36px;
	left: 25px;
}
.hakuteiProfile li,.hakuteiWorks li {
	position: absolute;
	width: 140px;
	height: 20px;
}
.hakuteiProfile #nav_home,.hakuteiWorks #nav_home {
	left: 0px;
}
.hakuteiWorks #nav_profile {
	left: 140px;
}

/* トップページ 
---------------------------------------------*/
.hakuteiPage #contents {
	height: 595px;
	background: url(../img/bk_top.gif) no-repeat;
}
#contentLeft {
	width: 325px;
	margin-top: 104px;
	margin-left: 50px;
	float: left;
}
#contentRight {
	width: 325px;
	margin-top: 115px;
	margin-left: 30px;
	float: left;
	overflow: hidden;
}

.hakuteiPage #contents h2 {
	width: 325px;
	height: 75px;
	margin: 0;
	background: url(../img/top_title.gif) no-repeat;
	text-indent: -1000em;
}
#contentRight p {
	width: 325px;
	margin: 30px 0 30px;
	padding: 15px 2px;
	border-top: 1px solid #d4d2d2;
	border-bottom: 1px solid #d4d2d2;
}
.hakuteiPage ul {
	position: relative;
	width: 325px;
	height: 30px;
	margin: 0;
	text-align: center;
}

/* 略歴＆作品集インデックスページ 
---------------------------------------------*/
/* サブタイトル */
h3#plofile {
	background: url(../img/title01.gif) no-repeat;
}

h3#portfolio {
	background: url(../img/title02.gif) no-repeat;
}

/* 説明文 */
.hakuteiProfile #mainContent p {
	padding: 10px;
}

/* テーブル */
.hakuteiProfile table {
	width: 649px;
	margin: 15px;
}

.hakuteiProfile table td {
	width: 161px;
	height: 84px;
	padding: 2px 10px;
	border: 1px solid #ffffff;
	background-color: #f1f1f1;
	border-collapse: collapse;
	overflow: hidden;
}
.hakuteiProfile table td p {
	vertical-align: middle;
}
.hakuteiProfile table td img {
	margin-right: 3px;
	vertical-align: middle;
	float: left;
}

/* 作品集ページ 
---------------------------------------------*/
.hakuteiWorks h3#title {
	width: 680px;
	padding: 0 10px;
	border-bottom: 1px solid #d4d2d2;
}
.hakuteiWorks p#caption {
	padding: 5px 10px;
	background: url(../img/dot.gif) repeat-x 0px bottom;
}
.hakuteiWorks p#text {
	width: 680px;
	padding: 5px 10px;
	border-bottom: 1px solid #d4d2d2;
}

/* ナビゲーション */
.hakuteiWorks ol {
	position: absolute;
	width: 680px;
	height: 50px;
	top: 325px;
	left: 50px;
}
.hakuteiWorks li#nav_back {
	left: 0px;
}
.hakuteiWorks li#nav_next {
	left: 636px;
}

/* イメージ */
.hakuteiWorks #photo {
	margin: 10px auto;
	text-align: center;
}

/* テーブル */
.hakuteiWorks table {
	width: 680px;
	margin: 15px 0;
}

.hakuteiWorks table td {
	width: 84px;
	height: 84px;
	padding-top: 2px;
	border: 1px solid #ffffff;
	background-color: #f1f1f1;
	border-collapse: collapse;
	text-align: center;
}
.hakuteiWorks table td img {
	text-align: center;
	vertical-align: middle;
}


/* フォント */
html {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size:0.78em;
	line-height: 1.6em;
	color: #6c625c;
}
a:hover {
	text-decoration: underline;
}
a {
	color: #925f40;
	text-decoration: none;
}
a:active { 
	outline: none; 
}
a:focus { 
	-moz-outline-style: none; 
}
.top-10px {
	padding-top: 10px;
}
.hakuteiProfile table td {
	font-size:0.98em;
	line-height: 1.2em;
}
h3#title {
	font-size:1.4em;
	line-height: 2.0em;
	font-weight: normal;
}
h3#title #kana {
	font-size:0.80em;
}
p#caption {
	font-size:0.92em;
	line-height: 1.6em;
}


/*オンマウス
---------------------------------------------*/
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
a:hover img.imgover {
	filter: none;
}
