html { height: 100%; }

body {
	width: 100%;
	height: 100%;
	padding: 0 auto;
	font-size: 12px;
	position: relative;
}

table {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 0;
}

/*** header ***/

thead {
	background: url(../img/title.png) no-repeat top left;
	text-align: right;
}

thead td { height: 100px; }

/*** menu ***/

tbody #menu {
	width: 240px;
	height: 30px;
	background: url(../img/left_menu.png) no-repeat top left;
	border-bottom: 1px solid #404040;
}

tbody th { width: 190px; }

tbody th.on {
	color: #000000;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #404040;
}

tbody th.off {
	color: #c0c0c0;
	border: 1px solid #404040;
}

tbody th.off a:link { color: #c0c0c0; text-decoration: none; }
tbody th.off a:visited { color: #c0c0c0; text-decoration: none; }
tbody th.off a:hover { color: #000000; text-decoration: none; }
tbody th.off a:active { text-decoration: underline; }

/*** left ***/

tbody td.left { position: relative; }

tbody td.left div.t_icon {
	float: right;
	width: 65px;
	height: 65px;
	border-radius: 32px;
	margin-right: 25px;
}

tbody td.left div.t_mosappu { background: url(https://pbs.twimg.com/profile_images/2479726323/twitter_200x200.jpg) no-repeat top left / 65px; }

tbody td.left div.t_slonev { background: url(https://pbs.twimg.com/profile_images/1082690615459033089/fO_iISW0_400x400.jpg) no-repeat top left / 65px; }

tbody td.left div.name {
	height: 50px;
	width: 250px;
	position: relative;
	top: 0;
}

tbody td.left div.n_mosappu { background: url(../img/left_m.png) no-repeat top left; }

tbody td.left div.n_slonev { background: url(../img/left_s.png) no-repeat top left; }

tbody td.left div.pixiv {
	position: relative;
	top: 0;
}

tbody td.left div.twitter {
	height: 240px;
	width: 240px;
	position: relative;
	top: 0;
}

tbody td.border {
	height: 20px;
	padding: 0 2em;
}

tbody td.border hr {
	height: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px dashed #c0c0c0;
}

/*** information ***/

tbody td.information { height: auto; }

tbody td.information div {
	max-width: 760px;
	max-height: 700px;
	overflow-y: scroll;
}

tbody td.information div article {
	width: 700px;
	margin: 2em auto;
	padding: 0.5em;
	border: 1px solid #404040;
}

tbody td.information div article h1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 1px dotted #404040;
}

tbody td.information div article h1 time { padding: 0 2em 0 0.5em; }

tbody td.information div article p { padding: 0.5em 1em; }

tbody td.information div article img { width: 200px; height: auto; }

tbody td.information div article address {
	color: #404040;
	font-size: x-small;
	text-align: right;
}

/*** about ***/

tbody td.about {
	height: auto;
	overflow: hidden;
}

tbody td.about table {
	width: auto;
	height: auto;
	border-collapse: collapse;
	border: 0;
}

tbody td.about table th {
	padding: 0.3em 0;
	text-align: right;
	border-bottom: 1px dotted #808080;
}

tbody td.about table td {
	text-align: left;
	text-indent: 1em;
	border-bottom: 1px dotted #808080;
}

tbody td.about table td.arrow {
	padding: 0 1em;
	text-indent: 0;
	border-bottom: 0;
}

/*** dojin ***/

tbody td.dojin { height: auto; }

tbody td.dojin div {
	max-width: 760px;
	max-height: 700px;
	overflow-y: scroll;
}

tbody td.dojin div article {
	width: 550px;
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid #404040;
}

tbody td.dojin div article h1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	border-bottom: 1px dotted #404040;
}

tbody td.dojin div article span { font-weight: bold; }

/*** illust ***/

tbody td.illust {
	height: auto;
	max-width: 760px;
	overflow-x: scroll;
}

tbody td.illust ul li { display:table-cell; }

/*** footer ***/

tfoot td {
	height: auto;
	padding-bottom: 1em;
	vertical-align: bottom;
}