@charset "Shift_JIS";

/* BASIC SETTING */
.html {
    background-color: #FFFFFF;
}
.body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top;
}
.side{
    position: fixed;
    z-index: 9999;
    top: 0%;
    right: 0;
    margin-top: 5px;
    opacity: 0.9;
    width: 150px;
    margin-right: 40px;
}
/*---------- img alphaOver -----------*/

.alphaOver a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.alphaOver_no a:hover img{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
/* -- img -- */
img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#wrapper {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    color: #BC0003;
  }
.thumb {
    display: block;
    margin: 0 auto;
  }

.html {
    background-color: #FFFFFF;
}
.body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top;
}
div.moviebox{
    background-color: #F9F9F9;
    position: absolute;  /*要素を浮かす*/
    /*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; /*上下左右中央に*/
    width: 100%; /*widthの指定は必須*/
    height: 100%; /*heightの指定は必須*/
    padding-top: 40px;
}
.pageback_001 {
    font-size: 15px;
    font-weight: bold;
    color: #00359F;
    display: block;
    width: 150px;
    height: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #303030;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 35px;
    font-family: "Arial Black", Gadget, sans-serif;
}
.pageback_001 a:link {
    text-decoration: none;
    color: #000000;
}
.pageback_001 a:hover {
    text-decoration: none;
    color: #00359F;
}
.pageback_001 a:visited {
    text-decoration: none;
    color: #00359F;
}
.side{
    position: fixed;
    z-index: 9999;
    top: 0%;
    right: 0;
    margin-top: 5px;
    opacity: 0.9;
    width: 150px;
    margin-right: 40px;
}
/*---------- img alphaOver -----------*/

.alphaOver a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.alphaOver_no a:hover img{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
