@charset "UTF-8";

/******************************************************


Fumiko Shibata PHOTOGRAPHER
130130


******************************************************/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);


body{
	background:#fff;
	letter-spacing:0.09em;
	line-height:1.8;
	overflow-y:scroll;
	color:#000;
	text-align:left;
	min-width:1000px;
	font-family:'Roboto Condensed', arial,helvetica,clean,sans-serif;
}

a:link,
a:visited {
	color:#999;
    text-decoration:none;
    outline:none;
}

a:hover{
	background:#fcfd98;
	color:#000;
	text-decoration:none;
}

p{
	margin-bottom:2em;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	line-height:1.6;
}

#wrapper{
	width:1000px;
	margin:0 auto;
}

/*****************************************************

header

*****************************************************/

#header{
	width:1000px;
	height:91px;
	margin:0 auto;
	position:relative;
}

#header h1{
	position:absolute;
	width:257px;
	height:23px;
	top:47px;
	left:0;
}

/*****************************************************

navi

*****************************************************/

#gnav{
	position:absolute;
	height:18px;
	left:0;
	top:73px;
}

#gnav li { 
	display:block;
	float:left;
	margin-right:15px;
	font-weight: bold;
	letter-spacing: normal;
	}
#gnav li.active a{
	color: #000;
}

/*****************************************************

footer

*****************************************************/

footer{
	width:100%;
	height:40px;
	position:relative;
}

#foooterL{
	position:absolute;
	top:20px;
	left:0;
	width:185px;
}

#footerR{
	position:absolute;
	right:0;
	top:0;
	width:340px;
	height:93px;
}

#pageup{
	position:absolute;
	right:0;
	top:0;
	width:151px;
	height:93px;
}
