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

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing:1px;
	background-color: #FFE6F0;
	color: #333333;
	background-attachment: fixed;
	background-image: url(images/2_back.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	}

form {
       margin:0;
       padding:0;
       }
	   
#wrapper{
	margin: 0 auto;
	background: url(images/2_base.jpg) repeat-y center top; 
	text-align: center;
	}
	

.date {
	font-size: 11px;
	letter-spacing:1px;
}

.cap {
	font-size: 12px;
	line-height: 1.2;
}

.pink {
	color: #ED7792;
	font-weight:bold;
}

.saeki {
	color: #ED7792;
}

.itoi {
	color: #689AE2;
}


/*　リンク　*/

a:link{ color: #ED000A; text-decoration: none; }
	 
a:visited{ color: #FF843F; text-decoration: none; }
	 
a:hover{ color: #ED7792; text-decoration: none; }
