@CHARSET "UTF-8";

/* General Setup */
/* Layout */
/* Top Page */
/** Google Map Search Area */
/* Top Page - Google Map */
/* Top Page - Informations */
/* Top Page - News */
/* Top Page - Ranking */
/* Tables */
/* Paging */
/* Scaffold View */
/* Forms */
/* Notices and Errors */
/* Related */
/* Debugging */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #F7F8F8;
	color: #333;
/*	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
}
a:hover {
	color: #003d4c;
	text-decoration: none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
p {
	line-height: 1.3;
	margin-bottom: 8px;
}

ul, ol, li {
	margin: 0 0 0 12px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* Layout */
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header{
	position: relative;
	width: 916px;
	height: 119px;
	margin: 0 auto;
	background: #F7F4C1 url('../img/bg_header.jpg') no-repeat left top;
	font-size: 13px;
}
#header #slogan {
	display: block;
	line-height: 20px;
	text-indent: 10px;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 13px;
	width: 351px;
	height: 78px;
	margin: 0;
	padding: 0;
	background: transparent url('../img/header_logo.jpg') no-repeat left;
}
#header h1 a {
	display: block;
	width: 351px;
	height: 78px;
	text-indent: -999em;
	overflow: hidden;
}
#header #header_nav {
	position: absolute;
	top: 6px;
	right: 17px;
	height: 18px;
	width: 350px;
	line-height: 18px;
	text-align: right;
}
#content{
	clear: both;
	/* なぜか,はみ出します */
/*	overflow: auto;*/
}
#footerWrapper {
	position: relative;
	clear: both;
	width: 100%;
	height: 207px;
	background: url('../img/bg_footer_wrapper.jpg') repeat-x top;
}
#footer {
	clear: both;
	position: relative;
	line-height: 1.5;
	width: 950px;
/*	height: 207px; */
	height: 167px;
	margin: 0 auto;
	padding-top: 40px;
	background: #F7F8F8 url('../img/bg_footer.jpg') no-repeat left top;
	color: #999;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
#footer #footer_nav {
	margin-bottom: 18px;
	line-height: 1.0;
	font-size: 13px;

	clear: both; /* IE absolute bug */
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #FF2911;
	text-decoration: underline;
}

#footer #copyright {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 950px;
	height: 12px;
	line-height: 12px;
}

/* Top Page */
div#classicSearch {
	margin-top: 14px;
	padding-left: 14px;
}
div#classicSearch a {
	float: left;
	width: 123px;
	height: 29px;
	overflow: hidden;
	background: url('../img/btn_clsearch.jpg') top left;
	text-indent: -9999px;
}
div#classicSearch a:hover {
	background-position: bottom left;
}
div#classicSearch p {
	width: 720px;
	line-height: 29px;
	margin-left: 129px;
	margin-bottom: 8px;
	border-bottom: 1px solid #aaa;
	color: #555;
	font-size: 14px;
}

div#mapWrapper {
	position: relative;
	width: 948px;
	height: 525px;
	margin: 0;
	padding: 0 0 8px 0;
	background: transparent url('../img/bg_map_wrapper.jpg') top left no-repeat;
	color: #333;
}
div#listWrapper div#listHits {
	position: absolute;
	width: 220px;
	height: 20px;
	top: 16px;
	left: 10px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family:  sans-serif;
	color: #F7F7F7;
}
div#listWrapper div#nowloading {
	position: absolute;
	width: 229px;
	height: 24px;
	top: 45px;
	left: 16px;
}
div#listWrapper div#list {
	position: absolute;
	width: 229px;
	height: 466px;
	top: 45px;
	left: 16px;
	overflow: auto;
	background-color: #fff;
}
div#gmapWrapper {
	position: absolute;
	width: 680px;
	height: 498px;
	top: 13px;
	left: 253px;
}

div#gmapWrapper div#gmapAddress {
	position: absolute;
	width: 664px; /* 680 - 16 */
	height: 39px;
	line-height: 33px;
	padding-left: 16px;
/*	padding-right: 24px;
*/	top: 0;
	left: 0;
	background: #F7F7F7 url('../img/bg_gmap_address.jpg') repeat-x;
	vertical-align: middle;
}
div#gmapWrapper div#gmapAddress input#address {
	display: block;
	position: absolute;
	width: 367px; /* 372 - 5 */
	height: 12px;
	line-height: 12px;
	padding: 4px 0 3px 5px;
	top: 10px;
	left: 54px;
	margin: 0;
	border: 0 none;
	background: transparent url('../img/bg_gmap_address_input.jpg') top left no-repeat;
	font-size: 12px;
}
div#gmapWrapper div#gmapAddress input#mapTransBtn {
	display: block;
	position: absolute;
	width: 117px;
	height: 19px;
	top: 10px;
	left: 426px;
	padding: 0;
	margin: 0;
	border: 0 none;
	font-size: 12px;
}
div#gmapWrapper div#gmapAddress a {
	display: block;
	position: absolute;
	width: 90px;
	height: 26px;
	top: 7px;
	left: 569px;
}

div#gmapWrapper div#gmap {
	position: absolute;
	width: 680px;
	height: 459px; /* 488 - 39 + 10 */
	top: 39px;
	left: 0;
}

/** Google Map Search Area */
div#gmapWrapper div#gmapSearch {
	position: absolute;
	width: 680px;
	height: 100px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: #F7F7F7 url('../img/bg_gmap_search.jpg') top repeat-x;
}
div#gmapWrapper div#gmapSearch div#gmapSearchOpenClose {
	width: 100%;
	height: 11px;
	background: #D5D5D5 url('../img/bg_gmap_search_close.jpg') top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
div#gmapWrapper div#gmapSearch #gmapSearchChangeBtn {
	position: absolute;
	display: block;
	width: 94px;
	height: 49px;
	bottom: 10px;
	right: 26px;
}
div#gmapWrapper div#gmapSearch #gmapSearchChangeBtn a {
	display: block;
	width: 94px;
	height: 49px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../img/bg_gmap_search_change_btn.jpg') top left;
}
div#gmapWrapper div#gmapSearch #gmapSearchChangeBtn a:hover {
	background-position: bottom right;
}
div#gmapWrapper div#gmapSearchParams dl {
	padding-left: 4px;
}
div#gmapWrapper div#gmapSearchParams dt {
	float: left;
	clear: left;
	height: 19px;
	line-height:19px;
	font-size: 13px;
}
div#gmapWrapper div#gmapSearchParams dd {
	width: 480px;
	height: 19px;
	line-height:19px;
	overflow: hidden;
	color: #1580EA;
	font-size: 13px;
}

div#gmapSearchBoad {
	position: absolute;
	width: 672px; /* 680 - 8 */
	height: 490px; /* 398 - 8 */
	padding: 4px;
	top: 0;
	left: 0;
	background-color: #666;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;

}
div#gmapSearchBoad div.close {
	line-height: 16px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 12px;
}
div#gmapSearchBoad div.close a {
	text-decoration: none;
	color: #eee;
}
div#gmapSearchBoad div.close a:hover {
	color: #FF2911;
}
div#gmapSearchBoad form {
	width: 664px;
	margin: auto;
	padding: 4px;
	background-color: #F7F8F8;
}
div#gmapSearchBoad form dt {
	clear: left;
	font-size: 14px;
	font-weight: bold;
}
div#gmapSearchBoad form dd {
	margin: 8px;
	font-size: 12px;
}
div#gmapSearchBoad div#gmapSearchBtn {
	background: transparent;
}
div#gmapSearchBoad div#gmapSearchBtn a {
	float: right;
	display: block;
	width: 94px;
	height: 49px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../img/bg_gmap_search_btn.jpg') top right;
}
div#gmapSearchBoad div#gmapSearchBtn a:hover {
	background-position: top left;
}
div#gmapSearchBoad .checkbox {
	width: 190px;
	padding: 0;
}
div#gmapSearchBoad .checkbox input {
	margin-right: 2px;
}
div#gmapSearchBoad #preCount {
	text-align: right;
}
div#gmapSearchBoad #preCount span {
	color: #EE6666;
	font-size: 18px;
	font-weight: bold;
}

/* Top Page - Google Map */
div.GmapAd {
	width: 380px;
}
div.GmapAd div.GmapAdTitle {
	width: 95%;
	font-size: 12px;
	font-weight: bold;
}
div.GmapAd div.GmapAdText {
	font-size: 11px;
	color: #333;
}
div#list .clearfix {
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
div#list div.ListAdTitle {
	clear: left; /* clearfixが利かない時の妥協案 */
	color: #E17100;
	font-size: 14px;
	font-weight: bold;
}
div#list img {
	float: left;
	display: block;
	padding: 1px;
	border: 1px solid #ddd;
}
div#list div.ListAdText {
	font-size: 12px;
}


/* Top Page - Informations */
div#infos {
	display: inline;
	float: left;
	width: 764px;
}
div#infos h2 {
	margin: 0;
	padding: 0;
}
div#infos div#loginInfo {
	float: left;
	display: inline;
	width: 376px;
	padding-bottom: 4px;
	background: #fff url('../img/bg_info_footer.jpg') no-repeat bottom left;
}
div#infos div#rankingInfo{
	margin-left: 380px;
	width: 376px;
	padding-bottom: 4px;
	background: #fff url('../img/bg_info_footer.jpg') no-repeat bottom left;
}
div#infos div#helpInfo{
	clear: left;
}
div#infos #loginText,
div#infos #rankingText {
	padding: 4px 4px 4px 22px;
	background: url('../img/bg_info.jpg') repeat-y left;
	font-size: 13px;
}
div#infos div#loginInfo #register_btn a {
	display: block;
	width: 258px;
	height: 49px;
	margin: 14px auto;
	background: #FF2911 url('../img/bg_register_btn.jpg') no-repeat top left;
	color: #fff;
	font-weight: bold;
	text-indent: -999em;
	overflow: hidden;
}
div#infos div#loginInfo #register_btn a:hover {
	background-position: bottom left;
}
div#infos table {
	border: 0;
	background-color: transparent;
}
div#infos table th {
	border: 0;
	background-color: transparent;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
}
div#infos table td {
	border: 0;
	background-color: transparent;
	text-align: left;
}
div#infos div#helpInfo{
	border: 1px solid #ccc;
	background-color: #fff;
}
div#others {
	margin-left: 770px;
	margin-top: 14px;
	width: 164px;
}

/* Top Page - News */
div#others #news {
	width: 157px;
	margin: 0 auto 18px auto;
	padding-bottom: 18px;
	background: #F6F6E3 url('../img/bg_news_footer.jpg') no-repeat bottom left;
}
div#others #news #news_contents {
	background: #F6F6E3 url('../img/bg_news.jpg') repeat-y left;
}

div#others #news #news_contents ul {
	margin-right: 6px;
}
/* Top Page - Ranking */

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

table.layout {
	clear: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
table.layout td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
/*
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
*/

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div.checkbox {
	float: left;
	width: 180px;
	padding: 3px;
	vertical-align: middle;
}
/*
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
*/

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}