/* 魔法少女プリティサミーOVA CSS Document */

/*body tag*/
body,td,th {
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #FF99CC;
	margin-top: 0px;
	text-align:center;
  }
a {
	text-decoration:underline;
	color:#3366FF;
	}
a:hover {
	text-decoration:none;
	color:#0033FF;
	}
	
/*最新情報*/
td.airbg {
	background-color:#E8F8FF;
	}
	
p.air {
	size:12px;
	text-align:left;
	margin-top:5px;
	color:#000099;
	}

p.index {
	size:12px;
	text-align:left;
	margin-top:10px;
	margin-bottom:2px;
	color:#003399;
	border-bottom:2px dashed #FFCC00;
	}

/*作品紹介*/
p.about {
	font-size:14px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	line-height:25px;
	color:#000000;
	}

/*クレジット情報*/
p.root {
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
	size:12px;
	color:#3366FF;
	}
	
address {
	margin-top:5px;
	font-size:11px;
    font-style:normal;
	text-align:center;
	color:#003366;
	}

