@charset "utf-8";

@import url("share/default.css");

/* =========================================
*  COMMON
* ========================================= */

html {
	height: 100%;
}

body {
	padding: 1em;
	height: 100%;
	font-size: 12px;
}

h1 {
	margin-bottom: 1em;
	border: solid #DFDFDF 1px;
	border-left-width: 5px;
	border-top: none;
	border-right: none;
	padding: 0 0 .3em .4em;
	font-size: 130%;
}

a {
	color: #0063E8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #F60;
}

/* =========================================
*  FRAME
* ========================================= */

body p {
	font-size: 120%;
	line-height: 1.8;
}