@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : subwin.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * Browser Style Reset
 * ******************************************************************************** */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y:scroll;
}

img {
	border: none;
}

a img {
	border:none;
	text-decoration:none;
	outline:0;
}


/* ********************************************************************************
 * Link
 * ******************************************************************************** */

a {
	outline: 0;
	text-decoration: none;
}


/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */

body {
	text-align: center; /* for IE6 */
}
/* p.btnClose */
p.btnClose {
	width: 118px;
	margin: 5px auto 0;
}
p.btnClose a {
	display: block;
	width: 118px;
	height: 28px;
	background: url(../img/main/bt_close.jpg) 0 0 no-repeat;
	text-indent: -9000px;
}
p.btnClose a:hover {
	background-position: 0 100%;
}

/* .mt15 */
.mt15 {
	margin-top: 15px;
}

