body{
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(/images/3-5.png);
	background-repeat: repeat-y;
	color: black;
	line-height: 1.3em;
	font-size: medium;
}

#main{
	margin-left: 40px;
	margin-right: 1em;
}

.powered{
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	color: white;
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-image: url(http://jtcy.obzaiya.com/images/titlebar.png);
	background-color: rgb(66, 44, 115);
}

.powered img{
	border: none;
	margin: 0px;
	padding: 0px;
}

h1{
	vertical-align: 100%;
	font-size: 2em;
	padding: 0.2em 0.2em 0.2em 60px;
	height: 55px;
	background-image: url(/images/5-5.png);
	background-repeat: no-repeat;
	background-position: center left;
	border-style: solid;
	border-width: 0 0 0.2em 0;
	border-color: blue;
}

h2{
	margin-bottom: 0.1em;
	font-size: large;
	padding: 0.2em 0.2em 0.2em 40px;
	min-height: 35px;
	background-image: url(/images/3-3.png);
	background-repeat: no-repeat;
	background-position: center left;
	border-style: solid;
	border-width: 0 0 medium 0;
	border-color: blue;
}
.ans{
	background-color: white;
	color: white;
}

.ans:hover{
	color: black;
}

.diary{
	border-color: blue;
	border-width: medium;
	border-style: ridge;
	margin: 1em 0;
}

.diary .date{
	margin: 0px;
	padding: 0.2em 2em;
	background-color: rgb(63, 160, 255);
}

.diary .date a{
	color: rgb(255, 241, 170);
	font-size: larger;
}

.diary h3{
	margin: 0px;
	padding: 0.2em 0;
}

.diary h4{
	background-image: url(/images/2-2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 20px;
	border-width: 0 0 medium 0;
	border-style: solid;
	border-color: rgb(63, 160, 255);
}

.diary h4 a, dt a{
	text-decoration: none;
}

.diary h4 a:after{
	font-size: x-small;
	font-weight: normal;
	color: black;
	content: " [" attr(href) "]";
}

.diary .body{
	padding: 0.5em 2em;
}

dl{
	padding: 1em;
	border-color: black;
	border-width: medium 0;
	border-style: double;
}

dt{
	font-weight: bold;
	background-image: url(/images/1-1.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 0.5em;
}

.quiz{
	padding:0.5em 1em;
	background-color: rgb(160, 230, 255);
	border-width: medium medium medium 1em;
	border-style: solid;
	border-color: rgb(63, 115, 255);

}

.diary p{
	padding-left: 1em;
	text-indent: 1em;
}

.diary p.conversation{
	text-indent: 0em !important;
	line-height: 1.3em;
}

td, table{
	border-width: thin;
	border-style: solid;
	border-color: rgb(63, 115, 255);
}

td.num{
	vertical-align: top;
	text-align: right;
}

.name{
	margin: 0 0 1em 2em;
	border-width: 0 0 thin 1em;
	border-style: solid;
	border-color: rgb(63, 115, 255);
}

.article{
	margin: 0 2em 0 3em;
}

.ip{
	text-align: right;
}

.ip:before, .ip:after{
	color: navy;
	content: "***";
}

ul.contents{
	font-weight: bold;
	background-color: rgb(185, 231, 255);
	border-style: solid;
	border-width: 0 thick;
	border-color: rgb(119, 0, 255);
	padding: 1em;
	margin-right: 5em;
}

ul.contents a{
	color: blue;
	font-size: large;
	text-decoration: none;
}

ul.contents a:visited{
	color: navy;
}

address{
	text-align: right;
	padding-right: 0.5em;
	border-width: 0 1em medium 0;
	border-color: navy;
	border-style: solid;
	margin-bottom: 0.3em;
}

p.nav{
	border-width: medium;
	border-style: dashed;
	border-color: black;
	padding-left: 1em;
	background-color: rgb(249, 255, 194);
}

hr{
	display: none;
}

a:link{
	text-decoration: underline;
}

span.modified{
	margin-left: 1em;
	font-weight: normal;
	font-size: small;
	letter-spacing: 0.2em;
}

a img{
	border: none;
}

blockquote{
	font-size: 90%;
	padding: 0.5em 1em;
	border-style: solid;
	border-width: 0 0 0 2em;
	border-color: rgb(160, 230, 255);
	background-color: rgb(240, 255, 255);
}

#counter{
	text-align: right;
	padding: 0.2em;
	background-color: rgb(160, 230, 255);
}

.note{
	margin:0.5em 1em;
	background-color: rgb(160, 230, 255);
	font-size: smaller;
}
