@charset "ISO-8859-1";

/*===== CONTENTS ===========================================

	1: reset
	2: base setting
	3: link setting

==========================================================*/


/* 1: reset
==========================================================*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
	line-height: 1.6;
	text-align: center;
}

* html body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
	line-height: 1.6;
	text-align: left;
}


h1, h2, h3, h4, h5, h6, p, form, ul, ol ,li, dd, dt, dl {
	margin: 0;
	padding: 0;
}

option { padding-right: 10px; }
*:first-child+htm option { padding-right: 0; }/* IE7 */
* html option { padding-right: 0; }/* IE6 */

input, textarea {
	margin-top: 0px;
	background: #FFFFFF;
}

address, caption, cite, code {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th, td {
	font-size: 100%;
}

html > body img {
	vertical-align: bottom;
} /* IE7, IE8, modern browser */ 

a img {
	border: 0;
}

br {
	letter-spacing: 0px;
}


/* 2: base setting
==========================================================*/
/* h1-h6 */
#contents #main h1 { font-size: 140%; }
#contents #main h2 { font-size: 120%; }
#contents #main h3 { font-size: 110%; }
#contents #main h4, #contents #main h5, #contents #main h6 { font-size: 100%; }

/* list */
#contents #main ol,
#contents #main ul {
	margin: 0 0 0 2em;
	list-style-position: outside;
}

* html #contents #main ol { margin: 0 0 0 3.2em; }
*:first-child+html #contents #main ol { margin: 0 0 0 3.2em; }

* html #contents #main .singleBlock ol li img.fileIcon,
* html #contents #main .singleBlock ul li img.fileIcon,
* html #contents #main .basicBlock ol li img.fileIcon,
* html #contents #main .basicBlock ul li img.fileIcon {
	margin: 0.2em 0 0.2em 4px;
}

/* form */
#contents #main label {
	margin-left: 3px;
}

#contents #main textarea {
	font-size: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


/* 3: link setting
==========================================================*/
a {
	text-decoration: underline;
}

a:link {
	color: #1240A0;
}

a:visited {
	color: #663399;
}

a:hover {
	color: #B6171B;
}

a:active {
	color: #B6171B;
}

#contents #main a:hover {
	background-color: #F3EFDD;
}
