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:2px;
	color: #000000;
	font-family:"Lucida Grande", "ヒラギノ角ゴ ProN W3", "Lucida Sans Unicode";
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.gif) repeat-y center top;
	background-attachment: fixed;
	text-align: center;
	}

.tweet {
	font-weight:bold;
	letter-spacing:1px;
}

.midashi {
	font-size: 18px;
	font-weight:bold;
	line-height: 1.2;
	color: #009DED;
}

.chu {
	font-weight:bold;
	color: #009DED;
}


.largemarker {
	font-size: 18px;
	font-weight:bold;
	line-height: 1.2;
	background-color: #ffff00;
}

.report {
	font-size: 13px;
	letter-spacing:0px;
	line-height: 1.7;
}

.time {
	font-size: 18px;
	letter-spacing:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height: 1.7;
}

.cap {
	font-size: 12px;
}


/*　リンク　*/

a:link{ color: #FF0000; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #009DED; text-decoration: none; }