@charset "UTF-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");

@import url("common_cms.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

/* ----------------------------------------------------- MainImage */
/*
#mainPhoto{
	margin-bottom: 30px;
	border-bottom: 3px solid #00a2d7;
}
*/

#mainPhoto{
	margin-bottom: 30px;
	border-bottom: 3px solid #00a2d7;
	height:210px;
	width:947px;
	background: url(images/top_pic_bg01.jpg) no-repeat 100% 100%;
}

#mainSwitch{
	width:711px;
	height:210px;
}

#mainSwitch li{
	display:inline;
}

#mainSwitch a{
	display:block;
	text-indent:-999em;
	height:210px;
	width:237px;
	float:left;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
}

#mainSwitch a:hover{
	background-position:0 -210px;
}

#swUniv a{background-image:url(images/sw_univ.jpg);}
#swSchool a{background-image:url(images/sw_school.jpg);}
#swKinder a{background-image:url(images/sw_kinder.jpg);}




/* ----------------------------------------------------- GrobalMenu */
#gNavBox{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

/* ----------------------------------------------------- MainArea */
#cMain{
	margin-right: 10px;
	width: 680px;
}

/* ----------------------------------------------------- Main */
.topicsBox{
	margin-bottom: 20px;
}

.topicsBox .titleBox{
	margin-bottom: 10px;
	padding: 0px 5px 0px 10px;
	border-top: 1px solid #d5e2e9;
	border-bottom: 1px solid #d5e2e9;
	background: #e7eef2 url(images/headline_bg01.gif) repeat-x 0% 0%;
}

.topicsBox h2{
	width: 175px;
	float: left;
}

.topicsBox .listBox{
	margin: 5px 0px 0px 0px;
	width: 74px;
	float: right;
}

.topicsBox .infoBn{
	width: 32px;
	float: left;
}

.topicsBox .infoBn a, .topicsBox .columnBn a{
	background: transparent no-repeat 0 0;
	display: block;
	text-indent: -999em;
	height: 13px;
}

.topicsBox .infoBn a{
	width: 32px;
	background-image: url(images/top_btn01.gif);
}

.topicsBox .columnBn a{
	width: 68px;
	background-image: url(images/top_btn02.gif);
}

.topicsBox .infoBn a:hover,
.topicsBox .columnBn a:hover{
	background-position: 0 -13px;
}

/* *Hides from IE-mac \*/
.topicsBox .infoBn a, .topicsBox .columnBn a{
	overflow: hidden;
}
/* *End hide from IE-mac */

.topicsBox #infoList{
	margin: 0px 20px;
	line-height: 1.8;
	height: 100%;
}

.topicsBox #infoList dt{
	width: 9.6em;
	font-weight: bold;
}

.topicsBox #infoList dd{
	margin: -1.8em 0px 0em 9em;
}

.topicsBox #columnList{
	margin: 0px 20px;
}

.topicsBox #columnList .photo{
	width: 80px;
	float: left;
}

.topicsBox #columnList .text{
	width: 553px;
	float: right;
}
