@charset "utf-8";


/* ********************************************************************************

	Copyright (c) MY REAL VISION All Rights Reserved.

	Last Updated: 2009/07/24

	[INDEX]
	1. Common Format: 共通設定
		1.1 reset
		1.2 global

******************************************************************************** */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	1. Common Format

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ================================================================================

		1.1 reset

================================================================================ */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

hr, legend {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img, abbr, acronym, fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

ol li {
	margin: 0 0 0.5em 1.9em;
	list-style-type: decimal;
}

p {
	margin-bottom: 1em;
}


/* ================================================================================

		1.2 global

================================================================================ */

body, th, td {
	line-height: 1.4;
	color: #000;
	font-size: 76%;
	font-family: verdana, sans-serif;
}

div#flashArea {
	display: none;
}

h1 {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5em;
}

h2 {
	margin: 2em 0 1em 0;
}

h3 {
	margin: 2em 0 0.5em 0;
}

h4 {
	margin-bottom: 0;
}

dl dt {
	float: left;
}

dl dd {
	margin-left: 5em;
	margin-bottom: 0.3em;
}

p {
	margin-bottom: 0.5em;
}

div#copyright {
	margin: 2em 0 0 0;
	border-top: 3px solid #000;
	padding-top: 0.5em;
	text-align: right;
}


