/*CSS BASE-------copyright 2006 Museum of Digital Sculpture.*/

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

img{ 
	border: solid 0 #ffffff;
}

a, a:link, a:visited{
	text-decoration:none;
}

ul,li{
	list-style-type:none;
}

em, strong{
	text-decoration:none;
	font-style:normal;
}

.clear{
	clear:both;
}

.clear:after{
	content:" ";
	display:block;
	width:100%;
	clear:both;
	height:0;
}

/*COLORING+++++++++++++++++*/

.red{
	color:#ff0000;
}

.blue{
	color:#0066cc;
}

.green{
	color:#008735;
}

.black{
	color:#000;
}

.bold{
	font-weight:bold;
}


/*Base+++++++++++++++++++++++++++++++*/

#base{
	margin:0 auto;
}



/*footer+++++++++++++++++++++++++++++++*/

#footer{
	position:fixed;
	z-index:2; 
	left:0;
	bottom:0;
	width:100%;
	height:42px;
	background:transparent url("/css/images/under-liner-wht.png") repeat-x;
}

#footer dt{
	float:left;
	display:block;
	margin: 0 0 0 10px;
	width:154px; 
	height:28px;
	text-indent:-9999px;
	background:transparent url("/css/images/logo-sub-wht.gif") repeat-x;
}

#footer dd{
	float:left;
	display:block;
	width:500px;
	font:10px/40px "ＭＳ Ｐゴシック", "Osaka";
	color:#7C785D;
}

/*alert+++++++++++++++++++++++++++++++++++++++++*/

#alert p{
	font:14px/22px "ＭＳ Ｐゴシック", "Osaka";
	color:#7C785D;
}