@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 {
	width: 600px;
	border: #CCCCCC 1px solid;
	border-collapse: collapse;
}
table th {
	padding: 5px;
	background: #f3f4f5;
	border: #CCCCCC 1px solid;
	vertical-align: top;
	color: #384b63;
}
table td {
	padding: 5px;
	border: #CCCCCC 1px solid;
	vertical-align: top;
}


div#main.return h3,
div#main.study h3 {
	clear: both;
	margin-bottom: 0.3em;
	font-weight: bold;
	color:#000066;
}

div#main.thq h3 {
	margin-top: 10px;
}

