@charset "utf-8";
/* CSS Document */

table {
	margin-left: 1em;
}

div.block_1 h2,
div.block_2 h2 {
	color: #08c;
	display: inline;
}

div.block_1 h2:hover,
div.block_2 h2:hover {
	text-decoration: underline;
	cursor: pointer;
}

div#head-profile table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:1.5em;
}

div#head-profile table td,
div#corporate-profile table td,
div#prize table td,
div#access table td {
	padding: 0.5em 0;
	vertical-align: top;
	line-height: 1.2em;
}

div#head-profile #career .col1,
div#head-profile #works .col1{
    width: 4em;
}
div#head-profile #essay .col1,
div#head-profile #exhibition .col1,
div#head-profile #lecture .col1{
    width: 15em;
}
div#head-profile #works .col2{
    width: 10.5em;
}
div#corporate-profile .col1{
    width: 8em;
}
div#corporate-profile table#staff{
    margin-left: 0;	
}
div#corporate-profile table#staff td{
	padding: 0;
}
div#corporate-profile table#staff td.col1{
	width: 6em;
}
div#corporate-profile table#staff td.col2{
    text-align: right;
}
div#prize td.col1{
    width: 12em;
}
div#prize td.col2{
}
div#prize td.col3{
    width: 4em;
}
div#access td.col1{
    width: 3em;
}
div#access div#gmap01,
div#access div#gmap02{
	width: 500px;
	height: 400px;
}
div#access #info h2{
	color: #000;
}
div#access #info h2:hover{
    text-decoration: none;
}

