.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

.StartAbsolute {
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto auto;

}

.center {
    width: 300px;
    margin: 0 auto;
}

.centerd {
	margin-left: auto;
	margin-right: auto;
}

.handback {
	position: relative;
	background-color: #3c67a6;
	width: 100%;
	height: 650px;
	text-align: center;
}

.clearLeft { 
	clear: left; 
}

.floatLeft { 
	float: left; 
	word-break: break-all;
}

.clearLeft120 { 
	clear: left; 
	height: 30px;
	width: 120px;
}

.floatright { 
	float: right; 
}

.whiteColor { color: #ffffff; }
.whiteColorH { 
	color: #ffffff; 
	font-size: 140%;
}

.blackBox {
	float: left; 
	background-color: #666666;
/*	width: 130px;
	height: 181px;*/
	border: 1px solid #000;
	text-align: center;
/*	position: relative;*/
}

.boxCenter {
	background-color: #ffffff;
    margin:10px 10px 10px 10px ;
}

.fadeout{
opacity: 0;
transition: 6s ease-in-out;
-webkit-transition: 6s ease-in-out;
box-sizing:border-box;
}

.fadein{
opacity: 1;
transition: 6s ease-in-out;
-webkit-transition: 6s ease-in-out;
box-sizing:border-box;
}

.idshow3 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.imagebox { position: relative;width: auto;height: auto;margin: 0px 0px 0px 0px;}

/*a:visited { color: #0033cc; }*/
/*a:focus { color: #0033cc; }*/
/*a:hover { color: #0033cc; }*/
/*a:active { color: #0033cc; }*/
/*a:link {color:#0000ff;} *//*未訪問のリンクの色*/
/*a:visited {color:#00ccff;} *//*訪問済みのリンクの色*/
/*a:hover {color:#ffffff; background:#0000cc;} *//*カーソルが乗っているリンクの色*/
/*a:active {color:#ffff00;} *//*クリック中のリンクの色*/

.box3:hover {text-decoration: underline;overflow: hidden;}
.box3 { float: left;}
.boxContainer { overflow: hidden;}
/* clearfix */
.boxContainer:before,
.boxContainer:after {
 content: "";
 display: table;
}
.boxContainer:after { clear: both;}
/* For IE 6/7 (trigger hasLayout) */
.boxContainer { zoom: 1;}

.boxContainer:hover {background-color: #f5f5f5;}

.title:hover {text-decoration: underline;}

.boxContainer:hover {text-decoration: underline;}

/*.title a { color: #333333; text-decoration: none; }*/

