@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #000000;
	scrollbar-base-color: #F2BC9D;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	margin-top:20px;
	margin-left:100px;
}

img{
border:none;}

a{  
	color:#000000;
    font-style:normal;
    text-decoration:none;

}

a:hover {
    color:#000000;
    text-decoration:underline;
}

a:link {
    color:#000000;
}
a:visited {
    color:#000000;
}



#wrapper{
	width:650px;
}



/*Content
---------------------------------------------*/

#topContent{
	position:absolute;
	width:500px;
	height:500px;
	overflow:auto;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	float:left;
}

#profContent{
	position:absolute;
	width:500px;
	height:500px;
	overflow:auto;
	background-image: url(../profile/images/c-background.jpg);
	background-repeat: no-repeat;
	float:left;
}

#linkContent{
	position:absolute;
	width:500px;
	height:500px;
	overflow:auto;
	background-image: url(../link/images/c-background.jpg);
	background-repeat: no-repeat;
	float:left;
}



h1#topTitle img{
	position:relative;
	top:369px;
	left:20px;

}

h1#profTitle img{
	position:relative;
	top:418px;
	left:322px;

}

h1#linkTitle img{
	position:relative;
	top:418px;
	left:367px;

}

h2{
	font-size: 14px;
	font-weight: bold;

}


#prof_textArea{
	font-size: 14px;
	position:absolute;
	top:20px;
	left:20px;
	padding:20px;
	background-color:white;
	filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.8; /*FF*/
	opacity:0.7;
	width: 230px;
	height:420px;
	overflow: scroll;
	overflow-x:hidden;
	line-height:1.5;}

	
#link_textArea{
	font-size: 14px;
	position:absolute;
	top:20px;
	left:20px;
	padding:20px;
	background-color:white;
	filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.8; /*FF*/
	opacity:0.7;
	width: 230px;
	height:420px;
	line-height:1.5;}

#prof_textArea p,#link_textArea ul{
	list-style-type: none;
	margin-bottom:10px;
}



#photo li{
	list-style-type: none;
	border:none;
	float:left;
	margin-right:10px;	
}


/*GlovalNavi
---------------------------------------------*/


#top_glovalNavi{
	width:150px;
	height:500px;
	background-image: url(../images/s-background.jpg);
	background-repeat: no-repeat;
	float:right;
}
#top_glovalNavi ul{
position:absolute;
	list-style-type: none;
}

#prof_glovalNavi{
	width:150px;
	height:500px;
	background-image: url(../profile/images/s-background.jpg);
	background-repeat: no-repeat;
	float:right;
}

#link_glovalNavi{
	width:150px;
	height:500px;
	background-image: url(../link/images/s-background.jpg);
	background-repeat: no-repeat;
	float:right;
}


#prof_glovalNavi ul,#link_glovalNavi ul{
position:absolute;
	list-style-type: none;
}

.top img{
	position:absolute;
	top:20px;
	left:20px;
}

.profile img{
	position:absolute;
	top:53px;
	left:20px;
}

p.left_blog{
	position:absolute;
	top:84px;
	left:20px;
}

p.japanese{
	position:absolute;
	top:87px;
	left:60px;
	height: 13px;
}

p.line{
	position:absolute;
	top:87px;
	left:106px;
}

p.english{
	position:absolute;
	top:87px;
	left:112px;
}

p.parentheses {
	position:absolute;
	top:87px;
	left:144px;
}


.contact img{
	position:absolute;
	top:117px;
	left:20px;
}
.link img{
	position:absolute;
	top:148px;
	left:20px;
}

/*footer
---------------------------------------------*/


#footer{
	clear:both;
	margin-top:10px;
	float:right;
}
