@charset "utf-8";

/*
====================================
   初期化
====================================
*/
html,body {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align: center;
}
div,p,h1,h2,h3,h4,h5,h6,form,hr,blockquote {
	margin: 0;
	padding: 0;
}
/*
.table_title {
	font-size: 1em;
}
table {
	padding: 0;
	margin: 0 0 10px;
	border-collapse: collapse;
	border: solid 1px #666;
}
td, th {
	font-size: 1em;
}
td {
	border: solid 1px #666;
	padding: 3px 20px 3px 5px;
}
th {
	border: solid 1px #666;
	background-color: #eee;
	padding: 3px 10px;
	text-align: right;
}
*/
ul {
	margin: 10px 20px 20px;
}

/* a */
a {
	font-size: 0.8em;
	line-height: 1.2;
}
a:link {
	background-color: transparent;
	color: #36f;
	/*text-decoration: underline;*/
	text-decoration: none;
}
a:visited {
	background-color: transparent;
	color: #36f;
	/*text-decoration: underline;*/
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #f60;
	text-decoration: underline;
}

/* img */
img {
    border-style:none;
}
a img {
    border-style:none;
}

/*
====================================
   グローバルdiv
====================================
*/
div#global_container {
  text-align: left;
  width: 800px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	border-left:2px solid #8e8e8e;
	border-right:2px solid #8e8e8e;
}
div#global_header {
  height: 150px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 50px;
  background-color: #e8e8e7;
  background-image: url("/images/topback.png"); /* ヘッダーの背景画像 */
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: right bottom;
}
div#global_header p{
  padding: 0px 0px 0px 90px;
}

div#global_enikki {
/*	width: 72%;*/
	width: 100%;
	height:120px;
	background-color: #fff;
	margin: 0px;
	border-bottom: 11px solid #8e8e8e;
	text-align: center;
}

div#global_content {
	float: right;
/*	width: 72%;*/
	width: 70%;
	background-color: #fff;
	margin: 15px 15px 5px 0px;
}
div#global_sidebar {
	font-size: 1.0em;
	float: left;
	width: 25%;
    min-width: 150px;
	padding: 5px;
	background-color: #fff;
/*	margin-bottom: 10px;*/
	margin: 5px 10px 0px 5px;

}

div#global_sidebar .title {
	font-size: 1.0em;
	line-height: 1.5;
	font-weight: bold;
	padding: 2px;
	background-color: #8e8e8e;
	text-align: center;
	color: #fff;
}
div#global_sidebar .body {
	padding: 5px;
	background-color: #fff;
}

div#global_footer {
	clear: both;
	height: 80px;
	padding: 10px 0px 0px 10px;
	background-color: #e8e8e7;
	background-image: url("/images/footerback.png"); /* フッターの背景画像 */
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: top center;
}

/*
====================================
   メニューdiv
====================================
*/
div#div_calender {
	padding: 5px;
	background-color: #fff;
}
blockquote {
	font-size: 1.0em;
	padding: 5px;
}
blockquote a{
/*	font-size: 1.0em;*/
}

p.calti {
	padding: 2px;
	background-color: #e8e8e7;
	text-align: center;
	color: #000;
}

p.calplus{
	background-color: #eee;
	margin: 5px;
}

div#div_newentry {
	padding: 5px;
	background-color: #fff;
}
div#div_newcomment {
	padding: 5px;
	background-color: #fff;
}
div#div_newtrackback {
	padding: 5px;
	background-color: #fff;
}
div#div_profile {
/*	font-size: 0.8em;*/
	padding: 5px;
	background-color: #fff;
}
div#div_profile p.body{
	font-size: 0.8em;
	line-height: 1.2em;
	background-image: url("/images/table.png"); 
	background-repeat: no-repeat; 
	background-position: bottom left;
}
div#div_category {
	padding: 5px;
	background-color: #fff;
}
div#div_attribute {
	padding: 5px;
	background-color: #fff;
}


/*
====================================
   絵日記
====================================
*/
div#enikki_left {
	float: left;
	width: 60px;
	height:110px;
	margin: 10px 0px 10px 0px; /* 上 右 下 左*/
}
div#enikki_content {
	float: left;
	width: 680px;
	margin-left: -10px;
}
div#enikki_right {
	float: right;
	width: 60px;
	height:110px;
	margin: 10px 0px 10px 0px; /* 上 右 下 左*/
}
div#global_enikki img {
	border: solid 5px #ccc ; 
}
div#global_enikki ul {
	width: 680px;
	margin-right: auto;
	margin-left: -30px;
}
div#global_enikki li {
	list-style: none;
	float: left;
	display: inline;
	width: 136px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
/*	background-color: red;
/*	border:solid 1px #eee;
/*	margin-right: 5px;
	margin-left: 10px;*/
}

div#global_enikki li a {
  text-decoration: none;
}

div#global_enikki li a img:hover {
	border: solid 5px #ffd400 ; 
}


/*
====================================
   カレンダー
====================================
*/
table#calender {
	padding: 0;
/*	margin: 0 0 10px;*/
	margin: 0px;
	border-collapse: collapse;
	border: solid 1px #666;
	width: 100%;
}
table#calender td,th {
	font-size: 0.8em;
	height: 1.3em;
}
table#calender th {
	border: solid 1px #666;
	background-color: #eee;
	padding: 3px 1px;
	text-align: center;
}
table#calender th.sun {
	color: #933;
}
table#calender th.sat {
	color: #339;
}
table#calender td {
	border: solid 1px #666;
	padding: 3px 20px 3px 5px;
	background-color: #fff;
	padding: 3px 3px;
	text-align: center;
}
table#calender td.today {
	background-color: #ff9;
}
table#calender td.sun {
	background-color: #fee;
	color: #933;
}
table#calender td.sat {
	background-color: #eef;
	color: #339;
}
table#calender a {
	font-size: 1.0em;
	font-weight: bold;
}

table.calmonth{
	border:0px;
	width: 100%;
}
table.calmonth p.left {
	text-align: left;
}
table.calmonth p.right {
	text-align: right;
}


/*
====================================
   フッタ
====================================
*/
div#global_footer .powered_by {
	margin: 10px;
}
div#global_footer .powered_by img{
	vertical-align: middle;
	margin-right: 0.5em;
}
div#global_footer .copy_right {
	margin: 10px;
}

/*
====================================
   エントリー
====================================
*/
.entry {
/*	text-align: left;*/
	margin-bottom: 3em;
	background-color: #8e8e8e;
	padding: 2px;
}
.entry div.title {
	height: 50px;
	background-color: #000;
	background-image: url("/images/maru.png"); 
	background-repeat: no-repeat; 
	background-position: center left;
/*	padding: 13px 5px 8px 40px;*/
	padding: 0px 8px 0px 40px;
	vertical-align: middle;
}

.entry div.title span.title a {
	line-height: 52px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.entry div.title span.dt {
	line-height: 52px;
	float: right;
	font-size: 0.8em;
	color: #dcc;
}
.entry .et-body {
	text-align: left;
	line-height: 1.6;
	margin-top: 2px;
	background-color: #fff;
	padding: 20px ;
}
.entry .et-body img{
	border: solid 5px #ccc ; 
}
.entry .et-body img.f0{
	border: 0px; 
}

/*.entry .et-body span.comment {
	color: #806600;
	font-size: 0.9em;
}*/
span.comment {
	color: #806600;
	font-size: 0.9em;
}

span.strong {
	color: #FF4500;
	font-size: 1.5em;
}

.entry p.attribute {
	text-align: left;
	background-color: #ccc;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 0.5em;
	font-size: 0.9em;
}
.entry p.attribute a {
/*
	border: solid 1px #ccc;
	background-color: #eee;
	padding: 2px 2em;
*/
}
.entry p.attribute span {
	margin-left: 0em;
	margin-right: 1em;
}

.entry p.category {
	text-align: right;
	background-color: #fff;
	border-top: solid 1px #ccc;
	padding: 0.8em;
	font-size: 0.9em;
}
.entry p.category a {
	border: solid 1px #ccc;
	background-color: #eee;
	padding: 0.3em 2em;
	margin-left: 1em;
}
.entry p.link {
	text-align: right;
	background-color: #fff;
	border-top: solid 1px #ccc;
	padding: 10px;
	font-size: 0.9em;
}
.entry p.link a {
	margin-left: 1em;
}
.entry p.link .dt {
	color: #666;
}

.entry .link {
	text-align: right;
	font-size: 0.9em;
}
.entry hr {
	margin: 10px 0 3px 0;
	font-size: 1em;
}
/* body a */
.entry .et-body a {
	font-size: 1em;
}
.entry .et-body a:link {
background-color: transparent;
color: #08a;
text-decoration: underline;
}
.entry .et-body a:visited {
background-color: transparent;
color: #045;
text-decoration: underline;
}
.entry .et-body a:hover {
background-color: transparent;
color: #f60;
text-decoration: underline;
}

/* コメント＆トラックバック */
.comtra {
	margin-top: -30px;
}
.comtra p.title {
	font-size: 1.0em;
	line-height: 1.5;
	font-weight: bold;
	padding: 2px;
	background-color: #e8e8e7;
	text-align: center;
	color: #000;
}
.comtra p.comflink{
	font-weight: bold;
	text-align:right;
	margin: 3px;
}
.comtra .entry_comment{
	border: solid 4px #e8e8e7;
	padding: 10px;
	margin-bottom: 10px;
}
.comtra hr{
	border: solid #e8e8e7 1px;
}
.comtra p.comment_r{
	float: right;
/*	text-align:right;*/
}
.comtra span.maru{
	color: #ffd400;
}
.comtra .comment_form{
	border: solid 4px #e8e8e7;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}

.comtra .comment_form p.hidden{
	display: none;
}
.comtra .comment_form table{
	width: 100%;
	text-align: center;
}

.comment_form input.t1{
	width:100%;
}

.comment_form textarea {
	width:100%;
	height:150px;
}
td.right{
	width: 50px;
	text-align: right;
}
.comtra .trackback{
	border: solid 4px #e8e8e7;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}
.comtra .enttitle{
	font-size: 1.2em;
}
/*
====================================
   サイドバーのリスト
====================================
*/
ul.sidelist{
	margin: 5px 0px 0px -25px;
}
ul.sidelist li {
	margin-bottom: 3px;
	list-style-type: disc;
	list-style-image: url(/images/poti.gif);
	margin: 0 3px;
}
ul.sidelistcat{
	margin: 5px 0px 0px -25px;
}
ul.sidelistcat ul{
	margin: 0px 3px 0px -25px;
}
ul.sidelistcat li {
	margin-bottom: 3px;
	list-style-type: disc;
	list-style-image: url(/images/poti.gif);
	margin: 0 3px;
}

/*
====================================
   アマゾンタグ
====================================
*/
/*** 1item ***/
div.ama_1item {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 10px;
	margin: 0 0 2em;
	font-size: 0.8em;
	line-height: 1;
	margin-bottom: 0px;
}
div.ama_1item p {
	margin: 0.5em 0 0;
	padding: 0;
}
div.ama_1item p.title {
	background-image: url("/ogablog3/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.5em;
	margin-right: 1em;
}
div.ama_1item p.author {
	margin-top: 1em;
}
div.ama_1item a {
	font-size: 1em;
}
div.ama_1item p.image img {
	border: none;
	padding: 0;
}

/*** item2 ***/
div.ama_items {
	font-size: 0.8em;
	line-height: 1;
	margin-bottom: 10px;
}
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 p.image img {
	border: none;
	padding: 0;
}

/*** 本文 画像のみ複数 ***/
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;
}

/*** サイドバー ***/
div.ama_side_items {
	margin: 0 0.5em;
	font-size: 0.8em;
	margin-bottom: 1em;
	border: solid 1px #ccc;
}
div.ama_side_items div.ama_item {
	padding: 10px;
	border: none;
}
div.ama_side_items p {
	margin: 0.2em 0 0;
	padding: 0;
}
div.ama_side_items p.title {
	background-image: url("/ogablog/images/amalink.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 4px;
}
div.ama_side_items div.image {
	text-align: center;
}
div.ama_side_items div.info {
	text-align: center;
	color: #666;
	display: none;
}
div.ama_side_items a {
	font-size: 1em;
}
div.ama_side_items img {
	border: solid 1px #eee;
}


/*
====================================
   その他
====================================
*/

p.rss-link {
	margin-top:5px;
	text-align: center;
}
p.namazu {
	margin-top:5px;
	text-align: center;
}

span.message_err {
	color: #f00;
}
hr {
	margin-top: 5px;
	margin-bottom: 10px;
}


/* ページリンク */
.page_controller {
/*	margin-bottom: 10px; */
	margin: 20px; 
/*	border:solid 1px #000;*/
	vertical-align: middle;
}

.page_controller ul {
	width: 100%; 
	text-align: center;
	list-style-type: none;
	margin-right: auto;
	margin-left: -38px;
/*	margin: 0 0 1em;*/
/*	padding: 0.5em; */
/*	background-color: #ffc;
	border: solid 1px #993;*/
}
.page_controller ul li {
	text-align: center;
	border: solid 1px #993;
	width: 2em;
	background-color: #eee;
	height: 1.5em;
	line-height: 1.5em;
	margin-right: 5px;

	display:inline-block;
	/display:inline;
	/zoom:1;

/*	white-space: nowrap;
	list-style: none;
	float:center;
	display: block;
	margin-right: 5px;
	margin-left: auto;
	text-decoration: none;

*/
}
.page_controller ul li.prev,
.page_controller ul li.next {
	width: 4em;
}

/*.page_controller ul li a {
	text-align: righ;
}
.page_controller ul li a {
	background-color: #fff;
	height:1.5em;
	text-align:center;
	line-height:1.5em;

	text-align: center;
	text-decoration: none;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1.0em;

}*/
.page_controller ul li a:hover {
	background-color: #cef;
}
.page_controller ul li.none {
	color: #999;
}
.page_controller ul li.pageno.now {
	color: #fff;
	background-color: #e8e8e7;
	border: solid 1px #993;
	font-weight: bold;
}
.page_controller a {
	text-align: center;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 1.0em;
	padding: 0px 10px;
}

span.pagelink_none {
	font-size: 1.0em;
	color: #999;
}

div.comment_error {
	color: #f00;
	font-weight: bold;
}
span.error_message {
	color: #f00;
	font-size: 0.8em;
	font-weight: normal;
}



/*======================================
	clearfix
=======================================*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  zoom:1;
}

div.clear {
	clear: both;
}
div.clear hr{
	border: solid #fff 1px;
}

