/**
 * Eric Meyer's Reset CSS v2.0 
(http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com*/
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; }

.clear { clear: both; }
img {vertical-align: top; border-style:none; border: none; vertical-align:top; }
img.center {margin: 0 auto; text-align: center; display: block;}

a { outline: none; color: #111111; text-decoration: underline; }
a:link, a:visited, a:active { text-decoration: underline; }
a:hover { text-decoration: underline; }
a img { border-style:none; }

a:hover {
	opacity: 1.0;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: flash;
	animation-duration: 0.5s;
	animation-name: flash;
}

@-webkit-keyframes flash {
	0% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

@keyframes flash {
	0% { opacity: 0.5; }
	100% { opacity: 1.0 ;}
}

.text-bold { font-weight: bold; }
.text-color1 { color:#47a0f0;}
.text-color2 { color:#8c51a0;}
.text-color3 { color:#00796f;}
.text-color4 { color:#a0966f;}
.text-color5 { color:#96c800;}
.text-color6 { color:#00478c;}
.text-color7 { color:#a0a0a0;}


html { 
	height: 100%;
	width: 100%;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #111111;
	background: #ffffff;
}


