@charset "utf-8";

/* ***********************************************

  Style Name    : Reset Style Sheet

  Since         : 2009-11-26
  Last Modified : 2009-11-26

*********************************************** */
HTML * {
	font-size: 102%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* ***********************************************

  Style Name    : Common Style Sheet

  Since         : 2009-11-26
  Last Modified : 2009-12-06

*********************************************** */
/* --------------------------------------------
 *      clearfix
 * -------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* --------------------------------------------
 *      emoji
 * -------------------------------------------- */
img.emoji { vertical-align:middle; }


/* --------------------------------------------
 *      win7
 * -------------------------------------------- */
.win7blue div, .win7yellow div, .win7green div, .win7red div {
	width: 100%;
	height: 37px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat;
}


/* --------------------------------------------
 *      Thumbnail/Img
 * -------------------------------------------- */
.thumbnail {
	float: left;
	width: 156px;
	max-width: 156px;
	max-height: 156px;
	overflow: hidden;
}
.thumbnail img, .shadow img {
	padding: 0 6px 9px 0;
	background: url("https://blog-imgs-34.fc2.com/t/r/i/trivialife/img_shadow.png") no-repeat bottom right;
	-ms-interpolation-mode: bicubic;
}
.clearimg img { -ms-interpolation-mode: bicubic; }
.thumbnail2 { float: left; }
.thumbnail2 img {
	padding: 5px 10px 10px 10px;
	-ms-interpolation-mode: bicubic;
}


/* ***********************************************

  Style Name    : Layout Style Sheet

  Since         : 2009-11-26
  Last Modified : 2009-12-17

*********************************************** */

/* --------------------------------------------
 *      Base Style
 * -------------------------------------------- */
body {
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend_bg.png) repeat-x top center #f4f5f7;
	color: #303030;
	font: 14px Helvetica, Verdana, sans-serif; /* modern browser */
	text-align: left;
}
select, input, button, textarea ,button { font: 99% "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif; }
table {
	font: 100%;
}
pre, code, kbd, samp,tt {
	font-family: monospace;
	line-height: 100%;
}
hr {
	clear: both;
	margin: 8px 0;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #909090;
	color: #f8f8f8;
}
a { color: #0080c0; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { color: #ff7700; text-decoration: underline; }
h1 {
	padding: 0 0 0 10px;
	line-height: 1.3; /* 26px */
}
h1 a { color: #ffffff; }
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover { color: #ffffff; text-decoration: none; }
h2 {
	padding: 0 0 0 0px;
	color: #ffffff;
	line-height: 1.231; /* 16px */
}


/* --------------------------------------------
 *      Main Layout Style
 * -------------------------------------------- */
#wrapper {
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend_menu972_bg.png) repeat-y top center;
}

#all {
	position: relative;
	width: 1100px;
	min-height: 100%;
	margin: 0px auto;
	border-width: 0 1px;
	border-style: solid;
	border-color: #98a098;
	background: #ffffff;
}

/* Header */
#header {
	height: 26px;
	padding: 0 0 0 10px;
	border-width: 0 1px 2px 1px;
	border-style: solid;
	background : #333333;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
}
#header a { color: #887b88; }
#header a:hover { color: #000000; }
#header ul { padding: 0 0 0 5px; }
#header li { float: left; margin: 0px 5px; }
#header .current { color: #000000; }

/* Title */
#title {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
	background : url("https://blog-imgs-119.fc2.com/g/a/l/galapagonia/top_bg.gif") top left repeat;	
	font-weight: bold;
	padding: 10px 1px 1px 1px;
}
#title_con {
	float: left;
}
#title_con_02 {
	height: 130px;
	text-align: center;
	vertical-align: top;
}
#title .logo {
	left: 30px;
	height: 23px;
}
#title .intro {
	color: #ffffff;
	margin: 0px 2px 0px 10px;
}

/* Title Menu */
#title .menu {
	height: 37px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #9F9F9F;
	background: url(https://blog-imgs-119.fc2.com/g/a/l/galapagonia/title_bg_03.gif) repeat-x top left;
}
#title .win7 { position: relative; }
#title .win7 li {
	display: inline;
	position: relative;
	float: left;
	height: 37px;
	width: 120px;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	letter-spacing: 2px;
}
#title .win7 div {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 37px;
	z-index: 0;
}
#title .win7 a {
	display: block;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	line-height: 37px;
	z-index: 2;
}
#title .win7 a:hover { color: #ffffff; text-decoration: none; }
#title .break-right {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #9f9f9f;
}

/* Container */
#container {
	padding: 7px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

/* Entry */
#center {
	float: left;
	width: 575px;
	height: 100%;
	overflow: hidden;
}
#center h3 {
	width: 575px;
	height: 30px;
	padding: 0 0 0 10px;
	color: #425B9B;
	font-weight: bold;
	line-height: 30px;
}
#center-wrapper { padding: 5px 0 15px 7px; }

/* Copyright */
#footer {
	clear: both;
	width: 1100px;
	padding: 8px 0 10px 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e0e0e0;
	background: #4286C5;
	color: #c7c7c7;
	letter-spacing: 0.03em;
	text-align: center;
}
#footer a { color: #c7c7c7; }
#footer a:hover { color: #ffffff; }


/* --------------------------------------------
 *      Topentry Layout Style
 * -------------------------------------------- */
/* Entry Header */
#index h4 {
	height: 32px;
	margin: 5px 15px 2px 8px;
	border-width: 0 0 1px 0 ;
	border-style: dotted;
	border-color: #909090;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 385px -423px;
	font-weight: bold;
	line-height: 32px;
}
#index h4 a { display: block; color: #303030; }
#index h4 a:hover {
	height: 32px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 385px -423px;
	color: #ff7700;
	text-decoration: none;
}
#index .entry-header { width: 100%; }
#index .entry-date {
	float: left;
	height: 5px;
	width: 32px;
	background: #FA2154;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}
#index .entry-month, #index .entry-year { height: 20px; line-height: 20px; }
#index .entry-day {
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}
#index .entry-title {
	font-size: 18px;
	float: left;
	text-align: left;
	width: 100%;
	font-weight: bold;
	border-color: #d1d1d1;
	padding: 8px;
	margin: 0px 0px 5px 0px;
	background: url(https://blog-imgs-119.fc2.com/g/a/l/galapagonia/title_bg_03.gif) repeat-x top left;
}
#index h2 a { display: block; color: #ffffff; }
#index h2 a:hover { display: block; color: #ffffff; }
#index .entry-category {
	float: left;
	width: 575px;
	height: 22px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d1d1d1;
	text-indent: 8px;
	line-height: 22px;
}


/* --------------------------------------------
 *      Out of Topentry Layout Style
 * -------------------------------------------- */
/* Entry Header */
#not-index { margin: 5px 0 0 0; }
#not-index h4 {
	height: 32px;
	margin: 5px 15px 1px 8px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #909090;
	font-weight: bold;
	line-height: 32px;
}
#not-index .entry-header { width: 572px; }
#not-index .entry-date {
	float: left;
	height: 5px;
	width: 32px;
	background: #FA2154;
	margin: 5px 0px 0px 0px;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}
#not-index .entry-month, #not-index .entry-year { height: 20px; line-height: 20px; }
#not-index .entry-day {
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}
#not-index .entry-title {
	font-size: 18px;
	float: left;
	text-align: left;
	width: 100%;
	font-weight: bold;
	border-color: #d1d1d1;
	padding: 8px;
	margin: 0px 0px 5px 0px;
	background: url(https://blog-imgs-119.fc2.com/g/a/l/galapagonia/title_bg_03.gif) repeat-x top left;
}
#not-index h2 a { display: block; color: #ffffff; }
#not-index h2 a:hover { display: block; color: #ffffff; }
#not-index .entry-category {
	float: left;
	width: 575px;
	height: 22px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d1d1d1;
	text-indent: 8px;
	line-height: 22px;
}


/* --------------------------------------------
 *      Entry Body Layout Style
 * -------------------------------------------- */
/* Entry Body */
#center .entry-body {
	overflow: hidden;
	padding: 8px 8px 8px 8px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
	line-height: 1.67; /* 20px */
}
#center .entry-body .entry-body-top { min-height: 156px; }
#center .more-link {
	height: 30px;
	margin: 10px 7px 7px 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #d1d1d1;
}
#center .more-link a {
	display: block;
	padding: 5px 5px 5px 25px;
	color: #0042A6;
	background: #A5CBFF;
}
#center .more-link  a:hover {
	color: #FE4E00;
	background: #FFC571;
	text-decoration: none;
}
#center .entry-more{ padding: 15px 0 5px 0; }

/* Entry Footer */
#center .entry-footer {
	width: 600px;
	margin: 25px 0 0 0;
	border-width: 1px 0 0 0 ;
	border-style: dotted;
	border-color: #909090;
	line-height: 16px;
}
#center .entry-footer ul { display: inline-block; width: 452px;}
#center .entry-footer li { display: inline; }
#center .entry-footer .date { float: left }
#center .entry-footer .trackback { float: right; }
#center .entry-footer .comment {
	float: right;
	height: 13px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -454px;
}
#center .entry-footer .tag {
	float: right;
	height: 13px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -480px;
}
#center .entry-footer .trackback {
	float: right;
	height: 13px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -467px;
}
#center .entry-footer .trackback a { padding: 0 0 0 14px; }
#center .entry-footer .comment a, #center .entry-footer .tag a { padding: 0 5px 0 14px; }
#center .square-footer{
	height: 1px;
	border-width: 0 1px 1px 1px;
	margin: 0px 0px 20px 0px;
	border-style: solid;
	border-color: #d1d1d1;
}
#center .circle-footer{
	width: 470px;
	height: 5px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -208px;
}

/* Page Navigation */
#center .page-navi {
	height: 29px;
	margin: 18px 0;
	line-height: 29px;
}
#center .page-navi ul { position: relative; }
#center .page-navi li { width: 119px; }
#center .page-navi li a {
	display: block;
	font-weight: bold;
	color: #ffffff;
}
#center .page-navi li a:hover  { color: #ffffff; text-decoration: none; }
#center .page-navi .page-prev {
	width: 119px;
	height: 29px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -180px -178px;
	text-indent: 50px;
}
#center .page-navi .page-home {
	position: absolute;
	top: 0px;
	left: 175px;
	width: 119px;
	height: 29px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -299px -178px;
	text-indent: 42px;
}
#center .page-navi .page-next {
	position: absolute;
	top: 0px;
	left: 351px;
	width: 119px;
	height: 29px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -417px -178px;
	text-indent: 12px;
}


/* --------------------------------------------
 *      Comment Layout Style
 * -------------------------------------------- */
/* Comment Header */
#comment { margin: 15px 0 0 0; }
#comment .commentcont h4 {
	height: 32px;
	margin: 0 15px 2px 8px;
	padding: 0 0 0 25px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #909090;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) 5px -495px no-repeat;
	font-weight: bold;
	line-height: 32px;
}
#comment .comment-header {
	position: relative;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #d1d1d1;
}
#comment .comment-title { width: 433px; padding: 5px 0 0 0; }
#comment .comment-date {
	position: absolute;
	top: 0px;
	left: 433px;
	width: 35px;
	height: 63px;
	background: #3c3c3c;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}
#comment .comment-month, #comment .comment-year { line-height: 20px; }
#comment .comment-day {
	font-weight: bold;
	line-height: 25px;
}

/* Comment Form */
#comment .comment-info {
	height: 22px;
	text-indent: 8px;
	line-height: 22px;
}
#comment .comment-info ul { display: inline-block; width: 418px; }
#comment .comment-info li { display: inline; }
#comment .comment-info .date { float: left }
#comment .comment-info .url {
	float: right;
	height: 16px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0px -524px;
}
#comment .comment-info .name {
	float: right;
	height: 16px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0px -540px;
}
#comment .comment-info .edit {
	float: right;
	height: 16px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0px -556px;
}
#comment .comment-info .url span, #comment .comment-info .name span, #comment .comment-info .edit span { margin: 0 5px 0 0; padding: 0 0 0 5px; }
#comment .comment-body {
	padding: 8px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
}
#comment-form { margin: 15px 0 0 0 }
#comment-form .comment-area {
	padding: 18px 0 20px 50px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
}
#comment-form .comment-area label {
	display: block;
	height: 16px;
	margin: 5px 0 0;
	padding-left: 17px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -586px;;
	font-weight: bold;
	line-height: 16px;
}
#comment .comment-footer {
	width: 470px;
	height: 5px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -208px;
}

/* Trackback URI */
#trackback {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #d1d1d1;
	line-height: 1.4;
}
#trackback h4 {
	height: 16px;
	padding: 15px 15px 0 67px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 50px -570px;
	font-weight: bold;
}
#trackback .trackbackbody {
	padding: 0 0 20px 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
}
#trackback .trackbackbody a { margin: 0 0 0 50px; }
#trackback .traba-form {
	margin: 3px 0 3px 50px;
	padding: 2px 0;
}
#trackback .trackback-footer {
	width: 470px;
	height: 5px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -208px;
}

/* --------------------------------------------
 *      Base Plug-in Layout Style
 * -------------------------------------------- */
/* Menu - [Plug-in-1] */
#left {
	float: left;
	width: 200px;
	overflow: hidden;
}
#left .left-wrapper {
	width: 200px;
	margin: 5px 0 0 0;
	background: #ffffff;
	overflow: hidden;
}
#left .left-menu {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	overflow: hidden;
}
#left h3 {
	width: 200px;
	height: 30px;
	padding: 0 0 0 10px;
	background : url("https://blog-imgs-119.fc2.com/g/a/l/galapagonia/title_bg_03.gif") top left repeat;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 34px;
	overflow: hidden;
}
#left .star {
	padding: 0 0 0 30px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/menu_bar_gray_star.png) no-repeat top right;
}
#left ul {
	padding: 5px;
}
#left ul li {
	max-height: 100px;
	padding: 0 0 0 13px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -592px -337px;
	line-height: 1.55;
}
#left ul li.none { background: none; }
#left ul li.friend {
	max-heigh: 20px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -592px -437px;
}
#left ul li.kanri {
	max-heigh: 20px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -592px -457px;
}
#left .addlink {
	max-heigh: 20px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 18px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -586px -476px;
	line-height: 1.42;
}

/* Topic - [Plug-in-2] */
#right {
	float: right;
	width: 300px;
	overflow: hidden;
	background: #ffffff;
}
#right .right-wrapper {
	width: 300px;
	margin: 5px 0 0 0;
	background: #ffffff;
	overflow: hidden;
}
#right .right-menu {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	overflow: hidden;
	padding: 5px;
}
#right h3 {
	width: 290px;
	height: 30px;
	padding: 0 0 0 10px;
	background : url("https://blog-imgs-119.fc2.com/g/a/l/galapagonia/title_bg_03.gif") top left repeat;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 34px;
	overflow: hidden;
}

/* Free - [Plug-in-3] */
#top {
	clear:both;
	width: 100%;
	overflow: hidden;
	margin: 0px;
}


/* --------------------------------------------
 *      Original Plug-in Layout Style
 * -------------------------------------------- */
/* Original Calendar Plug-in */
table.calender {
	margin: 8px 20px;
}
.calender caption {
	padding: 8px 15px 0 15px;
}
.calender th {
	font-weight: normal;
	padding: 0 0 0.2em 0;
	text-align: center;
	font-family: georgia, serif;
}
.calender td {
	width: 26px;
	text-align: center;
	padding: 0.1em 0;
	background: #efefef;
}
.calender td a {
	display: block;
	font-weight: bold;
}
th#sun { color: #cc3d3d; }
th#sat { color: #2996cc }
.calender td a:link, #calendar td a:visited, #calendar td a:hover, #calendar td a:active { text-decoration: none; }
.calender td a:link { background: #FFF; border: 1px solid #cc3d3d; }
.calender td a:visited { border: 1px solid #999; color: #666}
.calender td a:hover, #calendar td a:active { background: #fff; border: 1px solid #c66;}

/* FC2 Counter */
.plugin-counter { padding: 5px 0; }

/* Comment Form */
#comment_post dl { width: 100%; padding: 8px 0; }
#comment_post dl dt { letter-spacing: 0.03em; font-weight: bold; }
#comment_post dl dd { font-size: 90%; padding: 0 0 0.5em 0; }
#comment_post dl textarea { width: 85%; }
#himitsu { width: auto; }


/* --------------------------------------------
 *      Additional Plug-in Layout Style
 * -------------------------------------------- */
/* Flash Calendar Plug-in */
.plg-calendar { padding: 9px 0 9px 9px; }

/* Category Plug-in */
.plg-category { padding: 9px 0; }
.plg-category-parent {
	padding: 0 0 0 25px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -581px -496px;
	line-height: 1.5;
}
.plg-category-child {
	padding: 0 0 0 40px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -566px -516px;
	line-height: 1.64;
}

/* Tag Search Plug-in */
.plg-search { padding: 9px 0 9px 9px; }
.plg-search .keywords { color: #888888; }
.plg-search .submit {
	position: relative;
	top: 5px;
}

/* Base,Ranking,Topic */
.base {
	width: 290px;
	height: 49px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -213px;
	overflow: hidden;
}
.ranking {
	width: 290px;
	height: 49px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat -290px -213px;
	overflow: hidden;
}
.topic {
	width: 290px;
	height: 50px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -265px;
	overflow: hidden;
}
.ranking a, .topic a { width: 100%; }

/* Ranking Body */
.rankingbody {
	padding: 12px 8px 8px 8px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
}
.rankingbody img, .topicbody img { padding: 7px 0 3px 21px; }
.rankingfooter, .topicfooter {
	width: 290px;
	height: 5px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend.png) no-repeat 0 -315px;
}
.topicbody {
	padding: 8px 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
}
.topicbody ul { padding: 10px 0; }
.topicbody li { margin: 3px 0; }

/* Plug-in Sub Title */
.topicsubtitle {
	height: 30px;
	margin: 12px 3px 8px 3px;
	border-width: 3px;
	border-style: double;
	border-color: #ff0000;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.topiclist {
	padding: 0 0 0 28px;
	line-height: 18px;
}
.icon-horse { background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/icon_horse.png) no-repeat 10px 3px; }
.icon-pc { background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/icon_pc.png) no-repeat 10px 3px; }


/* --------------------------------------------
 *      Entry Form Layout Style
 * -------------------------------------------- */
/* Form */
.entry-body h5 {
	padding: 5px 0 0 20px;
	font-weight: bold;
}
.form-title-red {
	width: 438px;
	height: 34px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend_form.png) no-repeat -10px 0;
	overflow: hidden;
}
.form-title-orange {
	width: 438px;
	height: 34px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend_form.png) no-repeat -10px -40px;
	overflow: hidden;
}
.form-title-green {
	width: 438px;
	height: 34px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend_form.png) no-repeat -10px -80px;
	overflow: hidden;
}
.form-title-blue {
	width: 438px;
	height: 34px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend_form.png) no-repeat -10px -120px;
	overflow: hidden;
}
.form-title-gray {
	width: 438px;
	height: 34px;
	background: url(https://blog-imgs-34.fc2.com/t/r/i/trivialife/legend_form.png) no-repeat -10px -160px;
	overflow: hidden;
}



/* ***********************************************

  Style Name    : Print Layout Style Sheet

  Since         : 2009-11-26
  Last Modified : 2009-11-26

*********************************************** */
@media print {
	body, #all { color: #000 !important; }
	a, a:link, a:visited { color: #000 !important; text-decoration:none !important; }
	#header, #footer { display: none !important; }
	body, #all { padding-left: 0 !important; background-image: none !important; }
}

#wrapper02{
  float: left;
}
#main{
  width: 575px;
  float: right;
}
#side01{
  width: 200px;
  float: left;
}
#side02{
  width: 300px;
  float: right;
}
.top-recent {
}
.top-recent-box {
	position: relative;
	overflow: hidden;
	float: left;
	width: 110px;
	height: 100px;
	margin: 5px 3px 5px 3px;
	background: #000000;
}
.top-recent-box img {
	width: 100%;
}
.top-recent-box p {
	position: absolute;
	color: white;
	top: 55%;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.4 );
}
.footer-recent{
	width: 100%;
	padding: 5px;
}
.footer-recent-box {
	position: relative;
	overflow: hidden;
	float: left;
	width: 114px;
	height: 100px;
	margin: 5px 3px 5px 3px;
	background: #000000;
}
.footer-recent-box img {
	width: 100%;
}
.footer-recent-box p {
	position: absolute;
	color: white;
	top: 55%;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.4 );
}
.footer-recent-end {
	clear:both;
}

.blogroll-channel { 
	width: 500px;
	height:200px !important;
	overflow-y: scroll;
	border:1px solid #ff0000;
	margin-bottom: 15px;
	padding: 10px; 
}
table.relate_list {
	width: 98%; 
	margin: 5px;
	border: 0px;
}
td.relate_list {
	text-align: left;
	vertical-align: top;
	padding: 1px 2px 1px 2px;
	border: 0px;
}
.rss_icon{
	padding: 5px;
	margin: 5px;
}

