@charset "utf-8";

div#container div.column{
	margin: 0 0 20px 0;
	width: 680px;
}

div#container div.column:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#container div.column{
	display: inline-block;
	min-height:1%;/* for IE 7*/
}

/* Hides from IE-mac \*/
* html div#container div.column{ height: 1%; }
div#container div.column{ display: block; }
/* End hide from IE-mac */

div#container div.pre div.txt{
	float: left;
	width: 440px;
}

div#container div.pre .ph{
	float: right;
}

div#container p.right_link{
	float: right;
	background: url(../../common/img/link_arrow.gif) center left no-repeat;
	padding-left: 15px;
	margin-bottom: 30px;
}

div#container p.right_link a{
	text-decoration: underline;
}

div#container p.right_link a:visited{
	text-decoration: underline;
}

div#container p.right_link a:hover{
	text-decoration: none;
}

h4.clear{
	clear: both;
}

div#container div.soft{
	margin-bottom: 30px;
}

div#container div.soft .ph{
	float: left;
}

div#container div.soft p{
	float: right;
	width: 470px;
}


div#container table.pack th{
	text-align: center;
}



