@charset "shift_jis";

/* ėpݒ */
body{
	margin:0;
	padding:0;
	color:black;
	width:100%;
	}

div.body{
	background-color:#feb;
	}

a{
	text-decoration:none;
	color:#c44;
	}

a:hover{
	text-decoration:underline;
	color:#f44;
	}

div.copyright{
	color:black;
	background-color:white;
	text-align:right;
	border-top:solid 1px red;
	clear:both;
	}

div.head{
	border-bottom:solid 2px red;
	background-color:white;
	color:black;
	}

h1.title{
	font-family:cursive;
	font-size:200%;
	font-weight:bold;
	display:inline;
	}

h2.subtitle{
	display:inline;
	font-size:90%;
	font-weight:normal;
	}

img{
	border:0;
	}

span.strong{
	font-weight:bold;
	font-size:130%;
	}
