@charset "UTF-8";
/* CSS Document */
/* formatting style
-------------------------------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
	float: none;
}
/*link styles
-------------------------------------------------------------------------*/
a img {
	padding: 2px;
	border-style: none;
	background-image: none;
}
a img:hover                           {
	border: 1px solid #666666;
	padding: 1px;
}
a:link  {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
#index #main {
	background-attachment: fixed;
	background-image: url(image/illust/2012/2012nenga.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 800px;
	color: #CCCCCC;
	margin: 0px;
}
#index    #main  img:hover    {
	border-style: none;
}
#index  #main  img:active  {
	border-style: none;
	position: static;
}
/* basic layout
-------------------------------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image: none;
	width: 952px;
	height: auto;
}
#main {
	padding: 50px;
	clear: both;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
	float: none;
	padding: 5px 30px 15px;
}
#home #header {
	background-image: url(image/illust/hedhome.gif);
}
#profile    #header {
	background-image: url(image/illust/hedprofile.gif);
	background-repeat: repeat;
}
#illust #header {
	background-image: url(image/illust/hedillust.gif);
}
#work #header {
	background-image: url(image/illust/hedwork.gif);
}
/* head styles
-------------------------------------------------------------------------*/
#header {
	background-image: none;
	height: 90px;
	border-top: 4px solid #CCCCCC;
	position: relative;
	background-color: #CCFFFF;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 10px;
}
#header ul {
	position: relative;
	left: 0px;
	background-color: #FFFFFF;
	top: 73px;
	float: left;
	border-bottom: 1px dashed #CCCCCC;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 1.5em;
	color: #CCFFFF;
	text-decoration: none;
	height: 1.6em;
	background-color: #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px double #333333;
	border-left: 1px none #CCCCCC;
	text-align: center;
	display: block;
	width: 237px;
	border-right: 1px solid #333333;
}
#header ul li a:hover {
	background-color: #CCCCCC;
	color: #006699;
}
#header ul li #nHome a {
	border-left-style: none;
}
#home     #header     #nHome     a ,
#profile   #header     #nProfile     a ,
#illust     #header     #nIllust     a ,
#work     #header     #nWork     a {
	background-color: #FFFFFF;
	border-bottom-style: none;
	color: #333333;
}
#workComic   #main   #nComic   a, #workAnime   #main   #nAnime   a, #workIllust  #main   #nIllust   a, #workOther   #main   #nOther   a{
	color: #333333;
}
#main  h2  {
	width: 30em;
	margin-bottom: 5px;
	clear: both;
}
#main h3 {
	margin-left: 1em;
}
#main p {
	margin-left: 5em;
}
#main         ul    {
	text-decoration: none;
	list-style: none;
	color: #CCCCCC;
	font-weight: bold;
	height: 2em;
	padding-left: 5px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#main ul li {
	float: left;
	color: #333333;
	margin-right: 3em;
}
#main ul li a {
	color: #999999;
}
#main ul li a:hover {
	color: #006699;
	text-decoration: none;
}
#main               img                   {
	float: left;
	margin-bottom: 1px;
	margin-left: 5px;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
}
#main    img:hover    {
	border: 1px solid #000033;
}
#main   img:active {
	position: relative;
	left: 1px;
	top: 1px;
	border: 1px dashed #666666;
}
#main     dt    {
	clear: both;
	font-weight: bold;
	padding-left: 1em;
}
#main          dd         {
	margin-left: 2em;
}
#main  #diary  {
	height: auto;
	float: left;
	margin-top: 50px;
	padding: 20px 20px 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	border: 1px dashed #CCCCCC;
	width: 30em;
}
#main  #diary h3 {
	margin-left: 5px;
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666666;
}
#main #diary  dt             {
	text-align: right;
	float: left;
	width: 2em;
	font-weight: bold;
	color: #999999;
}
#main     #diary dd    {
	width: 24em;
	margin-bottom: 1em;
	margin-left: 4em;
}
#main  #news   {
	float: right;
	width: 25em;
	padding: 20px;
	border: 1px dotted #999999;
	margin-top: 50px;
	margin-left: 50px;
}
#main     #news p   {
	margin-left: 5px;
	width: 250px;
}
#main #profile dt {
	margin-left: 7em;
	width: 10em;
	font-weight: bold;
	float: left;
	border-width: 1px;
	border-style: dotted;
	text-align: center;
	margin-bottom: 1px;
}
#main  #profile  dd  {
	border-width: 1px;
	border-style: dotted;
	width: 25em;
	margin-left: 18em;
	margin-bottom: 1px;
	padding-left: 2em;
	padding-right: 1em;
}
#main          #banner      dt    img    {
	float: left;
	border-style: dotted;
	border-width: 1px;
	margin-left: 6em;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0px;
}
#main #banner dt img:hover {
	border: 1px dotted #CCCCCC;
}
#main #banner dt img:active {
	border: 1px dotted #CCCCCC;
	position: static;
}
#main #banner dd {
	margin-left: 8em;
}
#main  #memohowto  {
	float: left;
	width: 180px;
	height: 400px;
	border-style: none;
}
#main   #memohowto   h2  {
	padding-left: 1em;
}
#main #memohowto dt {
}
#main  #memohowto  dt  img:hover  {
	border-style: none;
}
#main  #memohowto   dt img:active {
	border-style: none;
	position: static;
}
#main #memohowto dd {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	clear: both;
	width: 160px;
}
#main #work {
}
#main #work h2 {
	width: auto;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	padding-top: 8px;
	margin-top: 8px;
	clear: both;
}
#main #work dl {
	float: left;
	width: 200px;
	padding-bottom: 40px;
}
#main     #work dt   {
	font-size: x-small;
	color: #999999;
	margin-left: 1em;
}
#main #work dt img {
}
#main     #work dd   {
	width: 160px;
	margin-left: 2em;
}
#main #illustgallery {
}
#main     #illustgallery  dl     {
	width: 100px;
	height: 100px;
	float: left;
}
#main       #illustgallery       dt    img     {
	padding-left: 17px;
}
#main   #illustgallery   dd   {
	clear: both;
	font-size: x-small;
	width: 80px;
	text-align: center;
}
#main    #work OBJECT {
	margin-left: 2px;
	clear: both;
}
/* footer styles
-------------------------------------------------------------------------*/
#footer  ul  li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
	color: #CCCCCC;
}
#footer p {
	float: right;
	margin: 0px;
	color: #999999;
}
#footer address {
	color: #666666;
}
#home #wrapper #main #news iframe {
	float: left;
	clear: none;
}

