@charset	"utf-8";
html {
	width:		100%;
	height:		100%;
}
html * {
	margin:			0px;
	padding:		0px;
}
body {
	width:			100%;
	height:			100%;
	color:			#666666;
	background-color:	#ffffcc;
	font-size:		90%;
	font-family:		arial,sans-serif;
}
body * {
	font-size:		100%;
}
img { 
	border-style:		none; 
	vertical-align:		bottom; 
}
h1 a {
	color:			#fffacd;
	margin-left:		10px;
	font-size:		110%;
	font-family:		arial,sans-serif;
}
h1 a:link {
	color:		#fffacd;
}
h1 a:visited {
	color:		#fffacd;
}
h2 {
	display:		block;
	width:			600px;
	margin-bottom:		10px;
	text-align:		left;
	color:			#ff6600;
	font-size:		150%;
	font-family:		"MS UI GOTHIC",osaka,sans-serif;
}
hr {
	display:		none;
}
a {
	text-decoration:	none;
	font-size:		85%;
}
a:link {
	color:		#ff6600;
}
a:visited {
	color:		#006400;
}
#header {
	width:			100%;
	padding-top:		5px;
	padding-bottom:		5px;
	color:			#fffacd;
	background-color:	#009900;
	font-family:		arial,sans-serif;
}
#pan {
	margin-top:		5px;
	margin-left:		10px;
	font-size:		80%;
	font-family:		"MS UI GOTHIC",osaka,sans-serif;
}
#main {
	width:			600px;
	margin-top:		30px;
	margin-left:		auto;
	margin-right:		auto;
}
#main #contents {
	width:			600px;
	margin-left:		auto;
	margin-right:		auto;
	border:			solid 1px #666666;
	background-color:	#ffffff;
}
#main #contents ol{
	margin:		0px;
	padding:	0px;
}
#main #contents ol:after {
	content:	 ".";
	display:	block;
	height:		1px;
	margin-bottom:	 -1px;
	overflow:	hidden;
	clear:		both;
}
#main #contents ol li {
	display:	block;
	list-style:	none;
}
#main #contents #content {
	clear:			both;
	margin-top:		10px;
	margin-left:		15px;
	margin-right:		15px;
	margin-bottom:		0px;
	padding-bottom:		10px;
	font-size:		95%;
	font-family:		"MS PGOTHIC",osaka,sans-serif;
}
#main #contents li.RightNavi {
	display:		block;
	width:			11px;
	height:			11px;
	float:			right;
}
#main #contents li.RightNavi a {
	display:		block;
	padding-left:		11px;
	width:			0px;
	height:			11px;
	background-image:	url(icon/arrow.gif);
	background-repeat:	no-repeat;
	overflow:		hidden;
}
#main #contents li.LeftNavi {
	display:		block;
	width:			11px;
	height:			11px;
	float:			left;
}
#main #contents li.LeftNavi a {
	display:		block;
	padding-left:		11px;
	width:			0px;
	height:			11px;
	background-image:	url(icon/arrow2.gif);
	background-repeat:	no-repeat;
	overflow:		hidden;
}
#main #content p{
	padding-bottom:		20px;
	line-height:		140%; 
}
#main #content p .small{
	color:			#ff6666;
	font-size:		82%;
}
#main #content p .big{
	color:			#ff6666;
	font-size:		120%;
	font-weight:	bold;
}
#main #content .diary10 {
	margin-bottom:		20px;
}
#main #content .diary10 dt {
	margin-top:		15px;
	margin-bottom:	5px;
	font-weight:	bold;
	color:			#4682b4;
}
#main #content .diary10 dd {
	line-height:	140%; 
}
#main #content .diary23 {
	font-size:		85%;
	line-height:	130%;
	color:			#4682b4;
}
#main #content .d23 {
	margin-top:		10px;
	margin-bottom:	15px;
}
#main #content .nextC {
	margin-top:		5px;
	font-weight:	bold;
	font-size:		120%;
	text-align:		right;
}
#main #content .backC {
	display:		block;
	margin-top:		5px;
	margin-bottom:	0px;
	font-weight:	bold;
	font-size:		120%;
	text-align:		left;
}
#footer {
	display:		block;
	margin-top:		20px;
	padding-bottom:		20px;
	text-align:		center;
} 
