@charset "UTF-8";
/* CSS Document */

h2 {
	background-image:url(../images/entrance/experience/head_bg.jpg);
	background-repeat:no-repeat;
	color: #fff;
	font-size: 120%;
	font-weight:bold;
	padding-left: 85px;
	padding-top: 10px;
	height: 35px;
}

h3 {
    font-size:105%;
    border-bottom: 2px #EB8188 solid;
    background-image:url(../images/employment/graduate_success/title_head.jpg);
    background-repeat:no-repeat;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight:bold;
}

.description {
	margin: 20px;
	margin-bottom: 30px;
	font-size: 90%;
}

.description p {
	padding: 10px;
	width: 450px;	
}

li a {
	color: #06c;
	text-decoration: underline;
}

li a:hover {
	color: #09f;
}

a.mail {
	color: #000;
	text-decoration:underline;
}
a.mail:hover {
	color:#999;	
}

#main_image {
	margin-bottom:20px;
}

.bold_110 {
	font-weight: bold;
	font-size: 110%;
}
.p_margin_top_20 {
	margin-top:20px;	
}

.margin_bottom_30 {
	margin-bottom: 30px;
}

ul#links li {
	background-image:url(../images/purpose/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 13px;
	margin-left:10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* 受験生の方へ */
.examinee_01 {
	background-image:url(../images/purpose/examinee/01.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 200px;
}
.examinee_02 {
	background-image:url(../images/purpose/examinee/02.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 200px;
}
.examinee_03 {
	background-image:url(../images/purpose/examinee/graph.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 200px;
}

/* 保護者の方へ */
.guardian_01 {
	background-image:url(../images/purpose/guardian/01.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 200px;
}
.guardian_02 {
	background-image:url(../images/purpose/guardian/02.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 200px;
}
.emphasis {
	font-weight: bold;
	color:#06c;
}

/* 卒業生の方へ */
.graduate_description {
	margin: 20px;
	margin-bottom: 30px;
	font-size: 90%;
}

/* 企業の方へ */
.enterprise_description {
	font-size: 90%;
	padding: 20px;
}
.links {
	margin-top:20px;
	margin-bottom:20px;
	color:#06c;
}

.links a {
	color:#06c;
	text-decoration:underline;
}
.links a:hover {
	color:#09f;
}

/* 追加 */

table#koyukai {
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;
	border: solid 1px #999;
	margin-top: 15px;
	margin-bottom: 15px;
}

table#koyukai th {
    width: 100px;
	text-align:center;
	font-weight: bold;
	padding: 10px;
	background-color: #FFE1E1;
	border-collapse: collapse;
	border: solid 1px #999;
}

table#koyukai td {
	padding:10px 10px 10px 20px;
	border-collapse: collapse;
	border: solid 1px #999;
	text-align: left;
}

