@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : default_2008_gray_3c
 Layout : 3カラム リキッド

 Update : 2008.07.22
==================================================
*/

/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager -ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/


/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

body
, textarea {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
      　　 background-color:#eaeaea;
}

body {
	color: #333;
　　　　font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        	background-color:#eaeaea;
}

a {
	color:#0000ff;
　　　　font-weight:normal;
        text-decoration: underline;
}
a:hover {
	color:#ff0000;
　　　　font-weight:normal;

        text-decoration: none;
}


/** Common Header */
table#header {
	font-size: 12px;
	 
         background-color:#000000;
}
table#header a {
	
         background-color:#000000;
}

#banner {
	background:#000000 url() repeat-x;
        width:1190px;
	margin:0px auto;
        
}
#banner a {
	color:#ffffff;
        font-size:12px;
	text-decoration:none;
}
#banner a:hover {
         color:#ffffff;
         text-decoration:none;
}

#footer {
	clear:both;
	border:solid #;
	border-width:0px 0px 0;
	background:#ffffff url() repeat-x;
	margin:0 auto;
	text-align:center;
　　　　height:0px;
        width:100%;
        
        
}
#footer a {
	color:#0000ff;
        font-size:12px;
	text-decoration:none;
}
#footer a:hover {
         color:#ff0000;
         text-decoration:none;
}


h1.blogtitle{
　　　　height:0px;
	padding:0px 0px 0px;
	margin:0;
　　　　display:none;
	font-size:12px;
        font-color:#ffffff;
        text-indent:-9999px;
　　　　background-color:#000000;
}

#h1.blogtitle a {
	
        font-size:12px;
	text-decoration:none;
　　　　color:#ffffff;

}
#h1.blogtitle a:hover {
         color:#ffffff;
　　　　 font-size:11px;
         text-decoration:none;
}

blogtitle{
　　　　height:0px;
	padding:0px 0px 0px;
	margin:0;
　　　　display:none;
	font-size:12px;
        text-indent:-9999px;
　　　　background-color:#000000;
}

blogtitle a {
	
        font-size:12px;
	text-decoration:none;
　　　　color:#ffffff;

}
blogtitle a:hover {
         color:#000000;
　　　　 font-size:11px;
         text-decoration:none;
}
.blogtitle{display:none;}


.description{
	padding:10px 0px 10px;
	line-height:0%;
	color:#ffffff;
	font-size:11px;
        background-color:#000000;
　　　　text-align:left;
}



#globalnavi{
 margin: 0;
 padding: 0;
 width: 100%;
 height:23px;
 font-size:15px;
 *font-size:11px;
 background:#444444; repeat-x scroll 0 0;
 font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
 }

 #globalnavi ul{
 list-style-type: none;
 margin:  0px 0px 0px 0px;
 padding:  0px 0px 0px 0px;
 height:21px;
 }

 #globalnavi li{
 float: left;
 margin: 0;
 padding: 0;

 }

 #globalnavi a{
 text-align: center;
 text-valign=: middle;
 display:block;
 padding: 4px 10px 0px 10px;
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 border-right:1px solid #808080;
 margin:0px 0px 0px 0px;
 font-size:15px;
 }

 #globalnavi a:hover{
 background-color:#3f3f3f;
 color: #7f7f7f;
 font-weight: bold;
 text-decoration: none;
 border-right:1px solid #808080;
 font-size:15px;
 }


#mane{
 margin: 0;
 padding: 0;

 height:23px;
 font-size:15px;
 *font-size:11px;
 background:#444444; repeat-x scroll 0 0;
 font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
 }

 #mane ul{
 list-style-type: none;
 margin:  0px 0px 0px 00px;
 padding:  0px 0px 0px 0px;
 height:21px;
 }

 #mane li{
 float: left;
 margin: 0;
 padding: 0;

 }

 #mane a{
 text-align: center;
 text-valign=: middle;
 display:block;
 padding: 4px 10px 0px 10px;
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 border-right:1px solid #808080;
 margin:0px 0px 0px 0px;
 font-size:15px;
 }

 #mane a:hover{
 background-color:#3f3f3f;
 color: #7f7f7f;
 font-weight: bold;
 text-decoration: none;
 border-right:1px solid #808080;
 font-size:15px;
 }

.abc {
	font-size:9px;
        font-weight:lighter;
}


.honbun {
        font-size:18px;
	color#3d3b38; 
　　　　font-weight:bold; 
　　　　line-height: 250%; 
        padding: 2px 5px 50px 15px;
        
        
        background-color:#;
        border-top: 0px #CCC dotted;
}


.last {
        font-size:18px;
	color:#3E3A39; 
　　　　font-weight:bold; 
　　　　line-height: 200%; 
         padding: 2px 5px 50px 15px;
        
}

.re {
        font-size:17px;
	
        font-weight:leither; 
}


.cdate {
        font-size:12px;
	font-weight:;
        
}

.kyoucyou{
        font-size:24px;
	font-weight:bold; 
　　　　line-height: 160%; 
        
}

.pict{
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}



.yayakyoucyou{
        font-size:22px;
	font-weight:bold; 
　　　　line-height: 160%;
        
}

.kiji{
        font-size:16px;
	color:#000000; 
        line-height: 150%;
        font-weight:normal; 
        font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

.zen{
        font-size:16px;
	color:#000000; 
        line-height: 150%;
        font-weight:normal; 
        font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}





.innyou{
        font-size:11px;
	color:#666666; 
        line-height: 100%;
        font-weight:normal; 
        font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}




.wik{
        padding: 0px;
	line-height: 100%;
	color: #445566;
	font-size: 14px;
	font-weight: normal;
	font-family: "メイリオ", "Verdana", "ＭＳ Ｐゴシック", "Osaka－等幅";
	line-height: 18px;
	text-decoration: none;
	background-color: #;
	border: 0px solid #888888;
	display: block;
}












.unkar{
        font-size:20px;
	font-weight:bold; 
　　　　line-height: 200%;
        color#3E3A39; 
　　　　
}

.dai{
        font-size:22px;
	font-weight:bold; 
　　　　line-height: 200%;
        
　　　　
}

.raretsu{
        font-size:19px;
	font-weight:bold; 
　　　　line-height: 200%;
        
        
　　　　
}


.re{
        font-size:14px;
	font-weight:normal; 
　　　　line-height: 200%;
        
　　　　
}



.cyoukyoucyou{
        font-size:26px;
	font-weight:bold; 
　　　　line-height: 200%;
        
}


.cyoubun{
        font-size:16px;
	font-weight:bold; 
        
}

.no {
        font-size:13px;
	
        
}


.ress {
        font-size:15px;
	color#3d3b38; 
　　　　font-weight:bold; 
　　　　
	
        
}


.date {
	font-size:14px;
        color:#666666; 
　　　　font-weight:lighter; 
       
}

.res {
	line-height: 140%;
        font-weight:bold
}

.aa{
         font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
         font-size:15px;
         line-height:18px;
         color:#000000; 
         font-weight:lighter;
         
}


.saa{
         font-family:"ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
         font-size:11px;
         line-height:13px;
         color:#000000; 
         font-weight:lighter;
         
}
.link{
	font-size:15px;
        font-weight:normal; 
}



h2.archives-title {
　　　　font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#main a:link {
	color: #0000ff;
}



, div#main a:active {
	color: #0000ff;
}

div#sub a:link
, div#sub a:active
, div#extra a:link
, div#extra a:active {
	color: #555;
}

div#sub a:visited
, div#sub a:visited
, div#extra a:visited {
	color: #777;
}

div#sub a:hover
, div#extra a:hover {
	color: #777;
}

div#main h2.article-title a:link
, div#main h2.article-title a:active
, div#main h2.article-title a:visited {
	color: #3f3f3f;
	text-decoration: none;
}

div#main h2.article-title a:hover {
	text-decoration: underline;
}

div#main ul.article-post li a:link
, div#main ul.article-post li a:active
, div#main ul.article-post li a:visited
, div#main ul.article-post li a:hover {
	color: #000;
}

div#main dl.article-category dd a:link
, div#main dl.article-category dd a:active
, div#main dl.article-category dd a:visited
, dl.article-category dd a:hover {
	color: #000;
}

div#main .article-body-inner a:link{
	color: #0000ff;
        font-weight:lighter;
}
, div#main .article-body-inner a:active{
	color: #ff0000;
        font-weight:lighter;
}
, div#main .article-body-inner a:visited {
	color: #0000ff;
        font-weight:lighter;
}

div#main div.pager a {
	color: #0000ff;
        font-weight:lighter;
}

div.article-date-outer {
	color: #000;
}

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
	color: #000;
}

div.sidetitle {
	color: #3fa1c7;
}

div#sub div.sidetitle a
, div#extra 3fa1c7.sidetitle a {
	color: #66c7ff;
}

div#sub table.caltblday a:link
, div#extra table.caltblday a:link {
	color: #555555;
}

div#sub table.caltblday a:visited
, div#extra table.caltblday a:visited {
	color: #555555;
}

div#footer p
, div#footer p a {
	color: #000;
}

/* ADエリアはCSS別途指定 */

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */


body {
	margin:0;
	padding:0 0 5px;
	background-color:#;
	background-image: url("");
	background-repeat: repeat-x;
	text-align:center;
	color:#;
        
}


#container {
	width:1190px;
	margin:5px auto;
	text-align:center;
        border-left: 0px solid #d5d5d5;
        border-top: 0px solid #d5d5d5;
        border-bottom: 0px solid #d5d5d5;
        border-right: 0px solid #d5d5d5;
        background-color:#FCFCFC;
        position: relative;
        padding-bottom: 5px;

        
}

#head {
	width:1156px;
	margin:0px 15px 0px 3px;
	text-align:center;
        border-left: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
        background-color:#ffffff;
        
}


div#content {
	margin: 5px 5px;
	height: 1%;
        width:1180px;
        float: center;
}

div#main
, div#sub{


        margin:0px 0px 0px 0px;
	overflow: hidden;
}


, div#extra {


        margin:0px 0px 0px 0px;
	overflow: hidden;
}

div#main {
	float: left;
	display: inline;
	width: 100%;
        
}

div#main div.column-inner {
	margin:0px 164px 0px 162px;
	
}

div#sub {
	float: left;
	margin-left: -100%;
	display: inline;
	width: 160px;
	background: #fefefe url() no-repeat;/* 背景画像：上 */
	padding-top: 15px;
        border-left: 0px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-bottom: 0px solid #d5d5d5;
        border-right: 0px solid #d5d5d5;
}

div#sub div.column-inner {
	background: #fefefe url() no-repeat bottom;/* 背景画像： 下 */
	padding-bottom: 30px;
}

div#extra {
	float: right;
	margin-left: -200px;
	display: inline;
	width: 160px;
	background: #fefefe url(http://parts.blog.livedoor.jp/img/usr/default_2008/gray/side_top.gif) no-repeat top;/* 背景画像： 下 */
	padding-top: 15px;
        border-left: 0px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-bottom: 0px solid #d5d5d5;
        border-right: 0px solid #d5d5d5;
}

div#extra div.column-inner {
	padding-bottom: 30px;
	background: #ffffff url(http://parts.blog.livedoor.jp/img/usr/default_2008/gray/side_bottom.gif) no-repeat bottom;/* 背景画像： 下 */
}

/* ----------------------------------------------- */
/** clearfix */

div#container:after
, div#content:after
, ul.article-navigator:after
, ul.archives-navigator:after
, div.article-body:after
, div.article-body div.article-body-more:after
, div#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer
, h2.archives-title
, h2
, div.article-footer
, h2.article-title
, ul
, div.index-navigator-outer
, div.pager {
	height: 1%;
}

/** peek-a-boo bug */
div.article-outer
, div#trackback-form
, div#trackbacks-list
, div#comments-list
, div#comment-form {
	height: 1%;
}


/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */



h1#blog-title {
	
	margin: 0;
	padding: 35px 30px 0;
	font-size: 150%;
	font-weight: bold;
}

div.blog-description-outer {
	
}

p#blog-description {
	
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {
	background: # url() no-repeat;/* 背景画像：左上 */
	margin-bottom: 10px;
}
div.archives-title-outer-2 {
	background: url() no-repeat right top;/* 背景画像：右上 */
	padding-top: 15px;
}
div.archives-title-outer-3 {
	background: url() no-repeat bottom right;/* 背景画像：右下 */
	padding-right: 20px;
}

h2.archives-title {
	background: url() no-repeat bottom left;/* 背景画像：左下 */
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 108%;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

div.pager {
	background: #eaeaea url(http://parts.blog.livedoor.jp/img/usr/default_2008/gray/r_left_bottom.gif) no-repeat bottom left;/* 背景画像：左下 */
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/gray/r_right_bottom.gif) no-repeat bottom right;/* 背景画像：右下 */
	padding-bottom: 15px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/gray/r_right_top.gif) no-repeat right top;/* 背景画像：右上 */
}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/gray/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	padding: 15px 0 0;
	font-size: 90%;
}

ul.index-navigator li a {
	padding: 0 7px;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	list-style-type: none;
	background: url() no-repeat;/* 背景画像：左上 */
	padding-top: 15px;
	font-size: 90%;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #232323;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/gray/r_left_top.gif) no-repeat;/* 背景画像：左上 */
	padding-top: 15px;
	font-size: 90%;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 32768px;
	margin-bottom: -32767px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #232323;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
	background:#fefefe;
	text-align: left;
	margin-bottom: 10px;
        border-left: 1px solid #cecece;
        border-top: 3px solid #888888;
        border-bottom: 1px solid #b5b5b5;
        border-right: 1px solid #cecece;
}

/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
	background:#;
	padding-top: 10px;
}

/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 20px;
	font-size: 13px;
	font-weight:normal;
        background:#fcfcfc;
}

div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	background:#;
	margin: 0px 10px 15px 10px;
	height:20px;
        font-weight:normal;
	padding: 2px 0px 2px 10px;
	margin-bottom: 10px;
	color: #666666;
	border-left: solid 4px #999999;
	border-bottom:dotted 1px #CCCCCC;
	font-size:14px;
	background: #CCCCCC;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 90%;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: ;
}

/** 記事タイトル */
div.article-title-outer {
	background-color:#;
	padding-right: 20px;
}

h2.article-title {
	clear: left;
	margin: 14px 10px 15px 10px;
	border-left: solid 4px #999999;
	padding: 5px 5px 5px 15px;
	line-height:137%;
	font-size:20px;
        margin-bottom:0px;
	font-weight:bold;
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
        background-color:#;
	color:#555555;
        
        border-bottom: 1px dotted #555555;
}


h2.title a{
	color:#ffffff;
	text-decoration: none;
　　　　
}
h2.title a:hover{
	color:#999999;
　　　　
}



/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	background-color:#;
	padding: 0px 0px 5px;
	line-height: 170%;
	font-size: 100%;
        margin:0px 2px 0px 15px;
}

div.article-body-inner {
	width: 100%;
	overflow: hidden;
}

article-body a {
	text-decoration: underline;
　　　　font-weight:normal;
}

article-body visited {
	text-decoration: none;
　　　　font-weight:normal;
}


article-body hover {
	text-decoration: none;
　　　　font-weight:normal;
}



/** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}

/*** blockquote & pre */
div.article-body blockquote
, div.article-body pre {
	background: #;
	padding: 5px 15px;
	margin: 5px 0;
	color: #000;
}

/*** img */
div.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 5px 10px 0;
        font-size: 10px;
}

/*** プライベートモード */
div.private-mode-announcement {
	background-color: #f1f1f1;
	line-height: 135%;
	font-size: 90%;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	background-color: #fff;
	padding: 0 0px;
}

ul.article-post {
	margin: 0 0 0px;
	padding: 10px 5px 0; 
	text-align: right;
}

ul.article-post li {
	min-height: 16px;
	font-size: 82%;
}

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
	background-color: #fff;
	padding: 10px 20px;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 10px;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

li.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 10px;
        font-color:#ff0000;
}

h4.ping-title {
	display: inline;
	padding: 0;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 0 0 40px 5px;
	font-size: 14px;
        font-weight:normai;
        color:#020000;
       
}

ul.comment-info li.comment-author {
        color:#0000ff;
	display: inline;
        font-size: 12px;
        font-weight:normal;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
        font-size: 12px;
        font-weight:normal;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {
	background: #ffffff;
	padding: 15px 0 15px 50px;
}

div#comment-form-body table {
	border: 0;
	width: 90%;
	line-height: 25px;
	font-size: 90%;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #f1f1f1;
	font-size: 90%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: #;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */

div.sidetitlebody {
        



}
div.sidetitle {
	padding: 8 20px 10px;
	text-align: center;
	font-size: 11px;
        color: #ff0000;
	font-weight: bold;
}

div.sidetop
, div.sidebottom {
	display: none;
}

div.side {
	margin: 10px 7px 10px 2px;
	text-align: left;
	font-size: 10px;
        background-color:#fefefe;
        color:#777777;
}



.div.side a:link{
        color:#777777;
　　　　font-weight:normal;
　　　　text-decoration: none;
　　　　font-size:13px;
}

.div.side a:visited{
	color:#333333;
        font-weight:normal;
　　　　text-decoration: none;
　　　　font-size:13px;
}

div.sidebody {
	background-color:#fcfcfc;
	padding: 0 0 5px 0px;
	margin-left: 5px;
	text-align: left;
        
}

/* ----------------------------------------------- */
/** Calendar */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 0 20px 10px;
	text-align: center;
	color: #3fa1c7;
	font-size: 90%;
	font-weight: bold;
}

div#sub div.calendarheadbody div.calendarhead a
, div#extra div.calendarheadbody div.calendarhead a {
	color: #3fa1c7;
}

div.caltop
, div.calbottom {
	display: none;
}

div.calbody {}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 90%;
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto 25px;
	width: 180px;
	color: #898989;
	font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

/* ----------------------------------------------- */
/** Plugins */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	background: #;
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	font-size: 75%;
}

/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	width: 94%;
	margin: 0 auto 50px;
	background: #;
}

div.footer-outer-2 {
	background: #;
	margin-right: 10px;
}

div#footer {
	background: #;
}

div#footer p {
	background: #;
	font-size: 75%;
}


/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
}

a.adtitle {
	color: #00f!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%!important;
}

a.addescription {
	color: #000!important;
}

a.addescription span {
	font-size: 82%!important;
}

a.adurl {
	color: #00c300!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 82%!important;
}

a.adld {
	color: #1fadff!important;
	text-decoration: underline;
	font-size: 110%;
}


.head{
	color:#ffffff; 
        font-weight:bold; 
        font-size:15px;
}







div.combox{
        padding:5px;
        border-style:dotted;
        border-width:1px 1px 1px 1px;
        border-color:cornflowerblue;
        background-color:#fcfcfc;
        margin:5px 5px 0px 0px;
}

#headline {
	width:px;
	margin:0px 1px 0px 0px;
	text-align:center;
        border: 0px solid #afafaf;
        background-color:#FDFDFF;
        
}



#headline a:link{
color:#3E3A39;
font-size:13px;
font-weight:normal;
text-decoration: none;



line-height:150%;

}

#headline a:visited{
color:#727171;
font-size:13px;
font-weight:normal;
text-decoration: none;


line-height:150%;


}

#headline a:hover{
color:#ff0000;
font-size:13px;
font-weight:normal;
text-decoration: none;

line-height:150%;


}
#unheadline  {
	width:px;
	margin:0px 0px 0px 0px;
	text-align:center;
        border: 0px solid #afafaf;
        background-color:#FDFDFF;
        
}
#unheadline a:link{
color:#0000ff;
font-size:16px;
font-weight:bold;
text-decoration: none;


line-height:160%;



}

#unheadline a:visited{
color:#0000ff;
font-size:15px;
font-weight:normal;
text-decoration: none;

line-height:160%;
}

#unheadline a:hover{
color:#ff0000;
font-size:15px;;
font-weight:normal;
text-decoration: none;


line-height:160%;
}

#unheadline2 {
color:#333333;
padding: 0px 1px 0px 5px;

}





#unheadline2 a:link{

color:#0000ff;
font-size:15px;
font-weight:normal;
text-decoration: none;


line-height:160%;
}

#unheadline2  a:visited{
color:#17184b;
font-size:15px;

text-decoration: none;


font-weight:normal;

line-height:150%;
}

body.rss-head{
border:none;
background:#ffffff;
color:#555555;
margin:0;
padding:0 0 5px;
}

body.rss-head-rec{
border:none;
background:/*#0000ff*/#fff;
color:#FFF;
margin:0;
padding:0 0 5px;

}

body.rss-head a,
body.rss-head-rec a{
color:#0000ff;
}



.amazon-oret{
	width:180px;
}
.amazon-oret-item {
	border:0px solid #EEE;
}
.amazon-oret-img {
}
.amazon-oret-title {
}

div.related-articles{
	padding: 10px 2px 0px 0;
	float: left;
	width: 710px;	
        font-size: 15px;
        font-weight: bold;
}

div.related-articles h3 ,div.sbm h3 {
  color: #ff0000;
	margin: 0 0 4px;
	font-size: 15px;
border-bottom: 1px dotted rgb(80, 168, 216);
border-left: 0px solid rgb(80, 168, 216);
font-weight: bold;
font-size: 15px;
line-height: 29px;
padding: 0px 0px;
}

div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://livedoor.blogimg.jp/gamer2ch/imgs/6/2/6234195d.gif) no-repeat 0 8px;
	padding: 0 0 3px 6px;
	margin-left: 2px;
	font-size: 12px;
}



#hatebu a:link{
color:#0000ff;
font-weight:normal;
text-decoration: none;
font-size:12px;
line-height: 130%;
}

#hatebu  a:visited{
color:#0000ff;
font-weight:normal;
text-decoration: none;
font-size:12px;
line-height: 130%;
}

#hatebu  a:hover{
color:#ff0000;
font-size:12px;
line-height: 130%;
font-weight:normal;
text-decoration: none;

}

#mpr {
color:#555555;
font-weight:normal;
text-decoration: none;
font-size:10px;
line-height: 130%;
padding: 0 0 3px 26px;
}

#mpr a:link{
color:#333333;
font-size:13px;
font-weight:normal;
text-decoration: none;


line-height:170%;
}

#mpr a:visited{
color:#333333;
font-size:13px;
font-weight:normal;
text-decoration: none;


line-height:170%;
}

#mpr a:hover{
color:#ff0000;
font-size:13px;
font-weight:normal;
text-decoration: none;


line-height:170%;
}


#asame a:link{
color:#333333;
font-weight:bold;
text-decoration: underline;
font-size:14px;
}

#asame a:visited{
color:#333333;
font-weight:bold;
text-decoration: underline;
font-size:14px;
}

#asame a:hover{
color:#ff0000;
font-size:14px;
font-weight:bold;
text-decoration: none;

}



#kiji a:link{
color:#0000ff;
font-weight:normal;
text-decoration: underline;
}

#kiji a:visited{
color:#7f7f7f;
font-weight:normal;
text-decoration: none;
}

#kiji a:hover{
color:#ff0000;

font-weight:normal;
text-decoration: none;

}



.honbun {
	padding: 21px 1px 30px 8px;
}


.last {
	padding: 11px 1px 20px 8px;
}

.kiji {
	padding: 11px 5px 0px 0px;
}




#related {
color:#333333;
padding: 0px 1px 0px 11px;

}


#related a:link{

color:#0000ff;
font-size:12px;

text-decoration: none;


font-weight:normal; 

line-height:140%;
}

#related  a:visited{
color:#0000ff;
font-size:12px;

text-decoration: none;


font-weight:normal; 

font-size:13px;
}

#related  a:hover{
color:#ff0000;

font-size:12px;


text-decoration: none;

font-weight:normal; 

line-height:140%

}



.geani{
	color:#ff0000; 
        font-weight:bold; 
        font-size:10px;
        padding: 5px 5px 5px 5px;
}

.head{
	color:#ffffff; 
        font-weight:bold; 
        font-size:15px;
}
.ama{
	color:#999999; 
        font-weight:normal; 
        font-size:10px;
}


#ama a:link{

color:#999999; 
font-size:10px;
font-weight:normal;
text-decoration: none;


line-height:150%;
}

#ama  a:visited{
color:#999999; 
font-size:10px;
font-weight:normal;
text-decoration: none;


line-height:150%;
}

#ama  a:hover{
color:#ff0000;
font-size:10px;
font-weight:normal;
text-decoration: none;


line-height:150%;

}

.posted{
	font-size:13px;
	text-align:right;
	margin:0px 5px 0px 0px;
        padding:0px 12px 0px 12px;
        
        color:#555555;
　　　　
}

#posted a:link{
color:#0000ff;
font-weight:normal;
text-decoration: none;
font-size:12px;

}

#posted a:visited{
color:#0000ff;
font-weight:normal;
text-decoration: none;
font-size:12px;

}

#posted a:hover{
color:#ff0000;
font-size:12px;
line-height: 0%;

text-decoration: none;

}

#asame {

color:#333333;
font-weight:bold;
text-decoration: none;
font-size:14px;
}


#asame a:link{
color:#333333;
font-weight:bold;
text-decoration: none;
font-size:14px;
}

#asame a:visited{
color:#333333;
font-weight:bold;
text-decoration: none;
font-size:14px;
}

#asame a:hover{
color:#ff0000;
font-size:14px;
font-weight:bold;
text-decoration: none;

}

.amazon-oret{
	width:160px;
}
.amazon-oret-item {
	border:0px solid #EEE;
}
.amazon-oret-img {
}
.amazon-oret-title {
}

#commenttop
,#trackbacktop{}
#comment
,#trackback{
	margin:0 auto px;
        background-color:#fefefe;
        
}
#commentbody
,#trackbackbody{
	font-size:15px;
        padding: 0px 10px 0px 10px;
	margin::0px 10px 0px 70px;
        line-height:200%;
        background-color:#fefefe;
        font-weight:lighter;
}
.commentttl
,.trackbackttl{}
.commenttext
,.trackbacktext{
        padding: 0px 10px 0px 30px;
	margin: 5px 1px 50px 0px;
	padding-left:0px;
	line-height:15px;
        color:#130007;
        font-size:13px;
　　　　font-weight:normal;
        
}
#commentbottom
,#trackbackbottom{
        background-color:#fefefe;
}












/* =============================================== */
/** /*ヘッドコンテンツ構成*/
/* ----------------------------------------------- */

.head-contents {
	width:1180px;
	height: 160px;
	padding: 0px;
	margin: 0px auto 0px; 
        background-color:#000000;
        border-left: 0px solid #d5d5d5;
        border-top: 0px solid #d5d5d5;
        border-bottom: 0px solid #d5d5d5;
        border-right: 0px solid #d5d5d5;
}
.head-contents-base {
	width:1150px;
	height: 160px;
	padding: 0px;
	margin: 0px 0px;
        float: center;
}
.head-contents-left {
	width: 655px;
	height: 160px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.head-contents-right {
	width: 385px;
	height: 160px;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
        
}
/* =============================================== */
/** /*メニューコンテンツ構成*/
/* ----------------------------------------------- */




.menyu-contents {
	width:100%;
	height: 23px;
	padding: 0px;
	margin: 0px auto 0px; 
        background-color:#;
        border-left: 0px solid #d5d5d5;
        border-top: 0px solid #d5d5d5;
        border-bottom: 0px solid #d5d5d5;
        float: left;

}
.menyu-contents-base {
	width:100%;
	height: 23px;
	padding: 0px;
	margin: 0px 0px;
        float: left;
}
/* =============================================== */
/** /*トップコンテンツ構成*/
/* ----------------------------------------------- */
.kobetsu-contents {
	width:1178px;
	height: 390px;
	
	margin: 0px auto 10px; 
        padding: 10px auto 10px;
        background-color:#ffffff;
        border-left: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
}
.kobetsu-contents-base {
	width:1178px;
	height: 390px;
	padding:  0px auto 0px;
	margin:  0px auto 0px;
}
.top-contents-left {
	width: 895px;
	height: 390px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.kobetsu-contents-right {
	width: 275px;
	height: 390px;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
        
}


.kobetsu-contents {
	width:1178px;
	height: 360px;
	
	margin: 0px auto 10px; 
        padding: 10px auto 10px;
        background-color:#ffffff;
        border-left: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
}
.kobetsu-contents-base {
	width:1178px;
	height: 360px;
	padding:  0px auto 0px;
	margin:  0px auto 0px;
}
.kobetsu-contents-left {
	width: 895px;
	height: 360px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.kobetsu-contents-right {
	width: 275px;
	height: 360px;
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
        
}

<div align="center"<!-- admax -->
<script type="text/javascript" src="http://adm.shinobi.jp/s/a47a05fef7561148236798ff2ea4a682"></script>
<!-- admax --></div>

==================================================

/* Update History
==================================================
New
・関連記事追加
・2008.03.26 リリース
==================================================
*/

/* End */