@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : Heart
 Layout : 3カラム
 Author : decoweb
 Author URI: http://www.decoweb.jp/
 Update : 
==================================================
*/

/* 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{
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 96%;
}

body {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

body {
	background:url(http://livedoor.blogimg.jp/love120331/imgs/b/8/b8547eef.png) repeat-x 0px 0px #ffe3e3;
}

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

h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
	color: #fff;
	text-decoration: none;
}
h1#blog-title a:hover {
	color: #fff;
	text-decoration: underline;
}
h1#blog-title img {
	width: 1320px;
	height: auto;
}

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

h2.archives-title {
	color: #91733d;
}

div#main a:link
, div#main a:active {
	color: #4169e1;
}

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

div#main a:visited
, div#sub a:visited
, div#extra a:visited {
	color: #4169e1;
}

div#main a:hover {
	color: #ff0077;
background:#ffeee6;
}


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

div#main h2.article-title a:link
, div#main h2.article-title a:active
, div#main h2.article-title a:visited {
	color: #624c1b;
	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: #ff0077;
}

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

div#main div.pager a {
	color: #ff0077;
}

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

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

div.sidetitle {
	color: #ff6699;
}

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

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

div#footer p{}

div#footer p a,
p.template-by a {
	color: #ff0077;
}

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

body {
	margin: 0;
	padding: 0;
	background: #FFFAF0;
	text-align: center;
}

div#container {
	width: 1320px;
	margin: 0 auto;
	padding: 0;
	background: url() repeat-y center;
}

div#content {
	width: 1310px;
	margin: 0 auto;
	padding: 0px 5px 0;
	background: url() no-repeat center top;
}

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

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

div#main div.column-inner {
	margin: 0 315px 0 255px;
	padding: 0px;
	background: #fff;
}

div#sub {
	float: left;
	display: inline;
	width: 250px;
	margin-left: -100%;
	padding: 0;
}

div#sub div.column-inner {
	margin-left: 0px;
	padding: 0px;
	background: #fff;
        border-left: dotted 1px #FFC0CB;
        border-right: dotted 1px #FFC0CB;
        border-bottom: dotted 1px #FFC0CB;
}

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

div#extra div.column-inner {
	margin-right: 0px;
	padding: 0px;
	background: #fff;
        border-left: dotted 1px #FFC0CB;
        border-right: dotted 1px #FFC0CB;
        border-bottom: dotted 1px #FFC0CB;
}


/* ----------------------------------------------- */
/** 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 - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	padding: 0px 0;
	text-align: center;
	background: #FFEDF9;
}
div.blog-title-outer-2 {
}
div.blog-title-outer-3 {
}

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

div.blog-description-outer {
}

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

a:hover {
	text-decoration: underline;
}

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

div.archives-title-outer {
	margin-bottom: 10px;
}
div.archives-title-outer-2 {
	padding-top: 5px;
}
div.archives-title-outer-3 {}

h2.archives-title {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
}

#globalnavi{
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width: 1320px;
 height:18px;
 font-size:12px;
 background: #F5F5DC; repeat-x scroll 0 0;
 }

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

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

}

#globalnavi a{
text-align: center;
display:block;
padding: 0px 12px 0px 12px;
color:#FF69B4;
font-weight: bold;
text-decoration: none;
border-right:1px solid #FFDEAD;
margin:0px 0px 0px 0px;
}

#globalnavi a:hover{
background-color:#ffeee6;
color:#DC143C;
font-weight: bold;
text-decoration: none;
border-right:1px solid #FFDEAD;
}


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

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

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

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

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

ul.index-navigator {
	padding-top: 15px;
	font-size: 1em;
}

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

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

ul.archives-pager {
	font-size: 1em;
}

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

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

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

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

ul.article-pager {
	padding-top: 0;
	font-size: 1em;
}

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 #8d8d8d;
}


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

div.article-outer {
	text-align: left;
        background-color:#ffffff;
	margin-bottom: 0px;
        border-bottom: solid 1px #FFC0CB;
        border-right: solid 1px #FFC0CB;
        border-left: solid 1px #FFC0CB;
}

/* ----------------------------------------------- */
/** Message Board - インフォメーション */

div.message-board {
	padding: 0px;
        line-height: 1.0;
	text-align: left;
	font-size: 90%;
	border: 3px solid #D94289;
}

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

div.article-header {
	position: relative;
	min-height: 55px;
	padding: 0 0px;
}

* html div.article-header {
	height: 55px;
	zoom: 1;
}

.article-subbox{
	font-size:11px;
	background:#cfc7b7;
	border-bottom:1px solid #68635a;
	padding:9px 25px 4px 25px;
}

/*** カテゴリ */
div.article-category-outer {
	background: url() no-repeat left top;
	padding-left: 20px;
	margin-left: 20px;
}

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: 83%;
}

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: none;
}

/** 記事タイトル */
div.article-title-outer {
 color:#F30;
 text-shadow: 2px 2px 3px #999;
	clear: both;
	margin-top: 0px;
	padding: 7px 0 10px 5px;
	background-color:#FFE4E1;
        border-top: solid 5px #FFC0CB;
        border-bottom: solid 1px #FFC0CB;
}

h2.article-title {
	clear: left;
	margin: 0;
	padding: 4px 4px 4px 32px;
	font-size: 140%;
	font-weight:normal;
	background: url(http://parts.blog.livedoor.jp/img/usr/dw024_heart_3c/article-title_back.gif) no-repeat left;
}

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

div.article-body {
	padding: 15px 20px 5px;
	line-height: 1.7;
	font-size: 110%;
}

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

/** 続きを読む */
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-color: #f5f5f5;
	padding: 5px 15px;
	margin: 5px 0;
	color: #595d68;
}

/*** 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: 25px 10px 0;
}

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

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

div.article-footer {
	padding: 5px;
	margin: 0px 10px;
	border-width: 1px;
	border-style: solid none none;
}

div.article-footer div.g1 {
    float: right;
    margin: 1px -13px 0 5px;
}

ul.article-info {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 10px;
	text-align: right;
}

ul.article-info li {
	display: inline-block;
	margin-left: 5px;
	min-height: 16px;
	line-height: 16px;
	font-size: 75%;
}

* html ul.article-info li {
	display: inline;
	height: 16px;
	zoom: 1;
}

*+html ul.article-info li {
	display: inline;
	zoom: 1;
}

ul.article-info li.article-author {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/posted.gif) no-repeat left top;
	padding-left: 20px;
}

ul.article-info li.article-comment-count {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/comment.gif) no-repeat left top;
	padding-left: 20px;
}

ul.article-info li.article-trackback-count {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/trackback.gif) no-repeat left top;
	padding-left: 20px;
}

ul.article-info li span.article-time {
	margin-left: 5px;
}

ul.article-info li span.nickname {
	font-weight: normal;
}

ul.article-post {
	float: right;
	padding: 0;
	text-align: right;
}

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

ul.article-post li img {
	vertical-align: middle;
}


#globalnavi02{
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width: 728px;
 height:22px;
 font-size:12px;
 background: #ffffff; repeat-x scroll 0 0;
 }

#globalnavi02 ul{
list-style-type: none;
margin: 0;
padding: 0;
}

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

}

#globalnavi02 a{
text-align: center;
display:block;
padding: 1px 30px 1px 30px;
color:#FF69B4;
font-weight: bold;
text-decoration: none;
border-right:1px solid #808080;
margin:1px 0px 1px 0px;
}

#globalnavi02 a:hover{
background-color:#ffeee6;
color:#DC143C;
font-weight: bold;
text-decoration: none;
border-right:1px solid #808080;
}




/* 記事下用 */
.RSS00 {
	border-left:
	solid 5px #FF69B4;
	font-size:1em;
	text-indent: 0.3em;
        border-bottom: solid 1px #FFC0CB;
}

.RSS03 {
overflow: hidden;
width: 750px;
margin-left: 0px;
}

.RSS04 {
overflow: hidden;
width: 750px;
margin-left: 0px;
list-style-type:none;
}

.RSS05 {

	text-decoration:none;
	border-left:
        border-bottom: solid 1px #FFC0CB;
}


.RSS71 {
overflow: hidden;
width: 700px;
margin-left: 0px;
	font-size: 140%;
list-style-type:none;
}


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

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

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

div.article-option h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	font-size: 100%;
	color: #91733d;
        border-bottom: dotted 1px #FFC0CB;
	background: url(http://parts.blog.livedoor.jp/img/usr/dw024_heart_3c/h3_back.jpg) no-repeat left;
}

/*** 指定しやすいよう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: 1em;
}

h4.ping-title {
	display: inline;
	padding: 0;
	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 20px 20px;
	font-size: 1em;
}

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

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

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-color: #f8f4eb;
	padding: 15px 0 15px 10px;
}

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

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: 100%;
	height: 180px;
}

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 h3{
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 90%;
	color: #91733d;
	background: url() no-repeat left;
        border-bottom: solid 1px #FFC0CB;
}
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/love120331/imgs/e/5/e57a064a.gif) no-repeat 0px 3px;
	padding: 0 0 5px 12px;
	margin-left: 3px;
}

div.related-articles h3 {
	border-left:
	solid 5px #FF69B4;
	font-size:1em;
	text-indent: 0.3em;
}

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

div.sidetitle {
	margin: 1px 0px 5px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	padding-left: 5px;
	border-width: 0 0 0 4px;
	border-style: none none none solid;
border-bottom: solid 1px #FFC0CB;
}

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

div.side {
	margin: 0 5px 0px;
	text-align: left;
	font-size: 87%;
}

div.sidebody {
	background: url(http://livedoor.blogimg.jp/love120331/imgs/e/5/e57a064a.gif) no-repeat left 5px;
	padding: 0px 0 0px 12px;
	margin-left: 4px;
	text-align: left;
}

a {
text-decoration: none;
}

plugin-link{
	margin: 0 0 0px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	padding-left: 5px;
	border-width: 0 0 0 4px;
	border-style: none none none solid;
}

.plugin-categorize select {
   width: 90%;
}

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

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 0 20px 10px;
	text-align: center;
	color: #91733d;
	font-weight: bold;
}

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

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: 10px 0;
}

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

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

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

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

table#header {
	font-size: 12px;
	color: #fff;
}

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

div.footer-outer {
	width: 1200px;
	margin: 0 auto;
	padding-top: 0px;
	background: url() repeat-y center;
}

div.footer-outer-2 {}

div#footer {
	width: 1200px;
	margin: 0px auto;
	padding: 0px 0 0 0;
	background: #d8d8d8;
}

div#footer p {
	margin: 0;
	padding: 0px;
}

.template-by {
	width: 1200px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background: url() repeat-y center bottom;
}

/* =============================================== */
/** 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;
	font-weight: bold;
}

a.adtitle span {
	font-size: 14px;
}

a.addescription {
	color: #000000;
}

a.addescription span {
	font-size: 13px!important;
}

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

a.adurl span {
	font-size: 13px!important;
}

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


/** clearfix */
div#container,
div#content,
div.blog-title-outer,
h2.archives-title,
div.article-body,
div.article-footer,
h2.article-title,
div.pager,
ul,
div.index-navigator-outer,
div#comment-form-body,
div.message-board {
	zoom: 1;
}

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,
div.message-board:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


.blogroll-wrapper{
	width:1190px;
	overflow:none;
}
.blogroll-column{
	float:left;
	width:33%;
}
.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}

.blogroll-channel {
    height: 800px;
    margin-bottom: 15px;
    padding: 10px;
   border: none;
    background: #fff;
    overflow-y: none;
}

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

.blogroll-channel .blogroll-list {
    color:#4682B4;
    list-style-type: none;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.3;
    border-bottom:1px dashed #FFC0CB;
}

.blogroll-channel .blogroll-list a:hover {
    color:#FF0000;
    background:#ffeee6;
}

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

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


.blogroll-channel a.blogroll-link {
text-decoration: none;
}


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

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

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




.blogroll-wrapper2{
	width:655px;
	overflow:auto;
}
.blogroll-column2{
	float:left;
	width:100%;
}

.blogroll-wrapper3{
	width:730px;
	overflow:hidden;
}
.blogroll-column3{
	float:left;
	width:50%;
}


/続きを読む start*********************************
.more {
    margin: 8px 16px;
    padding: 3px;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}
.more a {
    background-color: #F5F5DC;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 0;
    text-align: center;
    color: #FF69B4;
    text-decoration: none;
    border-color: #FFB6C1;
    border-style:dashed;
    border-width:1px;
}

.more a:hover {
    background-color: #ffeee6;
    color:#DC143C;
    border-color:#DC143C;
    border-style:dashed;
    border-width:1px;
}

/続きを読む end***********************************




<style type="text/css">
/*---------------
RSSi 全体枠
---------------*/
ul.rssi_ul{
overflow:hidden;
margin:0px;
padding:0px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
width:600px;
}

/*---------------
RSSi 記事枠
---------------*/
li.rssi_li{
list-style-type:none;
overflow:hidden;
margin-bottom:10px;
margin-right:0px;
/*float:left;*/
/*width:300px;*/
}

/*---------------
RSSi 画像
---------------*/
.rssi_thumb{
float:left;
overflow:hidden;
width:60px;
height:60px;
padding:0px;
margin-right:10px;
border:1px solid #cccccc;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.rssi_thumb:hover{
border:1px solid #50cccc;
}
.rssi_thumb img{
-ms-interpolation-mode:bicubic;
border-style:none;
max-width:60px;
min-width:81px;
}

/*---------------
RSSi 記事タイトル
---------------*/
.rssi_title{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
-webkit-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
display:block;/*改行*/
}
.rssi_title a{
}
.rssi_title a:hover{
}

/*---------------
RSSi サイト名
---------------*/
.rssi_site{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
-webkit-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
font-size:80%;
display:block;/*改行*/
}
.rssi_site a{
}
.rssi_site a:hover{
}
.rssi_site:before{
content:"by ";
}

/*---------------
RSSi 日付
---------------*/
.rssi_date{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
-webkit-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
font-size:80%;
}
.rssi_date:before{
content:"at ";
}


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px auto; }
.google-user-ad-728 { margin:15px auto; }
.google-user-ad-mid { margin:0px auto 30px; }
.google-user-ad-low { margin:0px auto 30px; }
.google-user-ad-side { margin:15px auto 10px; }
.ad-center { text-align:center; }
.ad-type-side { margin:0; }

div.google-2ad {
 margin:0px 10px 30px; 
 height:250px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:50px; 
}

.ad-outer { margin:0 auto; padding:0; }
.ad-by { text-align:left; margin-bottom:4px; font-size:11px; }
.ad-box { text-align:left; }
.ad-box a{ display:block; margin:0 8px 0 0!important; padding:6px 8px!important; overflow:hidden; }
.ad-box a:hover { padding:4px 6px!important; }
.ad-box a span.ad-url { margin-left:10px; }
/* for IE6-7 */
* html .ad-outer .ad-box a{ height:1%; }
*+html .ad-outer .ad-box a{ height:1%; }

.ad-by a, .ad-by a:hover { color:#000000 !important; font-weight:bold !important; }
.ad-box a, .ad-box a:hover { text-decoration:none; }
.ad-box a span.ad-title { font-size:15px; color:#1170C6; font-weight:bold; text-decoration:underline; line-height:150%; }
.ad-box a:hover span.ad-title { text-decoration:none; }
.ad-box a span.ad-url,
.ad-box a:hover span.ad-url { font-size:11px; color:#008000; line-height:150%; }
.ad-box a span.ad-description,
.ad-box a:hover span.ad-description { display:block; font-size:12px; color:#000000; line-height:150%; }
.ad-box a:hover{
	background:#ffffbb;
	border:2px solid #ffffbb;
	-moz-border-radius:5px; /* for fx */
	-webkit-border-radius:5px; /* for safari */
}