/*  default.css  */
/*  WinIEおよびデフォルト指定用のスタイル  */


/* 共通のスタイル */
body {
	font-family:"ＭＳ Ｐゴシック",Arial,Verdana,Helvetica;
	color: #555555;
	}
body, td, th {
	font-size: x-small;
	line-height: 1.2;
	}
a {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	color: #AAAAAA;
	text-decoration: underline;
	}	

a.ul {
	text-decoration: underline;
	}

.wiiblue {
	color: #34BEED;
	}

.caption {
	color: #666666;
	}

.txtlink {
	color: #999999;
	}

.txtlink_off {
	color: #AAAAAA;
	}
.code {
	font-family: Verdana, Arial, Helvetica;
	color: #999999;
	}
.notice {
	color: #999999;
	}
.necessary {
	color: #666666;
	}
.new {
	color:#ff3366; font-family:Verdana, Arial, Helvetica; font-size:smaller;
	}

/* 固有のスタイル */
.tx16 {
	font-size: small;
	line-height: 1.2;
	}
	
.tx12 {
	font-size: x-small;
	line-height: 1.3;
	}

.tx10 {
	font-size: xx-small;
	line-height: 1.3;
	}



/*=================================================
add header
=================================================*/
#add_header{
	width: 100%;
	height: 54px;
	background-image: url(../img/bg_add_header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#add_header #wrap{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#add_header #wrap .add_btn{
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#add_header #wrap .add_btn a img{
	border: none;
}
