* {
	font-family:'‚l‚r ‚oƒSƒVƒbƒN','Osaka',sans-serif;
	background-color: transparent;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: black;
	background-color: white;
	background-image: url(back.png);
	background-repeat: repeat-y;
}

a[href] {
	font-weight: bold;
	color: blue;
}

a[href]:visited {
	color: purple;
}

a[href]:hover {
	background-color: mistyrose;
	text-decoration: underline;
}

a[href]:active {
	color: purple;
	background-color: pink;
}

address {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	padding: 8px;
}

blockquote {
	background-color: #e0e0e0;
}

dl {
	margin: 8px 8px 24px 12px;
}

dt {
	line-height: 140%;
	font-weight: bold;
	color: white;
	background-color: #666666;
	margin: 12px 30px 8px 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

dd {
	line-height: 140%;
	background-color: #EEEEEE;
	margin: 4px 30px 4px 60px;
	padding: 4px;
}

h1 {
	font-size: 40px;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	padding: 4px;
}

h2 {
	font-size: 140%;
	color: white;
	background-color: teal;
	margin-top: 16px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 12px;
}

h2 a {
	color: white;
}

h3 {
	font-size: 100%;
	color: white;
	background-color: #000099;
	margin-top: 16px;
	margin-right: 16px;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 2px;
}

h4 { color: #990000; margin: 8px 8px 8px 12px; }

p {
	line-height: 160%;
	text-align: justify;
	text-justify: distribute;
	margin-top: 4px;
	margin-bottom: 16px;
	margin-left: 12px;
}

pre {
	font-size: 100%;
	line-height: 160%;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 16px;
	margin-left: 12px;
}

strong {
	font-weight: bold;
	color: red;
}

table {
	margin-left: 12px;
}

td {
	background-color: #EEEEEE;
	padding: 2px;
}

td.present {
	background-color: #EEEEEE;
	padding: 2px;
}

td.proposal {
	background-color: #AACCCC;
	padding: 2px;
}

td.right {
	background-color: #EEEEEE;
	text-align: right;
	padding: 2px;
}

th.present {
	color: white;
	background-color: black;
	padding: 2px;
}

th.proposal {
	color: white;
	background-color: teal;
	padding: 2px;
}

.center {
	text-align: center;
}

.fright {
	float: right;
}

.right{
	text-align: right;
}

.u {
	color: inherit;
	text-decoration: underline;
}

div > *:first-child {
	margin-top: 0;
}

/* content area --------------------------------------------------- */

div#content {
	padding-bottom: 8px;
	width: 34em;
	position: absolute;
	top: 0px;
	left: 158px;
}

div#navi {
	font-size: 14px;
	line-height: 18px;
	background-color: white;
}

span#navi_left {
	background-color: white;
	float: left;
}

span#navi_right {
	background-color: white;
	float: right;
}

div#content hr {
	margin: 1ex;
	border-width: 2px 0px 0px;
	border-color: black;
	border-style: solid;
	height: 2px;
	display: block;
}

div#content li {
	line-height: 150%;
	margin: 0.5em;
	list-style-type: disc;
	list-style-position: outside;
}

div#content ol {
	margin: 1em;
}

div#content ol li {
	margin-left: 1em;
	list-style-type: decimal;
}

div#content ul {
	margin: 1em 1em 1em 2em;
}

div#content ul li {
	list-style-type: disc;
}

div#content ul li li {
	list-style-type: circle;
}

div#content ul li ol {
	margin-left: 1em;
	list-style-type: decimal;
}

div#content ul li ol li {
	list-style-type: decimal;
}

div#content ul.top_recent {
	margin: 0em 0em 0em 0.5em;
}

div#content ul.top_recent li {
	line-height: 100%;
}

#catch {
	font-weight: bold;
	font-size: 14px;
	background-color: #AACCCC;
	text-align: right;
	margin: 0px;
	padding: 7px 0px 2px;
	border-bottom-width: 2px;
	border-color: gray;
	border-style: solid;
}

td.year {
	background-color: #666666;
	font-weight: bold;
	color: white;
	padding: 4px;
}

td.time {
	background-color: #CCCCCC;
	padding: 4px;
}

td.profile {
	background-color: #EEEEEE;
	padding: 4px;
	border-right-color: 2px;
	border-bottom-color: 2px;
	border-left-color: 2px;
}

/* sidemenu area -------------------------------------------------- */

div#sidemenu {
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: teal;
	width: 157px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#sidemenu a {
	text-decoration: none;
}

div#sidemenu a:link {
	color: aqua;
}

div#sidemenu a:visited {
	color: yellow;
}

div#sidemenu a:hover {
	background-color: #990099 ;
	text-decoration: underline;
}

div#sidemenu a:active {
	color: lime;
}

div#sidemenu h2 {
	font-weight: bold;
	font-size: 14px;
	color: black;
	background-color: white;
	margin-top: 20px;
	margin-right: 2px;
	margin-left: 3px;
	padding-left: 14px;
}

div#sidemenu h3 {
	font-size: 16px;
	color: white;
	margin-left: 12px;
}

div#sidemenu hr {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
	border-width: 2px 0px 0px;
	border-color: white;
	border-style: solid;
	height: 2px;
	display: block;
}

div#sidemenu p {
	font-weight: bold;
	line-height: 18px;
	color: white;
	margin-left: 10px;
}

div#sidemenu ul {
	margin-top: 0px;
	padding-left: 16px;
	list-style-type: none;
}

div#sidemenu li {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	list-style-type: square;
}

div#sidemenu small {
	font-size: 12px;
}

div#sidemenu span.u {
	font-weight: bold;
	text-decoration: underline;
}

div#counter {
	margin-right: 12px;
	float: right;
}

/* like-box on the right ----------------------------------------- */

div#like-box-right {
	position: absolute;
	top: 0px;
	left: 710px;
}



/* for printer --------------------------------------------------- */
@media print {
/* --------------------------------------------------------------- */

body {
	color: black;
	background-color: white;
	background-image: url(back_print.png);
	background-repeat: repeat-y;
}

#navi, #sidemenu {
	display: none;
}

div#content {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	left: 0px;
}

/* --------------------------------------------------------------- */
}
/* --------------------------------------------------------------- */
