@charset "utf-8";

@import url(reset.css);
@import url(elements.css);
@import url(class.css);
@import url(context.css);
@import url(layout.css);

@import url(module/global_navi.css);
@import url(module/header.css);
@import url(module/footer.css);


/*== Main =======================================*/

div#top_banner {
	background-image: url(../images/top_banner/philosophy.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* -- div.section ----------------------------------- */

div#utilities ul li.cam_news a { background-image: url(../images/side/news.png); }

div.section p { padding: 0 10px 0 20px; }


/* -- リスト ----------------------------------- */
div#main dl {
	clear: both;
}

div#main dl dt {
	background-image: url(../images/h3.png);
	background-position: 10px bottom;
	background-repeat: no-repeat;
	height: 30px;
	text-indent: -10000em;
}
	div#main dl dt.idea { background-image: url(../images/dt_philosophy_idea.png); }
	div#main dl dt.purpose { background-image: url(../images/dt_philosophy_purpose.png); }
	div#main dl dt.aim { background-image: url(../images/dt_philosophy_aim.png); }

div#main dl dt.nursing,
div#main dl dt.midwifery {
	height: 30px;
	background-position: 20px 0;
	background-repeat: no-repeat;
	text-indent: -10000em;
}
	div#main dl dt.nursing { background-image: url(../images/dt_prospectus_nursing.png); }
	div#main dl dt.midwifery { background-image: url(../images/dt_prospectus_midwifery.png); }

div#main dl dd {
	margin-top: 0.3em;
	margin-bottom: 1em;
	border-bottom: none;
	color: #666;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

div#main dl dd span a {
	padding-left: 12px;
	font-size: 77%;
	background-image: url(../images/icon/arrow_s_bl_r.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#main dd li { margin-bottom: 0.5em; }



/* -- TABLE ----------------------------------- */
table {
	margin-bottom: 30px;
	border-top: 1px solid #e5dad9;
	border-left: 1px solid #e5dad9;
}

table th,
table td {
	border-bottom: 1px solid #e5dad9;
	border-right: 1px solid #e5dad9;
}

table th {
	text-align: center;
	color: #000;
	background-color: #f4e8e7;
}

table tr.bold th,
table tr.bold td,
table th.bold,
table td.bold { border-bottom-color: #e2c1be; border-bottom-width: 2px; }

table.prospectus { margin-top: 10px; }
table.prospectus td {
	text-align: center;
	padding: 5px;
}



/*== Utirities =======================================*/

div#utilities ul li.midwifery { background-image: url(../images/side/midwifery.png); text-indent: -10000em; }
div#utilities ul li.open_campus a { background-image: url(../images/side/open_campus.png); }
div#utilities ul li.invited a { background-image: url(../images/side/invited.png); }
div#utilities ul li.adopt a { background-image: url(../images/side/adopt.png); }




