/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}
a:focus {
	outline:none;
}
img {
	vertical-align:top;
}

ins {
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
}

mark {
	background-color:#ffffff;
	color:#000000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

.clear {
   clear: both;
}
.clearfix:after {
   content:url(../img/blank.gif);
   display:block;
   clear:both;
   height:0;  
}

.clearfix {
   display: inline-block;
}  
/* Hides from IE-mac \*/  
* html .clearfix {
   height: 1%;
}  
.clearfix {
   display: block;
}  
/* End hide from IE-mac */ 


/*----------------------------------------------------------------------*/


body{
	background-color:#f5f5f5;
	font-size:0.65em;
	height:100%;
}

#container{
	width:960px;
	margin:0 auto;
}


#nav{
	width:940px;
	height:50px;
	margin:0 20px 0 0;
	padding:15px 0 0 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	position:relative;
	
	/*display:none;*/
}

#nav h1{
	/*
	display:block;
	width:960px;
	height:11px;
	text-indent:-9999px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:1px;
	line-height:0;
	position:absolute;
	top:200px;
	*/
	display:none;
}

#nav ul{
	float:right;
}
#nav ul li{
	float:left;
	padding:0 0 0 2em;
	font-size:1.5em;
}
#nav ul li a{
	color:#aeaeae;
}
#nav ul li a:hover{
	color:#454545;
}



#description{
	margin:0 20px 20px 160px;
	line-height:1.5em;
}
#description p{
	margin:1em 0 1em 0;
}

#description a{
	color:#454545;
	padding:2px 0 2px 0;
	text-decoration:underline;
}
#description a:hover{
	color:#ffffff;
	background-color:#ff1493;
}

.block{
	width:960px;
	margin:0 0 0 0;
	padding:15px 0 15px 0;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

.block:hover{
	background-color:#eeeeee;
}
.block h2{
	float:left;
	width:130px;
	margin:0;
	padding:0 20px 0 10px;
	font-size:1.5em;
	color:#555555;
	font-family:"Times New Roman", Times, serif;
}

.block dl{
	float:left;
	width:140px;
	padding:0 20px 5px 0;
	position:relative;
}

.block dl dt{
	clear:both;
	margin:3px 0 5px 0;
	font-weight:bold;
}
.block dl dd{
	clear:both;
	color:#888888;
}

.listwrap{
	float:left;
	width:800px;
	margin:15px 0 0 0;
}
.logwrap{
	float:left;
	width:800px;
}

#graphics, #archives{
	/*IE float tech*/
	padding:0;
}
#graphics h2,#works h2, #archives h2{
	margin:15px 0 0 0;
}


#graphics dl dt{
	clear:both;
	width:140px;
	height:140px;
	margin:3px 0 0 0;
	padding:0 0 12px 0;
	position:relative;
	z-index:10;
	overflow:hidden;
}

#graphics dl dt a img{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
 	opacity:1.0;
	-webkit-transition: opacity 0.25s linear;
}

#graphics dl dt a:hover img{
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
 	opacity:0.1;
}

#graphics dl dd{
	margin:3px 0 0 0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	background-color:#333333;
	overflow:hidden;
	-webkit-transition: width 0.1s ease-in-out,height 0.2s ease-in;
}

#graphics dl:hover dd{
	width:140px;
	height:140px;
}

#graphics dl dd{
	_width:140px;
	_height:140px;
}

#graphics dl:nth-child(1) dt, #graphics dl:nth-child(5n+1) dt {
	-webkit-animation-duration: 1.2s;
	-webkit-animation-name: dt-render;
	-webkit-animation-iteration-count: 1;
}

#graphics dl:nth-child(2) dt, #graphics dl:nth-child(5n+2) dt {
	-webkit-animation-duration: 1.15s;
	-webkit-animation-name: dt-render;
	-webkit-animation-iteration-count: 1;
}

#graphics dl:nth-child(3) dt, #graphics dl:nth-child(5n+3) dt {
	-webkit-animation-duration: 1.1s;
	-webkit-animation-name: dt-render;
	-webkit-animation-iteration-count: 1;
}

#graphics dl:nth-child(4) dt, #graphics dl:nth-child(5n+4) dt {
	-webkit-animation-duration: 1.05s;
	-webkit-animation-name: dt-render;
	-webkit-animation-iteration-count: 1;
}

#graphics dl:nth-child(5) dt, #graphics dl:nth-child(5n) dt {
	-webkit-animation-duration: 1s;
	-webkit-animation-name: dt-render;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes dt-render{
	0%{
		width: 0;
		height: 0;
		padding: 0;
	}
	30%{
		width: 30px;
		height: 20px;
		padding: 0;
	}
	70%{
		width: 140px;
		height: 20px;
		padding: 0 0 12px 0;
	}
	100%{
		width: 140px;
		height: 140px;
		padding: 0 0 12px 0;
	}
}

#graphics dl dd {
	-webkit-animation-duration: 1s;
	-webkit-animation-name: dd-render;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes dd-render{
	0%{
		width: 0;
		height: 0;
	}
	30%{
		width: 140px;
		height: 25px;
	}
	70%{
		width: 140px;
		height: 80px;
	}
	100%{
		width: 140px;
		height: 140px;
	}
}

#graphics dl dt img {
	-webkit-animation-duration: 1s;
	-webkit-animation-name: img-render;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes img-render{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

#graphics dl p{
	width:120px;
	color:#cccccc;
	position:absolute;
	top:22px;
	left:10px;
	line-height:1.3em;
}
#graphics dl dd .genre{
	width:135px;
	height:15px;
	text-align:right;
	position:absolute;
	top:5px;
	left:0;
}
#graphics dl dd .color01{
	color:#34e0d2;
}
#graphics dl dd .color02{
	color:#ff1599;
}

#works {
	padding:0 0 15px 0;
}

#works dl dt{
	clear:both;
	margin:0;
	padding:3px 0 5px 0;
}
#works dl dd{
	clear:both;
	margin:0;
	padding:0 0 14px 0;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

#archives dl dt{
	clear:both;
	margin:0;
	padding:3px 0 5px 0;
}
#archives dl dd{
	clear:both;
	margin:0;
	padding:0 0 14px 0;
}

#archives a{
	color:#454545;
	padding:1px 0 2px 0;
	text-decoration:underline;
}
#archives a:hover{
	color:#ffffff;
	background-color:#ff1493;
}

#log{
	padding:0;
	font-size:1.1em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#log a{
	color:#454545;
	padding:2px 0 2px 0;
	text-decoration:underline;
}
#log a:hover{
	color:#ffffff;
	background-color:#ff1493;
}

#log h2{
	padding-top:15px;
}
#log .article{
	width:800px;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#log h3{
	float:left;
	width:130px;
	margin:0;
	padding:15px 30px 5px 0;
	font-size:1.5em;
	color:#555555;
	font-family:"Times New Roman", Times, serif;
}
#log #logmonth{
	clear:both;
	width:800px;
	padding:15px 0 15px 0;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

#log h4{
	width:640px;
	margin:0 0 1em 0;
	padding:0;
	font-size:1em;
	font-weight:normal;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#log .log{
	float:left;
	width:640px;
	margin:0 0 0 0;
	padding:15px 0 15px 0;
	line-height:1.5em;
}
#log .log .anchor{
	width:620px;
	text-align:right;
}

#log .log .anchor a{
	text-decoration:none;
	padding:2px 8px 1px 8px;
	color:#cccccc;
	background-color:#555555;
}
#log .log .anchor a:hover{
	text-decoration:none;
	padding:2px 8px 1px 8px;
	color:#ffffff;
	background-color:#ff1493;
}

#log input{
	color:#cccccc;
	background-color:#555555;
	border:none;
	font-size:1em;
}
#log .left{
	float:left;
}
#log .adminbox{
	float:right;
	padding:0 20px 0 0;
}
#log .logform{
	width:800px;
	margin:1em 0 5em 0;
}

#about a{
	color:#454545;
	padding:1px 0 2px 0;
	text-decoration:underline;
}
#about a:hover{
	color:#ffffff;
	background-color:#ff1493;
}



#footer{
	width:950px;
	margin:0 0 1em 0;
	padding:1em 0 1em 10px;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
}


#footer a{
	color:#454545;
	padding:1px 0 2px 0;
	text-decoration:underline;
}
#footer a:hover{
	color:#ffffff;
	background-color:#ff1493;
}


/*----------------------------------------------------------------------*/


#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {

}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #333333;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}





