﻿@charset "UTF-8";

/* layout */
#column {
	background:url(/kyotango-be/shared/images/edu/jun/contents_bg.jpg) no-repeat left top;
}
#column_rgt {
	padding:0px 10px;
}
/* pankuzu */
#pankuzu {
	background:#E7DEC1 url(/kyotango-be/shared/images/edu/jun/pankuzu_bg.jpg) repeat-x left top;
}
/* lnavi */
#lnavi {
	margin:10px 20px 10px 10px;
	font-size:1%;
	line-height:0.1;
}
#lnavi p {
	margin-bottom:5px;
}
/* contents */
#tmp_contents h1 {
	clear:both;
	font-size:140%;
	color:#FFFFFF;
	border-left:#E6D6C4 solid 2px;
	border-top:#E6D6C4 solid 1px;
	border-right:#501B1B solid 1px;
	border-bottom:#501B1B solid 1px;
	background:#A57745 url(/kyotango-be/shared/images/edu/jun/h1_bg.gif) repeat-x left bottom;
	padding:10px 90px 10px 20px;
	margin-bottom:1.5em;
}
#tmp_contents h2 {
	clear:both;
	color:#501B1B;
	font-size:130%;
	background-color:#E7DEC2;
	border-left:#684B2D solid 6px;
	padding:2px 5px;
	margin-bottom:1em;
}
#tmp_contents h3 {
	clear:both;
	font-size:120%;
	padding-left:20px;
	margin-bottom:1em;
	background:url(/kyotango-be/shared/images/edu/jun/h3_icon.gif) no-repeat 0em 0.3em;
}
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6  {
	clear:both;
	font-size:100%;
	margin-bottom:0.8em;
}
#tmp_contents p {
	margin-bottom:0.8em;
}
#tmp_contents ul {
	list-style-image:url(/kyotango-be/shared/images/edu/jun/icon_list.gif);
	margin-left:25px;
	padding-left:25px;
	margin-bottom:0.8em;
}
#tmp_contents ol {
	list-style-image:none;
	list-style:decimal;
	margin-left:25px;
	padding-left:25px;
	margin-bottom:0.8em;
}
#tmp_contents ul ol {
	list-style:decimal;
}
#tmp_contents ol ul {
	list-style-image:url(/kyotango-be/shared/images/edu/jun/icon_list.gif);
}
#tmp_contents hr {
	clear:both;
	height:1px;
	background-color:#cccccc;
	border:none;
	color:#cccccc;
}
#school_footer {
	border-top:#FFFFFF solid 2px;
	background-color:#CCE6FF;
	background-image:none;
}
/* print */
@media print {
#column {
	background:none;
}
#column_lft {
	display:none;
}
#column_rgt {
	padding:10px;
	margin:0px;
	width:100%;
}
h1,
h3 {
	height:1%;
}
}

