body,td { font-size: 12px; line-height: 150% ; color: #2C2C2C;}
a:link{
  color: #3700ff;
  text-decoration: none;
  }
a:visited{
  color: #e86571;
  text-decoration: none;
  }
a:hover,a:active{
  color: #e86571;
  text-decoration: underline;
  }
.pxss {	font-size: 10px;}
.bold { font-weight: bold;
	color: #39379C;}

.menu_s {color: #D27349;}
h1 {font-size: 16px; line-height: 150% ; color: #666666;}

.updated{
	float: left;
	width: 407px;
	height: 196px;
	background-color: #003399;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: auto;
	overflow: auto;
	position: relative; /* 相対位置で指定(親ボックス基準) */ 
	left: 30px;

}


.boxcontents{
	width: 382px;
	height: 1160px;
	margin: 0em;
	margin-top: 4px;
	padding: 4px;
    background-image: url('img/dialogbox.gif');
	background-repeat: no-repeat;
	vertical-align: top;
	overflow: auto;
}

.reference{
	float: left;
	width: 403px;
	background-color: #ffffff;
	position: relative; /* 相対位置で指定(親ボックス基準) */ 
	top: 20px;          /* 上から30px */ 
	left: 0px;
	margin-top: auto;
	margin-left: 15px;
	margin-right: auto;
	padding: auto;
	overflow: auto;
}
