@charset "UTF-8";

/* ブログテンプレート02_1
---------------------------------------------------- */

/* 全体デフォルトの文字 */
body,td {
	color: #574131;
	font-size:x-small;
	line-height:140%;
}
body {
	background-color: #FFEECA;
}


#wrapper {
	background:#fff;
}

a:link {
	color: #CF9926;
	text-decoration: none;
}
a:visited {
	color: #CF9926;
	text-decoration: none;
}
a:active {
	color: #CF9926;
	text-decoration: underline;
}
a:hover {
	color:#CF9926;
	text-decoration: underline;
}
}



h3 {	font-size:14px;	}
h4 {	font-size:12px;	}

#header {
	height:342px;
	width:760px;
	background: url(/images/template/temp_kotoriyellow/backimg.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}


#header h1 {
	font-size:22px;
	line-height:110%;
	margin:40px 470px 10px 25px;
	position:relative;
	color:#574131;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 760px;
}

#header h1 a {
	text-decoration:none;
	color:#574131;
}

#header h2 {
	font-size:10px;
	position:relative;
	color:#574131;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 475px;
	margin-bottom: 0;
	margin-left: 25px;
}


/*----- 記事表示 -----*/
.contribute {
	width:500px;
	margin:20px 0 20px 0;
	padding:20px;
	color:#574131;
	border: 1px #eceae8 solid;
}
.cont_top {
}
.cont_bottom {
}
.contribute h2 {
	clear:both;
	margin:8px 0 5px 0;
	font-size:medium;
	padding:8px 0px;
	color:#574131;
	background: url(/images/template/temp_kotoriyellow/bar_100.gif) no-repeat bottom;
}
.contribute h3 {
	margin:2px 0;
	font-size:10px;
}
.contribute div.ymd {
	margin:0px;
	font-size:11px;
	margin-bottom:5px;
}
.cont_thema {
	clear:both;
	margin:0px 10px 5px 0px;
	font-size:11px;
	float:left;
}
.cont_cate {
	margin:0px 0px 5px 0px;
	font-size:11px;
	float:right;
}
.contribute img,p {
	clear:both;
	margin:8px 0px;
}
.contribute img.right {
	margin:8px 0px 8px 10px;
}
.contribute p {
	font-size:small;
	line-height:1;
}
.contribute ul {
	float:right;
	margin:0;
	padding:0px 0px;
}
.contribute li {
	float:left;
	font-size:10px;
	list-style-type:none;
	padding:15px 0px 10px 15px;
	margin:0;
}
.cont_more {
	text-align:right;
	font-size:small;
}

/*----- コメント -----*/
#comment {
	border:1px #eceae8 solid;
	padding:20px;
	background:#eceae8;
	width:500px;
}
#cmt,#traba {
	background:#f0f0f0;
	padding:10px;
	width:480px;
	margin-bottom:10px;
}
#cmt h3,#traba h3 {
	margin:0;
	font-size:12px;
}
.cmt_ttl,.tra_ttl {
	font-size:11px;
	padding:10px 0px;
}
.cmt_url {
	font-size:10px;
}
.cmt_ymd,.tra_name {
	font-size:11px;
	float:right;
}

/*----- トラックバック -----*/
#trackback {
	border:1px #eceae8 solid;
	padding:20px;
	font-size:12px;
	line-height:1.5em;
	background:#FFFFFF;
	width:500px;
}
.traurl { font-size:12px; }

	
/*----- カレンダー -----*/
#calender,#menu,#personal {
	margin:20px 0px 18px 10px;
}
.ttl {
	width:170px;
	padding:3px 0px;
	color:#555;
	background: #eee;
}
#personal {
	background:#eceae8;
	width:150px;
	padding:10px;
}
.nam {
	font-size:12px;
	margin-left:10px;
}
.nam_s {
	font-size:10px;}

#calender .month {
	margin:5px 0px;
	width:170px;
	text-align:center;
}
#calender table {
	width:170px;
	text-align:center;
	font-size:10px;
	margin-bottom:3px;
}
#calender table th {
	height:18px;
	font-weight:bold;
}
#calender table td {
	padding:2px;
	border:#ccc 1px solid;
}
#calender table.navi td {
	padding:3px;
	border:#fff 1px solid;
}

/*----- list -----*/
#menu ul,#menu li,#personal ul,#personal li {
	margin:0;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	list-style-type:none;
	font-size:x-small;
	margin-right:10px;
}

/*----- Right menu -----*/
#menu-r {
	margin:10px 10px 18px 10px;
	width:170px;
}

table.mycol td {
	padding:5px;
}
/*----- Current Page -----*/
.currentpage {
	font-weight: bold;
	color: #574131;
	text-decoration: none;
}

/*----- Counter -----*/
.counter {
	color: #CF9926;
	font-size: 12px;
}
/*----- Blog Top Link -----*/
.toplink a {
	position: relative;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 200px;
	left: 16px;
	top: 17px;
}
