img {
     max-width: 100%;
     height: auto;
     }

window.onload = function(){
    if(document.body.scrollTop == 0){
        setTimeout(function(){scrollTo(0,1)}, 1);
    }
}

#guard {
position:relative;
width: 100%;
height: 100%;
}

.img_Guard{
position:absolute;
display:block;
width:100%;
height:100%;
background: url(../sorry.gif);
}

body{
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

body,td { font-size : 100%;
 font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
 メイリオ, Meiryo, sans-serif; 
 line-height:80%;
 letter-spacing:0.2pt;
 background-color:#dcdcdc;
 color: #6d6d6d;
 }

a img {
    margin: 0px 0px -8px 0px;
    border: 3px solid #f8f8f8;
}

a img:hover{
 border: none;
 text-decoration: none;
 }

a{/*リンクされた文字*/
    color:#0066bb;
border-width:0px;
text-decoration:none;
}

a:link {/*未訪問のリンク*/
    color:#009999;
border-width:0px;
text-decoration: none;
}

a:focus {/*マウスをのせたとき*/
    color:#447700;
text-decoration:none;
}

a:active {/*クリック中*/
    color:#447700;
border-width:0px;
text-decoration:none;
}

input,textarea {
 background-color: #f8f8f8;
 border: solid 1px #009999;
 color: #009999;
 font-size: 80%;}

hr {
	border-width: 1px 0 0 0; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #cccccc; /* 線色 */
	height: 1px; /* IE6用対策 */
	clear: both; /* IE6用対策 */
}

.namae {color:#336666; font-size:150%; letter-spacing:3px; padding:10px; border-bottom:#cccccc dashed 1px; width:100%; margin-bottom:10px;}

div.continue {
    text-align: left;
    float: left;
 }

div.trr {
    text-align: right;
display: none;
 }

.pdawn {display:none}