/*
	last modified : Jan 9, 2009
*/ /* tag */
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	background: #fffcdb;
}

a {
	color: #1C94C4;
}

a:hover {
	color: #C77405;
}

pre {
	width: 95%;
	overflow: scroll;
	margin: 1.5em 0;
	padding: 0.5em 0.8em;
	font-size: 90%;
	background: #eee;
}

.container {
	width: 830px;
	padding: 0 15px;
	background: #fff899;
}

#header {
	padding-top: 1em;
	margin-bottom: 1em;
	height: 70px;
}

#main {
	margin: 1em 0 1em 0;
}

#footer {
	text-align: center;
	padding-bottom: 1em;
}

/* header */
#logo {
	width: 210px;
	float: left;
}

#logo h1 {
	text-indent: -10000px;
	margin: 0;
}

#logo h1 a {
	display: block;
	height: 70px;
	outline: none;
}

#banner-top {
	width: 435px;
	height: 70px;
	float: right;
}

/* main */
#geopo {
	padding: 10px;
	background: #fff;
}

#geopo-url {
	width: 350px;
	font-weight: bold;
	color: #f33;
	font-size: 200%;
	margin-right: 10px;
	border: 0;
	background: url('/images/icon_geopo.gif') no-repeat left center;
	padding-left: 45px;
	font-family: sans-serif;
}

#geopo a {
	font-size: 80%;
}

#convert-geopo {
	margin-bottom: 1em;
}

#convert-latlng {
	margin-bottom: 2em;
}

#convert-latlng input {
	ime-mode: inactive;
}

#description {
	padding: 0.5em 0;
}

#description .entry {
	background: #fff;
	padding: 10px;
	margin-bottom: 2em;
	border: 1px solid #ffe660;
}

#description h3 {
	border-bottom: 2px solid #960;
	font-weight: bold;
	background: #ffe660;
	padding: 5px;
	margin: 0;
	color: #333;
}

#description h4 {
	font-weight: bold;
	color: #333;
}

#sidebar #language {
	text-align: center;
	margin-bottom: 1em;
}

#sidebar #social-bookmark {
	padding: 5px;
	margin-bottom: 0.5em;
}

#sidebar #link ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 3px;
}

#sidebar #link li {
	line-height: 35px;
}

#sidebar .sub-entry {
	background: #ffe;
	padding: 5px;
	margin-bottom: 1em;
	border: 3px solid #ffe660;
}

#sidebar .sub-entry h4 {
	margin-bottom: 3px;
	font-weight: bold;
}

#sidebar .sub-entry ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 0;
}

/* others */
.link-button {
	padding: 0.4em 1em 0.4em 20px;
	position: relative;
	text-decoration: none;
}

.link-button span.ui-icon {
	left: 0.2em;
	margin: -8px 5px 0 0;
	position: absolute;
	top: 50%;
}