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

#menu li a#menu3 { background-image: none;}

/* ===== index ===== */
#top_graph {
	text-align: center;
	margin-bottom: 15px;
}

#top_graph img { margin: 0 3px 6px;}


/* ===== portfolio detail ===== */
h1#detail_name {
	padding: 23px 15px 23px 25px;
	background-image: url(../portfolio/images/bg_h1.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 161%;
	line-height: 1.2;
}

#photo {
	float: left;
	width: 300px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#spec {
	float: right;
	width: 350px;
}

#spec table { margin-bottom: 10px;}

#spec th, #spec td {
	text-align: left;
	vertical-align: top;
}

#spec th {
	font-weight: normal;
	width: 6em;
}

#spec li {
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0 5px 0 23px;
	background-image: url(../images/arr_local.gif);
	background-position: 12px 0.5em;
	background-repeat: no-repeat;
}

#spec li span {
	font-size: 85%;
	color: #828282;
}

#map_waku {
	margin: 0 -9px 20px;
	padding: 9px;
	border: 1px solid #CCCCCC;
}

/* ===== operate ===== */
#legend {
	width: 620px;
	margin: 15px auto;
	border: 1px solid #CCCCCC;
}

#legend th {
	text-align: left;
	padding: 5px 2px 5px 25px;
	background-position: 5px 0.8em;
	background-repeat: no-repeat;
}

#legend td {
	text-align: right;
	padding: 5px 5px 5px 0;
	width: 3em;
	font-weight: bold;
}
#legend td.area_space {
	width: 7em;
}
#legend th.area_all { background-image: url(../portfolio/images/index_02.gif);}
#legend th.area_tokyo { background-image: url(../portfolio/images/index_03.gif);}
#legend th.area_other { background-image: url(../portfolio/images/index_04.gif);}
#legend th.area_space { background-image: url(../portfolio/images/index_01.gif);}

#legend td.area_all { color: #B42142;}
#legend td.area_tokyo { color: #2D4BA8;}
#legend td.area_other { color: #3E9754;}
#legend td.area_space { color: #CEB166;}

