@charset "utf-8";
/* ================================================================
		common
================================================================ */
.ALcenter {
	text-align: center;
}
.ALright {
	text-align: right;
}
.mab0 {
	margin-bottom: 0 !important;
}
.mab10 {
	margin-bottom: 10px;
}
.mab20 {
	margin-bottom: 20px;
}
.mab30 {
	margin-bottom: 30px;
}
.mab40 {
	margin-bottom: 40px;
}
.pagetop {
	position: absolute;
	margin-top: 20px;
	text-align: right;
	right: 24px;
	bottom: 10px;
}
.pagetop a {
	color: #0E3E6B;
	padding-left: 16px;
	background: url(../common/images/icon_pagetop.png) 0 0.25em no-repeat;
	text-decoration: none;
}
.pagetop a:hover {
	background: #EDF1F4 url(../common/images/icon_pagetop.png) 0 0.25em no-repeat;
}
.imgL {
	float: left;
	margin: 0 15px 10px 0;
}
.clear {
	clear: both;
}
.astmark {
	text-indent: -1em;
	padding-left: 1em;
}
ul.disc {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.2em;
}
ol {
	margin-left: 1.8em;
}
/* ================================================================
		top
================================================================ */
#top #content {
	width: 680px;
	margin: 0 auto;
}
#top #header {
	padding: 36px 0 0;
	background: url(../images/bg_top.jpg) 0 0 repeat-x;
	height: inherit;
}
#top #home {
	display: none;
}
#top #headerBloc {
	width: 700px;
}
#top #container {
	width: 700px;
	margin: 0 auto;
}
#top #content {
	padding-bottom: 30px;
}
#top #content h2 {
	margin-bottom: 10px;
}
#top #content ul li {
	float: left;
	margin-left: 10px;
}
#top #content ul li:first-child {
	margin-left: 0;
}
#footer {
	clear: both;
	font-size: 83%;
	color: #FFF;
	border-top: 1px solid #CACAD9;
	border-bottom: 1px solid #CACAD9;
}
#footerBloc {
	display: table;
	margin: 0 auto;
	width: 700px;
}
#footerBloc p {
	padding: 20px;
}
#footerBloc #outline {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #CACAD9;
	border-right: 1px solid #CACAD9;
	text-align: center;
}
#footerBloc #copyright {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #CACAD9;
	text-align: center;
}
/* ================================================================
		inner
================================================================ */
.inner #header {
	padding: 26px 0;
}
.inner #logo {
	width: 686px;
	float: left;
}
.inner #home {
	width: 63px;
	padding: 5px 0 0;
	float: right;
}
.inner #wrapper {
	padding: 20px 0 0;
	background: url(../images/bg_contents.jpg) 0 0 repeat-x;
}
.inner h1 {
	color: #FFF;
	font-size: 180%;
	padding: 20px 0;
	color: #063F81;
	background: url(../images/bg_innerttl.gif) left bottom repeat-x;
}
.inner h1 span {
	padding-left: 26px;
	background: url(../images/icon_ttl.png) 0 0.1em no-repeat;
}
.inner #linkmenu {
	position: relative;
	text-align: right;
	margin: 0;
}
.inner #linkmenu ul {
	position: absolute;
	display: block;
	top: -45px;
	right: 0;
}
.inner #linkmenu li span {
	background: #FFF;
	padding: 3px 5px;
	font-weight: bold;
	color: #064689;
}
.inner #linkmenu li {
	display: inline;
	border-right: 1px solid #999;
	padding-left: 9px;
	padding-right: 10px;
}
.inner #pagemenu {
	margin: 20px 0;
	text-align: center;
}
.inner #pagemenu li {
	padding: 0 5px;
	display: inline;
}
.inner #article {
	padding: 20px 20px 40px;
	line-height: 1.6;
	min-height: 500px;
}
.inner #footernav {
	padding: 30px 0;
}
.inner #footernav p {
	width: 40%;
	float: right;
	text-align: right;
}
.inner #footernav p:first-child {
	float: left;
	text-align: left;
}
.inner h2 {
	padding: 6px 10px;
	margin-bottom: 0.8em;
	line-height: 1.3;
	background: #32679A;
	color: #FFF;
	font-size: 131%;
	border-radius: 4px;
}
.inner tr td:first-child b {
	margin-right: 1em;
}
.inner table {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.inner table td, .inner table th {
	border: 1px solid #CCC;
	vertical-align: top;
}
.inner table td.bgttl {
	background: #EFEFEF;
	font-size: 109%;
}
.inner table th {
	text-align: center;
	background: #D0EEF9;
	color: #32679A;
}
.inner table tr.organizer{
	background:#F0FFEA;
}

/* ================================================================

		clearfix

================================================================ */
.clearfix, #top #content ul, .inner #header, .inner #footernav {
/zoom : 1;
}
.clearfix:after, #top #content ul:after, .inner #header:after, .inner #footernav:after {
	content : '';
	display : block;
	clear : both;
}
