@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------

	visual

------------------------------------------------------------------*/
#visual{
	margin-bottom:30px;
	width:1000px;
	height:465px;
	position:relative;
	background:url(../../img/visual_bg.jpg) no-repeat;
	border-top:#6179ba 4px solid;
	border-bottom:#6179ba 4px solid;
}

/*------------------------------------------------------------------

	Contry Site

------------------------------------------------------------------*/
#country{
	width:512px;
	margin:150px auto 0;
}

#country h2{
	padding:15px 20px;
	background:#737687;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	behavior:url(/common/js/PIE.htc);
	position:relative;
}

#country dl{
	padding:20px;
	background:#626576;
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	behavior:url(/common/js/PIE.htc);
	position:relative;
}

#country dt{
	margin-right:10px;
	display:inline;
}

#country dd{
	margin-right:10px;
	display:inline;
}

#country dd:first-of-type{
	margin-right:5px;
}

