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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;height: 100%;
}
body {
	background:url(../img/bk.jpg) no-repeat center 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1;
	color:#333;
	height: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul, ol,dd { margin: 0; padding: 0; list-style: none; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
a 	{ cursor:pointer; }
a:link{
	color:#006FC5;
	text-decoration:underline;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:visited { color: #006FC5; }
a:hover {color: #F60;}
a:focus { outline: thin dotted; }
a:hover img{opacity:0.6;filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {vertical-align:middle;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
figure { margin: 0; }
small { font-size: 85%; }

/* =============================================================================
   text margin
   ========================================================================== */
.bold		{font-weight: bold;}
.red		{ color:#f00;}
.blue		{ color:#03f;}
.tRight		{ text-align:right;}
.tLeft		{ text-align:left;}
.tCenter	{ text-align:center;}
.bt20{margin-top:15px;}
.b20{margin:0 0 20px 0;}
.b05{margin-bottom:5px !important}
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }