@charset "Shift_JIS";

/* ----------------------------------------------------------------------
GLOBAL RESET
-------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

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

fieldset,img,abbr {
	border: 0;
}

address,caption.cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var {
	font-style: normal;
	font-weight: normal;
}

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

q:before,q:after {
	content:'';
}

br {
	letter-spacing: 0;
}

/* ----------------------------------------------------------------------
全体構造定義
-------------------------------------------------------------------------- */

/* ブラウザ全体 */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1.66; /* 単位はつけない */
	text-align: justify;
	/*text-justify: inter-ideograph;*/
	background-color: #d5d59b;
}

/* 見出し */

h1, h2 {
	display: none;
}

/* フォントサイズ */

.fontSize70 {
	font-size: 70%;
}

.fontSize80 {
	font-size: 80%;
}

/* 著作権 */

address {
	font-style: normal;
	font-size: 12px;
}

/* table */

table, th, td {
	margin: 1em 0;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #a0a0a0;
}

/* 入力フォーム */

input, textarea, select {
	font-size: 100%;
	color: #000000;
	background-color: transparent;
}

/* リスト定義 */

ol, ul, dl {
	margin: 0 0 0 1.1em;
	padding: 0;
}


/* ----------------------------------------------------------------------
リンクアンカー定義
-------------------------------------------------------------------------- */

/* リンクアンカー */

a:link {
	color: #0000ff;
}

/* クリック済みリンク */

a:visited {
	color: #000099;
}

/* リンク選択時 */

a:active {
	text-decoration: underline;
	color: #ff0000;
}

/* リンクがフォーカスされたとき */

a:hover {
	text-decoration: underline;
	color: #ff0000;
	position: relative;
}


