@charset "UTF-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");
@import url("parts_menu.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

/* ----------------------------------------------------- MainImage */
#top_main{
    width:947px !important;
	width /**/:949px;
    margin-bottom:30px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;}
#mainPhoto{
	margin-bottom:0;
	border:0;}

/* ----------------------------------------------------- GrobalMenu */
#gNavBox{
	margin: 0px 0px 100px 7px;
	padding: 0;}

/* ----------------------------------------------------- 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.5em;
	font-weight: bold;
}

.topicsBox #infoList dd{
	margin: -1.8em 0px 0em 10.5em;
}

.topicsBox #columnList{
	margin: 0px 20px;
}

.topicsBox #columnList .photo{
	width: 80px;
	float: left;
}

.topicsBox #columnList .text{
	width: 553px;
	float: right;
}

/*** トップページ校名ナビ ***/
#school_navi02{
    width:945px !important;
	width /**/:947px;
    height:35px !important;
	height /**/:40px;
	padding:1px 1px 3px 1px;
	background-image:url(../../images/school_navi_bg.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #bacbd5;}
#school_navi02_inner{
    width:945px;
    height:35px;
	min-height:35px;}
	
#school_navi02 ul{
	list-style: none;
	margin: 0;
	padding: 0;}

#school_navi02 ul li{
	margin:0;
	padding: 0;
	float:left;
	width: 472px;}

#school_navi02 ul a{
	margin: 0;
	padding: 0;
	display: block;
	width: 472px;
	height: 35px;
	background-image:url(../../images/schoolnavi2_menu.gif);
	vertical-align: bottom;
	text-indent:-999em;}
	
/* *Hides from IE-mac \*/
#school_navi02 ul a{
	overflow: hidden;
}
/* *End hide from IE-mac */

#school_navi02_inner a span{ text-indent:-999em;}

/*-1-*/
a.school_navi02a{
	background-position: 0px 0px;}
a:hover.school_navi02a{
	background-position: -473px 0px;}
#current1.school_navi02a{
	background-position: -473px 0px;}
/*-2-*/
a.school_navi02b{
	background-position: 0px -35px;}
a:hover.school_navi02b{
	background-position: -473px -35px;}
#current2.school_navi02b{
	background-position: -473px -35px;}


/*** 2カラムトピック ***/
.topic_column1{
    width:335px;
	float:left;}
.topic_column2{
    width:335px;
	float:right;}
	
.topicsBox .infoList_column{
	margin: 0px 20px;
	line-height: 1.8;
	height: 100%;}

.topicsBox .infoList_column dt{
	font-weight: bold;
	color:#333333;}

.topicsBox .infoList_column dd{
	margin:0 0 1em 0;}
	
