@charset "utf-8";
/*CSS BASE-------copyright 2006 Museum of Digital Sculpture.*/


*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline: none
}

address,
article,
aside,
button,
details, 
dd,
dl,
dt,
figcaption, 
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
	display:block;
}

table{
    border-collapse:collapse;
	border:none;
	word-wrap:break-all;
	/*word-break:break-all;*/
	display:block;
}

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

img{ 
	border: none;
	vertical-align: top;
}

a, a:link, a:visited{ 
	text-decoration:none;
	outline: none;
	color: #2963dc;
}

a:hover{
	color: #fa5f89;
}

em, 
strong
{
	text-decoration:none;
	font-style:normal;
	font-weight: 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;
}

/* BODY +++++++++++++++++++++++++ */
body{
	margin: 0 auto;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
	"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}

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

.red{
	color:#ff0000;
}

.blue{
	color:#0066cc;
}

.green{
	color:#008735;
}

.black{
	color:#000;
}

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

.bold{
	font-weight:bold;
}

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

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

button,
input{
	border:none;
}

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


:root{
--keycolor: #e50012;
--keycolor: rgba(229,0,18,0.8);
--subcolor: #2963dc;
--bordercolor: #c9c9c9 solid 1px;
}
