* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック";
	color: #333;
background-image: url(http://www.bling--bling.net/parts/canvas3.jpg); 
}
p {
	margin: 10px 0;
}
img {
	border: none;
}

/*====================================*/
/* 各コンテナ                         */
/*====================================*/

#wrapper {
	width: 740px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
background-color: #ffffff;
}

#header {
	padding: 20px;
	border-bottom: 1px solid #ccc;
        height: 160px; width: 700px;
background-position: center center;
background-image: url(http://www.bling--bling.net/parts/bbblogo.png); background-repeat: no-repeat;
}

#content {
	width: 710px;
	margin: 0 auto;
}

#main {
	width: 495px;
	float: left;
}

#side {
	width: 200px;
	float: right;
}

#bottom {
	margin: 5px 15px 0;
	padding: 10px 0 0;
	text-align: center;
	font : normal 11px Arial;
	color: #666;
	border-top: 1px solid #ECECEC;
}

/*====================================*/
/* サイド                             */
/*====================================*/

#side .head {
	margin-top: 10px;
}
#side .body {
	padding: 0px 15px 0;
}
#side .foot {
	height: 15px;
}

#side dl {
	padding-bottom: 20px;
}
#side dt {
	font-family: "Trebuchet MS";
	font-weight: bold;
}
#side dd ul {
	margin-left: 15px;
}
#side dd li {
	margin: 3px 0 0;
}

#side .ipt {
	width: 110px;
}

/*====================================*/
/* エントリー                         */
/*====================================*/

.entry {
	margin: 10px 0 0;
	padding: 0 0 20px;
}
.entry .head {
	padding: 5px;
    color: #000;
	font-size: medium;
	border-left: 5px solid #aaa;
}
.entry .body {
	padding: 15px 5px;
}
.entry .body img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
.entry .foot {
	clear: both;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.entry .foot li {
	display: inline;
	font-size: 11px;
	color: #999;
}

/*====================================*/
/* コメント                           */
/*====================================*/

.comment {
	padding-left: 10px;
}
.comment .tab {
	padding-left: 3px;
	font-family: "Trebuchet MS", Trebuchet;
	font-weight: bold;
	border-left: 3px solid #666;
	border-bottom: 1px solid #666;
}
.comment dt {
	margin-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
}
.comment dd {
	border-bottom: 1px dotted #ccc;
}
.comment dd ul {
	list-style: none;
	text-align: right;
	font-size: 11px;
}
.comment dd li {
	display: inline;
}

/* コメントフォーム */
.comment .form {
	margin-top: 15px;
}
.comment .form .ipt {
	width: 200px;
	border: 1px solid #ccc;
	padding: 1px 0;
}
.comment .form textarea {
	margin: 0 0 10px;
	width: 300px;
	border: 1px solid #ccc;
}

/*====================================*/
/* トラックバック                     */
/*====================================*/

.trackback {
	margin-top: 15px;
	padding-left: 10px;
}
.trackback .tab {
	padding-left: 3px;
	font-family: "Trebuchet MS", Trebuchet;
	font-weight: bold;
	border-left: 3px solid #666;
	border-bottom: 1px solid #666;
}
.trackback dt {
	margin-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
}
.trackback dd {
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
}
.trackback dd ul {
	list-style: none;
	text-align: right;
	font-size: 11px;
}
.trackback dd li {
	display: inline;
}

/* =================================== */
/* カレンダー                          */
/* =================================== */

.calendar {
	width: 170px;
	text-align: center;
}
.calendar .month {
	font-size: 12px;
	font-family: Verdana;
	color: #666;
}
.calendar .week {
	margin-top: 3px;
	font-size: 10px;
	font-family: Arial;
	color: #666;
}
.calendar .week div {
	width: 22px;
	float: left;
}
.calendar .day {
	margin-top: 2px;
	font-size: 10px;
	font-family: Verdana;
	color: #666;
}
.calendar .day div {
	width: 20px;
	height: 18px;
	line-height: 18px;
	float: left;
	background: #eee;
	border: 1px solid #fff;
}

/* =================================== */
/* その他                              */
/* =================================== */
.clear {
	clear: both;
	font-size: 0;
}
