@charset "utf-8";
/* ------------------------------------
	Common
------------------------------------ */
html {
	background: none;
}
body {
	background: none;
}

/* ------------------------------------
	Layout
------------------------------------ */
#Wrap,
#ContentsWrap {
	width: 720px;
}

/* ------------------------------------
	Header
------------------------------------ */
#Header {
	height: 94px;
	width: 720px;
}
#Header p {
	float: left;
	padding-left: 45px;
}

/* ------------------------------------
	GlobalNavigation
------------------------------------ */
#GNavi {
	display: none;
}

/* ------------------------------------
	Footer
------------------------------------ */
#Footer {
	width: 720px;
	color: #000;
}
#Footer ul {
	display: none;
}
#Footer address {
	float: none;
	width: 720px;
	padding-top: 7px;
	border-top: solid 1px #000;
	text-align: left;
}

/* ------------------------------------
	PageTitle
------------------------------------ */
#Contents .PageTitle,
#TopMenu {
	margin-top: 14px;
}

/* ------------------------------------
	TopicPath
------------------------------------ */
#TopicPath {
	display: none;
}

/* ------------------------------------
	SideMenu
------------------------------------ */
#SideMenu {
	display: none;
}

/* ------------------------------------
	Contents
------------------------------------ */
#Contents {
	float: none;
}
#Contents .PageTop {
	height:20px;
	margin: 0px;
	padding-top: 0px;
	border-top: none;
}
#Contents .PageTop a {
	display: none;
}
#Contents .TableWrap {
	background: none;
	padding-bottom: 0px;
}

/* ------------------------------------
	Profile
------------------------------------ */
#Profile table,
#History table {
	border-collapse: collapse;
}
#Profile th,
#Profile td,
#History th,
#History td,
#NewGraduate th,
#NewGraduate td,
#Career th,
#Career td,
#Parttime th,
#Parttime td {
	border: solid 1px #EDEDED;
	padding-top: 10px;
	background-image: none;
}
#Profile th,
#History th,
#NewGraduate th,
#Career th,
#Parttime th {
	background-color: #EDEDED;
	width: 112px;
}
#Profile td,
#History td,
#NewGraduate td,
#Career td,
#Parttime td {
	background: none;
	width: 572px;
}

/* ------------------------------------
	News
------------------------------------ */
#News tr {
	background: none;
}
#News th,
#News td {
	padding-bottom: 5px;
	border: dotted 1px #EDEDED;
}
