body {
margin: 0;
text-align: center;
background-image: url(img/bg_page.gif);
background-position: center;
}

#Header {
text-align: left;
width: 800px;
margin-left: auto;
margin-right: auto;
}

#Container {
width: 780px;
padding: 10px;
margin-left: auto;
margin-right: auto;
font-size: 12px;
line-height: 150%;
color: #333333;
text-align: left;
}

#MENU {
float: left;
width: 160px;
height: 300px;
background-image: url(img/bg_cnt_list.gif);
}

#Exp {
float: right;
width: 600px;
background-image: url(img/bg_cnt_list.gif);
}

#Expa {
float: right;
width: 600px;
background-image: url(img/bg_cnt_list.gif);
}


#MENU h2, #Exp h2, #Expa h2{
margin: 0;
padding: 3px 5px 10px 5px;
font-size: 14px;
}

#MENU h2 {
background-image: url(img/bg_ctg_menu1.gif);
}


#Exp h2 {
border-left: 3px solid #FF9900;
border-bottom: 1px solid #FF9900;
background-image: url(img/bg_ctg_menu2.gif);
}

#Expa h2 {
border-left: 3px solid #FFCC00;
border-bottom: 1px solid #FFCC00;
background-image: url(img/bg_ctg_menu2.gif);
}

#schoolID{
clear: both;
margin-top: 300px;
padding-top: 20px;
text-align: center;
font-size: 14px;
width: 160px;
border-top: 1px solid #999999;
}

.ListPadding {
padding: 10px 5px 10px 30px ;
}

#Footer {
clear: both;
text-align: center;
margin-top: 10px;
padding: 5px;
border-top: 1px solid #999999;
}

/* 共通使用クラス */

.Clr {
clear: both;
}

/* 事務室ページ用 2009.01.20 追記 */
.subTitle {
	font-size: 14px;
	padding: 10px 5px 10px 30px;
	}
.text {
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	}
#link {
	text-align:center;
	margin: 30px auto 20px auto;
	}
#link img {
	border: none;
	margin: 0px 5px;
	}
#Exp h3 {
	margin: 3px;
	font-size: 14px;
	}
#Exp ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	}
#Exp li {
	margin: 0px;
	}

