﻿/* ############################ 共通 ######################### */

html, body, div, nav, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,footer,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body{
color:#555;
letter-spacing:0.5px;
font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a,a:link{
color:#0066c0;
text-decoration:none;
}
a:hover{
color:#ee7c1a;
text-decoration:underline;
}

/* ############################ 共通ここまで ######################### */

#nouki_body * {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#nouki_body {
color:#555;
line-height:1.5;
padding:0;
}
#nouki_body p {
	font-size:100%;
}


.nouki_style01 {
	margin-bottom:3px;
}
.nouki_style02 {
	color:#000;
	font-size:120%;
}
.nouki_style03 {
	font-size:80%;
}