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

/*段組み*/



#box{
	width:780px;
	height:1830px;
	margin:auto;
}

#top{
	width:780px;
	height:555px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 20px;

}

.main{
	width:770px;
	height:400px;
	margin-left: 5px;
	border: 1px solid #0f4bff;
	margin-bottom: 20px;
}

.left{
	width:165px;
	height:380px;
	padding:10px;
	float:left;
}


.right{
	width:580px;
	height:380px;
	float:left;
	padding-top: 5px;
}


/*文字*/

.br{
	font-size:16px;
	color:#0f4bff;
	font-weight:bold;
}

.text{
	font-size:10px;
	color:#000000;
	line-height:1.7em;
}

