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

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

.b-25px {
	font-size: 23px;
	letter-spacing:0px;
	font-weight:bold;
}

.q-16px {
	font-size: 16px;
	font-weight:bold;
}

.cap {
	font-size: 10px;
	line-height: 1.5;
	font-weight:bold;
}

.cap2 {
	font-size: 12px;
	line-height: 1.5;
	font-weight:bold;
}

.red {
	font-size: 16px;
	font-weight:bold;
	color: #FF0000;

}


/*　リンク　*/

a:link{ color: #FF4F6B; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #FCBD24; text-decoration: none; }