/*  
Theme Name: Clala
Theme URI:
Description:
Version:
Author:
Author URI:

/* =====
ユニバーサルリセット
===== */

* {
	margin: 0;  
	padding: 0;
}

/*全体のレイアウト*/
body {
	color: #666;
	background-color:#E8FFF4;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 2;
	text-align: left;
}
#wrap {
	margin: 0 auto 20px;
	background: url(images/background.jpg) repeat-y;
	text-align: left;
	width: 780px;
}
#content {
	float:left;
	font-size:1.3em;
	margin:0 0 2em 25px;
	width:515px;
}
*html #content {
	margin-left: 12px;
}
#sidebar {
	background: url(images/sidebarbg.jpg) repeat-y;
	font-size: 0.9em;
	float: right;
	width: 200px;
	margin: 0 25px 2em 10px;
}
#sidebar li {
	/*padding: 0 15px;*/
}
#sidebartop a {
	display: block;
	width: 200px;
	height: 48px;
	text-indent: -9999px;
	font-size: 1px;
	background: url(images/home.jpg) no-repeat 0 0;
	margin-bottom:5px;
}
#sidebartop a:hover {
	background-position: 0 -48px;
}
a.dog-column {
	background: url(images/cat-dog-column.jpg) no-repeat 0 0;
}
#sidebarbottom a {
	display: block;
	width: 200px;
	height: 48px;
	text-indent: -9999px;
	font-size: 1px;
	background: url(images/mail.jpg) no-repeat 0 0;
	margin-top:5px;
}
#sidebarbottom a:hover {
	background-position: 0 -48px;
}
#header {
	background: url(images/header.jpg) no-repeat top;
	margin-bottom: 5px;
	text-align: left;
	width: 780px;
	height: 180px;
}
#footer {
	background: url(images/footer.jpg) no-repeat bottom;
	clear: both;
	text-align: center;
	width: 780px;
	height: 80px;
	line-height: 1.3em;
}
/* =====
ヘッダー
===== */
h1, h2, h3 {
	margin-bottom: 0.1em;
}
#header .shibauraislanddoglogo {
	float: left;
	background: url(images/title.gif) no-repeat top;
	width: 460px;
	height: 40px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	position: relative;
	left: 40px;
	margin-top: 115px;
	cursor: pointer;
}
#header .shibauraislandlogo {
	float: right;
	background: url(images/shibauraisland.gif) no-repeat top;
	width: 152px;
	height: 16px;
	font-size: 1px;
	text-indent: -9999px;
	position: relative;
	right: 600px;
	top: 50px;
	cursor:pointer;
}
#header p {
	font-size:1px;
	text-indent:-9999px;
}
h2.entrytitle {
	/*border-bottom: 1px solid #FFE494;*/
	font-size: 1.6em;
	line-height:1.1;
	padding-bottom:.2em;
	background: url(images/border.gif) repeat-x bottom;
}
h3.entrydate {
	font-size: 0.8em;
	color: #BBBBBB;
	font-weight:normal;
}
#sidebar h2 {
	color: #555;
	font-size: 1.2em;
	margin-top: 1em;
}

/* =====
投稿記事周辺
===== */
.entry {
	clear: both;
	padding: 2em 10px 0;
}
.entrybody {
	margin: 1.5em 0;
}
.entrybody p {
	padding-bottom: 1em;
	line-height: 1.4;
}
.entrybody h2 {
	padding-bottom: 1em;
	line-height: 1.1;
}
blockquote {
	padding-left: 3em;
}
.entrybody ul, .entrybody ol{
	margin-left: 15px;
}
ul.entrymeta li {
	font-size: 0.95em;
	line-height: 1.8;
	display: inline;
}
.postedby {
	background: url(images/pencil.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.filedto {
	background: url(images/page.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.commentslink {
	background: url(images/comments.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft {
	float: left;
	margin-left:10px;
}
.alignright {
	float: right;
	margin-right:10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
	margin: 2px 5px 5px 5px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.84em;
	padding: 2px 5px;
}

/* =====
サイドバー
===== */
div#sidebar p {
	font-size: 1em;
}
div#sidebar li {
	list-style-type: none;
}
div#sidebar li li a {
	display: block;
	padding: 0.4em 15px 0.4em 32px;
	line-height: 1.3em;
	color: #666666;
	font-size: 1.2em;
	background: url(images/cat-post.jpg) no-repeat 0 0;
}
*html div#sidebar li li a,
*:first-child+html div#sidebar li li a {
	padding: 0.2em 15px 0.2em 32px;
}
div#sidebar li li a:hover {
	background-position: 0 -100px;
	color: #666666;
}

/* =====
コメント
===== */
#comments {
	padding: 5px 0;
	clear: both;
}
#comments h3 {
	font-size: 1em;
	margin: 15px 0 8px 0;
}
#comments p {
	padding-bottom: 1em;
}
.commentauthor {
	display: block;
	font-size: 1.5em;
}
ol.commentlist {
	color: #777;
	list-style-type: none;
}
.commentlist li {
	margin-bottom: 8px;
	padding: 10px;
	background: #F0F8FC;
	border: 1px dotted #D1D1D1;
}
.commentlist li.alt {
	background: #F3F3F3;
	border: 1px dotted #D1D1D1;
}
.commentlist li img {
	background: #FFF;
	border: 1px dotted #D1D1D1;
	padding: 0.5em;
	float: left;
	margin-right: 8px;
}
.commentlist cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .commentmetadata {
	font-size: 0.9em;
	padding-bottom: 1em;
}
.commentlist .commentmetadata a {
	color: #94541A
}#comments textarea {
	width: 510px;
	font-size: 1em;
}
#comments input {
	width: 160px;
	font-size: 1em;
	line-height: 2em;
}
#comments input#submit {
	width: 9em;
	font-size: 1em;
	border: 1px outset #eee;
	background: #efefef;
}
#comments input#trackbackurl {
	width: 510px;
	color: #555;
}
#comments p.alignright {
	text-align: right;
	float: none;
}
.border1 {
	font-size:1px;
	margin: 0 auto 5px;
	width: 720px;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

/* =====
リンク
===== */
a {
	color: #FF6600;
	text-decoration: none;
	outline:0;
}
a:hover {
	color: #CC3300;
}
h2.entrytitle a {
	color: #666666;
}
h2.entrytitle a:hover {
	color: #FF6600;
}

.entrybody h1,
.entrybody h2,
.entrybody h3,
.entrybody h4,
.entrybody h5,
.entrybody h6 {
	line-height: 1.1em;
	margin-bottom: 1em;
}

.entrybody img {
	margin: 2px 5px 5px 5px;
}

a.dog-column,
a.dog-event-news,
a.dog-event-report {
	display: block;
	width: 200px;
	height: 20px;
	text-indent: -9999px;
	font-size: 1px;
}
a.dog-column:hover,
a.dog-event-news:hover,
a.dog-event-report:hover {
	background-position: 0 -20px;
}
a.dog-column {
	background: url(images/cat-dog-column.jpg) no-repeat 0 0;
}
a.dog-event-news {
	background: url(images/cat-dog-event-news.jpg) no-repeat 0 0;
}
a.dog-event-report {
	background: url(images/cat-dog-event-report.jpg) no-repeat 0 0;
}

.cat-image {
	margin: 5px 0 0;
}

.navigation {
	font-size: 0.8em;
}

.more-link {
	font-size: 0.8em;
	float: right;
}

.navigation a,
a.more-link {
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
	padding: 1px 3px;
}

.navigation a:hover,
a.more-link:hover {
	color: #FF6600;
	border: 1px solid #FF6600;
}

/*.entrybody p.event-termination {
	line-height: 1.2em;
	padding: 0.7em 1.5em 0.6em;
	margin-bottom: 1.5em;
	background-color: #ddd;
	color: #fff;
}
*/
.entrybody p.event-termination {
	line-height: 1.2em;
	padding: 0.7em 1.5em 0.6em;
	margin-bottom: 1.5em;
	border: 1px solid #ddd;
	color: #999;
}


/* =====
各種ブラウザ対応のためのコード
===== */
/* Mac IE 5 文字化け回避対策 */
input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}