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

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

.cap {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing:1px;
}

.midashi {
	font-size: 15px;
	font-weight:bold;
	color:#666666;
	line-height: 1.4;
	letter-spacing:1px;
}

.b-midashi {
	font-size: 22px;
	font-weight:bold;
	color:#299FD6;
	line-height: 1.4;
	letter-spacing:1px;
}


.time {
	font-size: 20px;
	line-height: 1.4;
	font-family: "Times New Roman","Garamond","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing:1px;
	font-weight:bold;
	color: #299FD6;
	}
	

/*　リンク　*/

a:link{ color: #299FD6; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #FFFF00; text-decoration: none; }