@charset "utf-8";


.mainText {
	min-height: 400px;
	padding: 0 0 15px;
}

body.regular .mainText {
	padding-left: 20px;
	padding-right: 20px;
}

.topicPath {
	margin: 15px 0;
	line-height: 1.2;
	font-size: 90%;
}

.leadText {
	overflow: hidden;
	margin: 22px 0 35px;
	padding: 20px;
	color: #fff;
	background: url(../images/common/parts_message-bg.png) left top repeat-x #374e78;
}

a.blueButton,
a.blueButton:visited {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	font-size: 11px;
	font-weight: normal;
	background: url(../images/common/parts_btn-bg.png) left top repeat-x #2c3c77;
	border: 1px solid #273675;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

a.blueButton:hover {
	text-decoration: underline;
}

a.blueButton span {
	display: block;
	padding: 2px 10px 2px 20px;
	background: url(../images/common/bullet_03.png) 10px center no-repeat;
}

.leadText p {
	margin: 0;
	padding: 0;
}

.information {
	margin: 0 0 30px;
}

.information .inner {
	padding: 0 0 40px;
}

.information h2,
body.regular #Contents .home .information h2 {
	position: relative;
	padding: 8px 5px 8px 50px;
	color: #fff;
	font-size: 110%;
	line-height: 1.2;
	vertical-align: middle;
	background: url(../images/common/bullet_02.png) 30px 9px no-repeat #3c517e;
}

*:first-child+html .information h2,
*:first-child+html body.regular #Contents .home .information h2 {
	padding-top: 6px;
	padding-bottom: 8px;
}

.information h2 a.blueButton,
body.regular #Contents .home .information h2 a.blueButton {
	position: absolute;
	right: 7px;
	top: 7px;
}

table.headline {
	width: 100%;
	margin: 0;
}

table.headline th {
	width: 11em;
	padding: 12px 0;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	border-bottom: 1px solid #b6bdc1;
}

table.headline td {
	padding: 12px 0 12px 5px;
	vertical-align: top;
	border-bottom: 1px solid #b6bdc1;
}

table.headline td.image {
	width: 100px;
	text-align: center;
	vertical-align: top;
}

table.headline td .PostSummary p {
	margin: 3px 0 0;
}

table.headline img {
	vertical-align: top;
}

table.headline td .new {
	margin: 0 0 0 5px;
	padding: 0 3px;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	background-color: #c00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

body.regular #Contents h1 {
	margin: 0 0 30px;
	padding: 8px 5px 8px 40px;
	color: #fff;
	font-size: 120%;
	line-height: 1.2;
	vertical-align: middle;
	background: url(../images/common/bullet_02.png) 20px 9px no-repeat #3c517e;
}

*:first-child+html #Contents h1 {
	padding-top: 6px;
	padding-bottom: 8px;
}

body.regular #Contents h2 {
	margin: 30px 0 15px;
	padding: 0 0 0 20px;
	font-size: 120%;
	line-height: 1.2;
	color: #3c517e;
	background: url(../images/common/bullet_04.png) left 1px no-repeat;
}

body.regular #Contents h3 {
	margin: 20px 0 15px;
	font-size: 110%;
	color: #3c517e;
	border-bottom: 1px dotted #3c517e;
}

table.dataTable {
	margin: 15px 0;
	border-collapse: collapse;
	border: 1px solid #999;
}

table.dataTable th {
	padding: 3px;
	background-color: #E1F1FE;
	border: 1px solid #999;
}

table.dataTable thead th {
	border-bottom: 3px double #999;
}

table.dataTable td {
	padding: 3px;
	border: 1px solid #999;
}

table.members {
	font-size: 90%;
}

table.members tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.furigana {
	display: block;
	font-size: 80%;
}

.position {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
}

.kanji {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
}

table.curriculumTable {
	margin: 15px 0;
	font-size: 90%;
	border-collapse: collapse;
	border: 1px solid #999;
}

table.curriculumTable th {
	padding: 3px;
	background-color: #E1F1FE;
	border: 1px solid #999;
}

table.curriculumTable thead th {
	text-align: center;
	border-bottom: 3px double #999;
}

table.curriculumTable tbody th {
	font-weight: normal;
	background-color: #f9f9f9;
}

table.curriculumTable td {
	padding: 3px;
	border: 1px solid #999;
}

ul.linkList {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

ul.linkList li {
	margin: 0 0 10px 5px;
	padding: 0 0 0 18px;
	line-height: 1.3;
	background: url(../images/common/bullet_01.png) left 2px no-repeat;
}

ul.linkList li.pdf {
	padding: 0 0 0 20px;
	background: url(../images/common/icon_pdf.png) left 0 no-repeat;
}

ul.linkList li.word {
	padding: 0 0 0 20px;
	background: url(../images/common/icon_doc.png) left 0 no-repeat;
}

ul.linkList li.excel {
	padding: 0 0 0 20px;
	background: url(../images/common/icon_xls.png) left 0 no-repeat;
}

ol.courseFlow {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

ol.courseFlow li {
	margin: 0 0 15px;
}

ol.courseFlow li em.grade {
	display: block;
	width: 11em;
	margin: 0 5px 5px 0;
	padding: 3px 10px;
	text-align: center;
	color: #3c517e;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	background-color: #fff;
	border: 2px solid #3c517e;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 2px 2px 2px #ccc;
}

ul.sitemap {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.2;
}

ul.sitemap li {
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/common/bullet_04.png) left 2px no-repeat;
}

ul.sitemap ul {
	margin: 10px 0 0 25px;
	padding: 0;
	list-style-type: none;
	line-height: 1.2;
}

ul.sitemap ul li {
	margin: 0 0 10px;
	padding-left: 18px;
	font-weight: normal;
	background: url(../images/common/bullet_01.png) left 2px no-repeat;
}

ul.sitemap ul ul {
	margin: 5px 0 15px 30px;
	list-style-type: circle;
}

ul.sitemap ul ul li {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
}

ul.page-nav {
	margin: 25px 0 0;
	padding: 3px;
	list-style-type: none;
	text-align: center;
	font-size: 90%;
	background-color: #f0f0f0;
}

ul.page-nav li {
	display: inline;
	margin: 0 5px;
	line-height: 1.2;
}

ul.page-nav li span {
	color: #777;
}





.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
