@charset "utf-8";

/* color="#6699FF" メインカラー */
/* color="#DE41A1" アクセントカラー */

/*-------------------------------------------------*/
/* edit.freemap専用のレイアウト */
/*-------------------------------------------------*/

div#main_left {
	float: left;
	width: 600px;
}

div#main_left_pankuzu {
	width: 600px;
	margin-bottom:10px;
}

div#main_left_center_ads, div.main_left_content_area {
	width: 600px;
	margin-bottom:15px;
}

div.main_left_content_area h2 {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-left: solid 5px #6699FF;
	border-bottom: solid 3px #6699FF;
	font-weight: 900;
	font-size: large;
}

div#main_right {
	float: right;
	width: 336px;
}

div#main_content:after{
	content:"";
	height:0;
	clear:both;
	display:block;
}

table#select_country_map {
	width: 600px;
	border-collapse:collapse;
}

table#select_country_map caption {
	margin-bottom:5px;
	text-align:left;
	font-weight: 900;
}

table#select_country_map tbody tr {
	margin-bottom:5px;
	padding-bottom:5px;
}

table#select_country_map tbody tr th, table#select_country_map tbody tr td {
	width: 150px;
	margin-bottom:5px;
	border-bottom:solid 1px #AAAAAA;
}

table#select_country_map tbody tr td a{
	display:block;
	padding:10px;
	text-align:center;
}

table#select_country_map tbody tr td a:hover{
	background: #70D148;
	color: #FFFFFF;
}

table#select_country_map tbody tr th.world_area {
	border-left: solid 10px #70D148;
}

table#select_country_map tbody tr th.japan_area {
	border-left: solid 10px #DE41A1;
}

table#select_country_map tbody tr th.americas_area {
	border-left: solid 10px #F8F523;
}

table#select_country_map tbody tr th.europa_area {
	border-left: solid 10px #23F88E;
}

table#select_country_map tbody tr th.asia_area {
	border-left: solid 10px #F88930;
}


div.TabbedPanelsContent div.lefter{
	float:left;
	width: 300px;
	margin-right: 10px;
}

div.TabbedPanelsContent p{
	float:left;
	width: 280px;
	margin-bottom:10px;
}


div.index_map_lists{
	margin-top:10px;
}

div.index_map_lists div.right h3 {
	margin-bottom:5px;
	font-weight: 900;
	font-size: large;
}

div.index_map_lists div.left{
	float:left;
	width: 300px;
	padding: 5px;
	margin-top:10px;
	border: solid 1px #AAAAAA;
}

div.index_map_lists div.right{
	float:right;
	width: 270px;
	margin-top:10px;
}

div.index_map_lists:after{
	clear:both;
	height:0;
	display:block;
	content:"";
}

div.index_map_lists div.right p.data_maptype{
	margin-top:5px;
	border-top: dotted 1px #AAAAAA;
	font-size:small;
}