﻿@charset "UTF-8";

/* pankuzu */
#pankuzu {
	background:url(/kyotango-be/shared/images/edu/ele2/pankuzu_bg.jpg) repeat-x left top;
}
/* photo */
#photo {
	padding:10px 20px 0px;
	text-align:center;
	margin-bottom:12px;
	background:url(/kyotango-be/shared/images/edu/ele2/contents_bg.jpg) repeat-x left top;

}
/* left */
#lnavi {
	margin:0px 10px 10px 10px;
}
#lnavi p,
#rnavi p {
	margin-bottom:5px;
}
/* middle */
#news,
#info,
#event {
	margin-bottom:10px;
}
#news h2,
#info h2,
#event h2 {
	background:url(/kyotango-be/shared/images/edu/ele2/h2_bg.jpg) no-repeat right top;
}
#news_cnt {
	border-right:1px solid #DF6161;
	border-left:1px solid #DF6161;
	border-bottom:1px solid #DF6161;
	background-color:#FBFAEE;
}
#info_cnt1,
#event_cnt1 {
	border-right:1px solid #DF6161;
	border-left:1px solid #DF6161;
	border-bottom:1px solid #DF6161;
	background-color:#FBFAEE;
	padding:10px;
}
#info_cnt2,
#event_cnt2 {
	width:100%;
}
#news_cnt h3 {
	font-size:120%;
	color:#594626;
	border-bottom:1px dotted #6D5732;
	margin-bottom:10px;
}
#info table,
#event table {
	width:100%;
}
#info table th,
#info table td,
#event table th,
#event table td {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dashed #6D5732;
	padding:5px 0px 1px 0px;
}
#news table img {
	vertical-align:middle;
}
/* right */
#rnavi,
#letter,
#security {
	margin:0px 10px;
}
#rnavi ul,
#letter ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#rnavi ul li,
#letter ul li {
	margin:0px;
}
#letter {
	margin-bottom:10px;
	font-size:1%;
	line-height:0.1;
}
#letter img {
	vertical-align:bottom;
}
#security {
	margin-bottom:10px;
}
/* print */
@media print {
#photo,
h2 {
	height:1%;
}
}
