@charset "utf-8";

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

/* Initialise +++++++++++++++++++++++++++++++*/

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

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

img{
	border:none;
	line-height: 0;
}

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

/* Conf +++++++++++++++++++++++++++++++*/

body{
	padding:20px 0;
	background:#efefef;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
		"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
	font-size:12px;
	line-height:20px  ;
	color:#606060;
	padding:20px 0;
}

body#top{
    background:#FFF;
    color: #7C785D;
	padding:0;
}

body#glindex{
    background:#e6e6e6;
    color: #7c785d;
}

body#glview{
    background: #eaeaea;
    color: #8C7F66;
	padding:0;
}

body#imp,
body#imp td
{
	font-size:10px;
	line-height:15px;
	background:#fff;
}

a, 
a:link
{ 
	outline: none;
	color:#a06063;
}

a:visited{
	color:#b5878c;
}

a:hover{
	color:#f7931e;
	/* color:#FF6176; */
}

body#top a:link {
    color: #bf474c;
}

body#top a:visited {
    color: #bf474c;
}

body#top a:hover {
    color: #851a23;
}

#glview a:link{
	/* color:#b0906a; */
	color:#b54c4c;
}

#glview a:hover{
	color:#f7931e;
}

/* CONTAINER +++++++++++++++++*/

#base,
#container,
#wrapper
{
	margin:0 auto;
	width:900px;
	height:auto;
	border:1px #c1c1c1 solid;
	background:#fff;
	
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;/*ff*/
}

#container:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
	}
	
body#top #container{
	margin:0 auto;
	padding:0; 
	width:100%;
	height:auto;
	border:none;
	background:transparent;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#glview #container
{
	margin:0 auto;
	padding:4px 12px 12px; 
	width:auto;
	height:auto;
	border:none;
	background:transparent;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#logindex #container
{
	margin:0 auto;
	padding:4px 20px; 
	width:980px;
	height:auto;
}

#base form{
	padding:16px;
}

/* DISPLAY +++++++++++++++++*/

.inline
{
	display:inline;
}

li.block{
	display:block;
}

.textDel{
	text-indent: -9999px;
}

.none{
	display:none;
}

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

.textCenter{
	text-align:center;
}

.textLeft{
	text-align:left;
}

.avater a{
	display: block;
}

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

.red{
	color:#ff0000;
}

.win{
	color:#a06063;
}

.blue{
	color:#0066cc;
}

.green{
	color:#008735;
}

.black{
	color:#000;
}

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

.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

.center{
	text-align: center;
}

/*SIZE+++++++++++++++++*/

.fs10{
	font-size:10px;
}

.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.ffCentury{
	font-family:"Century Gothic", Helvetica;
}

/* Error Block +++++++++++++++++++++++++++++++*/

#errorBlock{
	text-align: center;
	color:#828282; 
	font-size:  12px;
	line-height:18px ; 
}

#errorBlock h1{
	color:#dd4449; 
	font-weight: bold; 
	font-size:  18px;
	line-height:22px ; 
}

#errorBlock h2,
#errorBlock p,
#errorBlock h3
{
	margin:0 0 8px;
}

#errorBlock div p{
	margin:0 0 20px;
}


#errorBlock span{
	color:#dd4449;
	font-weight: bold; 
}

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

#footer{
	height:10px;
	padding:22px 4px 8px 0;
	font:  10px/10px "ＭＳ Ｐゴシック", "Osaka"; 
	color:#b5b2b5;
	text-align:right;
}

