﻿@charset "utf-8";
/*++++++++++++++++++++++++++++++++++++++++++
++++++全体・レイアウト調整
+++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++
++++++メインコンテンツ
+++++++++++++++++++++++++++++++++++++++++++*/

	/*++++++++++++++++++++++++++++++++++++++++++
	ページタイトル
	+++++++++++++++++++++++++++++++++++++++++++*/

	.guide_east-eur_country #guide_ttl {
		background-image:url(../html/country/parts/at_ttl01.gif);
		background-repeat: no-repeat;
	}
	
	/*++++++++++++++++++++++++++++++++++++++++++
基本情報振り分け
+++++++++++++++++++++++++++++++++++++++++++*/

div#area_info{
	width:590px;
	height:auto;
	margin:10px 0px 10px 0px;
	padding-bottom:10px;
	}

li#at-country, li#cz-country, li#sk-country, li#hu-country, li#pl-country, li#hr-country{
	height:20px;
	float:left;
	text-indent:-9999px;
	}
	
li#at-country{
	width:91px;
}

li#sk-country, li#pl-country{
	width:91px;
	margin-left:8px;
}
	
li#cz-country, li#hu-country{
	width:92px;
	margin-left:8px;
	}
		
li#hr-country{
	width:93px;
	margin-left:8px;
	}
	
li#at-country a, li#cz-country a, li#sk-country a, li#hu-country a, li#pl-country a, li#hr-country a{
	background:url(../html/country/parts/area_info.gif) no-repeat;
}

	
li#at-country a{
	background-position:0px 0px;
	width:91px;
	height:20px;
	float:left;
	display:block;
	}
	
li#at-country a:hover{
	background-position:0px -30px;
}
	
li#cz-country a{
	background-position:-99px 0px;
	width:92px;
	height:20px;
	float:left;
	display:block;
	}
	
li#cz-country a:hover{
	background-position:-99px -30px;
}
	
li#sk-country a{
	background-position:-199px 0px;
	width:91px;
	height:20px;
	float:left;
	display:block;
	}
	
li#sk-country a:hover{
	background-position:-199px -30px;
}
	
li#hu-country a{
	background-position:-298px 0px;
	width:92px;
	height:20px;
	float:left;
	display:block;
	}
	
li#hu-country a:hover{
	background-position:-298px -30px;
}
	
li#pl-country a{
	background-position:-398px 0px;
	width:91px;
	height:20px;
	float:left;
	display:block;
	}
	
li#pl-country a:hover{
	background-position:-398px -30px;
}
	
li#hr-country a{
	background-position:-497px 0px;
	width:93px;
	height:20px;
	float:left;
	display:block;
	}
	
li#hr-country a:hover{
	background-position:-497px -30px;
}
	
li#at-country_select{
	background:url(../html/country/parts/area_info.gif) no-repeat;
	background-position:0px -30px;
	width:91px;
	height:20px;
	float:left;
	text-indent:-9999px;
	}
	
li#cz-country_select{
	background:url(../html/country/parts/area_info.gif) no-repeat;
	background-position:-99px -30px;
	width:92px;
	height:20px;
	float:left;
	margin-left:8px;
	text-indent:-9999px;
	}
	
li#sk-country_select{
	background:url(../html/country/parts/area_info.gif) no-repeat;
	background-position:-199px -30px;
	width:91px;
	height:20px;
	float:left;
	margin-left:8px;
	text-indent:-9999px;
	}

li#hu-country_select{
	background:url(../html/country/parts/area_info.gif) no-repeat;
	background-position:-298px -30px;
	width:92px;
	height:20px;
	margin-left:8px;
	float:left;
	text-indent:-9999px;
	}
	
li#pl-country_select{
	background:url(../html/country/parts/area_info.gif) no-repeat;
	background-position:-398px -30px;
	width:91px;
	height:20px;
	margin-left:8px;
	float:left;
	text-indent:-9999px;
	}
	
li#hr-country_select{
	background:url(../html/country/parts/area_info.gif) no-repeat;
	background-position:-497px -30px;
	width:93px;
	height:20px;
	margin-left:8px;
	float:left;
	text-indent:-9999px;
	}

	/*++++++++++++++++++++++++++++++++++++++++++
	概要
	+++++++++++++++++++++++++++++++++++++++++++*/

	div#guide_country_outline h3{
		background-image:url(../html/country/parts/at_sbttl01.gif);
	}

	/*++++++++++++++++++++++++++++++++++++++++++
	気候・服装
	+++++++++++++++++++++++++++++++++++++++++++*/

	div#guide_country_climate h3{
		background-image:url(../html/country/parts/at_sbttl02.gif);
	}
	
	#guide_country_kikou_spring dt{
		background-image:url(../html/country/parts/country_season01_at.gif);
	}
	
	#guide_country_kikou_summer dt{
		background-image:url(../html/country/parts/country_season02_at.gif);
	}
	
	#guide_country_kikou_autumn dt{
		background-image:url(../html/country/parts/country_season03_at.gif);
	}
	
	
	#guide_country_kikou_winter dt{
		background-image:url(../html/country/parts/country_season04_at.gif);
	}
	
	div#guide_contents_r div#guide_country_graph p{
	color: #777777;
    font-size: 10px;
    padding: 6px 0 0;
    width: 590px;
	text-align: left;
	}
	
	div#guide_contents_r div#guide_country_graph span{
	color: #777777;
    font-size: 10px;
    padding: 6px 0 0;
    width: 590px;
	text-align: left;
	display: block;
	}


	/*++++++++++++++++++++++++++++++++++++++++++
	気候・服装
	+++++++++++++++++++++++++++++++++++++++++++*/

	div#guide_country_holiday h3{
		background-image:url(../html/country/parts/at_sbttl03.gif);
	}

	
	/*++++++++++++++++++++++++++++++++++++++++++
		コラム
	+++++++++++++++++++++++++++++++++++++++++++*/
	
	#guide_column2.guide_east-eur_country_column{
		height:184px;
	}

	#guide_contents_r #guide_column2.guide_east-eur_country_column{
		margin-bottom:28px;
	}

	.guide_east-eur_country_column #guide_column2_l dt{
		background-image:url(../html/country/parts/at_column_ttl01.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	.guide_east-eur_country_column #guide_column2_r dt{
		background-image:url(../html/country/parts/at_column_ttl02.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}	


