/* CSS Document */
div.header{
	border-top:6px solid #FFA0B4;
}
div.header h1 a{
	width:299px;
	background:url(/images/mgk/header_logo.png) no-repeat;
}
div.header div{
	color:#F56E78;
}
div.header div span.tel{
	background:url(/images/mgk/phone.png) no-repeat 0 center;
}
div.container{
	background:#FFF5E6;
}
div.article h3{
	color:#F56E78;
}
div.article th{
	background:#FFE0E4;
}
div.article tr.top th{
	background:#FFA0B4;
}
div.article td{
	background:#F5F5F5;
}
address{
	border-top:4px solid #FFA0B4;
}
address a{
	position:absolute; right:20px;
}