* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	color: #000;
	background-color: #fff;
	background-image: url("../img/body_back.png");
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 85.7%;
	line-height: 1.5;
	text-align: center;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#cb {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}



div#head {
	width: 100%;
	height: 40px;
	background-color: #dfd;
	background-image: url("../img/isas_title_back.png");
	background-repeat: repeat;
}

div#head h1 {
	width: 380px;
	float: left;
}

div#head p {
	width: 120px;
	float: right;
	margin: 0;
}



div#text_index {
	clear: both;
	width: 566px;
	float: right;
}

div#text_index h2,
div#text_index h3,
div#text_index p,
div#text_index ul,
div#text_index ol,
div#text_index li,
div#text_index img {
	margin: 0;
	border: none;
	padding: 0;
}

div#text_index ul {
	list-style: none;
}

div#text_index div.trial {
	width: 386px;
	float: left;
}

div#text_index div.trial li {
	display: inline;
	line-height: 0;
}

div#text_index p.regist {
	width: 180px;
	float: left;
}

div#text_index ol {
	list-style: none;
}

div#text_index ol.steps li {
	width: 200px;
	float: left;
}

div#text_index ol.steps li.fin {
	width: 166px;
}



#foot {
	clear: right;
	padding-top: 3em;
	font-size: 100%;
	text-align: center;
	color: #063;
}

#foot P {
	border-top: 1px solid #096;
}



div#menu {
	width: 234px;
	float:right;
	font-size: 91.7%;
}

div#menu h2, div#menu h3, div#menu p, div#menu ul, div#menu li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 2;
}

div#menu h2 {
	border-top: 1px solid #0c9;
	border-bottom: 1px solid #0c9;
	padding: 0 6px;
	color: #063;
	background-color: #dfd;
}

div#menu h3 {
	border-left: 0.5em solid #cec;
	padding-left: 1em;
	color: #096;
	background-color: #efe;
}

div#menu ul {
	margin-left: 18px;
	color: #bdb;
	list-style: square;
}

div#menu li.act {
	color: #f90;
}

div#menu p {
	margin: 0.5em 12px;
	border-top: 1px dotted #0c9;
/*	border-bottom: 1px dotted #0c9;*/
	text-align: center;
}
div#menu p.title {
	margin: 0;
	border-top: 2px solid #0c9;
	border-bottom: 1px solid #0c9;
	text-align: center;
	color: #fff;
	background-color: #096;
	font-weight: bold;
}

div#menu p.title a {
	color: #fff;
}


div#menu div.cm {
	margin: 6px 12px;
	margin-top: 2em;
/*	border:1px dotted #0c9;*/
	padding: 6px;
}

div#menu div.cm h2 {
	margin-bottom: 0.5em;
	border: none;
	padding: 0;
	background-color: #fff;
}

div#menu div.cm h3 {
	margin-bottom: 0.5em;
	border: none;
	padding: 0;
	text-align: center;
	background-color: #fff;
}

div#menu div.cm p {
	margin: 0;
	border: none;
	text-align: left;
	line-height: 1.5;
}



.at {
	color: #f00;
}

.cnt {
	text-align: center;
}

.if {
	color: #999;
}

