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

.date {
	font-size: 10px;
	letter-spacing:1px;
	font-weight:bold;
	line-height: 1.3;
}

.name {
	font-weight:bold;
}

.morishita {
	font-size: 11px;
	font-weight:bold;
	line-height: 1.6;
	color: #004C53;
}

.cap {
	font-size: 11px;
	font-weight:bold;
	line-height: 1.6;
}

.midashi {
	font-size: 20px;
	font-weight:bold;
	line-height: 1.6;
}


/*　リンク　*/

a:link{ color: #FF7C86; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #C7B299; text-decoration: none; }