@charset "utf-8";

/*Clear Default CSS*/

body,li,h1,h2,h3,h4,h5,p,ul,ol,form,blockquote{
	margin:0;padding:0;
	line-height:1em;
}
table{border-collapse:collapse;}
ul,ol{list-style-type:none;}

/*anchor setting*/
a{color:#ee6e00;text-decoration:none;}
a:visited{color:#ee6e00;}
a:hover{color:#ba3030;text-decoration:underline;}
a img{border:none;}

/*etc*/
body{
	background:#efefef;
	padding-bottom:30px;
}


.popup{
	width:600px;
	margin:auto;
	background:#fff;
}

#header{
	height:80px;
}

.popup_main_pad{
	padding:10px 24px;
}


#close{
	padding-bottom:10px;
	text-align:center;
}

#footer{
	padding:10px 30px;
	border-top:solid 1px #ededff;
	background:#f4f4ff;
}
#copyright{
	line-height:1.2em;
	font-size:70%;
	font-family:Arial;
}


