* {
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	scrollbar-base-color: #000;
	scrollbar-face-color: #000;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #936;
	scrollbar-3dlight-color: #666;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #666;
	height:100%;
}

body {
	font-size: 90%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	color: #FFF;
	background: #161616 url("http://www.akunou.com/img/hp/hpbg-28.jpg");
	text-align: center;
}

body > #inbox { height: auto }

h3 {
	filter: glow(color=#8B0000, strength=5);
	text-shadow: 0 0 5px #8B0000;
	position: relative;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 105%;
	width: 100%;
	text-align: center;
}

h4 {
	margin: 0 5px;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 125%;
	text-align: left;
	color: #FFF;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

h6 {
	margin-top: 1em;
	padding: 3px 5px;
	font-size: 90%;
	color: #CCC;
	text-align: left;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

/* images */

img { border: none }

img.pict-left { float: left }

img.pict-right { float: right }

img.thumb-left { float: left }

img.thumb-right { float: right }

pre { display: block; }

em {
	font-style: normal;
	font-weight: normal;
	border-bottom: 3px double #933;
}

strong { font-weight: bold; }

blockquote {
	margin: 10px;
	padding: 5px 7px;
	color: #A891E2;
	border: 2px dashed #A891E2;
	font-size: 90%;
}

blockquote p {
	padding: 0;
	margin: 0;
	font-style: italic;
}

p { font-size: 90%; }

p.source {
	margin: 0 20px 1em;
	padding: 0;
	text-align: right;
}

q {
	color: #669;
	font-style: italic;
}

cite { font-style: normal; }

ul { padding-left: 2em; }

ul.none {
	list-style: none;
	margin: 0.5em 1em;
	padding: 0;
}

ul.none ul {
	list-style: disc;
	margin: 0.5em 2em;
	padding: 0;
}

ol { padding-left: 2em; }

dl dd {
	padding-left: 2em;
	font-size: 90%;
}

del { color:#AAA; text-decoration: line-through; }

ins { text-decoration:none; border-bottom: 1px dashed #933; }

hr {
	clear: both;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	border-style: none;
	border-top: 1px solid #666;
}

table { font-size: 90%; }

table table { font-size: 100% }

ul.none table { margin: 8px 0; }

form td {
	padding: 0 1px;
	white-space: nowrap
}

td.label { text-align: right; }

label { white-space: nowrap }

input, select, textarea {
	padding: 1px;
	color: #FFF;
	font-size: 90%;
	background-color: #333;
	border: 1px solid #7F7F7F;
}

textarea { line-height: 110%; }

p input, select, textarea { font-size: 100%; }

table input, select, textarea { font-size: 100%; }

input.button {
	padding: 0 5px;
	color: #FFF;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #000;
	border: 1px solid #7F7F7F;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: hand;
}


input.checkbox {
	padding: 0;
	background-color: transparent;
	border: none
}

input.radio {
	padding: 0;
	background-color: transparent;
	border: none
}

a:link {
	color: #FBC;
	text-decoration: none;
}

a:visited {
	color: #D67;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	background-color: #FAB;
	text-decoration: none;
}

a:hover {
	color: #FEF;
	text-decoration: underline overline;
	position: relative;
	top: 1px;
	left: 1px;
}

h4 a:link { color: #FFF; }

h4 a:visited { color: #FFF; }

h4 a:active { color: #FFF; }

h4 a:hover { color: #FFF; }

span.small { font-size: 70%; }

span.small-top {
	font-size: 70%;
	vertical-align: top;
}

span.note { color: #DC143C; }

span.note-b {
	color: #DC143C;
	font-weight: bold;
}

.b { font-weight: bold; }

/* box */

#inbox {
	background-color: #000;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-align: left;
	margin: auto;
	padding: 0;
	width: 750px;
	height: 100%;
	min-height:100%;
}

/* title */

div.title {
	background: #666 url("http://www.akunou.com/img/hp/hpbt-11.jpg");
}

div.title-top {
	color: #000;
	font-family: Verdana, Chicago, Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 10px;
	height: 190px;
	text-align: left;
}

div.title-top p {
	margin: 0 0 10px;
	text-align: left;
}

div.title-top p.this {
	margin: 10px 0;
	text-align: left;
}

div.title-top p img { vertical-align: text-bottom }

div.title-top p span.rss { font-size: 12px; }

div.title .description {
	clear: both;
	overflow: auto;
	background: #666;
	text-align: right;
}

div.title .description table {
	float: right;
	background: #666;
}

div.title-top img.pict-right {
	margin: 28px 5px 0;
}

/* navigation */

.navigation {
	float: left;
	clear: both;
	width: 180px;
	padding: 8px;
	background-color: #333;
	color: #FFF;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px 5px 0 0;
	-moz-border-radius-bottomright: 5px 5px 0 0;
}

.navigation form {
	margin: 5px auto;
	text-align: center;
}
.navigation input#webclap { padding: 0 30px }

.navigation p.counter {
	text-align: center;
	margin: 10px auto;
}

/* links */

.navigation dl {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	font-size: 95%;
	border-bottom: 2px dotted #666;
}

.navigation dl dt {
	margin: 0 3px;
	padding: 0;
	font-weight: bold;
	font-size: 90%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}

.navigation dl dd {
	margin: 0 10px;
	padding: 0;
	font-size: 90%;
	font-family: sans-serif;
}

.navigation dl dd#pixiv { text-align: center }

.navigation dl#video dd { text-align: center }

.navigation dl dd dl {
	margin: 2px 0;
	padding: 0;
	border-bottom: none;
}

.navigation dl dd dl dt { margin: 0; }

.navigation dl dd dl dd { margin: 0; }

.navigation dl dd dl dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation dl dd dl dd ul li {
	display: block;
	margin: 0;
	padding: 2px 0 2px 5px;
	font-size: 90%;
	color: #AAA;
	border-bottom: 1px dashed #999;
}

.navigation dl dd dl.links dd ul li {
	font-size: 100%;
	border: none;
}

.navigation dl dd dl dd ul li li {
	padding: 2px 0 2px 5px;
	border-top: 1px dashed #CCC;
	border-bottom: none;
}

.navigation dl dd ul li a { text-decoration: none; }

.navigation div.other {
	margin: 0 auto;
	text-align: center;
}

.navigation div.other table {
	margin: 15px auto;
	text-align: left;
}

.navigation div.other ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation div.other ul li { margin: 10px 0; }

.navigation div.extra {
	font-size: 12px;
	line-height: 130%;
	font-family: sans-serif;
	color: #CCC;
	text-align: center;
}

.navigation div.extra a { text-decoration: none; }

.navigation div.extra p { margin: 5px auto 10px; }

.navigation table { font-size: 9pt; }

.navigation table th { text-align: center; }

.navigation p.copyright {
	word-break: normal;
	word-wrap: normal;
	margin: 10px;
	font-family: "Times New Roman", Times, serif;
}

/* calendar */

.calendars {
	font-family: Georgia, "Times New Roman", Times, serif, Osaka;
	text-align: center;
}

table.calendar {
	width: 160px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border: 2px solid #666;
}

.calendar td.calendar-month {
	font-size: 11px;
	text-align: center;
}

.calendar td.calendar-month a { text-decoration: none; }

.calendar td.weekday {
	font-weight: bold;
	font-size: 10px;
	line-height: 170%;
	font-family: mono-space;
	color: #FFF;
	background-color: #666;
	text-align: center;
}

.calendar td.cell {
	font-size: 10px;
	line-height: 170%;
	color: #999;
	text-align: center;
	background-color: #000;
	border: 1px solid #666;
}

.calendar td.cell a {
	text-decoration: none;
	display: block;
}

.calendar span.today {
	font-weight: bold;
	color: #FFF;
}

.calendar a span.today { color: #FEF; }

.calendar span.sun { color: #DC143C; }

.calendar span.sat { color: #4040FF; }

.calendar span.cell-sun { color: #DC143C; }

.calendar span.cell-sat { color: #4040FF; }

.calendar span.holiday { color: #FF0; }

/* main */

.contents {
	width: 568px;
	float: right;
	clear: right;
	margin: 0;
}

p.page {
	font-size: 75%;
	text-align: center;
}

p.page a { text-decoration: none; }

/* entry */

.entry {
	margin: 10px auto;
	padding: 0 10px;
}

.entry-author {
 	margin: 0 5px;
	padding: 2px 5px;
	font-size: 75%;
	text-align: right;
	background-color: #333;
	color: #AAA;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.entry-author a {
	text-decoration: none;
}

.entry-body {
	margin: 0 5px;
	padding: 5px 15px;
	font-size: 90%;
	line-height: 120%;
	background-color: #333;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.entry-body img { border: 1px solid #999; }

.entry-body p { font-size: 100%; }

.entry-body table { font-size: 100%; }

.entry-body a { text-decoration: underline; }

.entry-more {
	margin: 0 5px;
	padding: 5px 30px 15px;
	font-size: 75%;
	background-color: #333;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.entry-more a { text-decoration: underline; }

.entry-commentform {
	margin: 0 5px;
	padding: 15px 20px 10px;
	background-color: #333;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	text-align: right;
}

.entry-commentform form {
	margin-left: 10px;
	display: inline;
}

.entry-state {
	margin: 0 5px;
	padding: 0 10px 5px 10px;
	font-size: 70%;
	text-align: left;
	background-color: #333;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

.entry-state a { text-decoration: underline; }

/* facebook like button */
.entry-state .fb-like {
	margin: 0 10px 0 5px;
	vertical-align: top
}

.entry-state .entry-state2 {
	padding: 3px 5px 5px 0;
	text-align: right;
	border-top: 1px dashed #999;
}

p.entry-navi {
	margin: 0 10px 10px;
	padding: 0;
	font-size: 75%;
	text-align: center;
}

p.entry-navi a { text-decoration: none; }

/* comment */

.comment { margin: 10px auto; }

.comment h5 {
 	margin: 5px 15px;
	padding: 5px 3px 5px 5px;
	font-weight: normal;
	text-align: left;
	filter: dropshadow(offx=2, offy=2, color=#888888);
	text-shadow: 2px 2px 1px #888888;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
}

.comment form {
	margin: 10px 15px;
	padding: 5px;
	background-color: #666;
}

.comment div#commentsform { font-size: 90%; }

.comment form table { margin: 1px 15px; }

.comment form table tr { text-align: left; }

.comment form label#labelsubmit { display: none; }

/* trackback */

.trackback { margin: 10px auto; }

.trackback h5 {
	margin: 5px 15px;
	padding: 5px 3px 5px 5px;
	font-weight: normal;
	text-align: left;
	filter: dropshadow(offx=2, offy=2, color=#888888);
	text-shadow: 2px 2px 1px #888888;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
}

.trackback p.url {
	margin: 10px 20px;
	text-align: left;
}

span.title { color: #DC143C; }

span.time { color: #AAA; }

/* comment/trackback */

dl.body {
	margin: 10px 15px;
	padding: 5px 10px 0;
	line-height: 120%;
	background-color: #333;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

dl.body dt {
	margin: 3px 0;
	padding: 0 2px 5px 5px;
	font-size: 70%;
	text-align: right;
	border-top: 1px dashed #999;
}

dl.body dd {
	margin: 5px 5px 15px 6px;
	padding: 0;
}

/* profile */

.profile {
	margin: 10px auto;
	padding: 10px;
}

.profile .profile-body {
	margin: 0;
	padding: 0px 5px 5px;
	line-height: 120%;
}

.profile .profile-body ul { font-size: 90%; }

/* information */

.info {
	margin: 10px auto;
	padding: 0 10px;
}

.info div.info-body {
	margin: 0;
	padding: 5px 20px 5px 20px;
	line-height: 120%;
}

/* twitter */

.twWTL { margin: 0 15px }

.twitter-timeline { height: 500px }

#twitter-widget-1 { width: 538px !important }

#twitter-widget-0 { width: 538px !important }

/* adsense */

.top-ad {
	margin: 20px auto;
	text-align: center;
}

.bottom-ad {
	margin: 20px auto;
	text-align: center;
}

/* footer */

.footer {
	clear: both;
	margin: 10px 20px 0;
	padding-bottom:10px;
	text-align: center;
}

.footer a { text-decoration: none; }

.footer .webring {
	margin: 30px auto;
	text-align: center;
	width: 75%;
}

.footer .webring tr { vertical-align: text-top; }

.footer .webring ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 75%;
}

.footer .webring ul li {
	margin: 1px;
	white-space: nowrap;
	text-align: right;
}

.footer p.copyright {
	clear: both;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
}

.footer address {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #999;
	line-height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 90%;
}

.footer p.admin {
	text-align: left;
	font-size: 75%;
	font-family: Verdana, Chicago, Arial, Helvetica, sans-serif;
}

.footer p#link2top {
	text-align: right;
	font-size: 75%;
}

/* 続きを読む */

.continue {
	margin-top: 10px;
	padding-top: 3px;
	font-weight: bold;
	border-top: 1px dashed #666;
}

/* 汎用メニューボックス */

.navigation .linktitle {
	margin: 10px 0 0;
	padding: 2px 3px 0;
	font-weight: bold;
	font-size: 90%;
	font-family: Verdana, Chicago, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
}

.navigation .linktext {
	list-style: none;
	padding: 5px 0 2px 5px;
	font-size: 90%;
	color: #668;
	border-bottom: 1px dashed #999;
}

.guide-table {
	margin: 20px auto;
	padding: 15px;
	background-color: #333;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
}

.transparent-table {
	margin: 20px auto;
	padding: 0px 15px;
	width: 500px;
	text-align: left;
}

.sbbs-body {
	margin: 6px auto 5px;
	padding: 1px;
	color: #FFF;
	font-weight: normal;
	font-size: 90%;
	line-height: 120%;
	height: 100px;
	width: 160px;
	overflow: auto;
}

.sbbs-body p { margin: 1px auto; }

h2.sbbs-title {	display: none; }

.sbbs-thread {
	margin: 3px auto;
	padding: 1px 3px;
	border: 1px dashed #666;
}

p.sbbs-data { margin: 0 0 0.6em; }

span.sbbs-name {
	padding: 0;
	display: block;
	text-align: right;
}

span.sbbs-date {
	padding: 0;
	display: block;
	text-align: right;
}

.sbbs-img {
	margin: 0.6em auto;
	text-align: center;
}

.sbbs-copy {
	font-size: 80%;
	text-align: right;
}

.abc {
	font-weight: normal;
	font-size: 80%;
}