@charset "Shift_JIS";

* {
	color: #000;
	background: transparant;
	font-size: medium;
	line-height:1.5;
	}

body{
	margin: 20px 0;
	padding: 0;
	}


/* テーブルなどです。
---------------------------------------------------- */

TABLE{
	line-height: 1.5;
	text-align: left;
	background: #fffff0;
	border-top: 1px solid #19f;
	border-right: 1px solid #19f;
	border-bottom: 0px;
	border-left: 0px;
	}

TR{	line-height: 1.5;
	text-align: left;
	padding: 10px;
	}

TH{	line-height: 1.5;
	padding: 10px;
	text-align: center;
	background: #87cefa;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #19f;
	border-left: 1px solid #19f;
	font-size: large;
	font-weight: 600; 
	}

TD{	line-height: 1.5;
	text-align: left;
	padding: 10px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #19f;
	border-left: 1px solid #19f;
	}

/* リストです。
---------------------------------------------------- */

UL	{ line-height:1.5; }

LI	{ line-height:1.5; }



P	{ line-height:1.5; }

H1{
	color: #008;
	background: transparent;
	font-size: xx-large;
	}

BLOCKQUOTE{
	margin: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	color: #111;
	background: #dfdfff;
	line-height:1.5;
	}

#container{
	width: 800px;
	margin: 0 auto;
	}

#migiyose-1{
	text-align: right;
	background: transparent;
	line-height: 1.5;
	}

#title{
	text-align: center;
	font-size: 60px;
	line-height: 72px;
	color: #000080;
	background: transparent;
	}

#e-title{
	text-align: center;
	font-size: x-large;
	font-family: Century Gothic;
	background: transparent;
	}

.xx-l	{ font-weight: 400; font-size: xx-large; line-height: 120%; color: #000080; background: transparent;}
.x-l	{ font-weight: 400; font-size: x-large; line-height: 120%; background: transparent;}
.large	{ font-weight: 600; font-size: large; line-height: 120%; background: transparent; font-family: Century Gothic;}

.koso	{ font-weight: 600; color: #ff4040; background: transparent;}


/* リンクの指定です。
---------------------------------------------------- */

A:LINK {
	color: #000080;
	}

A:visited {
	color: #000080;
	}

A:HOVER {
	text-decoration:underline;
	color: #ccc;
	background: #008;
	}

A:active {
	text-decoration:underline;
	color: #bb2;
	background: #000;
	}

