html{
	font-size:85%;
}

*{
	margin:0;
	padding:0;
	color:#333;
	line-height:140%;
	font-family:Arial,Helvetica,"ＭＳ Ｐゴシック","メイリオ",Meiryo,sans-serif;
}

body{
	background:url(https://blog-imgs-38-origin.fc2.com/t/o/r/toronto08/wallpaper000.gif) #fff no-repeat top left fixed;
}

a      {color:#c00;}
a:hover{color:#f33;}

li{
	list-style:none;
	list-position:outside;
}

img{border:none;}

.clear{clear:both;}
.hidden{display:none;}

/* ##### head ########################################################## */
#head{
	position:relative;
	padding:30px;
}
#head h1{
	color:#a00;
	font-size: 180%;
	/*font-weight: bold;*/
	margin-bottom: 8px;
}
#head h1 a{
	text-decoration:none;
}

#head h1 small{
	font-size: 75%;
}

/* ##### wrap ########################################################## */
#wrap{
	/*width:100%;*/
	width : 860px;       /* コンテンツ幅を740pxに設定 */
	margin-left : auto;  /* 左側のマージンを自動算出 */
	margin-right : auto; /* 右側のマージンを自動算出 */
}

/* ##### side ########################################################## */
#side{
	float:right;
	width:20%;
	background:url(https://blog-imgs-32-origin.fc2.com/d/g/r/dgrinder/border_vertical.gif) repeat-y;
	line-height: 1.3; /* IE6 must die */
}

#side a      {
	color:#444;
}
#side a:hover{
	color:#c22;
}

#side dl{
	margin:0 0 15px 10px;
}

#side dl dt{
	/*color:#a00;*/
	font-weight:bold;
	color: #402a29;
	margin:20px 0 5px 0;
	border-bottom: double 3px #d7d5d0;
}

#side dd{
	font-size:90%;
	padding: 4px 0;
}

/* 追加 各プラグインコンテンツに下線が付くように */
#side dd ul li{
	list-style: none;
	line-height: 0; /* IE6 must die */
}
#side dd ul li a {
	line-height: 1.3; /* IE6 must die */
	border-bottom: solid 1px #d7d5d0;
	color: #666562;
	display: block;
	padding: 4px 0;
}
/* 追加ここまで */

#side .second_category li{
	float:left;
	width:80px;
}

#side .calender {
	width: 75%;
	text-align: center;
}

/* ##### main ########################################################## */
#main{
	float:right;
	font-size: 100%;
	line-height:120%;
	width:80%;
}


/* ##### section ########################################################## */
.section{
	background:url(https://blog-imgs-32-origin.fc2.com/d/g/r/dgrinder/border_horizontal.gif) repeat-x bottom;
	padding-bottom:10px;
	margin:10px 30px 30px 30px;
}
.section h3{
	margin:10px 0 ;
	color:#a00;
	/*font-weight:bold*/;
	font-size:1.3em;
}
.section .fc2_footer{
	float:left;
	margin:20px 0 5px 0;
}

.section span.category{
	font-size:80%;
}
.section img{
	margin-bottom:20px;
}

.fc2_footer img{
	display:inline;
	margin:0;
}


/* ##### FC2relate ########################################################## */
.relate_dl {
	font-size:85%;
	margin: 10px 10px 10px;
}

/* ##### comment & trackback ########################################################## */
.comment,
.comment_post,
.trackback,
.trackback_post
{
	margin:10px 0 30px 30px;
}
.comment_section,
.trackback_section
{
	background:url(https://blog-imgs-29-origin.fc2.com/t/o/r/toronto08/fukiComment.gif) 0 0 no-repeat;
	padding: 0 0 15px 48px;
	/*background:url(https://blog-imgs-32-origin.fc2.com/d/g/r/dgrinder/border_horizontal.gif) repeat-x bottom;*/
	/*padding-bottom:10px;*/
	border-bottom: solid 1px #d7d5d0;
	margin-bottom:4px;
}

.comment h3,
.comment_post h3,
.trackback h3
{
	margin:10px 0 10px 0 ;
	color:#a00;
	font-weight:bold;
	font-size:1.4em;
}

/* ##### navi ########################################################## */
.navi{
	text-align:center;
	margin:30px;
}

/* ##### designby ########################################################## */
.designby{
	text-align:center;
	margin:30px;
}