html {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color:#555555;
	background: #EEE;
	height: 100%;
}

* {
	box-sizing:border-box;
}

a {
	color:#4a8db8;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

#header {
	
}

#header a {
	color:inherit;
}

#header p {
	padding:15px 25px;
	font-size:2.4em;
	font-weight:bold;
	color:#248600;
	font-family: Century, Verdana;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

#footer {
	position:absolute;
	width:100%;
	height:30px;
	bottom:0;
	background-color:#248600;
	color:#fff;
	font-size:0.8em;
	line-height:28px;
}

#footer p {
	text-align:center;
}

#misc {
	position:absolute;
	width:100%;
	bottom:40px;
	right:15px;
	font-size:0.8em;
	text-align:right;
}

#misc span {
	text-align:right;
	margin-left:5px;
}

.default_input {
	border:1px solid #999;
	padding:0px 6px;
	font-size:1.0em;
}

.default_input:focus {
	border:1px solid #30A902;
}

.default_submit {
	border:1px solid #248600;
	color:#fff;
	background-color:#30A902;
	padding:0px;
	border-radius:3px;
}

.default_submit:active {
	background-color:#46D311;
}

.default_register {
	border:1px solid #C64E03;
	color:#fff;
	background-color:#F76B14;
	padding:0px;
	border-radius:3px;

}

.default_register:active {
	background-color:#FF8C45;
}

.default_cancel {
	border:1px solid #999999;
	color:#fff;
	background-color:#aaaaaa;
	padding:0px;
	border-radius:3px;
}

.default_cancel:active {
	background-color:#cccccc;
}


select {
	border:1px solid #999999;
 	border-radius: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

/**
 * 	font awsome
 */
.fa-chevron-right:before {
	content: "\f054";
}

/**
 * 	balloon
 */

.bubble {
	display:inline-block;
	position: absolute;
	padding:8px 12px;
	border-radius:3px;
	background: #F77B14;
	left:200px;
	box-shadow:rgba(0, 0, 0, 0.33) 1px 1px 4px 0px;
	color:#fff;
	font-size:0.9em;
}

.bubble:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
}

.bubble-half-left:after {
	right: 100%;
	top: 15%;
	border-top:10px solid #F77B14;
	border-left:10px solid transparent;
}

input.error, select.error {
	border:1px solid #F78C9D;
	background-color:#FEEEF0;
}
