@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	color:#000 !important;
}
h1,h2,h3,h4,h5,h6 {
	clear:both;
}
/* for IE6 */
* html body {
    font-size: 82%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 82%;
}

/* for IE8 */
html>/**/body {
	font-size: 82%;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
#top a {
	color:#15296F;
}
#university a {
	color:#092B0F;
}
#highschool a {
	color: #421E00;
}
#elementary a {
	color: #6A1133;
}

a:hover {
	color:#F00 !important;
	text-decoration:none;
}


ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
        vertical-align:middle;
}
img {
	vertical-align: bottom;
}
li {
	list-style: none;
}

/* Alignment */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
img.alignnone {
	margin-top: 0px;
}
#top ::selection {
	background: #069; /* CSS3 */
}
#top ::-moz-selection {
background: #069; /* Firefox */
}
#university ::selection {
	background: #1FA43B; /* CSS3 */
}
#university ::-moz-selection {
background: #1FA43B; /* Firefox */
}

#highschool ::selection {
	background: #f57e01; /* CSS3 */
}
#highschool ::-moz-selection {
background: #f57e01; /* Firefox */
}

#elementary ::selection {
	background: #e03875; /* CSS3 */
}
#elementary ::-moz-selection {
background: #e03875; /* Firefox */
}