a:link {color: #009; text-decoration: none}
a:visited {color: #c6c; text-decoration: none}
a:hover {color: #f60; text-decoration: underline}
a:active {color: #ff0;}
.blue a:link {color: #000; text-decoration: none}
.blue a:visited {color: #666; text-decoration: none}
.blue a:hover {color: #06c; text-decoration: underline}
.blue a:active {color: #ff0;}
.red a:link {color: #000; text-decoration: none}
.red a:visited {color: #666; text-decoration: none}
.red a:hover {color: #f00; text-decoration: underline}
.red a:active {color: #ff0;}
.green a:link {color: #000; text-decoration: none}
.green a:visited {color: #666; text-decoration: none}
.green a:hover {color: #090; text-decoration: underline}
.green a:active {color: #ff0;}
.yellow a:link {color: #000; text-decoration: none}
.yellow  a:visited {color: #666; text-decoration: none}
.yellow  a:hover {color: #f60; text-decoration: underline}
.yellow  a:active {color: #ff0;}
.gray a:link {color: #000; text-decoration: none}
.gray a:visited {color: #666; text-decoration: none}
.gray a:hover {color: #60c; text-decoration: underline}
.gray a:active {color: #ff0;}

body{
	margin:5px 0 0px 0;
	padding:0;
	background-color:#E6CCFF;
	background-image:url(../img/back_body00.gif);
	}

#container{
	margin:5px;
	padding:0;
	}
#container table{
	background-image:url(../img/back00.gif);
	background-repeat:repeat-y;
	width:690px;
	}
#container td{
	vertical-align:top;
	margin:0;
	padding:0;
	}	

.contents{
	padding:10px;
	margin:0 0 0 180px;
	background-image:url(../img/illust09.jpg);
	background-repeat:no-repeat;
	background-position:40% top;
}

.blue{
	margin:5px 0 0 10px;
	font-size:94%;
	color:#33f;
	}
.red{
	margin:5px 0 0 10px;
	font-size:94%;
	color:#c00;
	}
.green{
	margin:5px 0 0 10px;
	font-size:94%;
	color:#060;
	}
.yellow{
	margin:5px 0 0 10px;
	font-size:94%;
	color:#f60;
	}
.gray{
	margin:20px 0 10px 20px;
	font-size:94%;
	color:#000;
	}

.tab{
	text-align:left;
	margin-bottom:1px;
}
.home{
	margin-left:550px;
}
.title{
	padding:0;
	margin:10px 0 0 76px;
}
.navi{
	padding:0;
	margin:5px 0;
	font-size:80%;
	width:650px;
	text-align:right;
}
.copy{
	border-top:2px solid #fff;
	padding:5px 3px;
	margin:20px 0 0 0;
	font-size:80%;
	width:650px;
	text-align:right;
}
