@charset "EUC-JP";
*{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
a:link, a:visited{
	color: #D23402;
}
div.entry-header a:link, div.entry-header a:visited, div.entry-footer a:link, div.entry-footer a:visited{
	color: #FFDDAA;
}
a:active{
	color: #FF4444;
}
img{
	border: 0px;
	margin: 0px 1em 1em 1em;
}
#page-footer{
	clear: both;
	text-align: right;
	font-size: 80%;
	color: #DC9431;
	margin: -18px -9px;
	padding: 30px 18px;
}

body{
	background-color: rgb(251,240,218);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	text-align: center;
	font-family: '¥á¥¤¥ê¥ª', verdana, sans-serif;
	line-height: 100%;
	color: #DC9431;
}

#titlefla{
	text-align: center;
	margin: auto;
	width: 800px;
	height: 240px;
	behavior: expression(IEPNGFIX.fix(this));
}
#works{
	text-align: right;
	font-size: 200%;
	font-weight: bold;
	height: 1em;
	margin-top: 20px;
	line-height: 100%;
	letter-spacing: 4px;
}

#wrapper{
	text-align: left;
	margin: auto;
	width: 800px;
}
#wrapper2{
	width: 600px;
	margin-left: 200px;
}
#main{
	float: right;
	width: 600px;
}
#main div.paragraph, #main div.paragraph-child{
	clear: both;
	font-size: 90%;
	margin: 4px 8px 4px 2em;
}
#main div.paragraph-child{
	margin-left: 3em;
	margin-right: 16px;
}

#main h2{
	font-size: 100%;
	font-weight: bold;
	color: #EE8855;
	margin: 4px 8px 8px 1em;
	clear: both;
	border-left: 16px solid #FF9966;
	border-bottom: 1px solid #FFCC99;
	padding: 6px;
}
#main h3{
	font-size: 95%;
	font-weight: bold;
	color: #EE8855;
	margin: 4px 8px 4px 2em;
	border-bottom: 3px double #FFCC99;
	padding: 2px 6px;
	clear: both;
}
#main a:hover{
	text-decoration: underline;
}
#main ul{
	color: #905B28;
	margin: 1em;
}
#main dl{
	color: #905B28;
	margin: 1em;
}
#main dt{
	font-weight: bold;
}
#main dd{
	margin-left: 1em;
}

#main p{
	margin: 12px 0px;
	clear: both;
	color: #703B08;
}
#main em{
	font-weight: bold;
	font-style: normal;
}
#main strong{
	font-weight: bold;
	font-size: 110%;
}
blockquote{
	font-family: monospace;
	font-size: 90%;
	margin: 0.5em;
	border: 1px solid #CC9966;
	background-color: #E6CC9F;
	padding: 0em 1em;
}
blockquote p{
	line-height: 120%;
	margin-bottom: 0.5em;
}
blockquote pre{
	line-height: 120%;
	margin: 0.5em 0em;
}
blockquote pre em{
	font-style: normal;
}
div.code{
	border: 1px solid #804000;
	padding: 4px;
	margin: 0px 24px;
}
table{
	color: #905B28;
	font-size: 100%;
}

#side{
	position: relative;
	background-color: rgb(230, 204, 159);
	float: left; 
	width: 200px;
	font-weight: normal;
	font-size: 90%;
	margin-left: -200px;
	word-break: break-all;
	color: #CC6633;
}

h1{
	visibility: hidden;
}
#side h2{
	font-size: 110%;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
}
#side h3{
	font-size: 90%;
	margin-left: 1em;
	line-height: 200%;
	text-transform: uppercase;
	color: #DD6644;
}
div.module{
	margin: 24px 0px;
}
div.module ul{
	list-style: none;
	border-top: 2px dashed #CC6633;
	width: 200px;
}
div.module ul a{
	padding: 8px 0px 4px 22px;
	display: block;
	width: 200px;
	font-size: 80%;
}
div.module ul a:hover{
	text-decoration: underline;
}
div.module li{
	width: 200px;
}
div.module li.child{
	width: 170px;
	margin-left: 10px;
}
div.module li.child a{
	width: 170px;
	padding-top: 4px;
	padding-bottom: 2px;
}

