body {
	color: #6b6f59; /* 岩井茶 */
	background: #ffffff;
	font-family: verdana,sans-serif;
	text-align: center;
	font-size: 85%;
	line-height: 140%;
}



h1 {
	width: 150px; height: 42px;
	background: url(../img/bg/h1.png) no-repeat;
	margin: 0 0 12px 0;
	padding: 0;
	float: right;
}
h2 {
	width: 320px; height: 42px;
	margin: 0; padding: 0;
	float: right;
}
h1 a, h2 a {
	display: block;
	height: 100%;
	text-indent: -5000px;
	font-size: 1px;
	overflow: hidden;
	cursor: pointer;
}

h3 {
	clear: both;
	background: url(../img/bg/h3.png) bottom right no-repeat;
	margin-top: 1.66em;
	margin-bottom: 16px;
	padding: 0 48px .5em 4px;
	font-size: 140%;
}
h3:first-child { margin-top: 0; }
h3 a {
	display: block;
	text-decoration: none !important;
}

h4 {
	background: url(../img/bg/h4.png) top left no-repeat;
	margin: 1.33em 0 .66em 0;
	padding: .16em 0 .16em 32px;
	font-size: 120%;
}

h5 {
	font-size: 110%;
	margin: 1em 0 .66em 0;
}

h6 {
	font-size: 100%;
}


a:link, a.ref {
	color: #2a83a2; /* 花浅葱 */
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #89c3eb; /* 勿忘草色 */
}
a:visited:after {
}

a:link:hover, a:visited:hover, a.ref:hover {
	color: #d0576b; /* 今様色 */
}


h2#blog { background: url(../img/bg/h2.blog.png) no-repeat; }
h2#labs { background: url(../img/bg/h2.labs.png) no-repeat; }
h2#photos { background: url(../img/bg/h2.photos.png) no-repeat; }
h2#about { background: url(../img/bg/h2.about.png) no-repeat; }


ul {
	padding-left: 2em;
}
ul li {
	margin: .33em 0;
}

dl {}
dl dt {
	margin: 0 0 .33em 0;
	font-weight: bolder;
}
dl dd {
	margin: 0 0 .33em 1em;
}


em {
	font-style: normal;
	font-weight: bolder;
}


br { clear: both; }


/*
 *
 */
input.textbox {
	border: #89c3eb 1px inset;
}
input.textbox:focus, textarea:focus {
/*	background: #ebf6f7;*/
	background: #fce7cf;
}

input.button {
	background: #ebf6f7;
	padding: 2px 4px;
	border: #89c3eb 1px outset;
	cursor: pointer;
}

textarea {
	width: 100%;
	height: 10em;
}



address { font-style: normal; }
