* { margin: 0; padding: 0; }
body {
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
body, input, select, textarea {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif;
}
h1 { margin-bottom: 5px; font-size: 18px; }
h2 { font-size: 100%; }
h3 { font-size: 15px; }
input { margin: 0; padding: 2px; }
select { padding: 2px }

ol, ul {list-style: none;}

.menu {
	display:inline;
}

a, a:visited {
	color: #009;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
a:active { color: #09f; }

div.page_menu{
	width:95%;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

div.page_message{
	font-size:10px;
	width:95%;
}

h2#title{
	font-size: 14px;
	padding-left: 10px;
	font-weight: bold;
	border-left: 5px solid #eee;
}

div#container {
	font-family: verdana,helvetica,sans-serif;
}

div#header {
	height: 20px;
	padding: 10px;
	color: #fff;
	background: #4169E1;
}

div#header_description {
	color: #fff;
	font-size: 10px;
}

div#menu {
	height: 17px;
	padding: 7px;
	margin-bottom: 5px;
	background: #eaeaea;
}

.space5 {
	margin-bottom: 5px;
}
.space {
	margin-bottom: 15px;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space5 {
	margin-bottom: 5px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}
.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
    width: auto;
}
.ui-datepicker select.ui-datepicker-month {
    margin-left: 1em;
}

.menu_list {
	display:inline;
	font-size:12px;
	padding: 2px;
}

div#content_wrapper {
	padding-left: 10px;
//	width: 800px;
	background: #fff;
}

div#footer {
	height: 100%;
	padding: 10px;
	color: #fff;
	background: #0033CC;
}

div#copyright{
	width:100%;
//	margin-left:10px;
	border-top:1px solid #ccc;
	font-size: 10px;
}

div#px10 {
	font-size: 10px;
}
.indi {
	font-size: 8px;
	color: red;
}

.indi.blue {
	font-size: 8px;
	color: blue;
}

.button {
	padding: 5px 10px;
	display: inline;
	background: #777 url(button.png) repeat-x bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
}
.button:hover {
	background-position: 0 center;
}
.button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
}
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }
