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

.cap {
	font-size: 12px;
	color: #555555;
}

.size {
	font-size: 13px;
}

.bold {
	font-size: 18px;
	font-weight:bolder;
	color: #2E3192;
}

.bold2 {
	font-size: 30px;
	font-weight:bolder;
	color: #2E3192;
}
	

/*　リンク　*/

a:link{ color: #4694D1; text-decoration: none; }
	 
a:visited{ color: #998675; text-decoration: none; }
	 
a:hover{ color: #F7931E; text-decoration: none; }
