#contents {
	position: relative;
	width: 1024px;
	margin-left : auto ;
	margin-right : auto ;
    overflow: hidden;

}

#top {
	width: 100%;
}



/************************************/
/*                                  */
/* 　#contents　　　　　　          */
/*                                  */
/************************************/

.left_box {
    width: 640px;
	float: left;

}

.image_box {
    width: 640px;
	height: 640px;
	float: left;

}

.image_area {
    display: table-cell;
    width: 640px;
    height: 640px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #888888;
}

.image_area .jsgif {
    width: 640px;
    height: 640px;
    position: relative;
}

.image_area .jsgif canvas {
    max-width: 640px;
    max-height: 640px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.image_area img {
width:auto;
height:auto;
max-width:640px;
max-height:640px;
}



#about {
    width: 384px;
    float: left;

}


#about dl,dt,dd {
	margin: 0;
	padding: 0;
}



#about dl {
    width: 384px;
    height: 640px;
	padding-left:30px;
	font-size:14px;
	line-height:16px;
}



#about dt {
	font-weight:bold;
	clear: left;
	float: left;
	width: 120px;
}

#about dd {
    margin-left: 120px;
    width: 230px;
}



#confirmation {
    width: 640px;
    float: left;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
}

#confirmation dl,dt,dd {
	margin: 0;
	padding: 0;
}



#confirmation dl {
    width: 640px;

}



#confirmation dt {
	font-weight:bold;
	font-size:14px;
	clear: left;
	float: left;
	width: 100px;
}

#confirmation dd {
    background: #fff;
    margin-left: 110px;
    width: 530px;
	font-size:12px;
	line-height:16px;
}




/************************************/
/*                                  */
/*  #move                           */
/*                                  */
/************************************/

#move {
    float: left;
	font-weight: bold;
	text-decoration: none;
}


.btn_return {
    width: 120px;
    height: 46px;
    line-height: 46px;
    color: #FFF;
    background-color: #888;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 45px;
}

.btn_return a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.btn_return a:hover {
	background:#FFF;
	border: 1px solid  #888;
	color:  #888;
}


.btn_move_on {
    width: 280px;
    height: 46px;
    line-height: 46px;
    color: #FFF;
    background-color: #4682b4;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-right: 45px;
}

.btn_move_on a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.btn_move_on a:hover {
	background:#FFF;
	border: 1px solid #4682b4;
	color: #4682b4;


}

.btn_print_on {
	width: 150px;
	height:46px;
	line-height:46px;
	color: #FFF;
	background-color: #888;
	text-align: center;
	font-size: 16px;
	 float: left;
}

.btn_print_on a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.btn_print_on a:hover {
	background:#FFF;
	border: 1px solid  #888;
	color:  #888;
}


/************************************/
/*                                  */
/*  その他                          */
/*                                  */
/************************************/


#top > h1 {
    font-size: 16px;
    line-height: 16px;
    background: url(../img/common/icon_h1.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 30px;
}


.font_white {
	color: #FFF;
}

.blank_5 {
	height: 5px;
}

.blank_10 {
	height: 10px;
}

.blank_15 {
	height: 15px;
}

.blank_20 {
	height: 20px;
}
.blank_30 {
	height: 30px;
}

.font_12{
	font-size:12px;
	}

.mb_10{
margin-bottom: 10px;
}

.mb_30{
margin-bottom: 30px;
}

@media print {  /* 印刷時のcss */

	#contents {
		display: table;
	}
	.image_box {
		display: table-cell;
	}
	#about {
		display: table-cell;
		float: right;
	}

}

div.play {
	width: 120px;
	height: 46px;
	background-image: url("../img/common/btn_gif_play.png");
	margin: 0 auto;
	padding-top: 9px;
	cursor: pointer;
	display: none;
}

div.play:hover {
	background-repeat: no-repeat;
	background-image: url("../img/common/btn_gif_play_hover.png")
}

div.pause {
	width: 120px;
	height: 46px;
	background-image: url("../img/common/btn_gif_pause.png");
	margin: 0 auto;
	padding-top: 9px;
	cursor: pointer;
	display: none;
}

div.pause:hover {
	background-repeat: no-repeat;
	background-image: url("../img/common/btn_gif_pause_hover.png")
}

div.gif_disabled {
	width: 120px;
	height: 46px;
	background-image: url("../img/common/btn_gif_disabled.png");
	margin: 0 auto;
	padding-top: 9px;
}

.gif_control {
    clear: both;
	padding-top: 5px;
}
