@charset "utf-8";
/* CSS Document */
#gf {
	margin-bottom: 10px;
}
#gf  .country_fullwidth {
	margin-bottom: 5px;
	background-color: #444444;
	padding: 4px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #0066FF;
	font-size: 12px;
	color: #FFFFFF;
}
#gf .photo_frame {
	text-align: center;
	margin-top: 20px;
}
#gf .photo_frame img {
	border: 1px solid #000000;
}
#gf .photo_caption {
	text-align: center;
	padding: 2px;
	font-size: 10px;
	margin-bottom: 20px;
}
#gf h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
#gf h2 {
	margin-bottom: 10px;
	font-size: 14px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#gf p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
#gf ul.kanren   {
	margin-bottom: 20px;
	margin-left: 18px;
	list-style-position: outside;
	list-style-image: url(/images/common/icon_article.gif);
	font-size: 14px;
}
#gf ul.kanren li    {
	margin-bottom: 5px;
}
#gf ul.pr {
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(/images/common/icon_pr.gif);
	font-size: 14px;
}
#gf ul.pr li  {
	margin-bottom: 2px;
}
#gf div.list {
	margin-bottom: 1px;
	background-color: #F0F0F0;
}
#gf  table.list {
	width: 500px;
	height: 130px;
}
#gf table.list td {
	width: auto;
	vertical-align: top;
	padding: 5px;
}
#gf table.list td.country {
	width: auto;
	height: 22px;
	padding: 0px;
}
#gf table.list td.image {
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
}
#gf table.list td.image img {
	border: 1px solid #000000;
}
#gf table.list td.country div.category {
	width: 100px;
	background-color: #444444;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: left;
	margin-right: 5px;
}
#gf table.list td.country div.country {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	width: auto;
	background-color: #444444;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #0066FF;
}
#gf table.list td.title {
	margin: 0px;
}
#gf  table.list  td.title h1  {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
