@charset "utf-8";

body{
 background-color : white;
 background-position : center 50px;
 background-attachment : fixed;
 background-size : cover;
 background-origin : padding-box;
 background-clip : border-box;
 background-image : url(../img_common/back2.jpg);
 background-repeat : no-repeat;
}
