@charset "UTF-8";
/* CSS Document */
.locations {
	width:280px;
	height:auto;
	display:inline-block;
	min-height:300px;
	overflow:hidden;
	padding:20px;
	float:left;
	border:1px dotted #ccc;
}
.locations:hover, .locations-last:hover {
	background-color:#f3f3f3;
}
h4.location-title {
	font-size:14px;
	font-weight:bold;
	margin:0 0 11px 0;
}
h4.location-title img {
	vertical-align:text-bottom;
}
.text-small {
	font-size:10px;
	line-height:normal;
	color:#666;
}
#sidebar-guides{
	float: left; 
	width: 300px;
}
.menu {
	color:white;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-color: #cccccc;
}
.menu a:visited {
color:white;
}
h1 {
	font-size:24px;
	margin-top:0;
}
.small {
	color:#666;
	font-size:10px;
	line-height:normal;
}
.yellowbox {
	width:380px;
	height:auto;
	background-color:#fffbcd;
	border:1px solid #c9c575;
	line-height:18px;
	margin:0 0 15px;
	padding:10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.description {
	width:230px;
	float:left;
	margin-right:10px;
}
.boxshot {
	width:160px;
	float:left;
	margin-top:10px;
	text-align:center;
}
p.price {
	color:#f26522;
	font-size:14px;
	font-weight:bold;
}
ul.features, #tabs ul.features li {
	list-style-type:none;
	margin:20px 0 0;
	padding:0;
	border:none;
}
ul.features li {
	width:150px;
	height:auto;
	display:inline-block;
	float:left;
	margin-bottom:20px;
	margin-right:5px;
	padding-left:40px;
	color:#666;
	line-height:18px;
}
ul.features li strong {
	color:#000;
}
ul.features li img {
	margin-left:-40px;
	float:left;
}
li p {
	display:block;
}
#column-password{
	background:url("/res/new/images/password/column-bg_password.png") no-repeat scroll 0 0 transparent;
	float:left;
	margin-right:10px;
	padding:20px;
	padding-bottom: 0;
	width:400px;
	margin-bottom: 15px;
}
#column-password_en{
	background:url("/res/new/images/password/column-bg_password.png") no-repeat scroll 0 0 transparent;
	float:left;
	margin-right:10px;
	padding:20px;
	padding-bottom: 0;
	width:400px;
	margin-bottom: 15px;
}
#column-password_jp {
	background:url("/res/new/images/password/column-bg_password_jp.png") no-repeat scroll 0 0 transparent;
	float:left;
	margin-right:10px;
	padding:20px;
	padding-bottom: 0;
	width:400px;
	margin-bottom: 15px;
}
#column-upgrade {
	background:url("/res/new/images/password/column-bg_upgrade.png") no-repeat scroll 0 0 transparent;
	float:left;
	padding:20px;
	padding-bottom: 0;
	width:400px;
	margin-bottom: 15px;
}
#column-upgrade_jp {
	background:url("/res/new/images/password/column-bg_upgrade_jp.png") no-repeat scroll 0 0 transparent;
	float:left;
	padding:20px;
	padding-bottom: 0;
	width:400px;
	margin-bottom: 15px;
}
#main-top {
	-moz-border-radius:0 0 10px 10px;
	background-color:#FFFFFF;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding:30px;
	width:900px;
}
.column-bottom {
	margin-left: -20px;
	width: 440px;
	height: 9px;
	background:url("/res/new/images/password/column-bg_bottom.png") no-repeat scroll 0 100% transparent;
}