@charset "EUC-JP";

/*--------------------------------------
  Default Style Sheet
  Last Update 2006-04-11

  - Universal selector
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Edit Module
  - Forms Module
  - Tables Module
  - Image Module
  - Object Module

---------------------------------------*/

/*--------------------------------------
  Universal selector
---------------------------------------*/

*{
	font-size: 100%;
	margin:	 0;
	padding: 0;
}

/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	background-color: #D1D1EB;
	font-family: Verdana;
}

/*--------------------------------------
  Text Module
---------------------------------------*/

p {
	margin: 0;
}
pre,
address,
cite {
	font-size: 80%;
	margin: 0.8em 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.2;

}


pre {
	width: auto;
	_width: 90%; /*for IE*/
	overflow: auto;
	font-size: 75%;
	letter-spacing: 1px;
	color: #3d4263;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 8px 16px;
}

pre[title]::before {
	display: block;
	color: black;
	content: attr(title);
	margin-bottom: 0.8em;
}


cite {
	display: block;
	color: #333333;
	font-style: normal;
	text-align: right;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	color: #333;
}

code {
	font-family: "Osaka¡ÝÅùÉý", monospace;
	color: #3d4263;
}

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #005585;
}

a:visited {
	color: #485270;
}

a:hover {
	color: #b83800;
}

/*--------------------------------------
  List Module
---------------------------------------*/

/*--------------------------------------
  Forms Module
---------------------------------------*/

form {
	clear: both;
	background-color: #F7F7F7;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	margin: 0.5em 16px 1em 16px;
	padding: 1px 0 1em 0;
}

form dl,
form p {
	margin: 0.4em 16px;
}

fieldset {
	border: none;
	padding: 1px 0;
}

legend {
	display: none;
	font-size: 85%;
	background-color: #e8e8e8;
	padding: 0.1em 8px;
}

input,
textarea {
	font-size: 12px;
	background-color: white;
	border: none;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	padding: 0em 4px;
}

input:hover,
textarea:hover {
	background-color: #eaeeef;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
}

input:focus,
textarea:focus {
	background-color: #e2e6e7;
	border-top: 1px solid #a7abac;
	border-left: 1px solid #a7abac;
}

textarea {
	padding: 0em 4px;
}

p input {
	margin-left: 4px;
}

input.radio {
	background-color: transparent;
	border: none;
}

input.submit {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6c737a;
	border-width: 1px;
	border-style: solid;
	border-color: #8f8f8f #c2c2c2 #c2c2c2 #8f8f8f;
	padding: 1px 0.5em;
}

input.submit:hover {
	color: black;
	background-color: white;
}

/*--------------------------------------
  Tables Module
---------------------------------------*/

table {
	border-width: 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
}


td,
th {
	line-height: 1.2;
	padding: 0.2em 0.2em;
}

th {
	border-width: 0 0px 0px 0;
	border-style: solid;
	border-color: #d2d2d2;
}

td {
	border-width: 0px;
	border-style: solid;
	border-color: white #bfc3c4 #bfc3c4 white;
}

/*--------------------------------------
  Image Module
---------------------------------------*/

img {
	vertical-align: bottom;
}

/*--------------------------------------
  Object Module
---------------------------------------*/

object,
embed {
	margin: 1em 16px;
}
