@charset "UTF-8";

.main {
	width: 750px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
	/*overflow: auto;*/
	/*display: block;*/
}

.main#left {
	margin-left:25px;
}

#accordion {
	overflow:auto;
	height:366px;
	width: 467px;
	/*display: block;
	text-align: left;*/
}

#photo {
	float: right;
	padding-left: 20px;
	position: relative;
}
.text {
	display: inline;
}

.text#press {
	font-size:10px;
	display:block;
	height: 417px;
}

.text_block a {
	font-weight:bold;
	vertical-align:1px;
}

.text_block a:hover, .text a:hover {
	color:#424242;
}
  
.text a, .text_block a {
	text-decoration: none;
	color: black;
}

.text p {
	margin-top:0px;
	margin-bottom:0;
}

.text_block {
	/*display:block;*/
	/*width: 473px;*/
	font-size:10px;
	line-height:110%;
}

.text_block p {
	margin-top:0px;
	margin-bottom:0;
}

.text_block p+p, .text p+p {
	margin-top:6px;
}

.head {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	cursor:pointer;
	padding-top: 4px;
}
.head:hover {
	color:#424242;
	cursor:pointer;
}

#expand_menu {
	text-align: right;
}

.columns {
	/*position: relative;*/
	overflow: auto;
	width: 450px;
	display: block;
}

.columns em {
	font-style:normal;
	font-weight:bold;
}

.columns p {
	margin-top: 0.2em;	
}

.col {
	float: left;
	width: 215px;
}
