@charset "utf-8";
/* CSS Document */

/******************************************************
  title
******************************************************/
h2 {
	background-image: url(../images/title_concept.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#main{
	width: 680px;
	padding-top:20px;
	background-color: #FFC;
	float: left;
	margin-left: 60px;
	display: inline;
}
/******************************************************
  container01
******************************************************/

#text p{
	margin-bottom: 10px;
}
#text{
	float:left;
	width: 435px;
	margin-left: 20px;
	color: #6F3700;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: left;
}
/******************************************************
  container02
******************************************************/

#face{
	width: 179px;
	margin-left: 11px;
	margin-top: 20px;
	float:right;
	margin-right: 10px;
	margin-bottom: 0px;
	clear: right;
}
#namae{
	width: 179px;
	text-align: center;
	margin-bottom: 10px;
	color: #6F3700;
}
/******************************************************
  link
******************************************************/

#outline{
	background-image: url(../images/profile.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 80px;
	width: 179px;
	overflow: hidden;
	display: block;
}
#outline a{
	background-image: url(../images/profile.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 80px;
	width: 179px;
	overflow: hidden;
	display: block;
}
#outline a:hover{
	background-image: url(../images/profile.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	height: 80px;
	width: 179px;
	overflow: hidden;
	display: block;
}

