﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	vertical-align:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	vertical-align:bottom;
}

img{
	border:0;
}



/*--------------------
container
--------------------*/
#container{
	width: 1000px;
	margin:0 auto;

}

/*--------------------
header
--------------------*/
#header{
	width: 1000px;
	height:50px;
	margin:60px 0px 20px 0px;
	color:#666;
}

.logo{
	width: 570px;
	height:50px;
}

/*--------------------
navi
--------------------*/
#navi{
	width: 100px;
	height:300px;
	margin:0px 0px 0px 20px;
	float:left;
}


#navi ul{
	list-style:none;
	
	
}


#navi li a{
	width: 90px;
	height:50px;
	text-indent:-9999px;
	margin:0px 0px 0px 0px;
	padding: 0;
	float:left;
	background-repeat: no-repeat;
	
}


#home a{
	background-image: url(../img/navi/n-home.gif);	
}

#home a:hover{
	background-image: url(../img/navi/n-home_h.gif);	
}

#about a{
	background-image:url(../img/navi/n-about.gif);
}

#about a:hover{
	background-image:url(../img/navi/n-about_h.gif);
}

#topics a{
	background-image:url(../img/navi/n-topics.gif);
}

#topics a:hover{
	background-image:url(../img/navi/n-topics_h.gif);
}

#profile a{
	background-image:url(../img/navi/n-profile.gif);
}

#profile a:hover{
	background-image:url(../img/navi/n-profile_h.gif);
}

#works a{
	background-image:url(../img/navi/n-works.gif);
}

#works a:hover{
	background-image:url(../img/navi/n-works_h.gif);
}

#contact a{
	background-image:url(../img/navi/n-contact.gif);
}

#contact a:hover{
	background-image:url(../img/navi/n-contact_h.gif);
}


/*--------------------
f-line
--------------------*/
#f-line{
	width:1000px;
	height:0px;
	text-indent:-9999px;
	clear:both;
	
}


/*--------------------
footer
--------------------*/
#footer{
	width: 900px;
	height:50px;
	font-size:11px;
	color:#666;
	text-align:right;
	padding:10px 100px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		}
