@charset "utf-8";
body {
	color: #000;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child + html body {
	font-size: 75%;
}
/**/

/* 基本タグ -------------------- */
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
}
img,table { border: none; }
ul { list-style: none; }

/* 基本テキストリンク -------------------- */
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #e94709; }
a:active { color: #000; }

h1 a {
	position:absolute;
	top:70px;
	left: 20px;
	background:url(../images/kazushige_yamamoto.gif) no-repeat left top;
	width: 234px;
	height: 23px;
	text-indent: -9999px;
}

#lapthod a {
	position:absolute;
	top:20px;
	left: 20px;
	background:url(../images/lapthod.gif) no-repeat left top;
	width: 59px;
	height: 7px;
	text-indent: -9999px;
}

#btn {
	position:absolute;
	top:100px;
	left: 20px;
	background:url(../images/btn_base.gif) no-repeat left top;
}
#btn ul{
	width:417px;
	display: block;
}

#btn ul li{
	float:left;
	height:14px;
	margin: 0px;
	padding:0px;
	margin-right: 22px;
}

#btn ul li a{
	text-indent: -9999px;
	display:block;
	width:100%;
	height:100%;
}

#btn ul li a.btn1 { width:50px; }
#btn ul li a.btn2 { width:37px; }
#btn ul li a.btn3 { width:50px; }

#btn ul li a.btn1:hover { border-bottom: 1px solid #f00; }
#btn ul li a.btn2:hover { border-bottom: 1px solid #f00; }
#btn ul li a.btn3:hover { border-bottom: 1px solid #f00; }

#photo, #about {
	position:absolute;
	top:140px;
	left: 0px;
	margin-left: 20px;
}

#photo img {
	margin: 0px 8px 8px 0px;
}

#about h2 {
	border-left: 3px solid #000;
	padding: 2px 10px;
}
#about p {
	margin: 10px 0 0 0;
}