@charset "UTF-8";

BODY {
	color:black;
	background-color:white;
	width:800px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width:800px){
	BODY {
		width:auto;
	}
}


h1 {
	color:black;
	background-color:white;
}

h2 {
	color:black;
	background-color:white;
	font-size:90%;
	border-left:5px solid #cccccc;
	padding-left:8px;
	margin-top:4ex;
}

h3 {
	color:#0000bb;
	background-color:white;
	font-size:120%;
}

A {
	background-color:white;
}	

A:link { 
	text-decoration: none;
	color:#0000bb;
}
A:visited { 
	text-decoration: none;
	color:#0000bb;
}
A:hover { 
	text-decoration: underline;
	color:#dc143c;
}



.abstract {
	line-height:150%;
}

OL {
	line-height:130%;
}

LI {
	margin-top:1.5ex;
}

hr {
	height:1px;
}

.title {
	font-weight: normal;
}

img {
	max-width: 95vw;
	border: 0;
}
