@charset "Shift_JIS";

/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/

*					{
	font-size : 100%;
	line-height: 1.5;
	font-family: sans-serif;
}

body				{ font-size: 75%; }

html > body			{ font-size: 12px; }

a:link, a:visited	{
	color: #0066cc;
	text-decoration: none;
}

a:hover, a:active	{
	color: #ff6600;
	text-decoration: none;
}

img					{ border: none; }

.copy				{
	padding-right: 10px;
	text-align: right;
}

p					{
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_text				{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
}

small				{ font-size: 0.9em; }

.space{
	padding:10px 0;
}