#ma_box {
	padding:10px 18px 10px 19px;;
	color:#333333;
	width:672px;
}


#ma_top {
	background-image:url(../images/ma_top.png);
	background-repeat:no-repeat;
	height:6px;
}

#ma_content {
	background-image:url(../images/ma_mid_bg.gif);
	background-repeat:repeat-x;
	border-left:solid 1px #d2d2d2;
	border-right:solid 1px #d2d2d2;	

}


#ma_content_header {
	padding:0 5px 0 5px;
	font-weight:bold;
}

#ma_content_header_name {
	float:left;
	width:360px;
}

#ma_content_header_place {
	float:right;
	text-align:right;
	width:300px;
}


#ma_content_text {
	clear:both;
	padding:10px;
	border-top:dotted 1px #CCCCCC;
	margin-left:5px;
	margin-right:5px;	

}

#ma_content_text h1 {
	font-size:11px;
	color:#990000;
	font-weight:bold;
}

#ma_content_text h2 {
	font-size:12px;
	border-bottom:dotted 1px #CCCCCC;	
}

#ma_content_text_left {
	float:left;
	width:510px;

}

#ma_content_text_right {
	float:right;
	width:120px;
	border-left:dotted 1px #CCCCCC;	
}

#ma_content_text_right img{
	border:1px solid #000000;
	margin:2px;
}

#ma_bottom {
	background-image:url(../images/ma_bottom.png);
	background-repeat:no-repeat;
	height:6px;
}

