/* 全体 */
body{
    margin: 0px;
    padding: 0px;
    font-family: "ＭＳ Ｐゴシック", "Osaka", Verdana, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "HiraginoKaku Kaku Gothic Pro", sans-serif;
    font-size:12px;
    line-height:20px;
}

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

a:link {
    color: #FF6600;
    text-decoration: none;
}
a:visited {
    color: #FF6600;
    text-decoration: none;
}
a:hover {
    color: #FF6600;
    text-decoration: underline;
}
a:active {
    color: #FF6600;
    text-decoration: underline;
}


/* メイン部分 */ 
#main { 
	width: 100%;
	display:block;
}
#error { 
	display:block;
	padding-top:30px;
	width: 100%;
	margin:0 auto 50px auto;
	text-align:center;
}
#error img { 
	margin:0 auto 0 auto;
}
#deal {
	width: 100%;
	display:block;
	margin:auto auto;
	text-align:center;
}
#deal img { 
	width: 90%;
	display:block;
	margin:auto auto;
	padding-bottom:10px;
}
#toback {
	width: 100%;
	display:block;
	margin:auto auto;
	text-align:center;
}
#toback img { 
	width: 90%;
	display:block;
	margin:auto auto;
}