@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;
}

ul.example {
	float: left;
	width: 600px;
}
ul.example li {
	float: left;
	width: 180px;
	margin: 0 10px 10px 0;
	padding-left: 10px;
	background: url(../../common/images/icon_list02.gif) no-repeat left 6px;
}

table.list {
	width: 600px;
	margin-bottom: 25px;
	border: #CCCCCC 1px solid;
	border-collapse: collapse;
	font-size: 80%;
}
table.list th {
	padding: 2px;
	background: #f3f4f5;
	border: #CCCCCC 1px solid;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	color: #384b63;
}
table.list td {
	padding: 2px;
	border: #CCCCCC 1px solid;
	vertical-align: top;
}

