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

/*@charset "utf-8";漢字コードを指定するとsafariではバグになる*/

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

img{ 
	border: none;
}

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

a:link:hover{
}



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

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


.clearFix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
}

.none{
	display:none;
}


.error{
	margin:0 0 20px;
	color: #cc4a65;
	display:block;
	float:left;
	margin:0 0 0 4px;
}


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

.red{
	color:#ff0000;
}

.blue{
	color:#0066cc;
}

.green{
	color:#008735;
}

.black{
	color:#000;
}

/*STYLING+++++++++++++++++*/

.bold{
	font-weight:bold;
}

/*TOP +++++++++++++++++*/


#topmain{
	width:900px;
	height:665px;
}

div.input input{
	display: none;
	vertical-align:middle;
}