@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/information.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* -- div#content_navi ----------------------------------- */

div#content_navi {
	margin-top: 5px;
	padding: 5px 5px;
	display: block;
	width: 660px; /* 670px - 5px*2 = 660px */
	border-top: 2px solid #e5e1e0;
	border-bottom: 2px solid #e5e1e0;
	background-image: url(../images/bg_content_navi.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
div#content_navi span {
	padding-right: 5px;
	padding-left: 12px;
	background-image: url(../images/icon/square_pk.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}


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

div#utilities ul li.cam_news a { background-image: url(../images/side/news.png); }
div.section {
	margin-bottom: 1em;
	clear: both;
}
div.section p { padding: 0 10px 0 20px; }

div.section h2 { text-indent: -10000em; }
div.section h2.info { background-image: url(../images/h2_info.png); }
div.section h3 {
	padding-top: 0.5em;
	padding-left: 25px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	text-indent: 0;
	display: block;
	width: 660px; /* 670 - 10 */
	height: 30px;
	font-size: 92%;
	color: #ef7868;
	letter-spacing: 0.1em;
}

div.section h3 p {
	margin: 0;
	padding: 0;
}

div.section img { float:left; }

/* -- お知らせ ----------------------------------- */

div#info {
}


/* -- 一覧：Index ----------------------------------- */

div#index h3 { text-indent: -10000em; }
div#index h3.y_2012 { background-image: url(../images/h3_campus_2012.png); }
div#index h3.y_2011 { background-image: url(../images/h3_campus_2011.png); }
div#index h3.y_2010 { background-image: url(../images/h3_campus_2010.png); }
div#index h3.y_2009 { background-image: url(../images/h3_campus_2009.png); }
div#index h3.y_2008 { background-image: url(../images/h3_campus_2008.png); }
div#index h3.y_2007 { background-image: url(../images/h3_campus_2007.png); }

div#index ul li {
	padding-left: 25px;
	margin-right: 0;
	background-image: url(../images/icon/circle_pk.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}


/*== 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); }




/*== Clearfix Module =======================================*/

div#archive_footer:after,
body.campus ul:after {
	content: "";
	display: block;
	clear: both;
}

/* WinIE7 only */
*:first-child+html div#archive_footer,
*:first-child+html body.campus ul{
  height:1%;
}

/* WinIE6 and below */
/*\*/
* html div#archive_footer,
* html body.campus ul{
  height:1%;
}
/**/

/* MacIE only */
/*\*//*/
div#archive_footer,
divbody.campus ul{
  display:inline-table;
}
/**/