@charset "utf-8";

/*
====================================
   初期化
====================================
*/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	border: none;
	background-image: url("/diary/images/css/back_left.gif");
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
div {
	position: relative;
}
ul,p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,h7 {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
}
hr {
	display: none;
}

/* a link */
a {
	color: #00f;
	font-size: 1em;
	text-decoration: underline;
}
a:visited {
	color: #808;
}
a:hover {
	color: #f63;
}


/*
====================================
   コンテナ
====================================
*/
div#global_container {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-image: url("/diary/images/css/back_right.gif");
	background-repeat: repeat-y;
	background-position: right top;
}
body>#global_container {
	height: auto;
	min-width: 400px;
}
div#global_container_inner {
	height: 100%;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 70px;
	min-width: 400px;
}

/***** main *****/
div#main_container {
	width: 100%;
	margin-bottom: 20px;
}
div#global_main {
	width: 100%;
	margin-right: -200px;

	float: left;
}
div#global_main_inner {
	padding: 2px 5px;
	margin-right: 200px;
}

/***** side *****/
div#global_side {
	width: 200px;
	float: right;
}
div#global_side_inner {
	padding: 0 0;
}

/***** header *****/
div#global_header {
	position: absolute;
	top: 0px;
	left: 0px;
	height:	68px;
	width:	100%;
}
#global_header .logo {
	position: absolute;
	top: 34px;
	left: 30px;
}
#global_header img {
	border: none;
}
#global_header span.logo {
	z-index:100;
}

div#headermenu {
	height:	68px;
	margin-left: 18px;
	margin-right: 18px;
	border-bottom: solid 1px #ccc;
	padding: 0px 0px 0px 20px;
}
div#headermenu ul {
	list-style-type: none;
	float: right;
	position: absolute;
	bottom: 2px;
	right: 10px;
}
div#headermenu li {
	margin-left: 0;
	margin-right: 0;
	float: left;
}
div#headermenu ul span {
	color: #ccc;
	font-size: 0.9em;
	text-decoration: line-through;
	padding: 2px 0.5em;
	display: block;
}
div#headermenu ul a {
	color: #00f;
	font-size: 0.9em;
	text-decoration: none;
	padding: 2px 0.5em;
	display: block;
}
div#headermenu ul a:hover {
	background-color: #eef;
}

/***** footer *****/
div#global_footer {
	clear: both;
	padding: 10px 10px 5px;
	margin: 0 18px 10px;
	border-top: solid 1px #ccc;
	height: 70px;
	text-align: left;
}
#global_footer .copyright {
	font-size: 0.8em;
	color: #666;
}
#global_footer ul {
	list-style-type: none;
}
#global_footer .menu li {
	float: left;
	margin-right: 1em;
}
#global_footer a {
	font-size: 0.8em;
}
#global_footer p.powered_by {
	margin-top: 0.5em;
	font-size: 0.8em;
	color: #666;
}
#global_footer p.powered_by img {
	vertical-align: middle;
	margin-right: 0.5em;
}


/*
====================================
   sidebox
====================================
*/
.sidebox {
	width: 174px;
	margin: 0px 20px 10px 6px;
	background-image: url("/diary/images/css/sidebox_top.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px
}
.sidebox .middle {
/*
	background-image: url("/diary/images/css/sidebox_middle.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 174px;
	height: 1px;
	margin: 0;
	padding: 0;
*/
}
.sidebox .bottom {
	background-image: url("/diary/images/css/sidebox_bottom.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 174px;
	height: 3px;
	margin: 0;
	padding: 0;
}
.sidebox .title {
	background-image: url("/diary/images/css/sidebox_title.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.sidebox .contents {
	background-image: url("/diary/images/css/sidebox_con.gif");
	background-repeat: repeat-y;
	background-position: left top;
	padding: 2px 4px 2px 10px;
	font-size: 0.9em;
	color: #666;
}
.sidebox h3 {
	padding: 5px 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
	background-image: url("/diary/images/css/sidebox_middle.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

/***** side list *****/
ul.sidelist {
	padding: 5px 10px;
	font-size: 0.8em;
	color: #666;
	margin: 0 0 0 5px;
	line-height: 1.4;
}
ul.sidelist li {
	margin-bottom: 3px;
	list-style-type: disc;
	list-style-image: url(/diary/images/css/poti.gif);
	margin: 0 3px;
}

/***** side search *****/
form#side_search_box {
	margin: 10px 12px 5px 3px;
	padding: 0;
}
form#side_search_box p {
	margin: 0;
	padding: 0;
}
form#side_search_box input.search_txt {
	margin: 0;
	padding: 0;
	width: 90%;
	margin-bottom: 3px;
}


/*
====================================
   パンくず
====================================
*/
div.pank {
	margin: 20px 5px 15px;
}
div.pank p {
	padding-left: 20px;
	display: inline;
	font-size: 0.8em;
}
div.pank h1 {
	display: inline;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
}
div.pank a:visited {
	color: #00f;
}
div.pank a:hover {
	color: #f63;
}

/*
====================================
   記事
====================================
*/
div.entry {
	margin: 0 5px 30px 15px;
}
div.entry h2 {
	color: #666;
	background-color: #eee;
	padding: 0.5em 1em;
	font-size: 0.9em;
	font-weight: bold;
	border-left: solid 20px #999;
	border-right: solid 1px #999;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #999;
}
.entry-body {
	padding: 10px 5px 10px 15px;
	color: #333;
}
.entry-footer {
	clear: both;
	border-top: solid 1px #ccc;
	padding: 10px 14px;
	margin: 0 12px;
	text-align: right;
	font-size: 0.8em;
}
div.entry-body {
	line-height: 1.4;
	margin-top: 1em;
	margin-bottom: 2em;
}
div.entry-body img {
	border: solid 1px #000;
	margin: 5px;
}
div.entry-body img.fl {
	float: left;
	border: solid 1px #000;
	margin: 0px 20px 10px 5px;
}
div.entry-body img.fr {
	float: right;
	border: solid 1px #000;
	margin: 0px 20px 10px 5px;
}
div.entry-body .sup {
	font-size: 80%;
	color: #999;
	line-height: 1.0;
}
div.entry-body p {
	padding-bottom: 0.8em;
}
div.entry-body span.strong {
	font-size: 1.2em;
	font-weight: bold;
	color: #f30;
}
div.entry-body span.comment {
	font-size: 0.9em;
	color: #06c;
}
div.entry-category {
	margin: 0 0 1.5em;
	padding: 0 1em;
	font-size: 0.8em;
}
div.entry-category a {
	margin: 0 1em 0 0;
	padding: 0.3em 1em;
	border: solid 1px #999;
	background-color: #eee;
}
div.entry-category a:link	 { color: #666; text-decoration: none; }
div.entry-category a:visited { color: #666; text-decoration: none; }
div.entry-category a:hover	 { color: #f63; text-decoration: underline; }


/*
====================================
   カレンダー
====================================
*/
p.cal_mon {
	margin: 0.5em 5px 0.5em 0;
	text-align: center;
	font-size: 0.8em;
}
p.cal_mon a:link	{ color: #00f; text-decoration: none; }
p.cal_mon a:visited { color: #00f; text-decoration: none; }
p.cal_mon a:hover	{ color: #f63; text-decoration: underline; }

div.calender {
	margin-right: 5px;
	margin-bottom: 0.5em;
	border: solid 1px #fff;
}
table.calender {
	margin-right: 5px;
	width: 100%;
	border-collapse: collapse;
}
table.calender th {
	border: solid 1px #666;
	font-size: 0.9em;
	background-color: #eee;
	padding: 0.3em 0;
	text-align: center;
}
table.calender td {
	border: solid 1px #666;
	background-color: #fff;
	font-size: 0.9em;
	padding: 0.3em 0;
	text-align: center;
}

table.calender th.sun {
	color: #933;
}
table.calender th.sat {
	color: #339;
}

table.calender td.today {
	background-color: #cfc;
}
table.calender td.sun {
	background-color: #fee;
	color: #933;
}
table.calender td.sat {
	background-color: #eef;
	color: #339;
}
table.calender a {
	font-size: 0.9em;
	font-weight: bold;
}


/*
====================================
   ページリンク
====================================
*/
p.pagelink {
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 0px 5px 15px 15px;
	padding: 3px 1em;
	font-size: 0.8em;
}
p.pagelink a,span {
	margin-right: 0.2em;
}
p.pagelink a:link	 { color: #00f; text-decoration: none; }
p.pagelink a:visited { color: #00f; text-decoration: none; }
p.pagelink a:hover	 { color: #f63; text-decoration: underline; }
p.pagelink span.pagelink_none {
	color: #ccc;
}
p.pagelink span.pagelink_now {
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
}

/*
====================================
   アマゾンタグ
====================================
*/
div.ama_1item {
	border: solid 1px #ccc;
	padding: 10px;
	margin: 0;
	font-size: 0.8em;
	line-height: 1;
}
div.ama_1item p {
	margin: 0.5em 0 0;
	padding: 0;
}
div.ama_1item p.title {
	background-image: url("/ogablog/images/amalink.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-bottom: 5px;
	min-height: 17px;
}
div.ama_1item p.image {
	float: left;
	margin-top: 0;
	margin-right: 1em;
}
div.ama_1item p.author {
	margin-top: 0.7em;
}
div.ama_1item p.image img {
	border: solid 1px #eee;
}

/*** items ***/
div.ama_items {
	margin: 0;
	font-size: 0.8em;
	line-height: 1;
}
div.ama_items div.ama_item {
	border: solid 1px #ccc;
	padding: 10px;
	float: left;
	width: 25%;
	margin-right: 1%;
}
div.ama_items p {
	margin: 0.5em 0 0;
	padding: 0;
}
div.ama_items p.title {
	background-image: url("/ogablog/images/amalink.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
div.ama_items p.image {
	float: left;
	margin-top: 0.5em;
	margin-right: 1em;
}
div.ama_items p.author {
	margin-top: 1em;
}
div.ama_items a {
	font-size: 1em;
}
div.ama_items img {
	border: solid 1px #eee;
}

/*** 本文 画像のみ複数 ***/
div.ama_items2 {
	background-image: url("/ogablog/images/amalink.gif");
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin: 0;
	padding: 25px 10px 5px;
	border: solid 1px #ccc;
}
div.ama_items2 a:hover { text-decoration: none; }
div.ama_items2 a img.pic {
	border: solid 1px #ccc;
	padding: 0;
	margin: 0;
	vertical-align: top;
}


/*
====================================
   メッセージ
====================================
*/
p.message {
	margin: 20px 15px 15px 15px;
	padding: 1em;
	font-size: 1em;
	color: #000;
	border: solid 1px #999;
	line-height: 1.4;
}

/*
====================================
   etc
====================================
*/
div.clear {
	clear: both;
}
p.no_entry {
	margin: 20px 5px 15px 15px;
	padding: 3px 1em;
	font-size: 0.9em;
	color: #666;
}

/*** rss ***/
p.rss-link {
/*
	border: solid 1px #ccc;
*/
	margin: 5px 0 0 22px;
}
p.rss-link img {
	border: none;
}

/*** さすらいペット ***/
div#sasurai_pet {
/*
	border: solid 1px #f00;
*/
	margin: 1em 20px 10px 6px;
	text-align: center;
}


/* ゆーてーえふはち */

