@charset "shift_jis";

/*
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
white-space
other text
content
*/

div.mgrBox {
	margin: 5px 0px 5px 0px;
	width: 838px;
	border:1px #b3b3b3;
	background-color:#f3f3f3;
}

div.mgrImg {
	float: left;
	width: 150px;
	height:100px;
	margin:20px 0px 20px 20px;
}

div.mgrDetail{
	float: right;
	width: 613px;
	margin: 20px 20px 20px 0px;
}

p.mgrName {
	font-size: 14px;
	font-weight: bold;
}

p.subtitle{
	margin: 8px 0px;
	font-size:12px;
	text-decoration:underline;
	line-height: 1.1em;
}

p.info {
	font-size:12px;
	margin: 5px 0px;
	line-height: 1.4em;
}



