﻿@charset "UTF-8";

/* reset */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family:
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Meiryo, 
		"メイリオ", 
		Osaka, 
		"MS P Gothic", 
		"ＭＳ Ｐゴシック", 
		sans-serif;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
img{
    border: 0;
}
em{
    visibility: hidden;
}

/* nav */
#nav{
    width: 800px;
    height: 60px;
    margin: 50px 0 0 50px;
}
#nav li{
    float: left;
    display: inline;
}
#nav li a{
    width: 160px;
    height: 60px;
    display: block;
    background-color: #FFF;
    background-image: url(../images/kadomarutankei1015.jpg);
    background-repeat: no-repeat;
}

/* individual */
#nav li#Home a{
    background-position: left 0;
}
#nav li#Home a:hover,#nav li#Home a:active{
    background-position: left -80px;
}
#nav li#Blog a{
    background-position: -160px 0;
}
#nav li#Blog a:hover,#nav liBlog a:active{
    background-position: -160px -80px;
}
#nav li#Products a{
    background-position: -320px 0;
}
#nav li#Products a:hover,#nav li#Products a:active{
    background-position: -320px -80px;
}
#nav li#About a{
    background-position: -480px 0;
}
#nav li#About a:hover,#nav li#About a:active{
    background-position: -480px -80px;
}
#nav li#Contact a{
    background-position: -640px 0;
}
#nav li#Contact a:hover,#nav li#Contact a:active{
    background-position: -640px -80px;
}   