body {
margin: 0;
padding: 0;
color: #202020;
background-color: #ffffff;
font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック',MS PGothic,'メイリオ',Meiryo,sans-serif;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	line-height: 1.3;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a:link    {color: #3333cc; text-decoration: none;}
a:active  {color: #3333cc; text-decoration: none;}
a:visited {color: #3333cc; text-decoration: none;}
a:hover   {color: #0000CD; text-decoration: underline; background-color: #fefefe;}





/*** header ***/
#header {
	width: 100%;
	height: 117px;
	background-color: #363636;
	background-image: url("http://blog-imgs-30.fc2.com/4/0/4/404nots/title_bg_v3_1.png");
	background-repeat: repeat-x;
	border-bottom: 3px solid #666666;
}

#header_inside {
	margin: auto;
	width: 1000px;
	overflow: hidden;
}

#header_inside h1 {
	width: 194px;
	height: 117px;
	float: left;
}

#header_nav {
	width: 806px;
	height: 117px;
	float: right;
	position: relative;
}

#header_nav a:link    {color: #f1f1f1; text-decoration: none;}
#header_nav a:active  {color: #f1f1f1; text-decoration: none;}
#header_nav a:visited {color: #f1f1f1; text-decoration: none;}
#header_nav a:hover   {color: #f1f1f1; text-decoration: underline; font-weight: bold; background: none;}

#header_nav_inside {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #ffffff;	
}

/*** header ***/





/* main */
#main {
margin: 0 auto;
width: 983px;
overflow: hidden;
}

#main_center {
width: 728px;
float: left;
}

#main_center_p {
width: 983px;
}

#main_left {
width: 250px;
float: right;
font-size: 9pt;
}


.main_center_block {
margin: 0 auto 5px;
background-color: #f1f1f1;
border: 1px solid #ababab;
}
.main_center_block_nonborder {
margin: 0 auto 5px;
background-color: #f1f1f1;
}

.main_center_title {
margin: 8px;
padding: 5px;
padding-bottom: 8px;
font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
border-bottom: 1px dotted #999999;
}

h2 {
padding: 3px;
color: #333333;
font-size: 14pt;
font-weight: bold;
}
h2 a:link { color: #333333; }
h2 a:active { color: #333333; }
h2 a:visited { color: #333333; }
h2 a:hover { color: #333333; }
h2 img {
vertical-align: bottom;
}

#entry {
color: #333333;
}


.main_center_title_nav {
padding-top: 5px;
text-align: right;
font-size: 9pt;
}
.main_center_title_nav img {
vertical-align: bottom;
}

.main_center_body {
padding: 5px;
border: 1px solid #f1f1f1;
}
#entry.main_center_body{
padding: 5px 15px;
}
.main_center_body_text {
overflow: hidden;
}
.main_center_body_nav {
padding: 10px;
padding-bottom: 0;
font-size: 9pt;
text-align: right;
}
.main_center_body_nav img {
vertical-align: bottom;
}


/* left */
.main_left_block {
margin: 0 auto 5px;
border: 1px solid #e1e1e1;
}
.main_left_title {
margin: 7px;
padding: 5px;
border-bottom: 1px dotted #999999;
}
.main_left_title h2 {
font-size: 9pt;
}
.main_left_title_nav {
text-align: right;
}
.main_left_body {
padding: 5px;
}
.main_left_body_text {
overflow: hidden;
}
.main_left_body_nav {
text-align: right;
}

/* main */




/* entry */
#ent img {
border: 1px solid #999999;
}

#ent img {
border: 1px solid #999999;
}

.ent_body_p img {
border: 1px solid #999999;
}

.ent_body_p a:link    {color: #3333cc; text-decoration: none; background-color: #ddeeff;}
.ent_body_p a:active  {color: #3333cc; text-decoration: none; background-color: #ddeeff;}
.ent_body_p a:visited {color: #3333cc; text-decoration: none; background-color: #ddeeff;}
.ent_body_p a:hover   {color: #0000CD; text-decoration: underline; background-color: #fefefe;}

blockquote {
margin:2px;
padding:5px;
margin-bottom: 1em;
background:#eef8ff; /* 背景 */
border:#aaccee 1px solid; /* 枠線 */
}

.ent_sub_block {
	margin: 20px;
}

.ent_sub_block_title {
	padding: 5px 0;
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
}

.ent_sub_block_body {
	margin-top: 20px;
}


#entry dt {
font-weight: bold;
border-bottom: solid 1px #cccccc;
color: #999999;
margin-top: 1em;
}
#entry dd {
border: solid 1px #cccccc;
padding: 1em;
margin-left: 0em;
margin-top: 0.5em;
}

.ent_block {
margin-bottom: 250px;
}

.ent_title {
font-size: x-large;
padding: 5px;
margin-bottom: 15px;
border-bottom: 1px dotted #999999;
}



/* entry */




/********************************************* ▼ コメント ▼ */
.comment_outline {
margin: 0px;
text-align: left;
}
.comment_title {
margin: 0;
padding: 3px 20px;
font-size: 10pt;
color: #555555;
font-weight: normal;
text-align: left;
}
.comment_body {
margin: 5px 20px 20px 40px;
font-size: 12pt;
color: #000000;
text-align: left;
font-weight: normal;
}
.comment_body_text{
font-weight: normal;
}
.comment_body_nav {
position: relative;
margin: 8px;
margin-right: auto;
padding: 5px;
width: 80px;
text-align: center;
background-color: #e6e6e6;
border: 1px solid #e6e6e6;
//z-index: 50;
}
.custom-com {
margin:2px;
padding:12px;
width: 800px;
display:none;
position:absolute;
top: 18px;
left: 35px;
background-color:#f8f8f8;
color:#333333;
border-top: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
border-right: 2px solid #aaaaaa;
border-bottom: 2px solid #aaaaaa;

text-align: left;
z-index: 60;
}
.comment_navi {
margin: 0px;
color: #555555;
text-align: right;
font-weight: normal;
}
/********************************************* ▲ コメント ▲ */


/********************************************* ▼ サイトマップ ▼ */
#sitemap {
margin-top: 5px; /* 上の余白 */
text-align: left;
}

#sitemap ul.sitemap_list {
margin-left: 30px; /* 各記事リストの左余白 */
}

.display_no {
display: none;
}

.pgtop { /* カテゴリ一覧へ戻る */
text-align: right; /* 右寄せ */
}
/********************************************* ▲ サイトマップ ▲ */





/* footer */
#footer {
	width: 100%;
	background-color: #676767;
	border-top: 3px solid #666666;
	font-size: 8pt;
	text-align: center;
	padding: 25px 0;
}
#footer a:link { color: #372c24; }
#footer a:active { color: #372c24; }
#footer a:visited { color: #372c24; }
#footer a:hover { color: #372c24; }

/* footer */





/* RSS */
.rss_headline_block_outline {
width: 716px;
height: 160px;
overflow: scroll;
overflow-x: hidden;
background-color: #f1f1f1;
}
.rss_headline_block {
padding: 5px;
width: 330px;
font-size: 9pt;
float: left;
background-color: #f1f1f1;
}
/* RSS */




/* amazlet */
.amazlet-name {
font-size: 12pt;
font-weight: bold;
}

.amazlet-info {
font-size: 9pt;
}

.amazlet-info img {
border: none !important;
}


.amazlet-box {
margin-left: 30px;
}

/* amazlet */


#entry_bottom_navi {
width:720px;
height:60px;
background:url("http://blog-imgs-30.fc2.com/4/0/4/404nots/20100909googlehat.png") 0 0 no-repeat;
}
#entry_bottom_navi li {
display:inline;
}
#entry_bottom_navi a {
display:inline;
width:240px;
height: 60px;
overflow:hidden;
text-indent:-9999em;
float: left;
background:url("http://blog-imgs-30.fc2.com/4/0/4/404nots/20100909googlehat.png") no-repeat;
}
#ebn1 a { background-position: 0 0; }
#ebn2 a { background-position: -240px 0; }
#ebn3 a { background-position: -480px 0; }

#ebn1 a:hover { background-position: 0 -60px; }
#ebn2 a:hover { background-position: -240px -60px; }
#ebn3 a:hover { background-position: -480px -60px; }
*html #quick_navi {
display:none;
}


/*** 尼ランキング ***/

/* 個別商品 td */
#kobetsupage_azlink .azlink-widget-item {
overflow: hidden;
text-align: center;
vertical-align: top;
width: 194px;
}

#kobetsupage_azlink .azlink-widget-item img {
border: 1px solid #cccccc;
margin-bottom: 5px;
}


#mainpage_azlink .azlink-widget-item {
overflow: hidden;
text-align: center;
vertical-align: top;
width: 240px;
}

#mainpage_azlink .azlink-widget-item img {
border: 1px solid #cccccc;
margin-bottom: 5px;
}

#mainpage_azlink2 .azlink-widget-item {
overflow: hidden;
text-align: center;
vertical-align: top;
width: 240px;
}

#mainpage_azlink2 .azlink-widget-item img {
border: 1px solid #cccccc;
margin-bottom: 5px;
}
/*** 尼ランキング ***/



/*** 小物 ***/
.link_underline a {
color: #3333ff;
text-decoration: underline;
background-color: #f1f1f1;
}
.kyakuchu { font-size: 8pt; color: #ff0000; } /* 脚注 */
.strong { font-weight: bold; } /* 太字 */
.meiryo { font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; } /* メイリオ */

/*** 小物 ***/





/********************************************* ▼ レスデザイン ▼ */
.ent_res { /* res outline */
margin: 0;
margin-bottom: 65px;
padding: 0;
}

/********************* header */
.ent_header { /* res header */
font-weight: normal;
font-size: 9pt;
color: #333333;
margin: 10px 0;
position: relative;
valign: top;
}
.ent_name { /* name */
color: #008000;
font-family:Verdana,Chicago;
font-weight: bold;
}
.ent_num { color: #333333; font-weight: bold; font-size: 12pt; }
.ent_data { color: #333333; }
.ent_id { color: #333333; }
/********************* header */


/********************* body */
.ent_body { /* res body */
margin: 0;
padding-left: 30px;
padding-right: 30px;
}
.ent_ichi { /* res body of 1 */
margin: 0;
padding-left: 30px;
font-weight: bold;
color: #0033ff !important;
font-size: large;
}
p.ent_body_p { /* res 1 line */
margin-bottom: 1em;
}
.anka { /* アンカー */
color: #0000ff;
text-decoration: underline;
background-color: #f1f1f1;
}

/********************* body */


/********************* body kyocho */
.aa{ /* ascii art */
font-size: 16px;
line-height: 18px;
font-weight: normal;
font-family: 'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
}
.id { /* ID 赤 */
color: #ff0000;
text-decoration: underline;
background-color: #ffdddd;
}
.id2 { /* ID 青 */
color: #0000ff;
text-decoration: underline;
background-color: #ddddff;
}

/* colors */
.pink { color: #ff00ff !important; }
.blue { color: #3333ff !important; }
.purple { color: #8a2be2 !important; }
.green { color: #008080 !important; }
.orange { color: #ff6743 !important; }
.red { color: #ff0000 !important; }
.hidden { color: #f1f1f1 !important; }
/* colors */

/* kyocho */
.ent_kyocho,
.ent_kyocho_large,
.ent_kyocho_xlarge,
.ent_kyocho_xxlarge,
.ent_kyocho_xxxlarge {
font-weight: bold;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
line-height: 125%;
}

.ent_kyocho { font-size: large; }
.ent_kyocho_large,.ichi_large  { font-size: x-large; }
.ent_kyocho_xlarge,.ichi_xlarge  { font-size: 32pt; }
.ent_kyocho_xxlarge,.ichi_xxlarge  { font-size: 48pt; }
.ent_kyocho_xxxlarge,.ichi_xxxlarge  { font-size: 64pt; }
.ent_kyocho_small,.ichi_small  { font-size: 9pt; }
.ent_kyocho_xsmall,.ichi_xsmall  { font-size: 8pt; }
.ent_kyocho_xxsmall,.ichi_xxsmall  { font-size: 7pt; }

.author_comment { font-size: 9pt; text-align: center; }
.source { font-size: 8pt; font-weight: bold; color: #999999; text-align: right; margin-top: -50px; }

.ent_ichi a,
.ent_kyocho a,
.ent_kyocho_large a,
.ent_kyocho_xlarge a,
.ent_kyocho_xxlarge a,
.ent_kyocho_xxxlarge a { text-decoration: none; }
/* kyocho */

/********************* body */


/********************* old */
.ent-d { /* レスヘッダ */
font-weight: normal;
font-size: 9pt;
color: #333333;
margin: 0;
line-height: 400%;
position: relative;
valign: top;
}
.ent-name { /* 名前 */
color: #008000;
font-family:Verdana,Chicago;
font-weight: bold;
}
.ent_dm { /* ヘッダ無し(>>1返答) */
margin-left: 40px;
font-weight: bold;
color: #0033ff;
position: relative;
display: block;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.ent_dnm { /* ヘッダ無し(>>1返答 マージン無し) */
margin-left: 0;
font-weight: bold;
color: #0033ff;
position: relative;
display: block;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.ent_1 { /* >>1のレス内容 */
font-weight: bold;
color: #0033ff;
font-size: large;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.ent_1_large { /* >>1のレス内容 大 */
font-weight: bold;
color: #0033ff;
font-size: 22pt;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.non_underline a { /* リンク下線無し */
text-decoration: none;
font-weight: bold;
}
.ent_ex { /* 記事中説明文 */
width: 600px;
margin: auto;
padding: 8px;
border: 1px dotted #999999;
background-color: #eeeeee;
text-align: center;
}
.ent_top_img img {
border: 1px solid #999999;
}
.ent_top_img { text-align: center; } /* 記事始めの画像 */
.marker { background-color: #ffddff; } /* マーカー */
.mincho { font-family: "ＭＳ 明朝",serif;}

/* under af */
.ent_af_outline { overflow: hidden; }
.ent_af_outline a { text-decoration: none; }
.ent_af_image { float: left; }
.ent_af_ex { float: left; padding: 0 10px; font-weight: bold; }
/* under af */

/********************* old */

/********************************************* ▲ 記事中設定 ▲ */



/********************************************* ▼ comment form ▼ */
.comment_area dt {
font-weight: bold;
border: solid 0px #cccccc;
color: #666666;
margin: 5px 10px;
float: left;
clear: both;
width: 60px;
}

.comment_area dd {
border: solid 0px #cccccc;
padding: 0;
margin: 10px;
}

.comment_area input.submit {
color: #292929;
background-color: #cdcdcd;
width: 250px;
height: 40px;
font-weight: bold;
border: 2px solid #cdcdcd;
}

.comment_area_popup {
display: none;
top: 12px;
margin:2px;
padding:12px;
width: 700px;
background-color:#f1f1f1;
color:#333333;
border: 1px solid #fefefe;
text-align: left;
z-index: 60;
}
/********************************************* ▲ comment form ▲ */





/********************************************* ▼ 記事紹介 ▼ */
.ent_pickup{
font-weight: bold;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
margin: 0px;
position: relative;
}
.ent_pickup a{
text-decoration: none;
}
.ent_pickup_name{
font-weight: normal;
}
.ent_pickup_com{
font-size: 9pt;
font-weight: normal;
}
/********************************************* ▲ 記事紹介 ▲ */



/********************************************* ▼ プラグイン1 新着スレ ▼ */
.shinchaku_sure ul {
border-bottom: 0px solid #999999;
}

.shinchaku_sure li {
border: 0px solid #999999;
border-bottom: 1px solid #d0d0b0;
list-style: none;
line-height: 120%;
margin: 0;
padding: 2px 0px;
overflow: hidden;
font-size: 8pt;
}

.plugin_ex { /* サイドプラグインの説明 */
margin: auto;
padding: 5px;
color: #333333;
font-size: 8pt;
text-align: left;
}

/********************************************* ▲ プラグイン1 新着スレ ▲ */
