@charset "Shift_JIS";

	body, table, th, td, div, span, ul, li, p, a {
		color:					#222222;
		font-size:			12px;
		font-family:		"MS UI Gothic", osaka, "MS PƒSƒVƒbƒN", arial, helvetica, sans-serif;
	}

	a:link		{color: #144092; text-decoration: none; }
	a:visited {color: #7B2185; text-decoration: none; }
	a:hover		{color: #467EE6; text-decoration: underline;}

	body, form, fieldset {
		margin:	0px;
		padding: 0px;
	}
	
	fieldset
	{
		border:none;
	}
	
	h1, h2, h3, h4, h5, h6, p, pre
	, blockqoute, ul, ol, li, dl, dd
	, form, table, td, th 
	{
		margin:0px;
		padding:0px;
	}
	
	p 
	{
		margin:1em 0em 1em 1em;
	}

	blockqoute, ul, dl, dd
	{
		margin-left:1em;
	}

	ol 
	{
		margin-left:1.5em;
	}
	
	ul li 
	{
		margin-left:1em;
		list-style:disc;
	}

	ol li 
	{
		margin-left:1em;
		list-style:decimal;
		list-style:decimal-leading-zero;
	}

	input, textarea 
	{
		color:								 #222222;
		font-size:						 12px;
		font-family:					 fixed;
	}

	img {
		border:none;
		/*vertical-align:bottom;*/
	}
