@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : blogmedia/2ch_khaki_3c
==================================================
*/

/* 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;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,b,i {
	margin: 0;
	padding: 0;
	font-size: 100%;
}



body,
textarea {font-family:'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
color:#303137;
}

a:hover {
	text-decoration: none;
}


table#header a:link
, table#header a:active
, table#header a:visited
, table#header a:hover {
	color: #0D6CCB;
}

h1#blog-title a {
	font-size: 170%;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.blogtitle a {
width: 480px;
height: 48px;
}
.blogtitle a span {
display: none;
}

h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
	color: #0D6CCB;
	text-decoration: none;
}

h1#blog-title a:hover {
	color: #555;
	text-decoration: underline;
}

p#blog-description {
	color: #555;
}

h2.archives-title {
	color: #333;
}




div#main a:link
, div#main a:active {
	color: #0D6CCB;
}
div#main a:visited {
	color: #1D4C6B;
}
div#main a:hover {
	color: #ca0d6c;
}


div#sub a:link
, div#sub a:active
, div#extra a:link
, div#extra a:active {
	background-color: #f9f9f9;
}
div#sub a:visited
, div#extra a:visited {
	color: #555;
}






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

div#main h2.article-title a:hover {
	background-color: ＃FF33CC;
}

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: #777;
}

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 {
}

div#main div.pager a {
display: inline-block;
padding: 5px 8px;
background: #fff;
font-size: 16px;
margin: 0 5px;
border: 1px solid #999;
}
div#main div.pager a:hover {
background: #ccc;
}
ul.index-navigator li.paging-number ol.paging-number li.current {
margin: 0 5px;
padding: 5px 8px;
font-weight: bold;
font-size: 16px;
}

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

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

div.sidetitle {
	color: #ｆｆｆ;
        font-size:15px;
}

div#sub div.sidetitle a
, div#extra div.sidetitle a {
	color: #fff;
}

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

.footer-outer
, .footer-outer a {
}

div.article-body {
    font-size: 18px;
}

a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";

}


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

body {
	margin: 0;
	padding: 0;
	background-image: url(http://livedoor.blogimg.jp/crx7601/imgs/2/4/24cdf584.png);
　　　
}

div#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	width: 1200px;
        padding-top: 1px;
}

div#content {
	width: 1200px;
	height: 1%;
	margin: 0 auto;
}

* html div#content {
}

div#main,
div#sub,
div#extra {
	overflow: hidden;
        
}

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

div#main div.column-inner {
	width: 788px;
        margin: 0 auto;
}

div#sub {
	display:inline;
	float:left;
	margin-left:-1210px;
	width:197px;
	padding-left: 10px;
　　　
}

div#sub div.column-inner {
}

div#extra {
	display:inline;
	float:left;
	margin-left:-195px;
	width:195px;
	padding-right: 0px;
　　　
}

div#extra div.column-inner {}


div.calendarheadbody,
.sidetitlebody {
background-color: #F7F7F7;
border-color: #EEE #C3C3C3 #C3C3C3 #EEE;
border-style: solid;
border-width: 1px;
padding: 6px 4px;
text-align: left;
}

div.calendarheadbody div.calendarhead,
.sidetitle {
background-color: ＃949799;
border-left: 6px solid #4169e1;
padding-left: 6px;
text-align: left;
}

div.side {
	margin: 0 0px 0px;
	text-align: left;
        font-size: 80%;
　　　 padding-top: 6px
       background-color: #ffffff;
}





/* ----------------------------------------------- */
/** 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
, div.article-body
, div.article-footer
, h2.article-title
, div.pager
, ul
, div.index-navigator-outer {
	height: 1%;
}

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

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

ul.menu {
list-style-type:none;
width:100%;
position:relative;
z-index: 10;
display:block;
height:33px;
font-size:15px;
background:url(http://livedoor.blogimg.jp/crx7601/imgs/a/7/a7ba05a1.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #222;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#fff;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(http://livedoor.blogimg.jp/crx7601/imgs/a/7/a7ba05a1.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#4169e1;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#DE3330;
}


div.blog-title-outer {
	min-height: 250px;
	background: url() 
	text-align: left;
}

div.blog-title-outer-2 {
	width: 996px;
	margin: 0 auto;
}

div.blog-title-outer-3 {
	padding: 20px 10px 15px;
}


h1#blog-title {
	font-size: 150%;
	font-weight: bold;
        display: none;
}

div.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 4px 0 0 0;
	line-height: 135%;
}

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

div.archives-title-outer {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 100%;
}
div.archives-title-outer-2 {}

div.archives-title-outer-3 {}

h2.archives-title {
	padding: 0px;
	background: #d4e0ca;
	text-align: center;
	font-size: 100%;
}

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

div.pager {
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	padding-bottom: 15px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {}

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

ul.index-navigator {
	padding-top: 15px;
	font-size: 83%;
}

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

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

ul.archives-pager {
	padding-top: 15px;
	font-size: 83%;
}

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

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

ul.archives-pager li.both {
	border-left: 4px #add8e6 solid; /* 見出しの左境界線 */
}

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

ul.article-pager {
	padding-top: 15px;
	font-size: 80%;
}

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: 100px;
	margin-bottom: -99px;/* 1px余白（下部） */
}

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

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

ul.article-pager li.next {

}

ul.article-pager li.both {
	border-left: 1px dotted #8d8d8d;
}

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

div.article-outer {
	margin-bottom: 30px;
	text-align: left;
        border:1px solid #555
}

div.article-outer-2 {}

div.article-outer-3 {}

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



/*** 日付 */
div.article-date-outer {
	float: left;
	font-size: 80%;
	font-weight: bold;
}

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 {
	float: left;
}

div.article-category-outer dl.article-category {
	padding-left: px;
	line-height: 1.25;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_categry.gif) no-repeat 0 0;
}

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: 1em;
}

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

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

/** 記事タイトル */
div.article-title-outer {
	padding: 10px 30px 10px 30px;
        border-bottom: #4169e1 2px solid;
	border-left: #4169e1 7px solid;  /*左の枠（色・太さ・スタイル）*/
      	background: #f9f9f9 url(http://livedoor.blogimg.jp/crx7601/imgs/1/0/10227244.gif) ;

}

h2.article-title {
	clear: left;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
        font-color: #555;
}



div.article-tool-box-header {
	float: right;
}


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

div.article-body {
	clear: both;
	background-color: #FFFFFF;
	padding: 10px 10px 10px;
	line-height: 200%;
	font-size: 85%;
        font-weight: 500;

}

div.article-body-inner {}

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

}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
　　   font-size: 100%;

}

/*** 引用 */

blockquote{
background-color: #ededed;  /*背景色*/
padding: 5px 5px 5px 5px;  /*パディング幅（上・右・下・左）*/
border: #CCD8DD 1px solid;  /*まわりの枠（色・太さ・スタイル）*/
margin: 3px 15px 3px 15px;  /*マージン幅（上・右・下・左）*/
}

/*** ネットの反応引用 */
blockquote2{
background-color: #DDEDED;  /*背景色*/
padding: 5px 5px 5px 5px;  /*パディング幅（上・右・下・左）*/
border: #CCD8DD 1px solid;  /*まわりの枠（色・太さ・スタイル）*/
margin: 3px 15px 3px 15px;  /*マージン幅（上・右・下・左）*/
}



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

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


dl.article-tags {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tag.gif)!important;
}

dl.article-tags dt {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}



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

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

div.article-footer {
	margin: px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #FFFFFF;
}

ul.article-post {
	padding: 5px 6px 3px;
	background: #FFFFFF;
	text-align: right;
	overflow: hidden;
}

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

}


ul.article-post li.article-comment-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_comment.gif) no-repeat 0 1px;

}
ul.article-post li.article-trackback-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tracback.gif) no-repeat 0 0;
}

ul.article-post li.article-author {
	margin-left: 10px;
}

ul.article-post li.article-author,
ul.article-post li.article-tool-box {
	float: left;
}



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

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

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

div.article-option h5 {
	margin: 0 10px 15px 10px;
	padding: 0 0 5px 0;
	font-size: 14%;
	border-bottom: 1px solid #ddd;
}

/*** 指定しやすいよう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 {}

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

div.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 1em;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	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 10px 50px;
	font-size: 16px;
}

ul.comment-info li.comment-author {
	display: inline;
　　　 color: #008000;
}

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

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

ul.comment-info li.comment-body {
display: block;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px;
font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
font-size:15px;
line-height:17px;
}


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

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

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

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

div#comment-form-body table th {
	width: 4em;
	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: #858585;
	font-size: 1em;
}

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


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

div.related-articles{
	padding: 15px 0 0;
}

div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat -3px 3px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}

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

div.sidebody {
	margin-bottom: 0px;
	padding-left: 15px;
	background: url(http://livedoor.blogimg.jp/crx7601-22223/imgs/6/9/69109ec6.png) no-repeat;
　　　 border-bottom: 1px dashed #222;
}


.side div.popular-articles table {
	font-size: 15px;
}

.side div.popular-articles table td {
	vertical-align: top;
	text-align: left;
	padding: 0px;
    border-bottom:1px dotted #6888c5;
}





div.side{
 	background-color: #ffffff;
padding-top:5px;
padding-bottom:0px;

}


div.sidewrapper {
 border: solid 1px #555;
  margin-bottom: 0px;
}



/* ----------------------------------------------- */
/** カレンダー */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

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

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: 1em;
	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: #8d8d8d;
	_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 {}

/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

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

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





ul.galleryThumbnail {
	text-align: center;
}





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

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

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

table#header {
	border-bottom: solid 1px #788573;
	font-size: 12px;
	background: #57664f;
	color: #eee;

}



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

div.footer-outer {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	background-image: url(http://livedoor.blogimg.jp/crx7601/imgs/2/4/24cdf584.png);
	text-align: center;
}

div.footer-outer-2 {}

div#footer {}

div#footer p {}

/* =============================================== */
/** 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;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

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

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

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

a.adurl {
	color: #1b8d1c!important;
	text-decoration: none;
}

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

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

div.ads-become a {
	color: #0000ff !important;
}

div.ads-become .adsbybecome a {
	color: #666666!important;
}



/* --- ボックス --- */
div.section2 {
width: 392px; /* ボックスの幅 */
height: 400px; /* ボックスの高さ */
background-color: #ffffff; /* ボックスの背景色 */
border:1px solid #000000;/* ボックスの枠 */
font-size: 80%; /* ボックスの文字サイズ */
overflow-y:auto
}


/* --- 本文領域 --- */
div.section div.textArea {
height: 200; /* 本文領域の高さ */
overflow: auto;
}

/* --- 本文領域内の段落 --- */
div.section div.textArea p {
margin: 5px 5px; /* 段落のマージン（上下、左右） */
}


/* ----------------------------------------------- */
/*

注目ロール

*/
/* ----------------------------------------------- */


/* --- ボックス --- */
div.section {
width: 790px; /* ボックスの幅 */
height: auto; /* ボックスの高さ */
padding-bottom: 0px; /* ボックスの下パディング */
border:1px solid #000000;/* ボックスの枠 */
background: #eef2fb;/* ボックスの背景色 */
font-size: 80%; /* ボックスの文字サイズ */
/* スクロール */
}

/* --- ボックス内の段落 --- */
div.section p {
margin: 5px 5px; /* 段落のマージン（上下、左右） */
}

/* ----------------------------------------------- */
/*

BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
width: auto;
height: auto;
margin: 0;
padding: 0;
border: none;
text-align: left;
}
.blogroll-channel {
margin-bottom: 0px;
padding: 0px;
background: #fff;
}

.blogroll-channel .blogroll-list-wrap {
margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
list-style-type: none;
margin-bottom: 3px;
font-size: 14px;
line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
width: 16px;
height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
margin: 0 0 0 3px;
color: #666;
font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
display: block;
margin-top: 5px;
color: #666;
font-size: 13px;
}

/* --- 見出し --- */
h7.heading {
width: 800px; /* 見出しの幅 */
background: url(http://livedoor.blogimg.jp/crx7601/imgs/7/6/76c156b8.png) repeat-x top; /* 見出しの背景 */
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%;
}

/* --- サイドスクロール --- */
#wrap{
	width:915px;
        margin: 5px auto;
}

#social_box{
	background:;
	width:60px;
	padding:15px;
	margin-left:1080px;
	text-align:center;
	position:fixed;
	top:610px;
	list-style-type:none;
}

#main{
	width:660px;
	float:left;
}

#side{
	width:300px;
	float:left;
}

h1 { display: none;}



/* --- リンク下線 --- */
a {
text-decoration: none;
}

/* --- 画像枠 --- */
.pict {
  background:white;
  border:0px solid gray;
  padding:3px;
}



/* --- ama --- */
a.target_col:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
 }


.layer3 {
position: absolute;
width:298px;
  margin-top: -47px; /* 上余白 */
  margin-left: 0px; /* 左余白 */
    }

h6 {
    font-size:12px;
    font-color: #71ff71;
    height:47px;
    width:298px;
    background-color:#ffffff;
    filter:alpha(opacity=80);
    opacity: 0.8;
　  overflow-y:hidden

}

/* --- 記事下 --- */
a.target_col:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
 }


.layer9 {
position: absolute;
width:185px;
  margin-top: -35px; /* 上余白 */
  margin-left: 0px; /* 左余白 */
    }

h5 {
    font-size:11px;
    height:35px;
    width:185px;
    background-color:#ffffff;
    filter:alpha(opacity=80);
    opacity: 0.8;
　  overflow-y:hidden

}

/* --- リンク文字 --- */

a:active {
color:#0D6CCB;
text-decoration:none;
}
div#sub a:hover
, div#extra a:hover {
color:#cb0d6c;
font-weight:bold;
text-decoration:none
}

/* --- 右アンテナ --- */
a.target_col:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
 }


.layer4 {
position: absolute;
width:193px;
  margin-top: -60px; /* 上余白 */
  margin-left: -0px; /* 左余白 */
    }

h4 {
    font-size:12px;
    font-color:#e5f6ff;
    height:60px;
    width:193px;
    background-color:#161819;
    filter:alpha(opacity=80);
    opacity: 0.8;
　  

}
/* --- 記事紹介 --- */
h8{
　color: #000000;
　margin: 0px;
　margin:10px 0 10px;
　padding: 5px 0 5px 10px;
　font-size: 17px;
　border-bottom: dotted solid 3px #808080;
}

.link a {
    border-left:solid 3px #98ff00;
    margin: 5px 0;
    padding: 0 0 0 10px;
    font-size: 17px;
    font-weight: bold;
	line-height: 170%;
	display:block;
}

td {
    word-break: break-all;
    word-wrap: break-word;
}

/* --- 紹介 --- */

.selector12{
	border-left:7px solid #ccc;
	padding:.8em .9em;
}
.selector12b{
	display: block;
	padding-top:.2em;
	font-size:.8em;
	color:#ccc;
}



/* --- IE --- */

.sampleTable {
	border-collapse: collapse;
}
.sampleTable th,
.sampleTable td {
	border: 1px solid #CCCCCC;
        table-layout: fixed;
}

/* --- 記事下ボックス --- */
.blogroll_wrapper { 
		width: 100%; 
		overflow-y:scroll; 
		background-color: #F7F7F7; 
	} 

.blogroll_innner { 
		width: 50%; 
		height: 300px; 
		float: left; 
	}

/* --- リストエリア1（中くらいのフォントサイズ用） --- */
ul.pr1 {
margin: 0 0 0;
padding: 0;
list-style-type: none;
font-size: 18px;
color: #ff0000
background-color: #ff0000

}

/* --- リスト項目1 --- */
ul.pr1 li {
padding: 8px 0 10px 26px; /* 項目のパディング（上右下左） */
background: url(http://livedoor.blogimg.jp/crx7601/imgs/c/8/c8512393.png) no-repeat scroll 0 40%; /* マーカー画像 */
line-height: 110%;
border-bottom: 1px #000000 dashed;
}

/* --- 区切り --- */
hr.separator2 {
width: 770px;
height: 0px;
border: none;
border-top: 2px #008000 solid; /* 境界線 */
}

/* --- リストエリア2（最下） --- */
ul.pr2 {
margin: 0 0 0em;
padding: 0;
list-style-type: none;
font-size: 17px;
}

/* --- リスト項目2（最下） --- */
ul.pr2 li {
padding: 5px 0 5px 30px; /* 項目のパディング（上右下左） */
background: url(http://livedoor.blogimg.jp/crx7601/imgs/9/7/970e16f3.png) no-repeat scroll 0 40%;; /* マーカー画像 */
line-height: 130%;
}

/* --- 見出しエリア速報 --- */
div.heading2 {
width: 770px; /* 見出しエリアの幅 */
margin-bottom: 1em;
background: #f9f9f9; /* 見出しエリアの背景 */
border: #c0c0c0 solid; /* 見出しエリアの境界線（色、スタイル） */
border-width: 1px 1px 2px; /* 見出しエリアの境界線（太さ 上、左右、下） */
}



/* --- 見出し速報 --- */
div.heading2 h3 {
margin: 0;
padding: 7px 7px 4px; /* 見出しのパディング（上、左右、下） */
border-bottom: 2px #4169e1 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}

/* --- ボックス（中段） --- */
div.section5 {
width: 730px; /* ボックスの幅 */
height: auto; /* ボックスの高さ */
padding-bottom: 0px; /* ボックスの下パディング */
padding-top: 0px; /* ボックスの上パディング */
background-color: #FFFFFF; /* ボックスの背景色 */
}


/* ---amazon--- */
.amazon-oret{
}
.amazon-oret-item {
	border:1px solid #EEE;
	width:150px;
}

.amazon-oret-item-img {

border:0px;
    }


.amazon-oret-item-title {
	line-height:130%;
	font-size:90%;
	font-weight:bold;
	position: absolute;
	background-color:#000;
	color:#FFF;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	width: 120px;
	padding: 3px 3px 3px 3px;
	bottom: 0px;
	left: 0px;
}



/* --- ボックス内の段落 --- */
div.section p {
margin: 0px 2px; /* 段落のマージン（上下、左右） */
}


img {
    border-style:none;
}

#sp-ad {

   display: none;

}

.fixed { position: fixed; 
	top: 20px; }

/** ---------- yms ---------- **/
.yms-user-ad { margin:30px 15px 0px; }
.yms-user-ad-728 { margin:0px auto 10px; }
.yms-user-ad-mid { margin:30px 15px 30px; }
.yms-user-ad-bottom { margin:30px 20px 0px; }
.yms-user-ad-side { margin:0px; }
.yms-user-ad-side1 { margin:0 0 30px; }
.ad-center { text-align:center; }
