@charset "utf-8";

/*
======== table of content. =================================

File name: life/css/scholarship.css
Summary: 奨学金ページ用CSSファイル

============================================================
*/
#mainLeft div.section div.content-area h4{
	color:#333399;
	font-size:128%;
}

#mainLeft div.section div.content-area p.txt{
	margin:10px 0 0 0;
}

#mainLeft table.scholarship {
	border:none;
	border-right:1px solid #C4C7D0;
	border-bottom:1px solid #C4C7D0;
}
#mainLeft table.scholarship th,
#mainLeft table.scholarship td {
	text-align:center;
	border:none;
	border-left:1px solid #C4C7D0;
	border-top:1px solid #C4C7D0;
}
#mainLeft table.scholarship thead th {
	width:450px;
	background:#A69260;
	color:#FFF;
}
#mainLeft table.scholarship tbody td {
	text-align:left;
	vertical-align:top;
}


#mainLeft table.scholarship tbody td dl{
	width:240px;
	clear:both;
	margin:0 0 0 10px;
}
#mainLeft table.scholarship tbody td dl dt{
	width:40px;
	clear:both;
	float:left;
}
#mainLeft table.scholarship tbody td dl dd{
	width:195px;
	float:right;
}
#mainLeft table.scholarship tbody td p{
	clear:both;
	padding:0 0 0 20px;
	font-weight:bold;
	background:url(../images/scholarship/ico_squre.gif) no-repeat 5px 5px;
}

/* tree.css の LIST 円を上書き */
ul.circle-image li {
	background-image:url(../../images/common/ico_circle_choco.gif);
}

/* annotation */
#mainLeft ul.annotation{
	width:700px;
}

#mainLeft ul.annotation li{
	padding:10px 0 0 15px;
	font-size:92%;
	background:url(../images/scholarship/ico_asterisk.gif) no-repeat 5px 15px;
}

