@charset "EUC-JP";

/* =====================================================================
*
*    SiFine CSS
*    http://noew.blog61.fc2.com/
*    *Copyright (c) 2009, 題名のない物語. Some Rights Reserved.
*    *License: [CC-BY]http://creativecommons.org/licenses/by/2.1/jp/
*    
* =================================================================== */

/* カスタマイズ用
------------------------------------------------- */
.entry_body {
	font-size: 12px; /* 記事のフォントサイズ */
	line-height: 1.7; /* 記事の行間 */
}

/* リセット
------------------------------------------------- */
html, body, div, span, applet, object, embed, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td, dt {
	font-weight: normal;
	text-align: left;
}

a img, iframe {
	border: none;
}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 100%;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol {
	margin-left: 2em;
}

/* == clearfix == */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.clear{clear:both;}

/* 基本
------------------------------------------------- */
body {
	background: #fff;
	color: #1b1310;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

/* ハイパーテキスト
------------------------------------------------- */
a {
	overflow: hidden; /* for Fx */
	text-decoration: underline;
}

a:link {
	color: #9a0a10;
}

a:visited {
	color: #9a0a10;
}

a:focus,
a:hover {
	background-color: #9a0a10;
	color: #ffffff;
	text-decoration: none;
}

a:active {
	background-color: #e8cfc2;
	color: #9a0a10;
}

/* イメージ
------------------------------------------------- */
img,
a img {
	border: none;
}

	
.emoji {
	vertical-align: middle;
}

/* 基本要素
------------------------------------------------- */
h1 {
	font-size: 180%;
}

	
h2 {
	font-size: 108%;
}

	
h3 {
	font-size: 100%;
}

	
h4,h5,h6 {
	font-size: 100%;
}

table {
	font-size: 12px;
}

/* レイアウト
------------------------------------------------------------ */
#wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 22px;
	position: relative;
	width: 962px;
}

#header {
	margin: 0 7px;
	overflow: hidden;
	text-align: left;
}
#header_left {
	float:left;
}
#header_right {
	margin:50px 0 0;
	width:488px;
	float:right;
}

#contents {
	margin: 0 7px;
	position: relative;
}

#main {
	display: inline;
	float: right;
	_height: 800px;
	margin: 20px 209px 20px 0;
	min-height: 800px;
	width: 529px;
}

#sidemenu {
	float: left;
	margin: 20px 10px 20px 4px;
	width: 195px;
}

#leftmenu {
	padding-right: 10px;
	width: 185px;
}

#rightmenu {
	padding-left: 10px;
	position: absolute;
	right: 4px;
	_left: 748px;
	top: 50px;
	width: 185px;
}

#footer {
	font-size: 10px;
	margin: 0 7px;
}

/* ラッパー
------------------------------------------------------------ */
#wrapper {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3w_wrap.gif) repeat-y 22px 0;
}

/* ヘッダー
------------------------------------------------------------ */
#header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3w_header_bg.gif) no-repeat 0 0;
	height: 154px;
}

#sitename {
	margin: 65px 20px 10px;
}

#sitename a {
	color: #333;
	font-family: "Century Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 18px;
	text-decoration: none;
}

#sitename a:hover {
	background-color: transparent;
	color: #bbb;
}

#description {
	color: #aaa;
	font-size: 10px;
	line-height: 1.5;
	margin: 0 20px;
}

/* コンテンツ
------------------------------------------------------------ */
#contents {
	line-height: 1.5;
	margin-top: 1px;
	text-align: left;
}

/* ページナビ
------------------------------------------------------------ */
.page_navi {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_pagenavi_bg.gif);
	clear: both;
	height: 30px;
	overflow: hidden;
}

.page_navi li {
	float: left;
	height: 20px;
}

.page_navi .prev,
.page_navi .next {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3w_pagenavi_disable.gif) no-repeat;
	width: 268px;
}

.page_navi .prev {
	margin: 5px 0 5px 4px;
	_margin-left: 2px;
}

.page_navi .prev_exist {
	background-image: none!important;
}

.page_navi .home {
	margin: 5px;
	width: 392px;
}

.page_navi .next {
	margin: 5px 4px 5px 0;
}

.page_navi .next_exist {
	background-image: none!important;
}

.page_navi a {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3w_pagenavi_btn.gif) no-repeat -1000px -1000px;
	display: block;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -32768px;
}

.page_navi .prev_exist a {
	background-position: -392px 0;
}

.page_navi .prev_exist a:hover {
	background-position: -392px -20px;
}

.page_navi .home a {
	background-position: 0 0;
}

.page_navi .home a:hover {
	background-position: 0 -20px;
}

.page_navi .next_exist a {
	background-position: -660px 0;
}

.page_navi .next_exist a:hover {
	background-position: -660px -20px;
}

.page_navi:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.page_navi {
	display: inline-block;
}

* html .page_navi {
	height: 30px;
}

.page_navi {
	display: block;
}

/* ページトップへ
------------------------------------------------------------ */
.pagetop {
	bottom: 10px;
	left: 50%;
	margin-left: 475px;
	position: fixed;
	_position: absolute;
}

.pagetop a {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_pagetop.gif) no-repeat 0 0;
	display: block;
	height: 122px;
	overflow: hidden;
	text-indent: -32768px;
	width: 22px;
}

.pagetop a:hover {
	background-position: -25px 0;
}

/* メインコンテンツ
------------------------------------------------------------ */
#main {
}

.entry {
	margin-bottom: 30px;
}

.entry_header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_blue.gif) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
}

.week_Sun .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_blue.gif);
}

.week_Mon .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_red.gif);
}

.week_Tue .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_purple.gif);
}

.week_Wed .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_green.gif);
}

.week_Thu .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_yellow.gif);
}

.week_Fri .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_bpurple.gif);
}

.week_Sat .entry_header {
	background-image: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_gray.gif);
}

.entry_header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.entry_header a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_info {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_entry_info_bg.gif);
	padding: 5px 10px;
}

.entry_info li {
	color: #fff;
	display: inline;
	font-size: 10px;
	line-height: 1;
	margin-right: 1px;
}

.entry_info .category {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_foldericon.gif) no-repeat 0 50%;
	padding-left: 12px;
}

.entry_info li a {
	color: #fff;
	text-decoration: none;
}

.entry_info li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_body {
	background-color: #eee;
	padding: 10px;
}

.entry_body .entry_more {
	margin: 0;
	padding: 15px 15px 15px 0;
}

.entry_more a {
	background-color: #57a2ff;
	border-left: 5px solid #ccc;
	color: #fff!important;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
}

.entry_more a:hover {
	background-color: #333!important;
	text-decoration: none!important;
}

.entry_body .tag_list {
	background-color: #ccc;
	border: none;
	font-size: 10px;
	margin: 10px 0 0;
	padding: 5px;
}

.entry_body .theme {
	font-size: 10px;
	margin: 10px 0 0;
}

.entry_body .tag_list dt,
.entry_body .theme li {
	font-weight: bold;
	list-style-type: square;
}

.entry_body .tag_list a {
	text-decoration: none;
}

.entry_body .tag_list dt,
.entry_body .tag_list dd {
	border: none;
	display: block;
	float: left;
	margin: 0 5px 3px 0;
	padding: 0;
}

.entry_body .tag_list a {
	background-color: #bbb;
	border: 1px solid #aaa;
	color: #333;
	padding: 1px 3px;
}

.entry_body .tag_list a:hover {
	background-color: #999;
	border-color: #888;
	color: #333;
	text-decoration: none;
}

/* == clearfix == */
.entry_body .tag_list:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.entry_body .tag_list {
	display: inline-block;
}

* html .entry_body .tag_list {
	height: 1%;
}

.entry_body .tag_list {
	display: block;
}

/* == clearfix == */
.entry_footer {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_footer.gif) no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0 10px;
	text-align: right;
}

.entry_footer li {
	display: inline;
	font-weight: bold;
	line-height: 30px;
	list-style-type: none;
}

.entry_footer a {
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

.entry_footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_footer li.comment {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_cmicon.gif) no-repeat 0 50%;
	line-height: 1;
	padding-left: 13px;
}

.entry_footer li.tb {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_tbicon.gif) no-repeat 0 50%;
	line-height: 1;
	padding-left: 13px;
}

/* clap + bookmark */
.fc2_footer {
	margin: 10px 0 0;
}

/* エントリー
------------------------------------------------------------ */
.entry_body a {
	color: #57a2ff;
	text-decoration: none;
}

.entry_body a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
	font-weight: bold;
	margin: 0 0 0.5em;
}

.entry_body h2 {
	font-size: 15px;
}

.entry_body h3 {
	font-size: 14px;
}

.entry_body h4 {
	font-size: 13px;
}

.entry_body h5 {
	font-size: 12px;
}

.entry_body h6 {
	font-size: 11px;
}

.entry_body p {
	margin: 0.3em 1em;
}

.entry_body ul,
.entry_body ol {
	margin: 1em 0 1em;
}

.entry_body ul li {
	list-style: disc outside;
	margin-left: 15px;
}

.entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

.entry_body dl {
	border: 1px solid #999999;
	margin: 1em 1.5em;
	padding: 1em 1em 0;
}

.entry_body dt {
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
}

.entry_body dd {
	margin: 0 1em 1em;
}

.entry_body blockquote {
	background-color: #fff;
	border: 3px solid #ddd;
	margin: 5px;
	padding: 5px;
}

.entry_body fieldset {
	border: 1px solid #999999;
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
}

.entry_body legend {
	background-color: #ffffff;
	padding: 10px;
}

.entry_body .baton_q {
	padding: 2px;
}

.entry_body .baton_a {
}

.entry_body .q_number{
	color: #910000;
	padding: 3px;
}

.entry_body .a_number{
	border-right: 3px solid #999999;
	color: #999999;
	font-weight: bold;
	margin-right: 5px;
	padding-right: 5px;
}

.entry_body pre {
	background-color: #444;
	color: #fff;
	font-family: sans-serif;
	line-height: 1.2;
	margin: 1em auto;
	overflow: auto;
	padding: 5px 10px;
	width: 90%;
}

#more {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

/* for without MacIE5 \*/
.entry_body pre {
	overflow: scroll;
}

/**/
.entry_body > pre {
	width: auto;
}

.entry_body code {
	font-family: monospace;
}

.entry_body img.left {
	margin-right: 10px;
	float: left;
}

.entry_body img.right {
	margin-left: 10px;
	float: right;
}

.entry_body a img {
	border: 4px solid #fff;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.entry_body a:hover img {
	border-color: #57a2ff;
}

.fc2_footer a,
.fc2_footer a:hover {
	background-color: transparent;
}

.entry_body a img.emoji,
.entry_body a:hover img.emoji {
	background-color: transparent;
	border: none;
}

.entry_body table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	margin: 0 0 1em;
}

.entry_body table caption {
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}

.entry_body th {
	background-color: #444;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 4px;
	vertical-align: middle;
}

.entry_body td {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	padding: 3px 4px;
	vertical-align: middle;
}

.entry_body strong {
	font-weight: bold;
}

.entry_body strike,
.entry_body del {
	text-decoration: line-through;
}

.entry_body em {
	font-style: italic;
}

.entry_body hr {
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
}

/* コメント/トラックバック/記事一覧
------------------------------------------------------------ */
#cm, #tb {
	margin-left: 5px;
	margin-right: 5px;
}

.sub_header {
	height: 17px;
	margin-bottom: 15px;
	text-indent: -32768px;
}

#cm .sub_header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_cmcaption.gif) no-repeat;
	width: 93px;
}

#tb .sub_header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_tbcaption.gif) no-repeat;
	width: 110px;
}

.sub_title {
	background-color: #eee;
	color: #333;
	font-weight: bold;
	margin: 0 10px 5px 10px;
	padding: 2px 10px;
}

.sub_body {
	color: #666;
	font-size: 11px;
	margin: 0 20px;
	padding-bottom: 10px;
}

.list_body {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}

.list_body li {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 1px;
}

.sub_footer {
	border-top: 1px dotted #ccc;
	color: #666;
	font-size: 10px;
	margin: 0 10px;
	padding: 5px 0 20px 0;
	text-align: right;
}

.sub_footer li {
	display: inline;
	list-style-type: none;
}

.sub_footer a {
	text-decoration: none;
}

	
.form {
	font-size: 11px;
	padding-bottom: 20px;
}

.form dl {
	margin-left: 10px;
	margin-right: 10px;
}

.form dt {
	font-weight: bold;
	margin-bottom: 2px;
}

.form dt label {
	font-weight: bold;
}

.form dd {
	margin-bottom: 10px;
}

.form textarea {
	background-color: #333;
	border: none;
	color: #fff;
	height: 80px;
	padding: 1px 2px;
	width: 300px;
}

.trackback_url input,
.form input {
	background-color: #333;
	border: none;
	color: #fff;
	padding: 1px 2px;
	width: 200px;
}

.trackback_url input {
	width: 300px;
}

.form input[type="password"] {
	width: 60px;
}

.form #himitu {
	background-color: auto;
	border: auto;
	height: auto;
	margin-right: 0.5em;
	width: auto;
}

.form_btn {
	clear: both;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

#comment_form {
	margin-bottom: 30px;
}

.trackback_url {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 30px;
	text-align: left;
}

.trackback_url input {
	font-size: 11px;
	padding: 1px;
	width: 85%;
}

.trackback_url a {
	font-size: 11px;
}

/* プラグイン3 (メインコンテンツ)
------------------------------------------------------------ */
.plg3_header {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine3_entry_title_blue.gif) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
}

.plg3_body {
	border: 1px solid #ccc;
	border-top: none;
	font-size: 11px;
	margin-bottom: 30px;
	padding: 5px 10px;
}

.plg3_body a {
	color: #919191;
	text-decoration: none;
}

.plg3_body a:hover {
	background-color: transparent;
	color: #222;
	text-decoration: underline;
}

.plg3_body li {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_sidemenu_list.gif) no-repeat 0 50%;
	line-height: 12px;
	margin-bottom: 5px;
	padding-left: 10px;
}

/* サイドメニュー
------------------------------------------------------------ */
#sidemenu {
	font-size: 11px;
}

#sidemenu a {
	color: #919191;
	text-decoration: none;
}

#sidemenu a:hover {
	background-color: transparent;
	color: #222;
	text-decoration: underline;
}

.sidemenu_body {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_vertical_border.gif) repeat-y;
}

#leftmenu {
	background-position: 100% 0;
}

#rightmenu {
	background-position: 0 0;
}

.sidemenu_body .plg_footer {
	margin: -20px 0 20px;
}

.sidemenu_body .plg_title {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_sidemenu_dt.gif) no-repeat 0 3px;
	color: #888;
	font-weight: bold;
	line-height: 19px;
	padding: 0 17px;
}

.sidemenu_body .plg_body {
	margin-bottom: 20px;
	padding: 10px 7px;
}

.sidemenu_body .plg_body input {
	margin: 2px;
}

.sidemenu_body .plg_body li {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_sidemenu_list.gif) no-repeat 0 50%;
	line-height: 12px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#sidemenu input {
	max-width: 99%;
}

/* カレンダー
------------------------------------------------------------ */
table.calender {
	font-size: 10px;
	margin: 0 auto;
	width: 100%;
}

table.calender caption {
	padding: 0 0 5px;
	text-align: center;
}

table.calender caption a {
	text-decoration: none;
}

table.calender th {
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
	padding: 0.1em;
	text-align: center;
}

table.calender td {
	padding: 0.1em;
	text-align: center;
}

table.calender td a {
	background-color: #ccc;
	color: #fff!important;
	display: block;
	text-decoration: none;
}

table.calender td a:hover {
	background-color: #666!important;
	text-decoration: none;
}

table.calender th#sun {
	color: #ff0000;
}

table.calender th#sat {
	color: #0000ff;
}

/* Piyo
------------------------------------------------------------ */
.tab {
	margin: 0;
	padding: 0;
	text-align: left;
}

.tab input{
}

.tab input.b1 {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	margin: 0 5px -1px 5px;
	padding: 1px 3px;
	width: 65px;
}

.tab input.b2 {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	margin-bottom: -1px;
	padding: 1px 3px;
	width: 65px;
}

.tab input[type="button"] {
	background-color: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	cursor: pointer;
	padding: 1px 3px;
}

.mylog {
	text-align: left;
}

.mylog img {
	vertical-align: middle;
}

.mylog #lay1 {
	border: 1px solid #910000;
	margin: 0 0 5px 0;
	padding-top: 10px;
}

.mylog #lay2 {
	border: 1px solid #910000;
	margin: 0 0 5px 0;
	padding-top: 10px;
}

.mylog .nickname {
	margin-left: 5px;
}

.mylog .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.mylog dl {
	margin: 0;
	padding: 0;
}

.mylog dt.day {
	background-image: none;
	font-size: 11px;
	margin-left: 5px;
	padding: 0;
	text-align: left;
}

.mylog dd.piyolog {
	padding: 0 5px 10px 10px;
}

dd.piyolog {
	background: none;
}

.license {
	font-size: 10px;
	text-align: right;
}

/* フッター
------------------------------------------------------------ */
#footer {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_footer_bg.gif);
	color: #333;
	margin-top: 1px;
	padding: 8px 9px;
	text-align: right;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	background-color: transparent;
	color: #000;
}

#footer p {
	margin-bottom: 3px;
}

#footer .copyright {
}

/* 検索ページ
------------------------------------------------------------ */
.titlelist .sub_header,
.search .sub_header {
	background-position: 0 -540px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	margin-bottom: 0;
	padding: 5px 10px;
	text-indent: 0;
}

.search .sub_header {
	background-position: 0 -660px;
}

.titlelist .list_body,
.search .list_body {
	border: 1px solid #ccc;
	border-top: none;
	font-size: 11px;
	margin: 0 0 30px;
	padding: 10px 5px 5px;
}

.titlelist .list_body a,
.search .list_body a {
	color: #919191;
	text-decoration: none;
}

.titlelist .list_body a:hover,
.search .list_body a:hover {
	background-color: transparent;
	color: #222;
	text-decoration: underline;
}

.titlelist .list_body li,
.search .list_body li {
	background: url(http://blog-imgs-30-origin.fc2.com/n/o/e/noew/sifine_sidemenu_list.gif) no-repeat 0 50%;
	border-bottom: none;
	line-height: 12px;
	margin-bottom: 5px;
	padding-left: 10px;
}

/* その他
------------------------------------------------------------ */
input[type="submit"] {
	background-color: #000000;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	padding: 1px 10px;
	width: 64px;
}

input[type="submit"]:hover {
	background-color: #7c0000;
}



/* h3 */
.h3_title{
	margin-top:25px !important;
	padding:0 0 0 10px;
	border-left:3px solid #A6B551;
	border-bottom:1px solid #cccccc;
}


/* itunes table */

.music_table{
margin:15px 0 25px;
width:100%;
font-size:90%;
background:#fdfdfd;
}
.music_table tr td{
padding:1px 5px;
border-top:none;
border-right:none;
border-left:none;
border-bottom:1px solid #eaeaea;
}
.music_table tr td a img{
border:none;
}
.music_table tr.head{
text-align:center;
border:none !important;
background:url(http://blog-imgs-36-origin.fc2.com/m/y/l/mylifemyroad/music_table_tit_bg.gif) repeat-x;
}
.music_table tr.head th{
color:#333333;
text-align:center;
border:none;
background:none;
}
.music_table tr.head th.num_head{
width:30px;
background:url(http://blog-imgs-36-origin.fc2.com/m/y/l/mylifemyroad/music_table_tit_left.gif) no-repeat 0 0;
}
.music_table tr.head th.itunes_head{
width:71px;
}
.music_table tr.head th.youtube_head{
width:210px;
background:url(http://blog-imgs-36-origin.fc2.com/m/y/l/mylifemyroad/music_table_tit_right.gif) no-repeat 100% 0;
}
.music_table tr.foot{
border:none !important;
background:url(http://blog-imgs-36-origin.fc2.com/m/y/l/mylifemyroad/music_table_foot_bg.gif) repeat-x 0 100%;
}
.music_table tr.foot td{
border:none;
}
.music_table tr.foot td.num_lst{
text-align:right;
background:url(http://blog-imgs-36-origin.fc2.com/m/y/l/mylifemyroad/music_table_foot_left.gif) no-repeat 0 100%;
}
.music_table tr.foot td.link_lst{
background:url(http://blog-imgs-36-origin.fc2.com/m/y/l/mylifemyroad/music_table_foot_right.gif) no-repeat 100% 100%;
}

.music_table tr td.num{
text-align:right;
border-left:1px solid #e2e2e2 !important;
}
.music_table tr td.btn{
border-right:1px solid #e2e2e2 !important;
}

#more object{
margin:0 0 10px;
}


/* google ad */

.google01{
margin:0 0 15px;
}


/* banner */

.banner01{
margin:10px 0;
text-align:center;
}
.banner01 a img{
border:none;
}

/* novel */

.novel_table{
width:100%;
background:#cccccc;
}
.novel_table tr th{
background:#DDDDDD;
}
.novel_table tr th h3{
margin:0;
padding:0;
color:#333333;
text-align:center;
}
.novel_table tr td{
text-align:center;
}
.novel_table tr td.title{
text-align:center;
background:#F4F4F4;
}