@charset "Shift_JIS";

/* ================================================================================
   Clear User Agent Default Style
================================================================================ */

/*
html, body,
h1, h2, h3, h4, h5, h6,
address,
table, th, td,
form, div, p,
html {
*/

* {
	margin:						0px;
	padding:					0px;
	border:						1px none #000;
	font:							inherit;
	text-align:				inherit;
	background:				inherit;
	cursor:						auto;
}

/* =============================================================================
   Global Elements
============================================================================= */

html {
	background:				#fff none 0px 0px repeat scroll;
	color:						#000;
}

body {
	font:							normal normal normal 1.0em/1.3 "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	background:				transparent none 0px 0px repeat scroll;
}

/* =============================================================================
   Document Body
============================================================================= */

/* -----------------------------------------------------------------------------
   Grouping Elements
----------------------------------------------------------------------------- */

div, span { }

/* -----------------------------------------------------------------------------
   Headings
----------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight:			bold;
}

h1 { font-size:			1.5em; }
h2 { font-size:			1.4em; }
h3 { font-size:			1.3em; }
h4 { font-size:			1.2em; }
h5 { font-size:			1.1em; }
h6 { font-size:			1.0em; }

/* -----------------------------------------------------------------------------
   Address
----------------------------------------------------------------------------- */

address {
	font-size:				0.9em;
	text-align:				right;
}

/* =============================================================================
   Language information and text direction
============================================================================= */

/* -----------------------------------------------------------------------------
   Bidirection Override
----------------------------------------------------------------------------- */

bdo { }

/* =============================================================================
   Text
============================================================================= */

/* -----------------------------------------------------------------------------
   Phrase elements
----------------------------------------------------------------------------- */

em {
	font-weight:			bold;
}

strong {
	color:						#f00;
}

dfn {
	;
}

code {
	;
}

samp {
	;
}

kbd {
	;
}

var {
	;
}

cite {
	;
}

abbr, acronym {
	border-style:			none none dotted none;
	cursor:						help;
}

/* =============================================================================
   *INDEX
============================================================================= */

#index {
	color: #333;
}

#index h1 {
	margin: 				30px 10px 10px 20px;
	font-size:				1em;
}

#index p {
	margin-left:			20px;
	font-size:				0.8em;
}