@import "../../styles/default.css";

h1
{
	height: 50px;
}

h1 img
{
	margin-top: 10px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

#content-container
{
	background-image: none;
}

h2
{
	border-bottom: 1px solid #666;
	text-align: right;
	position: relative;
	top: -45px;
	margin-bottom: -35px;
	width: 100%;
}

h2 img
{
	border-right: 20px solid #333;
}

.left-column
{
	float: left;
	width: 520px;
	margin: 0px 10px;
}

.right-column
{
	margin: 0px;
	width: 190px;
	float: right;
}

#info-container
{
	background: #ebebeb;
	padding: 5px;
}

h3
{
	font-weight: bold;
}

#comment
{
	border-left: 10px solid #333;
	padding-left: 5px;
}

#guide dl
{
	width: 180px;
}

#guide dt
{
	width: 15px;
	clear: left;
	float: left;
	padding-top: 2px;
}

#guide dd
{
	width: 160px;
	padding-top: 1px;
	word-break: break-all;
	line-break: strict;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	padding-top: 2px;
}

#service
{
	clear: both;
	margin-top: 20px;
}

#service p
{
	letter-spacing: normal;
}

#map
{
	margin: 20px 0px;;
}

#map img
{
	border: 1px solid #333;
	margin-left: 8px;
}

#point-container li
{
	list-style: none;
	width: 250px;
	float: left;
	height: 120px;
	margin-top: 20px;
	margin-right: 10px;
}

#point-container li.clear
{
	clear: left;
}

#point-container .number
{
	width: 100px;
	float: right;
	margin-bottom: 5px;
}

#point-container .point-image
{
	float: left;
	margin-right: 5px;
	border: 1px solid #333;
}

#point-container p
{
	font-size: 80%;
}

#point-container li > p
{
	font-size: 100%;
}
#applet
{
	border: 3px solid #333;
	width: 500px;
}

#applet-list-container
{
	margin: 5px 0px 20px;
}

#applet-list-container ul
{
}

#applet-list-container li
{
	margin-bottom: 5px;
	list-style: none;
}

.close
{
	text-align: center;
	padding: 20px 0px 10px;
}

.close a:hover,
.close a:active,
.close a:focus
{
	text-decoration: none !important;
}

.close span
{
	margin-right: 10px;
}

.logo
{
	margin-bottom: 10px;
}

#to-cp p,
#coupon
{
	margin-top: 10px;
	text-align: center;
}

#info-details-container
{
	margin-top: 10px;
	background: #FEF7E9;
	padding: 5px;
}

.info-title
{
	font-weight: bold;
}

