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;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.gif) repeat-y center top; 
	text-align: center;
	width: 955px;
	background-attachment: fixed;
	}

.day {
	font-size: 11px;
	line-height: 1.4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:1px;
	}
	
.cap {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing:1px;
}

#profile {
	margin-left: 400px;
	margin-top: 40px;
}

.profile {
	display: none;
	width: 600px;
	margin: 0 auto;
	background: #FFF;
	padding: 40px;
}
.profile dt {
	font-size: 28px;
}
.profile dt img {
	vertical-align: middle;
	margin-right: 20px;
}
.profile span span {
	font-size: 14px;
}
.profile dd {
	margin-top: 20px;
}
.profile .close {
	display: block;
	margin: 20px 0 0 0 ;
	text-align: center;
}

.tomisawa{
	color:#004935;
}

.date{
	color:#2E0D74;
}

.itoi{
	color:#4D4D4D;
}

.name{
	font-weight:bold;
}


/*　リンク　*/

a:link{ color: #88E138; text-decoration: none; }
	 
a:visited{ color: #A4A4A4; text-decoration: none; }
	 
a:hover{ color: #FC6D7D; text-decoration: none; }
