* {
	margin: 0px;
	padding: 00px;
}
li {
	list-style-type: none;
}
body {
	background-color: #FFF;
}
#index2 {
	background-image: url(img/back2.png);
	background-repeat: repeat;
	position: relative;
	padding-top: 125px;
	padding-left: 100px;
}
#index2 p#a {
	float: left;
	margin-right: 130px;
	margin-top: 30px;
}
#index2 ul li a{
	color: #690;



}
#index2 ul {
	clear: left;
	padding-top: 25px;
	float: right;
	width: 515px;
	margin-right: 80px;
	line-height: 1.6;
	color: #F60;
	margin-top: -80px;
}



#introduction {
	background-color: #FFF;
	font-size: 95%;
	line-height: 1.8;
	width: 1000px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 80px;
}
#introduction p#name {
	color: #F60;
}

#introduction p#kimura {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 15px;
}
#introduction p {
	font-weight: bold;
	color: #F00;
	font-size: 100%;
}
#introduction ul {
	margin-bottom: 25px;
}
#introduction ul li {
	margin-bottom: 0.5em;
	text-indent: 1em;
}

#introduction table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#introduction table tr td#top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}


#public {
	font-size: 95%;
	line-height: 2;
	background-color: #FFF;
	padding: 30px;
}
#public p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996;
	margin-bottom: 0.7em;
	font-weight: bold;
	color: #330;
}
#public ul {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 2em;
}
#public ul li#small {
	font-size: 80%;
	color: #F60;
	margin-left: 1em;
}
#link {
	background-color: #FFF;
	font-size: 95%;
	padding: 30px;
}
#link a {
	text-decoration: none;
	color: #630;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#link a:hover {
	color: #F60;
	text-decoration: underline;
}

#link table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#link table tr td#top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #996;
}
