/************/

body {
	width: 720px;
	margin: 0 auto;
	padding: 0;
	color: #333333;
	font-family: "MS PGothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro W3", "Osaka", sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}

a img {
	border: 0;
}

a {
	background-color: transparent;
	color: #4D4D4D;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #4D4D4D;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
/*	color: #3170C1; */
	color: #DD4179;
	text-decoration: none;
}

/*** page ***/
#page {
	margin: 0;
}


/*** contentBody ***/
#contentBody {
	margin: 20px 0 10px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}


/*** footer ***/
.btnClose {
	padding: 5px 10px 5px;
	font-size: 50%;
	line-height: 100%;
}

.btnClose a {
	display: block;
	width: 64px;
	height: 18px;
	margin: 0 auto;
	background: url(../images/btn_close.gif) 0 0 no-repeat;
}

.btnClose a:hover {
	background-position: 0 -20px;
}

.btnClose span {
	visibility: hidden;
}

