@charset "Shift_JIS";
@import url(base.css);

em{
	font-style:normal;
}

#entry{
	position:relative;
	width:713px;
	padding-bottom:109px;
	font-size:1.2em;
	color:#FFF;
	overflow:hidden;
}

#entry h1{
	position:absolute;
	right:0px;
	bottom:0px;
}

#entry:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	visibility:hidden;
}

.main-img{
	float:left;
	background:url(img/gakubuchi.jpg) no-repeat;
	width:300px;
	padding:48px;
}

.info{
	float:right;
	width:306px;
	padding-top:12px;
}

.info dl{
	padding:0 15px 5px;
	line-height:1.2;
}

.info dl em{
	color:#F66;
}

.info p{
	border-top:solid 1px #999;
	width:290px;
	margin:0 auto;
	padding:5px;
	line-height:1.4;
}

.info table.att{
	border-top:solid 1px #F66;
	border-left:solid 1px #F66;
	background-color:#FFF;
	width:212px;
	margin-bottom:10px;
	color:#333;
}

.att th{
	border-bottom:solid 1px #F66;
	border-right:solid 1px #F66;
	font-weight:normal;
}

.att td{
	border-bottom:solid 1px #F66;
	border-right:solid 1px #F66;
}

.att span{
	color:#900;
}

.att td.td1{
	text-align:center;
}

.att td.td2{
	padding:0 10px;
}