body{
line-height: 150%;
font-size: 90%;
background-color: #ffffff;
background-image: url("images/bg.gif");
background-repeat: repeat-x;
background-attachment: scroll;
background-position: center top;
}


.title{
font-size:large;
font-weight:bold;
color:#ffffff;
background-color: #ffffff;
background-image: url("images/title_bg.gif");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right center;
}

.list_body{
	border: solid 1px #000000;
	border-collapse: collapse;
}

.list_head{
	background-color: #385197;
	color: #ffffff;
	border: solid 1px #000000;
}

.prof th{
	text-align: left;
	background-color: #9ed0ed;
	color: #000000;
	border: solid 1px #000000;
	font-size: 90%;
}

.prof td{
	text-align: left;
	background-color: #F5F5E2;
	color: #000000;
	border: solid 1px #000000;
	font-size: 90%;
}

.achievements td{
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #000000;
	font-size: 90%;
}

.achievements th{
	background-color: #9ed0ed;
	color: #000000;
	border: solid 1px #000000;
	font-size: 90%;
}

th.list_head{
	text-align: left;
	background-color: #385197;
	color: #ffffff;
	border: solid 1px #000000;
	font-size: 90%;
}

th.category{
	background-color: #F5F5E2;
	color: #000000;
	border: solid 1px #000000;
	font-size: 90%;
}


/*------------------写真等の黒枠------------------*/
.picture{
	border: solid 1px #000000;
}






