@charset "utf-8";
/* CSS Document */

.center { text-align: center;}
.centerBox {
	margin-left: auto;
	margin-right: auto;
}
.right { text-align: right;}
.small { font-size: 85%;}

strong { font-weight: bold;}

.normal { font-weight: normal;}

div.spacer { height: 15px;}

sup { font-size: 80%;}

.notice { color: #CC0000;}

div#contents p {
	margin-bottom: 1.5em;
}

div#contents .imgL {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 0.5em;
	width: auto;
	height: auto;
}
div#contents .imgR {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 0.5em;
	width: auto;
	height: auto;
}

div#contents .clear { clear: both;}

div#contents .bottom0 { margin-bottom: 0px;}
div#contents .bottom1em { margin-bottom: 1em;}

.left{
	margin-left:30px;
	text-indent:-25px;
	margin-bottom:0.5em!important;
}

.left#uni{
	margin-left:25px;
}

.left_b{
	margin-left:30px;
	text-indent:-25px;
}


/* ===== Heading ============================================ */
h1 { margin: 0 -10px 15px;}

h2 {
	background-image: url(../img/bg_h2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 -10px 15px;
	padding: 0 10px 0 26px;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
}

h3 {
	background-image: url(../img/bg_h3.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
	padding: 0 10px 5px 25px;
	margin: 0 -10px 10px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* ===== Table ============================================= */
table.tblStd {
	margin-bottom: 15px;
	border-collapse: separate;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	empty-cells: show;
}

table.tblStd caption {
	text-align: left;
	font-weight: bold;
}

table.tblStd th, table.tblStd td {
	padding: 3px 5px;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
}

table.tblStd th {
	background-color: #F5F5F5;
}

table.tblStd tr.thead th {
	background-color: #868686;
	color: #FFFFFF;
	font-weight: bold;
}

table.tblStd thead th {
	background-color: #868686;
	color: #FFFFFF;
	font-weight: bold;
}

div#contents table ul { margin-bottom: 0px;}

/* ===== List =============================================== */
div#contents dl, div#contents ul, div#contents ol {
	margin: 0 0 1.5em 1.2em;
	padding: 0;
}

div#contents ul {
	margin-left: 0;
}

div#contents li { margin: 0.1em 0 0.2em 1.5em;}

div#contents ol.lowalp li { list-style-type: lower-alpha; margin-left: 0.8em;}
div#contents ol.lowrom li { list-style-type: lower-roman; margin-left: 0.8em;}
div#contents ol.uppalp li { list-style-type: upper-alpha; margin-left: 0.8em;}
div#contents ol.upprom li { list-style-type: upper-roman; margin-left: 0.8em;}
div#contents ol.noNumber li {
	list-style-type: none;
	padding-left: 0;
	text-indent: -2em;
}

div#contents dl.note {
	margin-left: 0;
	font-size: 85%;
	margin-top:/-5px;
	margin-top:-5px\9;
}

div#contents dl.note dt {
	position: absolute;
	width: 3em;
}
div#contents dl.note dd {
	padding-left: 3em;
}

/* ===== period ===== */
#contents #period {
	list-style: none;
	margin: 0 0 10px;
	padding: 0.3em 0.4em;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.1;
}

#contents #period li {
	display: inline;
	border-right: 1px solid #CCCCCC;
	padding: 0 5px;
	margin: 0 0 10px;
}

#contents #period a { text-decoration: underline;}


/* ===== years ===== */
.cms_info_years a:link, .cms_info_years a:visited { text-decoration: underline;}

/* ===== page top ====== */
.page_top {}

.page_top a {
	margin: auto 0 auto auto;
	display: block;
	width: 61px;
	height: 13px;
	font-size: 10px;
	line-height: 1;
	background-image: url(../img/page_top2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	
}

.page_top a:hover { background-position: bottom;}

