@charset "utf-8";
/* CSS Document */

/*  color 
---------------------*/ 
.blue {
	color:#003ca0;
	font-weight:bold;
}

.red {
	color:#ff3333;
	font-weight:bold;
}
.black_small {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

/*   contant
---------------------*/ 
#contant {
	width:675px;
	margin-left:15px;
	font-size:14px;
}
#contant h3 {
	background:none;
	width:auto;
	height:auto;
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	text-indent:0px;
	line-height:1.5;
}
#contant h4 {
	color:#006699;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 15px 0;
}

#contant h5{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

#contant h6{
	color:#ff3333;
	font-size:14px;
	font-weight:bold;
}

#contant p {
	padding-bottom:15px;
	}
#contant li {
	display:inline;
	float:left;
	width:194px;
	text-align:center;
	}
	
#contant .left {
	width:505px;
	}



/*   column01用
---------------------*/ 

.box {
width:194px;
height:141px;
border:1px solid #ccc;
text-align:center;
}

.contants {
	width:650px;
	margin-bottom:10px;
}

.contants .right {
	width:480px;
}

.bt {
	border-top:dotted 1px #000;
	padding-top:2px;
}


/*   column02用
---------------------*/ 
.list {
padding-bottom:15px;
}
.list dt {
	width:12em;
	float:left;
	}
.list dd {
	margin-left:12em;
}

.list2 {
padding-bottom:15px;
}
.list2 dd {
	text-indent:-3em;
	margin-left:4em;
}

