@charset "UTF-8";

.indxcontent {
	width: 720px;
	position: relative;
	}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0px 20px 30px;
	width: 630px;
	}
table {
	margin-left: 150px;
	margin-bottom: 20px;
	}
td {
	width: 250px;
	vertical-align: top;
	padding-right: 10px;
	}
.leftindex ul, .rightindex ul {
	margin-left: 1em;
	font-size: 0.9em;
	}
.leftindex li, .rightindex li {
	padding-left: 15px;
	margin-top: 5px;
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	line-height: 1.5;
	}
.leftindex ul li, .rightindex ul li {
	margin-top: 3px;
	}
.leftindex a, .rightindex a {
	text-decoration: none;
	}
.mark {
	margin-left: 150px;
	margin-bottom: 30px;
	font-size: 0.8em;
	color: #333333;
	}
.gotopmark {
	margin-left: 150px;
	margin-bottom: 30px;
	font-size: 0.8em;
	background-image: url(../images/arrowbacktop.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	}
.gotopmark a {
	text-decoration: none;
	}
.gotopmark a:hover {
	border-bottom: dashed 1px #4C80BE;
	}


/* タブごとの色指定 */
.eduindex h1 {
	color: #BE5A4C;
	border-bottom: 2px dashed #BE5A4C;
	}
.eduindex .leftindex li, .eduindex .rightindex li {
	background-image: url(../images/arrowred.gif);
	}
.eduindex ul li a:hover {
	border-bottom: dashed 1px #BE5A4C;
	}
.introindex h1 {
	color: #3E5D71;
	border-bottom: 2px dashed #3E5D71;
	}
.introindex .leftindex li, .introindex .rightindex li {
	background-image: url(../images/arrowblue.gif);
	}
.introindex table {
	margin-bottom: 20px;
	}
.introindex ul li a:hover {
	border-bottom: dashed 1px #3E5D71;
	}
.examindex h1 {
	color: #E4CD17;
	border-bottom: 2px dashed #E4CD17;
	}
.examindex .leftindex li, .examindex .rightindex li {
	background-image: url(../images/arrowyellow.gif);
	}
.examindex ul li a:hover {
	border-bottom: dashed 1px #E4CD17;
	}
.socialindex h1 {
	color: #9BBE41;
	border-bottom: 2px dashed #9BBE41;
	}
.socialindex .leftindex li, .socialindex .rightindex li {
	background-image: url(../images/arrowgreen.gif);
	}
.socialindex ul li a:hover {
	border-bottom: dashed 1px #9BBE41;
	}
.enindex h1 {
	color: #4C80BE;
	border-bottom: 2px dashed #4C80BE;
	}
.enindex .leftindex li, .enindex .rightindex li {
	background-image: url(../images/arrowtop.gif);
	}
.enindex ul li a:hover {
	border-bottom: dashed 1px #4C80BE;
	}



