@charset ‘UTF-8′;

body {
	background-color: #FFC9C9;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url("../img/top/region_northamerica/bg.png");
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
	border: none;
	vertical-align:bottom;
}

a:link	{	color: #ee5dae;	}
a:visited	{	color:	#ee5dae;	}
a:hover	{	color:#ee5dae;	}
a:active	{	color:	#ee5dae;	}

hr.line {
	border: 2px dotted white;
	margin-bottom: 20px;
	width: auto;
	clear: both;
}

#contents {
	width: 780px;
	height: 450px;
	margin: 50px 0px 0px 20px;
	overflow: auto;
}

.pla {
	font-size: 20px;
	color: white;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.banner {
	width: 760px;
	height: 90px;
	margin: 0 0 20px 0;
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: white;
	line-height: 1.2em;
}

.banner img {
	margin: 0 10px 0 0;
}

.address {
	font-size: 12px;
}


