#GnaviWrapper {
	background-image:url(../images/icon/gnavi_background.gif);
}

#MenuHead {
	background-image:url(../../images/menu/menu-head-coz.gif);
	background-repeat:no-repeat;
}
#MenuBody {
	background-image:url(../../images/menu/menu-line-coz.gif);
	background-repeat:repeat-y;
}
#MenuBottom {
	background-image:url(../../images/menu/menu-bottom-coz.gif);
	background-repeat:no-repeat;
}

#MenuBody ul li {
	background-image:url(../../images/icon/list-1-coz.gif);
	background-repeat:no-repeat;
}
/* 入れ子メニュー */
#MenuBody ul li ul li {
	background-image:url(../../images/icon/list-2-coz.gif);
	background-repeat:no-repeat;
}

.subtitle {
	border-bottom:1px solid #ff9900;
}

#PastTop {
	background-image:url(../images/pic/past_top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:640px;
}
#PastList {
	margin-top:570px;
	margin-left:430px;
	font-size:110%;
}
/**
 *
 * 入学までの流れ
 *
**/
dl#Flow dt {
	font-size:110%;
	font-weight:bold;
	color:#0000ff;
}
dl#Flow dd {
	border-top:1px solid #333333;
	margin-bottom:20px;
	padding-top:10px;
}
dl#Flow dd ul li {
	font-size:90%;
	line-height:150%;
}

/**
 *
 * h3見出し
 *
**/
h3.header {
	border-bottom:1px solid #c8c8c8;
	color:#0000ff;
	background-image:url(../../images/icon/header_back.gif);
	background-repeat:repeat-x;
	height:35px;
	padding:0 10px;
	font-size:110%;
	margin-bottom:10px;
}

/**
 *
 * CoZ会員規約
 *
**/
dl#Term dt {
	font-size:100%;
	font-weight:bold;
	margin-bottom:5px;
}
dl#Term dt img {
	vertical-align:top;
}
dl#Term dd {
	margin-bottom:20px;
}
dl#Term dd address {
	font-style:normal;
}
dl#Term dd ol li ul li {
	font-size:100%;
}

/**
 *
 * 過去問サービス添削費用 table
 *
**/
h4.pastService {
	color:#008000;
	margin:0 0 5px 0;
	padding:0;
	font-size:100%;
	border-bottom:1px solid #c8c8c8;
}
table.pastService {
	border:1px solid #c8c8c8;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.pastService th, table.pastService td {
	border:1px solid #c8c8c8;
	padding:5px;
}

/**
 *
 * 過去問保有リスト
 *
**/
.pastList {
	width:600px;
	margin-left:30px;
	border-collapse:collapse;
	border:1px solid #c8c8c8;
	font-size:90%;
}
.pastList caption {
	font-family:monospace;
}
.pastList th, .pastList td {
	border:1px solid #c8c8c8;
	padding:5px;
}
.pastList th {
	background-color:#FFFFCC;
	text-align:center;
}
.pastList td.check {
	text-align:center;
	font-family:monospace;
}
/**
 *
 * 心理大学院過去問題リスト
 *
**/
.sinriPastList {
	width:600px;
	margin-left:30px;
	border-collapse:collapse;
	border:1px solid #c8c8c8;
}
.sinriPastList th, .sinriPastList td {
	border:1px solid #c8c8c8;
	font-size:90%;
	padding:5px;
}
.sinriPastList th {
	text-align:center;
	background-color:#FFFFCC;
}

