@charset "utf-8";
/*ReSet.css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: 0;
	color: #00F;
}

img {
	vertical-align: bottom;
}

/* clearfix */

.clearfix {zoom:1;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;}
	
/* html */

html {
	font-size: 100%;
}

/* body */

body {
	background-color:#000000;
	color:#111111;
	font-size: 62.5%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka;
}

h2 {
	font-size: 1.8em;
	font-family: "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	color: #F60;
	display: block;
	border-bottom: 1px solid #F60;
	margin: 20px 0 10px;
	padding: 2px 0;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 4px;
}

/* reference */

#reference {
	width: 654px;
	margin: 40px auto;
	background-color: #FFF;
	border: 4px double #F30;
	padding: 10px;
}

#reference p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 10px;
	padding: 0 0 0 4px;
}

#reference p span {
	font-weight: bold;
	color: #F00;
}

#reference ul {
	padding: 0 0 0 4px;
	font-size: 1.4em;
	line-height: 1.6em;
}