/*------------------------------テキスト部分------------------------------*/
#ConBox #Contents #TextBox{
	width: 320px;
	height: auto;
	margin: 12px 0px 0px 0px;
	float: left;
}

#ConBox #Contents #TextBox h3{
	margin: 20px 0px 0px 0px;
}

#ConBox #Contents #TextBox #AddressBox{
	margin: 15px 0px 0px 0px;
}

#ConBox #Contents #TextBox #AddressBox p{
	margin: 5px 0px 0px 0px;
}


/*------------------------------更新情報部分------------------------------*/
#ConBox #Contents #WhatsNew{
	width: 330px;
	height: auto;
	float: right;
	text-align: right;
}

#ConBox #Contents #WhatsNew p{
	color: #ff0000;
}

#ConBox #Contents #WhatsNew p#Contact{
	margin: 15px 0px 0px 0px;
}

#ConBox #Contents #WhatsNew ul{
	width: 330px;
	height: 150px;
	margin: 15px 0px 0px 0px;
	text-align: left;
	overflow:auto;
}

#ConBox #Contents #WhatsNew ul li{
	width: 215px;
	list-style: none;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 85px;
	text-indent: -85px;
}

#ConBox #Contents #WhatsNew ul li span{
	margin: 0px 10px 0px 0px;
}

#ConBox #Contents #WhatsNew ul li a{
	color: #000000;
}
