@charset "UTF-8";
/* CSS Document */

.codeBox{
	width: 730px;
	background: url(img/bg.gif) repeat-y;
}
.codeBoxin{
	width: 640px;
	margin: auto;
}
.w640{ width: 640px; }
.w730{ width: 730px; }
.codeTitle{ 
	width: 640px; 
	color: #F29631;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	padding-top:5px;
	line-height: 1.5em;
	}

.mr20R{ margin-right: 20px; }
dl.BOOK{
	width:200px;
	display: block;
	float: left;
	margin-bottom: 15px;
	}
dl.BOOK dt{
	width:200px;
	display: block;
	font-size:14px;
	color: #F29631;
	margin-top:5px;
	line-height: 1.2em;
	}
dl.BOOK dd{
	width:200px;
	display: block;
	font-size:11px;
	color: #333333;
	margin-top:5px;
	line-height: 1.2em;
	}
	
dl.BOOK dd.txt{
	text-align: left;
}

p.type01A{
	color:#146FE6;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	margin-bottom: 5px;
}
p.type01B{
	color:#FF6C00;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	margin-bottom: 5px;
}
p.type01C{
	color:#3F9642;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	margin-bottom: 5px;
}

p.type02{
	color:#000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	margin-bottom: 3px;
}

a.basicLink:hover{
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


div.bgBlue{
	text-align: left;
	color: #333333;
}

div.bgBlue p.toi{
	color:#F29631;
	font-size:20px;
	text-indent: 15px;
	border-left:#F29631 3px solid;
	border-bottom:#F29631 1px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}