﻿@charset "UTF-8";

/* layout */
#column {
	padding-top:10px;
	background:url(/kyotango-be/shared/images/edu/ele2/contents_bg.jpg) repeat-x left top;
}
/* pankuzu */
#pankuzu {
	background:url(/kyotango-be/shared/images/edu/ele2/pankuzu_bg.jpg) repeat-x left top;
}
/* left */
#lnavi {
	margin:0px 10px;
}
#lnavi p {
	margin-bottom:5px;
}
#rnavi,
#letter,
#security {
	margin:0px 10px;
}
#rnavi ul,
#letter ul {
	list-style:none;
	list-style-image: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;
}
/* contents */
#container_contents {
	border:1px solid #DF6161;
	background-color:#FBFAEE;
	padding:10px 10px 5px;
	margin-bottom:10px;
	margin-right:10px;
}
#tmp_contents h1 {
	clear:both;
	font-size:140%;
	color:#863535;
	border:#863535 dashed 2px;
	background:#FFFFFF url(/kyotango-be/shared/images/edu/ele2/h1_bg.gif) no-repeat right center;
	padding:10px 90px 10px 20px;
	margin-bottom:1.5em;
}
#tmp_contents h2 {
	clear:both;
	font-size:130%;
	background-color:#FFEAAA;
	border-top:1px dashed #9F8535;
	border-bottom:1px dashed #9F8535;
	padding:0px 5px;
	margin-bottom:1em;
}
#tmp_contents h3 {
	clear:both;
	font-size:120%;
	padding-left:15px;
	margin-bottom:1em;
	background:url(/kyotango-be/shared/images/edu/ele2/h3_bg.gif) repeat-y left top;
}
#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/ele2/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/ele2/icon_list.gif);
}
#tmp_contents hr {
	clear:both;
	height:1px;
	background-color:#cccccc;
	border:none;
	color:#cccccc;
}
/* print */
@media print {
#lnavi,
#letter,
#security {
	display:none;
}
#column {
	background:none;
}
#column td {
	width:auto;
}
#container_contents {
	padding:10px;
	margin:0px;
	width:100%;
	background-color:#FFFFFF;
	border:none;
}
h1 {
	height:1%;
}
}