@charset "UTF-8";
@import "../../css/reset.css";

body	{
	background-color: #eee;
	font-size: 0.85em;
	line-height:1.2;
}

a:link,
a:visited	{
	color:#336699;				/* リンク：文字色 */
	text-decoration:none;				/* 下線など */
}

a:hover,
a:focus,
a:active {
	color: #6699cc;
	text-decoration: underline;
}
h1 {
	margin-bottom: 1em;
	padding-left: .2em;
	padding-right: .2em;
	background-color: #69c;
	border-left: 2px solid #8ea8c2;
	border-top: 2px solid #8ea8c2;
	border-right: 2px solid #35587f;
	border-bottom: 2px solid #35587f;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
p {
	margin-left: 1em;
}

ul	{
	margin: 0.5em;
	border: 1px solid #ccc;
	padding-right: 0.5em;
	background-color: #fff;
}
ul li {
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-type: none;
}
ul li ol {
	margin-left: 3em;
}
ul li ol li {
	list-style-type: decimal;
	line-height: 1em;
}

.button {
	text-align: center;
}

