@charset "utf-8";

/* ==================== Common ==================== */
ul#bread-crumbs {
	width: auto;
	position: absolute;
	top: 158px;
	left: 220px;
	list-style: none;
	font-size: 12px;
}

ul#bread-crumbs li {
	float: left;
	line-height: 100%;
}

ul#bread-crumbs li a {
	margin-right: 10px;
	padding-right: 20px;
	background: url(../images/page/arrow_crumbs.gif) right no-repeat;
	color: #000;
}

h1.main-title {
	margin-top: 45px;
	margin-bottom: 5px;
	padding: 10px 40px;
	background: url(../images/page/title_main.jpg) 1px 0 no-repeat;
	font-size: 24px;
	line-height: 140%;
}

h1.smallsize {
	font-size: 20px;
	line-height: 160%;
}

h1.line-break {
	font-size: 12px;
}

h2.sub-title {
	margin-bottom: 1em;
	padding: 6px 15px;
	background: url(../images/page/title_sub.jpg) left no-repeat;
	line-height: 140%;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

h3.title-sub {
	margin-bottom: 1em;
	padding-left: 15px;
	background: url(../images/common/square.jpg) left no-repeat;
	line-height: 140%;
	font-size: 14px;
}

p.text {
	margin-bottom: 1.5em;
	line-height: 140%;
}

p.go-top {
	text-align: right;
	padding: 5px 35px 10px;
}

p.go-top a {
	text-decoration: none;
	color: #000;
}

p.go-top a:hover {
	text-decoration: underline;
}

div.contents a {
	text-decoration: underline;
	color: #000;
}

div.contents a:hover {
	text-decoration: none;
}


/* ==================== contents ==================== */
div.contents ul, div.contents ol, div.contents dl {
	line-height: 160%;
}


/* ==================== topics ==================== */
div#topics dl {

	overflow: auto;
	margin-bottom: 1.5em;
}

div#topics dt {
	clear: left;
	float: left;
}

div#topics dd {
	padding-left: 7em;
}
* html div#topics dd { text-indent: -0.3em;}

div.topics-details dl {
	height: 100%;
	overflow: auto;
}

div.topics-details dt {
	clear: left;
	float: left;
	width: 6em;
	padding-left:1em;
	text-align: left;
	font-weight:bold;
}

div.topics-details dd {
	margin-left: 8em;
}
* html div.topics-details dd { text-indent: -0.3em;}

/* ==================== schedule ==================== */
div#schedule dl {
	height: 100%;
	overflow: auto;
}

div#schedule dt {
	clear: left;
	float: left;
	width: 10em;
	padding-left:1em;
	text-align: left;
}

div#schedule dd {
	margin-left: 11em;
}
* html div#schedule dd { text-indent: -0.3em;}

div#schedule ul {
	margin-left: 1.5em;
}


/* ==================== profile ==================== */
div#profile div.contents-wrapper {
	margin-bottom: 2em;
	margin-left: 0em;
	position: relative;
}
* html div#profile div.contents-wrapper { height: 320px;}

div.profile, div.license {
	margin-bottom: 1.5em;
}

div.profile ul, div.license ul {
	margin-left: 1.5em;
}

div.profile dl {
	height: 100%;
	overflow: auto;
	margin-left: 1.5em;
}

div.profile dt {
	clear: left;
	float: left;
	display: list-item;
	list-style: disc outside;
}

div.profile dd {
	padding-left: 7em;
}
* html div.profile dd {	text-indent: -0.3em;}

p.profile-description {
	padding-left: 10px;
	position: absolute;
	right: 0;
	bottom: 1.5em;
	background: url(../images/common/arrow_black.jpg) left no-repeat;
}
* html p.profile-description { top: 285px;}


/* ==================== information ==================== */
div#information dl {
	height: 100%;
	overflow: auto;
	margin-bottom: 1em;
}

div#information dt {
	clear: left;
	float: left;
	width: 8.5em;
	background: url(../images/common/bg_colon_list.gif) no-repeat right;
}

div#information dd {
	padding-left: 9.5em;
}
* html div#information dd { text-indent: -0.3em;}


/* ==================== links ==================== */
div#links dt {
	clear: left;
	margin-bottom: 0.5em;
	padding: 2px 8px;
	background-color: #eee;
	font-size: 120%;
}

div#links dt a {
	padding-left: 10px;
	background: url(../images/common/arrow_black.gif) left no-repeat;
}

div#links dd {
	margin-bottom: 1.5em;
	height: 100%;
	overflow: auto;
}

div#links dd img {
	float: left;
	margin-right: 1em;
}

/* ==================== sitemap ==================== */
ul.sitemap {
	margin-bottom: 1.5em;
	line-height: 200%;
	font-size: 120%;
}

ul.sitemap li {
	margin-left: 1.5em;
}

ul.sitemap li ul li {
	margin-left: 3.5em;
}


/* ==================== inquiry ==================== */
div#inquiry ul {
	margin-bottom: 1.5em;
	list-style: none;
}

dl.inquiry-form {
	margin-bottom: 1.5em;
}

dl.inquiry-form dt {
	padding-left: 15px;
	background: url(../images/common/square.jpg) left no-repeat;
	font-weight: bold;
}

dl.inquiry-form dd {
	margin-bottom: 1em;
}

dl.inquiry-form dd textarea {
	width: 100%;
}

p.image-captcha {
	 margin-bottom: 0.5em;
}
