@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 20px 15px;
	background-color: #fff;
	padding: 1.5em 0.5em 1em 1em;
	border-top: 3px dotted #ccc;
}
div.entry p.entry-header {
	font-size: 1.1em;
	font-weight: bold;
}
div.entry p.entry-header span {
	font-size: 0.8em;
	color: #999;
	margin-right: 0.5em;
}
div.entry p.entry-body {
	padding: 0.5em 0 0.5em 2em;
	color: #333;
/*
	background-color: #fee;
*/
	line-height: 1.3;
}
div.entry p.entry-body img {
	margin: 0.5em 0;
	border: none;
}
div.entry p.entry-body span.comment {
	font-size: 0.9em;
	color: #06c;
}



/*
====================================
   アマゾンタグ
====================================
*/
/*** サイドバー ***/
div.ama_side_items {
	margin: 0 22px 0 8px;
	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;
}



/*
====================================
   etc
====================================
*/
div.clear {
	clear: both;
}
br.clear {
	clear: both;
}


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

