*{
	padding: 0px;
	margin: 0px;
	
}



body{
	font-family: sans-serif;
	overflow-y: hidden;
	overflow: hidden;
	color: #333;
	background-image: url(../img/craftpaper.jpg);
}

a:link,a:visited{
	color:#249;
/* 	display: block; */
}

a:hover{
	color:#59F;
}

h1{
	font-family: serif;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	
}
h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

p,ul,.article{
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 20px;
}


.cardTitle{
	margin-bottom: 20px;
}

.subText{
	font-size: 11px;

}

.date{
	font-size:11px;
	margin-right: 10px;
}


/*
li{
	display:inline;
}

*/
/* ================================================== */
#debug{
	position: absolute;
	z-index: 2000;
	color: gray;
}

#fade,#floatFade{
	position: absolute;
	background-color: #ddd;
	z-index: 2555;
	display: block;
	width: 1500px;
	height: 500px;
	top:0px;
	opacity: .9;
}

/* ================================================== */

#works{
	position: absolute;
	overflow: hidden;
	top:0px;
}
#worksAxis{
	position: absolute;
	top:0px;
}


#frameTop{
	position: absolute;
	top:0px
	left:0px;
	width:500px;
	height:35px;
	z-index: 111;
	background-color: white;
}



.card{
/*
	background-color: #ebebd7;
	background-color: #fff;
*/
	position: absolute;
	overflow: hidden;
/* 	border-style: solid; */
	
	
}

/* ================================================== 矢印ボタン*/

#next,#prev{
	position: absolute;
	z-index: 555;
	width: 20px;
	height: 20px;
		overflow: visible;

}

#next{
	right:25px;


}
#prev{
	left:45px;

}

#prevImg{
	position: absolute;
	top:-10px;
	left:-10px;
	width: 20px;
	height: 20px;

}

#nextImg{
	position: absolute;
	top:-10px;
	left:-10px;
	width: 20px;
	height: 20px;

}

#prevArrow,#nextArrow{
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 999;
	top:-10px;
	left:-10px;

}

#prevArea{
	position: absolute;
	z-index: 2111;
	left: 0;
	width: 70px;
	height:1000px;
	cursor: pointer;
	overflow: visible;
}


#nextArea{
	position: absolute;
	z-index: 2111;
	right: 0;
	width: 70px;
	height:1000px;
	cursor: pointer;
	overflow: visible;
}





/* ================================================== */

h1{
}


.text{
	position: absolute;
	right: 40px;
	top: 0px;
	height: 300px;
	width: 300px;
	overflow: hidden;
	
}


.textAxis{
	position: absolute;
	width: 300px;
}

.textScrollThumb{
	width:10px;
	height:100px;
	position: absolute;
	z-index: 100;
	display: block;
	cursor: pointer;
	right:20px;
	background-image: url(../img/scroll.png)
}

.textScrollArea{
	width:10px;
	height:200px;
	position: absolute;
	z-index: 99;
	display: block;
	cursor: pointer;
	top:30px;
	right:20px;
	background-image: url(../img/scroll-area.png)

}



/* ================================================== 言語きりかえ*/
#logo{
	position: absolute;
	top:0px;
	left:45px;
	background-image: url(../img/logo.png);
	width: 130px;
	height: 30px;
	cursor: pointer;
	display: block;
	z-index: 222;
}


#lang{
	position: absolute;
	top:-5px;
	right: 30px;
	width: 180px;
	height: 50px;
/* 	background-image: url(../img/lang.png); */
	z-index: 666;
}

.langButton{
	position: absolute;
	width: 60px;
	height: 30px;
	top:5px;
	font-size: 12px;
	cursor: pointer;
	display: block;

}

#jk{
	left:0px;
	width:55px;
	background-image: url(../img/jk.png);
}

#ja{
	left:55px;
	width:55px;	
	background-image: url(../img/ja.png);
}

#en{
	left:110px;
	width:55px;
	background-image: url(../img/en.png);
}


.langButton:hover{
	background-position-y: -30px;
}

#langFocus{
	width: 55px;
	height: 30px;
	position: absolute;
	top:5px;
	background-image: url(../img/lang-focus.png);
}


/* ================================================== ドットナビゲーション*/

#nav{
	position: absolute;
	z-index: 444;
	width:400px;
	height: 30px;
	top:5px;
	right:0px;
}

.dot{
	width: 100px;
	height: 100px;
/* 	position: absolute; */
	cursor: pointer;
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	float:left;
}




/* ================================================== */


#progress{
	position: absolute;
	z-index: 999;
	width: 30px;
	height: 30px;
	visibility: hidden;
	background-image: url(../img/progress-bg.png);
	z-index: 2560;
}
#progress img{
	position: absolute;
	top:7px;
	left:7px;
}

/* ================================================== */
.blogItem,.blogItemSelected{
	font-size: 13px;
	line-height: 1.2em;
	cursor: pointer;
 	padding: 5px;
 	padding-left: 18px; 
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
    background-image: url(../img/mark-text.png);
    background-repeat: no-repeat;
     background-position: 0px 2px;
	
}

.blogItemSelected{
	color: white;
	background-color: black;
     background-position: 0px -18px;
}

.blogItem:hover{
	background-color: #eee;
}

.galleryItem{
	cursor: pointer;
}


/* ================================================== */
.pageLayout{
	position: absolute;
	
}

.layoutPoster,.layoutFullPercent,.layoutFull,.layoutFitVertical,.layoutFitHorizontal,.layoutCenterVertical,.layoutCenterHorizontal{
	position: absolute;
	overflow: hidden;
}


#labels{
	position: absolute;
}

.innerLink{
	cursor: pointer;
}

.innerLink:hover{
	opacity: 0.5;
}


#dotLabel{
	position: absolute;
	z-index: 666;
}


.picture{
	cursor: pointer;
	display: block;

}

.openDialog{
	position: absolute;
	cursor: pointer;
	display: block;
	overflow: hidden;
}



#dialog{
	position: absolute;
	z-index: 2700;
	display: block;
	overflow: hidden;
}


#floatClose,#closeDialog{
	position: absolute;
	z-index: 2670;
	display: block;
	width: 40px;
	height:40px;
	cursor: pointer;
	background-image: url(../img/close.png);

}

#floatClose:hover,#closeDialog:hover{
	background-position: bottom;
}


.iconLabelPlay{
	position: absolute;
	display: block;
	width: 40px;
	height:40px;
	cursor: pointer;
	background-image: url(../img/play.png);
}


.downloadBox{
	position: absolute;
	width: 300px;
	height: 150px;
	bottom:30px;
	left:45px;
	background-color: #eee;
}


.iconLabelDownload{
	position: absolute;
	display: block;
	width: 80px;
	height:80px;
	cursor: pointer;
	background-image: url(../img/download.png);
}

.iconLabelExtend{
	position: absolute;
	display: block;
	width: 40px;
	height:40px;
	cursor: pointer;
	background-image: url(../img/extend.png);
}




.iconLabelReload{
	position: absolute;
	display: block;
	width: 40px;
	height:40px;
	cursor: pointer;
	background-image: url(../img/reload.png);
}

.iconLabelReload:hover{
	background-position: bottom;
}


blockquote{
/*
	border-color: #eee;
	border-width: 1px;
	border-style: dotted;
*/
	background-color: #f2f2f2;
/*
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 15px;
*/
	
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 

	margin-bottom: 0px;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;

}

blockquote p{
	margin-bottom: 10px;
}


.auther{
	width: 360px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
/*
	background-image: url(../img/quote-end.png);
	background-position: 335px 0px;
	background-repeat:no-repeat;
*/
	text-align: center;

}



.codeText{
	overflow: auto;
}

pre{
	line-height: 1em;
	font-size: 12px;
}

code{
}

.thumb{
	cursor: pointer;
	margin-bottom: 2px;
}


.thumb:hover{
	opacity: .9;
}

#picture{
	overflow: hidden;
}
#caption{
	position: absolute;
	background-color: white;
	z-index: 1888;
}


#dot-title{
	background-image: url(../img/label/ja/title.png);
	width:100px;
	height:100px;
}

#dot-profile{
	background-image: url(../img/label/ja/profile.png);
	width:100px;
	height:100px;
}

#dot-portfolio{
	background-image: url(../img/label/ja/portfolio.png);
	width:100px;
	height:100px;
}
#dot-blog{
	background-image: url(../img/label/ja/blog.png);
	width:100px;
	height:100px;
}

#dot-twitter{
	background-image: url(../img/label/ja/twitter.png);
	width:100px;
	height:100px;
}

#dialogContents{
	position: absolute;
}

#floatDialog{
	position: absolute;
	z-index: 2560;
	background-color: #eaeaea;
	overflow: hidden;
}

#floatCaption{
	position: absolute;
	z-index: 2560;
	width:800px;
}




