/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
	font:14px/1.231 "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
#top {
	
}
h1 {
	padding: 10px 10px 10px 10px;
	font-size: 121%;
	text-shadow: 1px 1px 2px #ccc;
	color: #fff;
	-webkit-background-size:20px 20px;
	background-image: -webkit-gradient(
		linear,
		left top, right bottom,
		color-stop(0, #f4b800),
		color-stop(0.25, #f4b800),
		color-stop(0.25, #FFD700),
		color-stop(0.50, #FFD700),
		color-stop(0.50, #f4b800),
		color-stop(0.75, #f4b800),
		color-stop(0.75, #FFD700),
		color-stop(1, #FFD700)
	);
}
h2 {
	font-size: 121%;
	text-shadow: 1px 1px 2px #ccc;
	color: #f4b800;
	margin-bottom: 10px;
}
#wrap {
	padding: 10px;
}
nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#c3fb00), to(#9cc900));
	font-size: 100%;
	width: 300px;
}
#categorynav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #ddcb00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffee00), to(#ddcb00));
	font-size: 100%;
	width: 300px;
	margin-bottom: 30px;
}
nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li a {
	display: block;
	width: 99px;
	padding: 8px 0;
}
nav li:first-child {
	border: none;
}
nav a {
	color: #fff;
	text-decoration: none;
}
section, nav {
	margin-bottom: 1em;
}
h3 {
	background: url(../images/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #f4b800;
	margin-bottom: 1em;
	min-height: 23px;
}
p {
	margin-bottom: 1em;
}
aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}
footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
#footer {
	padding: 7px 7px 7px 7px;
	font-size: 85%;
	text-shadow: 1px 1px 2px #ccc;
	color: #fff;
	-webkit-background-size:20px 20px;
	background-image: -webkit-gradient(
		linear,
		left top, right bottom,
		color-stop(0, #f4b800),
		color-stop(0.25, #f4b800),
		color-stop(0.25, #FFD700),
		color-stop(0.50, #FFD700),
		color-stop(0.50, #f4b800),
		color-stop(0.75, #f4b800),
		color-stop(0.75, #FFD700),
		color-stop(1, #FFD700)
	);
}
#btnTop {
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}
footer p {
	clear: both;
	padding: 0;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

td.name {
	border: solid 1px #b6b6b6;
	width: 210px;
	padding: 5px;
	vertical-align: middle;
}
td.mente {
	border: solid 1px #b6b6b6;
	width: 90px;
	padding: 5px;
	vertical-align: middle;
}
.listfirst {
	font-weight: bold;
	text-align: center;
	background-color: #eaeaea;
}
span.edit {
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 40px;
	font-size: 85%;
	text-align: center;
	float: left;
}
span.edit a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px;
	color: #444444;
	text-decoration: none;
}
span.del {
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 40px;
	font-size: 85%;
	text-align: center;
	float: right;
}
span.del a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px;
	color: #444444;
	text-decoration: none;
}

td.edititem {
	border: solid 1px #b6b6b6;
	width: 120px;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #eaeaea;
}
td.editcontent {
	width: 180px;
	padding: 5px;
	vertical-align: middle;
}
td.editcontent input {
	width: 170px;
	height: 16px;
	vertical-align: middle;
}
td.editradio {
	width: 180px;
	padding: 5px;
	vertical-align: middle;
}
div.btn-area {
	padding: 10px;
}
#error-top {
	font-size: 12px;
}
#error-top li {
	color: #ff0000;
	background-color: #FFD1DA;
	padding: 3px;
}
#error-top ul {
	padding-bottom: 10px;
}

#kakeibonav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #ff0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#c60000));
	font-size: 100%;
	width: 300px;
	margin-bottom: 30px;
}

td.date {
	border: solid 1px #b6b6b6;
	width: 300px;
	padding: 5px;
	vertical-align: middle;
}
td.pay {
	border: solid 1px #b6b6b6;
	width: 300px;
	padding: 5px;
	vertical-align: middle;
}
td.income {
	border: solid 1px #b6b6b6;
	width: 300px;
	padding: 5px;
	vertical-align: middle;
}
td.total {
	width: 300px;
	padding: 5px;
}

span.uchiwake {
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 40px;
	font-size: 85%;
	text-align: center;
	float: right;
}
span.uchiwake a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px;
	color: #444444;
	text-decoration: none;
}
table.kakeibo {
	margin-bottom: 20px;
}
span.minus {
	color: #ff0000;
}

td.date {
	border: solid 1px #b6b6b6;
	width: 85px;
	padding: 5px;
	vertical-align: middle;
}
td.date2 {
	text-align: right;
}
td.price {
	border: solid 1px #b6b6b6;
	width: 100px;
	padding: 5px;
	vertical-align: middle;
}

span.logout {
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 65px;
	font-size: 10px;
	text-align: center;
	float: right;
}
span.logout a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px;
	color: #444444;
	text-decoration: none;
}
