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

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing:1px;
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-position: center top;
	color: #000000;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.png) repeat-y center top; 
	text-align: center;
	}

#grade{
	margin: 0 auto;
	background: url(images/base_01.png) repeat-y center top; 
	text-align: center;
	}

#head{
	margin: 0 auto;
	background: url(images/base.png) repeat-y center top; 
	text-align: center;
	}

.cap {
	font-size: 13px;
}

.itoi {
	color: #555555;
	}


/*　リンク　*/

a:link{ color: #B9272D; font-weight:bold; text-decoration: none; }
	 
a:visited{ color: #F3A83B; font-weight:bold; text-decoration: none; }
	 
a:hover{ color: #80C12B; font-weight:bold; text-decoration: none;}
