@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Takuro Toyama
 Style Info:     TOPページの設定
----------------------------------------------------------- */


#topicsPath {
	background: url(../images/topics_path_bg.gif) no-repeat left top;
}

table.summaryList {
	width: 600px;
	border: #CCCCCC 1px solid;
	border-collapse: collapse;
}
table.summaryList th {
	width: 120px;
	padding: 10px 8px;
	background: #f3f4f5;
	border: #CCCCCC 1px solid;
	vertical-align: top;
	color: #384b63;
}
table.summaryList td {
	padding: 10px 8px;
	border: #CCCCCC 1px solid;
	vertical-align: top;
}
h3.shinraiTitle {
	margin-top: 20px;
	font-size: 130%;
}

h3.conceptTitle {
	font-size: 130%;
	text-align: center;
}

dl.concept dt {
	font-size: 110%;
	font-weight: bold;
}
dl.concept dd {
	margin-bottom: 0.8em;
}

h3.rankTitle {
	margin-top: 10px;
	font-size: 130%;
}
table.rank {
	width: 100%;
	border: #CCCCCC 1px solid;
	border-collapse: collapse;
}
table.rank th {
	padding: 5px;
	background: #f3f4f5;
	border: #CCCCCC 1px solid;
	vertical-align: top;
	text-align: left;
	color: #384b63;
}
table.rank td {
	padding: 5px;
	border: #CCCCCC 1px solid;
	vertical-align: top;
}

