@charset "UTF-8";
/* ------------------------------
    RESET
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
a img,map a {
	border: none;
}
input[type="submit"],input[type="reset"],
input[type="radio"],input[type="checkbox"],
label,button {
	cursor: pointer;
}

/* ------------------------------
    BASE
------------------------------ */
html,body {
    height: 100%;
}
body {
    color: #333;
	font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", Osaka, "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	font-size: 75%\9;
	line-height: 1.5;
    vertical-align: baseline;
}
a {
	color: #38F;
	outline: none;
}
a:hover,
a:active {
	text-decoration: none;
}
img {
    vertical-align: bottom;
}
em {
	font-style: normal;
	font-weight: bold;
}
input,
textarea {
	font-family: "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", Osaka, "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-serif;
    font-size: 100%;
    outline: none;
}
noscript {
    display: block;
    width: 960px;
    margin: 0 auto 30px;
    padding: 10px;
    border: 1px solid #EEE;
    text-align: center;
}

/* ------------------------------
    header
------------------------------ */
header {
    width: 960px;
    margin: 0 auto 40px;
}
header h1 {
    margin: 20px 0 65px;
}
header nav ul {
	padding-left: 37px;
}
header nav li {
    float: left;
	height: 33px;
	margin-right: 37px;
}
header nav li a {
    display: block;
    width: 106px;
    height: 0;
    padding-top: 16px;
    background: url(/shared/img/gnav.png) no-repeat 0 0;
    overflow: hidden;
}
header nav #nav-shop a {    background-position: -106px 0;}
header nav #nav-items a {    background-position: -212px 0;    width: 136px;}
header nav #nav-blog a {    background-position: -348px 0;}
header nav #nav-access a {    background-position: -454px 0;}
header nav #nav-contact a {    background-position: -560px 0;    width: 136px;}

header nav li a:hover,
header nav li a.current {    padding-top: 33px;}

/* ------------------------------
    contents
------------------------------ */
#contents {
    width: 690px;
    margin: 0 auto;
}
#contents p + p {
	margin-top: 1em;
}

/* ------------------------------
    footer
------------------------------ */
footer {
    width: 960px;
    margin: 100px auto 0;
	padding-bottom: 20px;
    text-align: right;
}

/* ------------------------------
    clearfix
------------------------------ */
header nav ul {
    *zoom: 1;
}
header nav ul:after {
    display: block;
    clear: both;
    content: "";
}