@charset "utf-8";
.chara {
	margin: 20px 130px;
	position: relative;
}
.text01 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 150%;
}
.c-info {
	border: 1px solid #F5B142;
}

.speech {
	position: absolute;
	bottom: 60px;
	line-height: 200%;
	right: 10px;
	text-align: right;
}

.c-body {
}
.c-info> div {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}
.introtext {
	border: 2px solid #FFFFFF;
	padding: 1em;
	border-radius: 12px;
}



.c-name {
	font-size: 20pt;
	background-color: #F5B142;
	padding: 20px 10px 10px;
	color: #000000;
}
#cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
table {
	margin-left: auto;
	margin-right: auto;
	background-color: #F7C26D;
	color: #000000;
}

h2 {
	border-top: 1px solid #F5B142;
	border-left: 0.5em solid #F5B142;
	padding: 4px;
	border-bottom: 1px solid #F5B142;
	border-right: 1px solid #F5B142;
}

#top {
	position: relative;
	background-color: #FFFFFF;
	padding: 10px;
}
#top> div {
	display: table-cell;
	vertical-align: middle;
}


nav#menu {
	color: #FFFFFF;
	text-align: left;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#menu ul  {
	padding: 0px;
}

#menu ul li {
	list-style: none;
	margin-bottom: 6px;
	text-align: center;
}

nav#top_button {
	position: fixed;
	right: 8px;
	bottom: 8px;
	background-color: #FFFFFF;
	padding: 8px;
	border-radius: 8pt;
	line-height: 100%;
}
#chara {
}
.indent01 {
	margin: 1em;
}
table tr td {
	padding: 4px;
}
table tr td:first-child {
	text-align: right;
	background-color: #FFA30E;
	font-weight: bold;
}
#cg {
}
table#cg {
	background-color: #FFA30E;
}
footer {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 40px;
}