
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.jpg) repeat center top;
	color: #343434;
	font-family: 'CI',Meiryo,sans-serif;
	font-size: 80%;
}

p {
	line-height: 2em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

a {
	color: #006a36;
	overflow: hidden;
}

a:hover {
	color: #82952a;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	border: 1px solid #009ede;
}

a.img-link:hover img {
	border-color: #f48dbe;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 8px;
}

span.img-left {
	float: left;
	margin: 5px 8px 5px 0px;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.gif) no-repeat 8px 6px;
	margin: 3px 0px;
	padding-left: 22px;
}

ul.notelist {
	color: gray;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0px 0px 0px 1.8em;
}

ul.notelist li {
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: url(images/line.gif) repeat-x 0px 10px;
	clear: both;
	font-size: 5px;
	height: 20px;
}

.clear {
	clear: both;
	display: block;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table th {
	border-bottom: 1px solid #c1bfba;
	border-top: 1px solid #c1bfba;
	padding: 10px 10px;
	vertical-align: top;
	white-space: nowrap;
	width: 10%;
}

table.list-table td {
	border-bottom: 1px solid #c1bfba;
	border-top: 1px solid #c1bfba;
	padding: 10px 0px;
}

/***********************************************************************/
#container {
	margin: 0px auto;
	padding-top: 50px;
	width: 682px;
}

#globalnav {
	border-top: 1px solid #c1bfba;
	padding-top: 22px;
}

#globalnav ul li {
	float: left;
	padding: 0px 26px;
}

#globalnav ul li a {
	display: block;
	font-size: 10px;
	height: 130px;
	text-decoration: none;
	text-indent: -2000em;
	width: 41px;
}

#globalnav ul li a.kuraya {
	background: url(images/globalnav_kuraya.jpg) no-repeat;
}

#globalnav ul li a.coffee {
	background: url(images/globalnav_coffee.jpg) no-repeat;
}

#globalnav ul li a.sweets {
	background: url(images/globalnav_sweets.jpg) no-repeat;
}

#globalnav ul li a.event {
	background: url(images/globalnav_event.jpg) no-repeat;
}

#globalnav ul li a.zakka {
	background: url(images/globalnav_zakka.jpg) no-repeat;
}

#globalnav ul li a.map {
	background: url(images/globalnav_map.jpg) no-repeat;
}

#globalnav ul li a.blog {
	background: url(images/globalnav_blog.jpg) no-repeat;
}

#globalnav ul li a:hover {
	background-position: 0px -140px;
}

#footer {
	clear: both;
	padding: 40px 0px 30px 0px;
}

#footer #footer-logo {
	display: block;
	padding-bottom: 10px;
	width: 195px;
}

#footer address {
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
}

