@charset "utf-8";

@import url(base.css);
@import url(contents.css);

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color: #FF9999;
/*	background-color: #FFFFFF;*/
	text-align: center;
	}
body div {
	text-align: left;
	margin: 0 auto;
}
body , table {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

table {
	border: 1px solid #C0C0C0;
}

a img {
	border: none;
	}

th,td {
	padding:5px;
	border: 1px solid #C0C0C0;
}
th {
	background-color: #C0C0C0;
}


h1 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3em
	}

h2 {
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.3em
	}

h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	}

a {
	text-decoration: underline;
	}

a:link {
	text-decoration: underline;
	}

a:visited {
	text-decoration: underline;
	}

a:active {
	text-decoration: underline;
	}

a:hover {
	}	

ul {
	text-align:left;
	list-style: none;
	}

address{
	color:#000000;
	font-size: x-small;
	text-align: center;
}

/* float 解除 ============================== */
.clear {
	clear: both;
	}


/* 非表示 ============================== */
.non {
	display: none;
	}


/* 文字色 ============================== */
.red_01 {
	color: #FF0000;
	}

