@charset "UTF-8";
/* format style
-----------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1.4;
	color: #333333;
	background-color: #FFFFFF;
}
/* basic link style
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #00CC66;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
}
/* basic layout
-----------------------------*/
#wrap {
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0px auto;
}
#main {
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	font-style: italic;
	background-color: #999999;
	text-align: center;
	text-decoration: underline;
	clear: both;
	color: #FFFFFF;
	margin-top: 10px;
}
/* header style
-----------------------------*/
#header {
	height: 140px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
#header #logo {
	position: absolute;
	top: 10px;
}
#header #address {
	float: right;
	padding-top: 15px;
	line-height: 1.5em;
	text-align: right;
}
#header ul {
	background-color: #FFFFFF;
	width: 980px;
	top: 100px;
	position: absolute;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	color: #FFFFFF;
	width: 130px;
	text-align: center;
	background-color: #999999;
	height: 2.5em;
	line-height: 2.5em;
	text-decoration: none;
	float: left;
	border-top: 3px double #FFFFFF;
	border-bottom: 3px double #FFFFFF;
	margin-right: 10px;
}
#header ul li a:hover {
	background-color: #666666;
}
#home #header #nHome a,
#shop #header #nShop a,
#access #header #nAccess a,
#profile #header #nProfile a,
#visitor #header #nVisitor a,
#link #header #nLink a,
#wording #header #nWording a {
	background-color: #333333;
	color: #FFFFFF;
}
/* main style
-----------------------------*/
#main h1 {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	clear: both;
}
#main h2 {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
	clear: both;
}
#main h3 {
	margin-bottom: 2px;
	font-weight: bold;
	clear: both;
}
/* home style
-----------------------------*/
#home #main div.daily {
	width: 810px;
	margin-left: 150px;
}
#home #main div.daily h3 {
	font-weight: normal;
	background-color: #999999;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 95%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#home #main div.homebutton {
	float: left;
	height: 150px;
	width: 200px;
	margin-left: 30px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#home #main div.homebutton h2 {
	text-align: center;
	font-size: 110%;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 0px;
}
#home #main #count {
	text-align: right;
	clear: both;
}
/* wording style
-----------------------------*/
#wording #main dt {
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 50px;
}
#wording #main dd {
	margin-right: 50px;
	margin-left: 60px;
	margin-bottom: 15px;
}
/* shop style
-----------------------------*/
#shop #main #shophead {
	width: 960px;
	height: 180px;
}
#shop #main #shophead #kurukuru {
	margin-left: 180px;
	float: left;
}
#shop #main #shophead #shopbun {
	width: 600px;
	float: left;
	height: 170px;
	line-height: 1.5;
	margin-left: 30px;
}
#shop #main div.shoptop {
	float: left;
	width: 400px;
	margin-left: 50px;
	height: 250px;
	margin-bottom: 10px;
}
#shop #main div.shoptop h2 {
	text-align: center;
	font-size: 110%;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 0px;
}
#shop #main div.shoptop a img  {
	border: 2px solid #99CC99;
	padding: 4px;
	margin-left: 20px;
}
#shop #main div.shoptop a:hover img {
	border: 2px solid #33CC66;
}
#main #shopselector ul {
	background-color: #FFFFFF;
	width: 960px;
	height: 50px;
	background-image: url(shop/shopul.gif);
	padding-left: 320px;
	background-repeat: no-repeat;
}
#main #shopselector ul li {
	list-style: none;
	float: left;
	margin-left: 40px;
}
#main #shopselector ul li a {
	color: #666666;
	width: 120px;
	text-align: center;
	height: 2.5em;
	text-decoration: none;
	float: left;
	line-height: 3em;
	margin-top: 12px;
}
#main #shopselector ul li a:hover {
	color: #33CC66;
}
#shoptantetu #main #shopselector #nShoptantetu a,
#shopimono #main #shopselector #nShopimono a,
#shopmini #main #shopselector #nShopmini a,
#shopknife #main #shopselector #nShopknife a {
	color: #000000;
}
#main div.item {
	height: 300px;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 13px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	text-align: center;
}
/* mori style
-----------------------------*/
#mori #main div.mori {
	width: 930px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#mori #main div.mori img {
	margin-right: 10px;
}
/* visitor style
-----------------------------*/
#visitor #main #visitorhead {
	width: 900px;
	margin-left: 50px;
	border-bottom: 1px solid #999999;
}
#visitor #main #m-form {
	margin-left: 120px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#visitor  #main    #visitor-q {
	width: 870px;
	margin-left: 50px;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
}
#visitor #main #visitor-a {
	width: 800px;
	margin-left: 100px;
	background-image: url(visitor/a.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left top;
}
/* ninguruyousu style
-----------------------------*/
#ninguruyousu #main div.ninguruphoto {
	width: 150px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	height: 140px;
	font-size: 90%;
}
#ninguruyousu #main div.ninguruphoto_l {
	width: 300px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	height: 250px;
	font-size: 90%;
}
/* link style
-----------------------------*/
#link #main #linkhead {
	width: 900px;
	margin-left: 40px;
}
#link #main #linkbanner img {
	padding-left: 80px;
	margin-top: 10px;
}
#link #main table {
	margin-top: 10px;
	margin-left: 40px;
	border-collapse:collapse;
}
#link #main table th {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#link #main table td {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 20px;
	line-height: 1;
}
/* profile style
-----------------------------*/
#profile #main #profilebun {
	width: 780px;
	float: left;
	margin-top: 10px;
	line-height: 1.5;
	margin-left: 20px;
}
#profile #main .tool {
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 10px;
	margin-left: 100px;
	text-align: center;
}
#profile #main .seen {
	margin-left: 20px;
	margin-bottom: 10px;
	float: left;
}
/* thanks style
-----------------------------*/
#thanks #main #thanks {
	font-size: 150%;
	color: #FF9900;
	margin-left: 250px;
}
#thanks #main #thanksimg {
	margin-left: 300px;
}
/* access style
-----------------------------*/
#access #main ul  {
	list-style: none;
	padding-left: 15px;
}
#access #main div.traffic {
	height: 140px;
	width: 280px;
	float: left;
	margin-left: 30px;
}

