@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

html>/**/body {
	font-size: 13px; /* Except IE */
	font-family:
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}

* html body {
	font-size: 75%; /* IE6 */
	font-family:
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}

*:first-child+html body {
	font-size: 75%; /* IE7 */
	font-family:
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}


/* =============================================== */
/** layout */
/* ----------------------------------------------- */

body {
	background-color: #ffffff;
}

#container {
	width: 98%;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #ffffff;
	position: relative;
}

#header {
	padding:5px;
	min-width: 850px;
}

#contents {
	float: left;
	width: 100%;
	min-width: 970px;
}

#main,
#left,
#right,
#right-index {
	overflow-x: hidden;
	overflow-y: hidden;
}

#main {
	float: left;
	display: inline;
	width: 100%;
}

#main-inner {
	margin: 0 175px;
	border-bottom: 1px solid #ffffff;
}

#main-inner-index {
	margin: 0 275px 0 175px;
	border-bottom: 1px solid #ffffff;
}

#left {
	float: left;
	margin-left: -100%;
	display: inline;
	width: 160px;
}

#right {
	float: left;
	margin-left: -160px;
	display: inline;
	width: 160px;
}

#right-index {
	float: left;
	margin-left: -260px;
	display: inline;
	width: 260px;
}

#mobilebox {
	border: 1px solid #3D2734;
	padding: 2px;
	margin-bottom: 20px;
}

/* =============================================== */
/** make */
/* ----------------------------------------------- */

#header h1 {
	display: block;
	float: left;
	width:250px;
}

#searchbox {
	text-align:right;
	margin-left: 250px;
}

#headbar {
	background: #DDDDEE;
	border-bottom: 1px solid #999999;
	color:#666666;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.4;
	margin-bottom:5px;
	padding:3px;
	_padding:1px;
	clear: both;
	min-width: 850px;
}

.footbody {
	color:#666666;
	font-size:0.8em;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	line-height:120%;
	padding:2px;
	margin-top:10px;
}

.side {
	background: #F5F5F5;	
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	color:#A9A9A9;
	margin-bottom:5px;
	padding:3px;
}

.side-inner {
	font-size:0.9em;
	font-weight:normal;
	line-height:1.4;
}

.side-inner-mini {
	font-size:0.8em;
	font-weight:normal;
	line-height:1.4;
}

.side-inner-minititle {
	font-size:0.8em;
	font-weight:normal;
	line-height:1.4;
	font-weight:bold;
	padding-top:5px;
}

.sidebox {
	background: #FFFFFF;	
	border: 1px solid #A9A9A9;
	color:#A9A9A9;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.4;
	margin-bottom:5px;
	padding:3px;
}	

.calendar {
	background-color: #f5f5f5;
	color: #a9a9a9;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.4;
	margin-bottom: 5px;
	text-align: center;
}

.calendarhead {
	background-color: #ada8ff;
	color: #ffffff;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.4;
	padding: 3px;
	text-align: center;
	text-transform: capitalize;
}

.syndicate {
	background: #F5F5F5;	
	color:#A9A9A9;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.4;
	margin-bottom:5px;
	padding:3px;
	text-align:center;
}
	
		
.powered {
	background: #F5F5F5;		
	color:#A9A9A9;				
	font-size:1.0em;
	line-height:120%;
	margin-bottom:5px;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center; 
}	



.description {
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	line-height:150%;
	margin-bottom:5px;
	padding: 5px;
	font-size:1.0em;
	text-transform:none;	
}

.toptitle	{
	background: #393E7A ;
	color: #FFFFFF;
	font-size:1.0em;
	font-weight:normal;
	line-height:1.4;
	padding: 3px;
	text-shadow:2px 2px 1px #333;
}

.blogbody {
	background: #FFFFFF;
	border-bottom: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
	color: #000000;
	font-size:1.0em;
	font-weight:normal;
	line-height:1.4;
	margin-top:2px;
	margin-bottom:5px;
	padding: 5px;
}

.blogbody p {
	margin:15px 0 0 0;
}

.mobiletitle {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.4;
	margin:2px 0 2px 0;
}

.gpsdata {
	font-size:0.8em;
	font-weight:normal;
	line-height:1.4;
}

.extended {
	margin:15px 0 5px;
}

#right-index .boxtitle {
	font-size:1.0em;
	line-height:1.4;
	font-weight:bold;
	color: #fff;
}

#right-index .mobile {
	background: #F5F5F5;	
	margin-bottom:5px;
	padding:5px;
}

.moblog-title-td {
	padding: 3px;
	background-color: #FFFFFF;
}

.kijinavi {
	background: #FFFFFF;
	border: 1px solid #A9A9A9;
	color: #000000;
	font-size:1.0em;
	line-height:1.4;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:5px;
	padding: 5px;
}

.date	{
	color: #000000;
	font-size:1.1em;
	font-weight:normal;
	padding-bottom:5px;
	padding-left:5px;
}

.entrytitle {
	background: #A9A9A9;
	color: #FFFFFF;
	font-size:1.1em;
	font-weight:normal;
	padding: 3px;
}

.titlebar {
	padding: 5px auto 5px 10px;
	text-shadow:1px 1px 1px #666;
	color: #fff;
	margin: 0 0 5px 0;
	background: #aaa;
	font-size:1.0em;
	font-weight:bold;
	padding: 3px;
}

#comments,
#comments-open {
	margin-top:12px;
}

.comment-content,
.comment-footer {
	font-size:0.8em;
	font-weight:normal;
	line-height:1.4;
}

.trackback-content p,
.comment-content p {
	margin:0;
}

.posted,
#gpsdata {
	margin-top: 15px;
}

blockquote {
	border: 1px dotted #43676b;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.4;
	padding: 5px;
	margin: 5px 20px;
}

.randenttitle {
	color: #fff;
	background: #97867B;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.4;
	margin: 10px 0 0 0;
	padding: 3px;
}

.randentbody {
	font-size:0.8em;
	line-height:1.4;
	padding: 3px;
	border: 1px solid #97867B;
	color: #333;
}


/* =============================================== */
/** text */
/* ----------------------------------------------- */

A{ color: #696969; text-decoration: none; background: none;}
A:link{ color: #696969; text-decoration: none; background: none;}
A:link:hover{ color: #cccccc; text-decoration: none; background: none;}
A:link:active{ color: #000000; text-decoration: none; background: none;}

A:visited{ color: #696969; text-decoration: none; background: none;}
A:visited:hover{ color: #cccccc; text-decoration: none; background: none;}
A:visited:active{ color: #000000; text-decoration: none; background: none;}

.normal {
	font-size:1.0em;
	line-height:1.4;
}

.mini {
	font-size:0.8em;
	line-height:1.4;
}

.blogbody dt {
	width: 10em;
	float: left;
}

.blogbody p {
	margin: 20px 0;
}

.blogbody dd {
	margin-left: 10em;
}

.blogbody dl {
	clear:both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa;
}

.imgbox {
	margin: 10px 0;
}

.side-inner p {
	margin: 5px 0;
}

.side-inner b {
	color: #444;
}

.blogpeople-linklist {
	display:block;
	font-weight: bold;
	color: #446;
	border-bottom: 1px dotted #666;
	margin-bottom:-1.5em;
}

#twitter_div {
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 15px;
}

#twitter_div h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #334;
	border-bottom:1px dotted #666;
	margin-bottom:5px;
}

#twitter_update_list li {
	margin-bottom: 5px;
}

ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.pmt_pic {
	margin-bottom:5px;
}

#header a,
#header a:link,
#header a:link:hover,
#header a:link:active,
#header a:visited,
#header a:visited:hover,
#header a:visited:active {
	border:0 !important;
}

#header img {
	border:0;
}

#lastimgbox {
	background-color:#eef;
	text-align:center;
}

#lastimgbox-inner {
	width:500px;
	text-align:center;
	margin:0 auto;
}

#lastimgbox-inner img {
	border:1px solid;
}

.asset-meta img {
	border:0;
}

.commenter-profile {
	border:0;
}

.seachresultbox {
	border-bottom:1px dotted #999;
	padding:10px 0;
}

#main ul {
	list-style-type: square;
	margin-left:1.2em;
}

#main .photo {
	margin:auto 5px;
	display;block;
	padding:5px;
	font-size:0.8em;
}

#main .gmaps {
}

#main .none {
	display:none;
}

#main .tl-tweet {
border-top: 1px dotted #aaa;
margin:5px;
padding: 5px 0;
}

#main .tl-tweet p {
margin: 2px !important;
}

#main .tl-posted {
font-size:0.8em;
color: #666;
}

.blogbody h3 {
margin:30px 0 5px 0;
border-bottom:1px dotted #999;
padding-bottom:2px;
}

.gmaps {
margin:-14px auto 5px;
}

.blogbody table {
	margin : 10px;
	border-collapse : collapse;
}

.blogbody td,
.blogbody th {
	border:1px solid #999;
	padding:3px;
}

.blogbody a:link {
	color:#339;
}

.blogbody a:visited {
	color:#669;
}

.blogbody a:hover {
	color:#aaf;
	text-decoration:underline;
}

.blogbody img {
	margin:5px 20px;
	border:1px solid;
}

.extended img {
	margin:0 5px !important;
	border-style:none !important;
}

#topsbutton {
	padding:3px 3px 0 3px;
}

