@charset "utf-8";

/*  
Theme Name: mapeer blog
Theme URI: http://mapeer.com/
Description: マピアブログの英語版テンプレートです
Version: 1.0
Author: Kingfish Communication
Author URI: http://www.kingfish.co.jp/
*/

* {
	margin:0;
	padding:0;
}

body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: url(images/bg.png) repeat-y center top;
	font: 80% Arial, Helvetica, sans-serif;
}
a {
	color: #555555;
}
.c-both {
	clear: both;
}

a:visited {
	color: #777777;
}
a:hover {
	color: #0499F7;
}


#header {
	background: url(images/header-bg.png) no-repeat center top;
	height: 343px;
}
#header #header-wrapper {
	width: 811px;
	margin-right: auto;
	margin-left: auto;
	height: 343px;
	position: relative;
}

#header h1#logo {
	text-align: center;
	padding-top: 100px;
}
#header p#mapeer-logo {
	position: absolute;
	top: 68px;
	right: 8px;
}
#contents {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}
#contents #sidebar {
	width: 200px;
	padding-top: 20px;
	float: left;
}

#sidebar #rss, 
#sidebar #page, 
#sidebar #recent, 
#sidebar #category, 
#sidebar #archive,
#sidebar #meta,
#sidebar #link
 {
	margin-bottom: 30px;
}

#sidebar h2 {
	font-size: 120%;
	color: #444444;
	margin-bottom: 0.5em;
}
#sidebar ul {
	list-style: none;
	margin-left: 8px;
}
#sidebar li {
	margin: 0 0 0.4em 0;
	line-height: 110%;
}

#contents #entrys {
	width: 535px;
	float: right;
	margin-top:-100px;
	_margin-top:0;
}
#entrys h2 {
	background: url(images/entry-h2-bg.png);
	height: 38px;
	width: 490px;
	font-size: 130%;
	padding-top: 15px;
	padding-left: 45px;
	margin-bottom: 0.2em;
	margin-top: 1.2em;
}
#entrys h2 a {
	text-decoration: none;
	color: #444444;
}
#entrys h2 a:hover {
	color: #0499F7;
}


#entrys p {
	line-height: 140%;
	margin-bottom: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
}
#entrys p a {
	color: #333333;
}
#entrys p a:hover {
	color: #0499F7;
}

#entrys p.more {
	text-align:right;
}

#entrys p.date {
	text-align:right;
	margin-bottom:0.1em;
}

#entrys textarea#comment {
	width:470px;
	height:100px;
	font-size:12px;
}

address#footer  {
	padding: 30px 0;
	font-style: normal;
	color: #73B5FD;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:89.5%;
}

cite {
	font-style:normal;
}
#comment-box {
	background: url(images/comment-bg.png); #f5f5f5;
	margin: 0px 0 20px 20px;
	padding:20px
}

#comment-box h3 {
	margin-bottom:0.8em;
}

#comment-box p {
	margin: 0.5em 0 0 0 ;
	line-height:130%;
}

ol.commentlist {
	margin:0 0 20px 0;
	list-style-position: inside;
	list-style-type: none;
}

ol.commentlist li {
	padding:0 10px 0.8em 25px;
	margin-bottom:0.8em;
	border-bottom: solid 2px #eee;
	background: url(images/comment-ol-bg.png) no-repeat left top;
}

p.navigation {
	text-align:center;
}
#searchsubmit {
	vertical-align:top;
}

form#searchform {
	margin-bottom:20px;
}

input#s {
	width:100px;
}

input#trackbackinput {
	width:350px;
	border:none;
	background-color:#eee;
	padding:3px;
}
#comment-rss {
	margin-top:20px;
	text-align:right;
}
blockquote {
	margin-left:15px;
}