@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
	background-color: #CCFFCC;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
}

span.blue {
	color: #0000FF;
	font-weight: 100;
}

span.red {
	color: #FF0000;
	font-weight: 100;
}

span.green {
	color: #00CC00;
	font-weight: 100;
}

span.purple {
	color: #FF00FF;
	font-weight: 100;
}

span.darkblue {
	color: #0000AA;
	font-weight: 100;
}

span.darkred {
	color: #AA0000;
	font-weight: 100;
}

span.darkgreen {
	color: #006600;
	font-weight: 100;
}

span.kensaku {
	color: #FF00FF;
	font-size: 30px;
	font-weight: 100;
}

span.kensaku_small {
	color: #006600;
	font-size: 12px;
	font-weight: 100;
}

span.ipe {
	color: #0000FF;
	font-size: 48px;
	font-weight: 100;
}
