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

body {
	width: 720px;
	margin: 0 auto;
	padding: 0;
	color: #3C3C3C;
	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: #5B8B0E;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #5B8B0E;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #DD4179;
	text-decoration: none;
}


/*** clear ***/
.clearBoth {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearLeft {
	clear: left;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}


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

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


/*** header ***/
#headerBody {
	height: 47px;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #CCCCCC;
}

#headerLogo {
	float: left;
	display: block;
	width: 155px;
	height: 35px;
	margin: 10px 0 0 14px;
	padding: 0;
	font-size: 50%;
	line-height: 100%;
	background: url(../images/logo_header_gray.jpg) 0 0 no-repeat;
}

#headerLogo span {
	visibility: hidden;
}

#headerBody h1 {
	float: right;
	padding: 24px 25px 0 0;
	color: #999999;
	font-size: 80%;
	font-weight: lighter;
	text-align: right;
}


/*** footer ***/
#footerBody {
	height: 30px;
	margin: 0;
	padding-top: 9px;
	background: url(../images/logo_footer_gray.gif) center no-repeat;
}

#footerBody p {
	color: #999999;
	font-size: 60%;
	letter-spacing: 0.3ex;
	text-align: center;
	visibility: hidden;
}


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

.imgDisp {
	margin: 0 auto;
	text-align: center;
}

.column {
	margin: 0 100px 10px;
	padding: 40px;
	border: 1px dotted #999999;
}

.column h3 {
	margin-bottom: 1em;
	font-size: 75%;
	line-height: 160%;
}

.column p {
	margin-bottom: 1em;
/*	font-size: 75%;
	line-height: 160%; */
	font-size: 80%;
	line-height: 160%;
}

.column a {
	color: #0000CC;
	text-decoration: underline;
}

.column a:visited {
	color: #990099;
	text-decoration: underline;
}

.column a:hover {
	color: #0000CC;
	text-decoration: underline;
}

ul.levelCharacter {
	margin-bottom: 1em;
	list-style-type: none;
}

ul.levelCharacter li {
/*	font-size: 75%;
	line-height: 160%; */
	font-size: 80%;
	line-height: 160%;
}


/*** subcont ***/
.subcont {
	margin: 0 100px 10px;
	padding: 40px;
	border: 1px dotted #999999;
}

.subcont h3 {
	margin-bottom: 30px;
	padding: 6px 1px;
	font-size: 100%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.subcont h4 {
	margin: 30px 0 20px;
	padding: 0 1px 3px;
	font-size: 90%;
	border-bottom: 1px dotted #CCCCCC;
}

.subcont h5 {
	margin: 20px 0 10px;
	padding: 1px 2px 1px 6px;
	font-size: 80%;
	border-left: 4px solid #CCCCCC;
}

.subcont h6 {
	margin: 0 10px 0.6em;
	font-size: 80%;
	font-weight: normal;
}

.subcont p {
	margin: 0 10px 1em;
/*	font-size: 75%;
	line-height: 140%; */
	font-size: 80%;
	line-height: 150%;
}

.subcont a {
	color: #0000CC;
	text-decoration: underline;
}

.subcont a:visited {
	color: #990099;
	text-decoration: underline;
}

.subcont a:hover {
	color: #0000CC;
	text-decoration: underline;
}

ul.subcontlist {
	margin: 0 0 1em 10px;
	list-style-type: none;
}

ul.subcontlist li {
	padding-left: 9px;
/*	font-size: 75%;
	line-height: 140%; */
	font-size: 80%;
	line-height: 150%;
	background: url(../images/leader_cont.gif) left 5px no-repeat;
}

ol.subcontlist, ol.cancelPolicy {
	margin: 0 0 1em 25px;
	list-style-position: outside;
}

ol.subcontlist li {
/*	font-size: 75%;
	line-height: 140%; */
	font-size: 80%;
	line-height: 150%;
}

ol.cancelPolicy li {
	margin-bottom: 1.5em;
	font-size: 80%;
	line-height: 150%;
}

p.division {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px dotted #999999;
}


/*** footer ***/
.btnClose {
	padding: 5px 10px 10px;
	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;
}


