@charset "Shift_JIS";
*	{
	margin: 0;
	padding: 0;
	}

body {
	background: #ffffe0;
	text-align: center;
	padding: 20px 0;
	font-family: "ƒqƒ‰ƒMƒmŠp Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	}

#wrapper{
	float:center;
	width:760px;
	margin: 1px auto 1px;
	border: solid silver 1px;}

.clear{clear:both;}
#content {
	width: 920px;
	text-align: left;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 10px 0;
	}
	

h1	{
	font-size: 168%;
	font-weight: bold;	
	color:blue;
	white-space: pre;
	}

h2	{
	font-size: 150%;
	font-weight: bold;	
	white-space: pre;
	}

h3	{
	font-size: 134%;
	font-weight: bold;
	white-space: pre;
	}
	
h4	{
	font-size: 117%;
	font-weight: bold;
	white-space: pre;
	}
	
p	{
	font-size: 100%; 
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:1.5;
	}
	
.right {
	text-align: right;
	}
	
ul	{
	padding: 0 0 0 20px;
	list-style:none;
	}
	
.level {
	padding: 0 0 0 50px;
	list-style-type: disc;
	}
	
a 	{font-weight:bold; font-size:11pt;}
a:link	{color: #008080;}
a:visited {color: purple;}
a:hover	{color: red; background-color: #ffffcc;}
a:active{color: yellow;	background-color: green;}
