アットウィキロゴ

base.css (clearfix、CSSハック含む)

@charset "UTF-8" ;
 
 
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
	font-size:13px;
	color:#333;
	background:white;
}
 
.readerItem {
	position:absolute;
	width:1px;
	height:1px;
	line-height:0.1;
	font-size:0.1%;
	left:-9999px;
}
 
img {
	vertical-align:bottom;
}
 
a:link {
	color:#0064af;
	text-decoration:none;
}
 
a:visited {
	color:#7a48a1;
	text-decoration:none;
}
 
a:hover,
a:active,
a:focus {
	color:#0064af;
	text-decoration:underline;
}
 
.footerSection1 a:link,
.footerSection1 a:visited {
color:#fff;
text-decoration:none;
}
 
.footerSection1 a:hover,
.footerSection1 a:active,
.footerSection1 a:focus {
color:#fff;
text-decoration:underline;
}
 
 
/*
-------------------------------------------------------------------- */
 
.mgTop5 {
	margin-top:5px !important;
}
 
.mgTop10 {
	margin-top:10px !important;
}
 
.mgTop15 {
	margin-top:15px !important;
}
 
.mgTop20 {
	margin-top:20px !important;
}
 
.mgTop25 {
	margin-top:25px !important;
}
.mgTop30 {
	margin-top:30px !important;
}
 
.txCenter {
	text-align:center;
}
 
.txRight {
	text-align:right;
}
 
.txLeft {
	text-align:left;
}
 
.hidden {
	display:none;
}
 
.flLeft {
	float:left;
}
 
.flRight {
	float:right;
}
 
.clr {
	clear:both;
}
 
.print {
	display:none;
}
 
.notes {
	font-size:91.8%;
	line-height:1.2;
}
 
/*
---------------------------------------------------------------------------------*/
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
 
.clearfix{
	min-height:1%;    /* for IE 7*/
}
 
/* -- for IE6 */
* html .clearfix{
	height:1px;
}
 
/* -- for IE7 */
*:first-child+html .clearfix[
	zoom:1;
}
 
.tipped {
	color:#999;
}
 
最終更新:2012年01月17日 11:16