@charset "Shift_JIS";
*{
	background:transparent;
	font:normal normal normal 100%/1.6 CI,Osaka,sans-serif;
	color:#555;
	margin:0;
	padding:0;
	text-decoration:none;
}
a{
	color:#28a;
	text-decoration:underline;
}
a:visited{
	color:#955;
}
a:hover{
	background:#ffe2b1;
}
img{
	border:0;
}
body{
	background:#f7ffe8 url("bg.png") repeat-y 100% 0;
	font-size:83%;
	margin-right:200px;
}
h1{
	font-size:150%;
	font-weight:bold;
	margin:10px 50px 20px 20px;
}
h2{
	font-weight:bold;
	margin:0 50px 0 20px;
	border-bottom:1px dotted #aaa;
}
h2:first-letter{
	font-size:18pt;
	color:#ccb080;
	margin-left:20px;
}
h3{
	font-weight:bold;
	margin:0 50px 0 30px;
}
h2+h3{
	margin-top:20px;
}
p,dd{
	text-indent:1em;
}
dt{
	font-weight:bold;
}
dd{
	margin:0 0 20px 5px;
	padding:0 10px;
	border-left:3px solid #ccb080;
}
li{
	margin-left:1em;
}
ul li{
	list-style:disc none inside;
}
ol li{
	list-style:decimal none inside;
}
strong{
	font-weight:bold;
}
q:before{
	content:'g';
}
q:after{
	content:'h';
}
cite,blockquote *{
	color:#888;
}
cite{
	cursor:help;
}
blockquote{
	background:#f7ffe8 url("blockquote.png") no-repeat 97% 93%;
	margin:1em;
	padding:10px;
	border:2px solid #ffe2b1;
}
address,#topic_path{
	background:#f7ffe8 url("footer.png") repeat-x 0 100%;
	padding:20px 50px 20px 30px;
}
address{
	text-align:right;
}
#menu{
	display:none;
}
#menu+ul{
	position:absolute;
	top:10px;
	right:28px;
}
#menu+ul a{
	display:block;
	width:130px;
	background:transparent url("menu.png");
	margin-top:10px;
	padding:3px 10px 1px 20px;
	border-left:10px solid #ccb080;
}
#menu+ul a:hover,#menu+ul #here a{
	background:#ffe2b1;
}
#menu+ul #here a{
	padding:9px 30px 7px 20px;
	text-decoration:underline;
}
#menu+ul li,#topic_path li,.navi li{
	list-style-type:none;
	margin:0;
}
#topic_path li{
	display:inline;
}
.section{
	padding:20px 50px 40px 30px;
}
/* index -------------------------------------- */
.introduction{
	margin:1em 0;
}
.introduction img{
	border:3px solid #28a;
}
.introduction img:hover{
	border-color:#ffe2b1;
}
span .green{color:#EBFF3C}
span .orange{color:#FFCE1E}
