/* 全体のレイアウト */
body{
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

/* 看板 */
h1{
	width: 700px;
	height: 100px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url("./img/title.png") no-repeat;
}
h1 span{
	visibility: hidden;
}

/* 目次とテキスト部の調整 */
.basis{
	width: 700px;
	height: 100%;
	margin: auto;
	padding: 0px;
	text-align: left;
}

/* 目次 */
.mokuji{
	width: 60px;
	float: left;
}

.mokuji ul{
	border: solid 1px #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.mokuji li{
	font-size: 12px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* テキスト部 */
.maintxt{
	float: right;
	width: 620px;
/*	margin-left: 70px; */
	margin-bottom: 10px;
	background: #fff;
	padding-left: 10px;
	padding-right: 5px;
}

.caption{
	text-align: center;
	font-size: 21px;
	background-color: #8cf;
	font-weight: bold;
	border: solid 2px #00c;
	margin-bottom: 10px;
}

h2{
	margin: 5px 0px 5px 0px;
	border-left: solid 21px #00f;
	border-bottom: solid 1px #00f;
	padding-left: 5px;
	font-size: 18px;
}

h3{
	margin-top: 5px;
	margin-bottom: 0px;
}

h4{
	margin-top: 0px;
	margin-bottom: 0px;
}

.maintxt li{
	margin-top: 5px;
}

.maintxt dl{
	margin-top: 5px;
}

.maintxt dd{
	margin-bottom: 5px;
}

.maintxt p{
	margin-top: 10px;
}

.topic{
	padding: 10px;
	border: solid 1px #000;
	background: #ffc;
	margin-top: 10px;
	margin-bottom: 10px;
}

.prosody{
	background: #cfc;
}

.segment{
	background: #fcc;
}

.general{
	background: #ccf;
}

.classtitle{
	margin-bottom: 10px;
	padding: 10px 0px;
	background: #acf;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
}

.cls{
	border: solid 1px 000;
	border-collapse: collapse;
	text-align: center;
	margin: 5px 0px;
}

.cls tbody{
	text-align: left;
	border: solid 1px #000000;
}

.cls li{
	margin-top: 0px;
	margin-left: 5px;
}

.cls th{
	border: solid 1px #000000;
}

.cls td{
	border: solid 1px #000000;
}

.cls ul{
	margin-bottom: 0px;
	margin-right: 10px;
}

.clscont li{
	margin-top: 0px;
	margin-left: 5px;
}

.bold{
	font-weight: bolder;
}

.comment{
	background-color: #ccf;
	border: solid 1px #666;
	margin-top: 1em;
}

.comment p{
	margin: 0px;
	text-indent: 10px;
}

table{
	border-collapse: collapse;
	font-size: 14px;
}

thead{
	text-align: center;
	font-weight: bold;
	background-color: #ddeeff;
}


/* リンク */
a{
	text-decoration: none;
}

a:link{
	color: #44f;
	background-color: #fff;
}

a:active{
	color: #44f;
	background-color: #fff;
}

a:visited{
	color: #44f;
	background-color: #fff;
}

a:hover{
	color: #000;
	background-color: #ccf;
}

/* 博論要旨用 */
.diss p{
	text-indent: 15pt;
	line-height: 20pt;
}

.ex{
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	line-height: 20pt;
}

p.seq{
	text-indent: 0pt;
	line-height: 20pt;
}

table.diss{
	border: 1px #000 solid;
}

.diss td{
	padding: 5px;
}

.disshd{
	text-align: center;
	font-weight: bold;
	background-color: #9abcff;
}

/* 博論目次用 */
.disstoc{
	font-weight: bold;
	padding-bottom: 5px;
}

.Lev1{
	font-weight: bold;
	font-size: 18px;
}
.Lev2{
	font-weight: bold;
	font-size: 16px;
	padding-left: 30px;
}
.Lev3{
	font-weight: bold;
	font-size: 14px;
	padding-left: 60px;
}

/* フッター */
.footer{
	text-align: right;
	border-top: 1px #00f solid;
	font-size: 12px;
	clear: both;
	width: 100%
}


