﻿@charset "utf-8"; 



/*
------------------------------
   GLOBAL RESET
------------------------------*/

body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,table,tr,td,form,input,textarea,option,select{
	margin:0;
	padding:0;
}


body{
	color:#333;
	font-size:87.5%;
	font-family : 'メイリオ', 'Hiragino Kaku Gothic Pro', 'Verdana', sans-serif;
	line-height:1.6;
	text-align: center;
	background: url("/img/bg_body.jpg") center repeat-y #fff;
}

a:link    { color: #09c; }
a:visited { color: #90c; }
a:hover   { color: #c00; }

h1,h2,h3,h4,h5,h6{ font-size:100%; }
ul,ol,li,dl,dt,dd{ list-style:none; }
hr{ display:none; }

img,object{
	border:none;
	vertical-align:middle;
}

table{border-collapse:collapse;border-spacing:0;}



/*
------------------------------
   USUAL CLASS
------------------------------*/

img.fl{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

img.fr{
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}


.ac{text-align:center;}
.ar{text-align:right;}



/*
------------------------------
   LAYOUT
------------------------------*/

#container{
	width: 950px;
	margin: 0 auto;
	text-align:left;
	background:url("/shop/item/nunoehon/design/img01/bg_body.jpg") center repeat-y;	
}

#main{height:100%;}

#main:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#maincontents{
	float: left;
	width: 680px;
	padding: 0 0 0 25px;
}

#sidenav{
	float: right;
	width: 230px;
}





/* Header */

#header{
	position: relative;
	height: 84px;
	background:url("/shop/item/nunoehon/design/img01/bg_header.jpg") center no-repeat;
}

#header h1{
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}

h2#logo{
	padding: 12px 0 0 15px;
}

ul#headernav {
	position: absolute;
	top: 35px;
	right: 15px;
	width: 486px;
	height: 22px;
	padding: 4px 10px 3px 10px;
	background:url("/shop/item/nunoehon/design/img01/bg_navi.jpg") right no-repeat;	
}

ul#headernav li {
	float: left;
	margin: 0 7px 0 0;
}

ul#headernav li form,	
ul#headernav li form input {
	display: inline;
    vertical-align: top;
}

input#keyword {
	height: 16px;
	width: 100px;
	margin: 0 3px 0 0;
}
	 
input#imageField {
	margin: 0;
	padding: 0;
}



/*
------------------------------
   CONTENTS
------------------------------*/

p#topicpath {
	margin: 10px auto;
	width: 680px;
	text-align:left;
	background:url("/img/common/bg.gif")
}

.contents {
	margin: 0 0 30px 0;
	overflow: hidden;
}

.contents h3 {
	margin: 0 0 15px 0;
}

.contents p {
	margin: 0 0 1.5em 0;
}

h2#page-title {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
	font-size: 125%;
	line-height: 1.3;
	border-left: 8px solid #ff8e00;
}

table.spec {
	margin: 0 0 10px 0;
	width: 540px;
}

table.spec th,
table.spec td {
	padding: 3px 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
}	

table.spec th {
	width: 150px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	background: #ff8e00;
}



/*
------------------------------
   SIDE NAVIGATION
------------------------------*/

/* Login */

#sidenav p{
	margin: 0 0 10px 0;
}

#login {
	height: 114px;
	margin: 0 15px 15px 15px;
	text-align: center;
	background: url("/shop/item/nunoehon/design/img01/bg_login.jpg") no-repeat;	
}

#login img {
	margin-top:3px;
}
	
#login p {
	margin: 0;
	padding:6px 0 0 0;	
}


ul.storemenu{
	margin: 0 0 15px 0;
}

ul.storemenu li{
	margin: 0 0 5px 0;
	text-align: center;
}

#side_itemmenu{
	margin: 0 14px 15px 15px;
}

#side_itemmenu h3{
	margin: 0 0 10px 0;
}

#side_itemmenu h4{
	margin: 0 0 5px 0;
}

#side_itemmenu ul{
	margin: 0 0 10px 5px;
}

#side_itemmenu ul li{
	margin: 0 0 3px 0;
	font-size: 12px;
}

#side_itemmenu ul li a{
	padding-left: 15px;
	text-decoration: none;
}

#side_itemmenu ul li a:link,
#side_itemmenu ul li a:visited {
	background:url("/shop/item/nunoehon/design/img01/icn_arrow_off.gif") left no-repeat;
}
	
#right_menu ul li a:hover {
	background:url("/shop/item/nunoehon/design/img01/icn_arrow_on.gif") left no-repeat;
}		

#sidenav_calender{
	margin: 0 0 20px 0;
}

#sidenav_calender ul{
}

#sidenav_calender ul li{
	margin: 0;
	text-align: center;
}

ul#side_links{
	margin: 0 0 20px 0;
}

ul#side_links li{
	margin: 0 0 5px 0;
	text-align:center;
}




/*
------------------------------
   Footer
------------------------------*/

#footer{
	clear: both;
	height:70px;
	padding: 20px 0 0 0;
	text-align:left;
	background:url("/shop/item/nunoehon/design/img01/bg_bottom.jpg") top center no-repeat #fff;
}

ul#footernav{
	
}

ul#footernav li{
	display: inline;
}

ul#footernav li a{
	text-decoration:none;
}
	
#sub_navi img {
	margin:0 2px;
}	



/*
------------------------------
   HOME
------------------------------*/

#mainvisual{
	position: relative;
	width: 950px;
	height: 443px;
	margin: 0 0 20px 0;
	background: url("/img/top/bg_mainvisual.jpg") top center no-repeat;
}

#mainvisual ul{
	position: absolute;
	top: 13px;
	left: 670px;
	margin: 0;
	padding: 0;
}

#mainvisual ul li{
	margin: 0;
	padding: 0;
}

#mainvisual p{
	position: absolute;
	top: 225px;
	left: 35px;
	margin: 0;
	padding: 0;
}


ul#home_cat_menu{
	overflow: hidden;
	width: 680px;
	margin: 0 0 20px 0;
}

ul#home_cat_menu li{
	float: left;
	width: 220px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

ul#home_cat_menu li.first{
	clear: left;
	float: left;
	padding: 0;
}


#home_ranking {
	margin: 0 0 30px 0;
}

#home_ranking ol {
	width: 680px;
	overflow: hidden;
}

#home_ranking ol li {
	float: left;
	width: 120px;
	padding: 40px 5px 0 5px;
	font-size: 90%;
	line-height: 1.3;
}

.rank_01 {
	background:url("../img/index/bg_rank_01.gif") top no-repeat;
	}	
	
.rank_02 {
	background:url("../img/index/bg_rank_02.gif") top center no-repeat;
	}
	
.rank_03 {
	background:url("../img/index/bg_rank_03.gif") top center no-repeat;
	}
	
.rank_04 {
	background:url("../img/index/bg_rank_04.gif") top center no-repeat;
	}
	
.rank_05 {
	background:url("../img/index/bg_rank_05.gif") top center no-repeat;
	}

.rank span {
	font-weight:bold;
	color:#663300;
	display:block;
	font-size:12px;
	padding:5px 0;	
	}	


/* Disclosure */

#disclosurebox{
	position: relative;
	height: 100%;
}

#disclosurebox h3{
	margin: 0 0 10px 0;
}

#disclosurebox p{
	margin: 0 0 30px 5px;
}

p#disclosure_voice {
	position: absolute;
	top: 0;
	left: 300px;
	width: 370px;
	padding: 65px 0 1px 0;
	text-align: right;
	background:url("../img/index/bg_voice.jpg") top left no-repeat;
}

#disclosure {
	margin: 0 0 30px 0;
	width: 680px;
	text-align: center;	
	background: url("../img/index/bg_disc.gif");
}



#disclosure iframe {
	width: 670px;
	height: 200px;
	border: 2px solid #ff8e00;
}	


/* Topic */

#topic{
	width: 680px;
	overflow: hidden;
}

#media{
	float: left;
	width: 205px;
	padding: 20px 0 0 0;
	text-align: center;
}

#info{
	float: right;
	width: 400px;
	height: 230px;
	padding: 30px;
	background:url("../img/top/bg_info.jpg") no-repeat;
}

#info h3{
	height: 60px;
	text-indent: -9999px;
}

#info ul {
	text-align:left;
	width:400px;
	height: 150px;
	overflow: auto;
}
	
#info ul li {
	padding:2px;
	margin-bottom:5px;
	color:#673504;
	font-size:10px;
	border-bottom:#673504 1px dashed;
}
	

