@charset "utf-8";

/* -------------------------------------------------------------------------------------
                 Copyright(C) 2010 accesscounter.net  All Rights Reserved.
------------------------------------------------------------------------------------- */



/* Reset Styles Base
------------------------------------------------------------------------------------- */

html, body, div, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, code, address, 
ul, ol, li, dl, dt, dd, 
table, th, td, caption 
form, fieldset, form, input
{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Osaka,"ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
	font-size: small;
	font-style: normal;
	list-style: none; 
	}


body	{ background-color: #fff8dc; text-align: center; }

img	{ border: 0; }

* { box-sizing : border-box; }
* { -moz-box-sizing : border-box; }

a	{ color: #09c; }
a:hover	{ text-decoration: none; }
span	{ font-weight: bold; }
span.stress	{ color: #fc0082; }


