@charset "EUC-JP";

/*
-----------------------------------------------------
livedoor Blog CSS
    Name: Dogs by yumino
 Version: 2008.08.08
(Release: 2006.09.14)
-----------------------------------------------------
*/


/* ++css index
	1.Global
	2.Common
	3.Main (entry)
	4.Article
	5.Category / Monthly
	6.Side Column
	7.Calendar
	8.Plugins
	9.Ad
*/


/**********************************
  =1.Global 
**********************************/

* {
	word-break:break-all;
	font-family:verdana, arial, sans-serif;
	padding:0px;
	margin:0px;
}

body {
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/bg.gif);
	text-align:center;
	color:#65351b;
	font-size:83%;
}
a {
	color:#c71f29;
}
a:hover {
	text-decoration:none;
}
blockquote ,
pre{
	background:#fff;
	padding:15px;
	margin:10px 0;
	text-align:left;
	border:1px solid #b4a481;
}


/**********************************
  =2.Common
**********************************/

table#header{
	width:100%;
	color:#fff;
	background:#89723e;
}
	table#header a{
		color:#fff;
	}
	table#header th{
		width:1%;
	}
	table#header th img{
		margin:2px 10px;
	}
	table#header td.catprbox{
		width:1%;
		white-space:nowrap;
	}
	table#header td.catprbox span{
		margin-right:15px;
	}
	table#header td.newstickerbox{
		width:97%;
		text-align:right;
		padding-right:10px;
	}
	table#header td.startblogbox{
		width:1%;
		padding-right:10px;
		white-space:nowrap;
	}
	table#header td.startblogbox img{
		width:17px;
		height:16px;
		margin-right:3px;
		border:0px;
		vertical-align:middle;
	}

#container{
	width:806px;
	margin:0 auto;
	text-align:center;
}

#cgmmenu{
	display:none;
	padding-top:11px;
}
	#cgmmenu ul{
		float:right;
		list-style:none;
		margin:0;
		padding:0;
		font-size:12px;
	}
	#cgmmenu ul li{
		background:url(http://parts.blog.livedoor.jp/img/usr/standard_blue_2c/tab.gif) no-repeat;
		display:block;
		float:left;
		margin-right:5px;
		line-height:100%;
		width:70px;
	}
	#cgmmenu ul li a{
		display:block;
		padding:7px 10px 5px;
		text-decoration:none;
		color:#fff;
	}

#banner{
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/header.gif) no-repeat 0 0;
	height:299px;
	text-align:left;
}
#banner a{
	color:#fff;
	text-decoration:none;
}
#banner a:hover{
	text-decoration:underline;
}
#banner h1.blogtitle{
	padding:25px 0px 5px 30px;
	font-size:18px;
}
#banner div.description{
	padding:0 30px;
	color:#fff;
}

#blogcontainer{
	background:#dcd0b3;
	padding:7px 10px 30px;
	margin:0 auto;
	zoom:1;
}
#wrapper{
	float:left;
	width:571px;
}
#content{
	float:right;
	width:358px;
	text-align:left;
}
#contentin{}
#left{
	float:left;
	width:203px;
}
#right{
	float:right;
	width:203px;
}
#lefttop ,
#leftbody ,
#leftbottom ,
#righttop ,
#rightbody ,
#rightbottom {}

#footer ,
#outfooter{}

/**********************************
  =3.Main (entry) 
**********************************/

div.datetop{}
div.fullbody{
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/titlebg.gif);
}
div.dateend{}

/* in div.fullbody */
div.datebody {}
div.datebody h2.date {
	color:#cdc1a6;
	padding:10px 10px 0px;
	font-size:83%;
}
div.blogbodytop{}
div.blogbody{
}
div.blogbodybottom{}

/* in div.blogbody */
div.titlebody{
}
div.titlebody h3.title{
	padding:10px;
	font-size:117%;
	color:#fff;
}
h3.title a{
	color:#fff;
}
div.main ,
div.mainmore{
	padding:10px 10px 0;
	line-height:1.4em;
	background:#f1e8d5;
}
img.pict{
	margin:0 5px 5px 0;
}

/* related articles */
div.related-articles{
	padding: 25px 10px 0;
	background: #f1e8d5;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 12px;
	color: #65351b;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat 0 50%;
	padding: 0 0 5px 9px;
	margin-left: 5px;
	font-size: 83%;
}

div.portal-links{
	font-size:83%;
	text-align:right;
	padding:0px 10px;
	background:#f1e8d5;
}
div.portal-links a{
}
div.posted{
	padding:10px 10px 15px;
	text-align:right;
	font-size:83%;
	background:#f1e8d5;
}
div.posted a{
	color:#41782e;
	text-decoration:none;
}
div.posted img.clipbutton{
	border:none;
}
.dateend{
	text-indent:-9999px;
	height:79px;
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/dateend.gif) no-repeat 50% 0;
}
#footer{
	text-indent:-9999px;
	height:35px;
	background:#89723e;
}
/**********************************
  =4.Category / Monthly
**********************************/

div#categorytitlebody{}
div#categorytitlebody h2#categorytitle{
	margin-bottom:15px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

div.nextpage{
	text-align:right;
	margin:5px;
	font-size:12px;
}


/**********************************
  =5.Article
**********************************/

div.menu{
	margin:0 0 10px;
	text-align:center;
	font-size:12px;
}

div#articletop ,
div#articlebody ,
div#articlebottom {}
div.comblogbodybottom ,
div#blogcommentbottom ,
div#contentcommentbottom{}

div#articlebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/titlebg.gif);
}

/* =subspace */
div.subspace{
}
/* part top */
div.trackbackurltop ,
div#trackbacktop ,
div#commenttop ,
div.formbodytop {}

/* part bottom */
div.comblogbodybottom ,
div.trackbackurlbottom ,
div#commentbottom ,
div#trackbackbottom ,
div.formbodybottom {
	/*text-indent:-9999px;
	height:82px;
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/dateend.gif) no-repeat 50% 0;	
*/}

/* part body */
div.trackbackurlbody ,
div#trackback ,
div#comment {
	background:#f1e8d5;
}
div#takecomment{}

/* part title */
div.trackbackurlbody h3.trackbackurlttl ,
div#trackback h3.trackbackhead ,
div#comment h3.commenthead ,
div#takecomment h3.takecommenthead {
	font-size:12px;
	color:#fff;
	padding:10px;
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/titlebg.gif);
}

/* Trackback URL */
div.trackbackurlbody div.trackbackurl {
	padding:15px 0;
	text-align:center;
}
div.trackbackurl table{
	width:330px;
	margin:0 auto;
}
div.trackbackurl table td{
	text-align:right;
}
div.trackbackurl table td input.trackbackbox{
	width:255px;
	margin-right:5px;
}
div.trackbackurl input{
	padding:2px 0;
}

/* Trackbacks & Comments */
div#comment div#commentbody ,
div#trackback div#trackbackbody {
	padding:15px 10px;
}
div#commentbody div.commentttl ,
div#trackbackbody div.trackbackttl{}
div#trackbackbody div.trackbackttl span{
	display:block;
	text-align:right;
}
div#commentbody div.commentttl span
,div#trackbackbody div.trackbackttl span{
	font-size:83%;
}

div#commentbody div.commenttext ,
div#trackbackbody div.trackbacktext{
	color:#89723e;
	margin:5px auto 10px;
	line-height:1.4em;
}

/* Comment Form */
div#takecomment div#takecommentbody{}

div#formbody{
	padding:20px 0;
	background:#f1e8d5;
}
div#formbody table.form{
	margin:0px auto;
	width:280px;
}
div#formbody table.form th{
	font-weight:normal;
	padding:2px 5px 2px 0;
	text-align:right;
	white-space:nowrap;
}
div#formbody table.form td{
	padding:2px 0;
}
div#formbody table.form td span{
	margin-right:5px;
}
	input#author{
		width:65%;
	}
	input#email{
		width:65%;
	}
	input#url{
		width:75%;
	}
	input#bake{}
	textarea#text{
		width:90%;
		height:200px;
	}
	input.button{
		margin-top:10px;
		padding:2px 0;
		width:80px;
	}

/* Error */
div#takecomment div#error {
	border:2px solid #f00;
	margin:10px 0;
	padding:10px 15px;
	line-height:125%;
	font-size:12px;
	font-weight:bold;
	color:#f00;
}
div#takecomment #error span{
	font-weight:normal;
}

/* Login */
div#takecomment div#takecommentbody div.loginon ,
div#takecomment div#takecommentbody div.loginoff {
	margin:5px 10px;
	font-size:12px;
}
div#takecomment div#takecommentbody div.loginon a ,
div#takecomment div#takecommentbody div.loginoff a {}


/**********************************
  =6.Side Column
**********************************/

div.sidetitlebody{}
div.sidetitlebody div.sidetitle{
	font-weight:bold;
	padding:15px 0px;
	text-align:center;
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/side_t.gif) no-repeat 50% 0;
}
div.sidetitlebody div.sidetitle a{
	color:#65351b;
}
div.sidetop{}
div.side{
	padding:10px 10px 15px;
	text-align:center;
	background:#fff;
}
div.side a{
	color:#65351b;
}
div.sidebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/icon.gif) no-repeat 0 3px;
	padding-left:16px;
	margin-bottom:4px;
	text-align:left;
}
div.sidebottom{
	text-indent:-9999px;
	height:20px;
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/side_b.gif) no-repeat 50% 0;
	margin-bottom:10px;
}


/**********************************
  =7.Calendar
**********************************/

div.calendarheadbody{}
div.calendarheadbody div.calendarhead{
	padding:10px 0px 5px;
	text-align:center;
	color:#65351b;
	font-weight:bold;
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/cal_t.gif) no-repeat 50% 0;
}
div.calendarheadbody div.calendarhead a{
	color:#65351b;
	text-decoration:none;
}
div.caltop{}
div.calbody{
	text-align:center;
	background:#fff;
}
div.calbody table.caltbl{
	width:203px;
}
div.calbody table.caltbl table{
	font-size:83%;
}
div.calbody table.calendartable{}
	td.caltblwkbg{}
	td.calendarwd{}

	td table.caltblwk{}
	td table.caltblwk td{
		width:14%;
		padding:5px 0;
		text-align:center;
		font-weight:bold;
	}
	td table.caltblwk td.weekday{}
	td table.caltblwk td.sat{color:#3499cd;}
	td table.caltblwk td.sun{color:#f00;}
	td table.caltblwk td span.calendarweek{
	}

	td.caltbldaybg{}
	td table.caltblday{
	}
	td table.caltblday tr.even{}
	td table.caltblday tr.odd{}
	td table.caltblday td{
		width:14%;
		padding:5px 0;
		text-align:center;
	}
	td table.caltblday td.calon a{
		font-weight:bold;
		text-decoration:underline;
	}
	td table.caltblday td.caloff {}
	td table.caltblday td.calendard {}
	td table.caltblday td.calon {}
	td table.caltblday td.calendardbg {}

	td table.caltblday td span.calendar{
	}
div.calbottom{
	text-indent:-9999px;
	height:22px;
	background:url(http://parts.blog.livedoor.jp/img/usr/t_dog_yumino/cal_b.gif) no-repeat 50% 0;
	margin-bottom:10px;
}


/**********************************
  =8.Plugins
**********************************/

input.sf{
	width:122px;
	margin-right:3px;
}
.moblogbody ,
.linkme ,
.skypeme{
	text-align:center;
}
.afbody{
	text-align:center;
	padding-bottom:10px;
}
.afbody img{
	margin-bottom:3px;
}
.photo{
	text-align:center;
}
.nickname{
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
}
.message{
	text-align:left;
	font-size:12px;
	margin-bottom:10px;
	line-height:125%;
}
.blogtimes{
	margin:10px auto;
	text-align:center;
	width:180px;
}
.newslist{
	padding-right:5px;
}

/* Side Banners */
.elsehead{}
.elsebody{
	text-align:center;
}
.elsebottom{}
.reader{
	padding-bottom:10px;
	width:117px;
	font-size:11px;
	text-align:left;
	margin:0 auto;
}
.powered ,
.rss{
	padding-bottom:10px;
}


/**********************************
  =9.Ad
**********************************/

#ad{
	text-align:center;
	background:#f1e8d5;
	padding:0px 0 15px;
}
#ad iframe{
	width:320px;
	margin:0 auto;
}
body.ad{
	background:transparent;
}
a.adtitle{
	color:#0000fe;
	font-weight:bold;
	text-decoration:underline;
}
a.addescription{
	color:#000;
	text-decoration:none;
}
a.adurl{
	color:#008000;
	text-decoration:none;
}
a.adld{
	color:#999;
}