body{
	font-family:'Arial', 'AppleGothic', 'sans-serif'; 
}

div,p,span { 
	font-family:'Arial', 'AppleGothic', 'sans-serif'; color:#666; }

a { color:#666; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }

/* box Style *****************************/
.boxType1 {  border:4px solid #ececec; background:#f7f7f7; }
.boxType1 .box { background:#fff; margin:4px; }
.boxType1 .box .error { padding: 30px; }
.boxType1 .box .error p.title { color:#DB6415; font-size:16px; line-height:21px; font-weight:bold; margin-bottom:10px; }
.boxType1 .box .error p.cont { margin:30px;line-height:18px; }

/* button Style *****************************/
.btn_style1 { display:inline-block; padding:6px 12px; border-radius:1px; margin-bottom:16px;}
.btn_style1 a { color:#fff; font-size:13px; font-weight:bold; }
.btn_style1 a:hover { opacity:0.6; }
.red { background:#e60013; }
