@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Layout : 2カラム 
==================================================
*/


/* 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;
	padding:0;
	margin:0;
}

body {
	color: #444;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea {
	font-size:12pt;
}

body {
	color: #000000;
}

a:link {
	color: #444;
}
a:active,
a:visited {
	color: #444;
}
a:hover {
	color: #076BBF;
}

img {
    border:0;
}
table#header a:link,
table#header a:active,
table#header a:visited,
table#header a:hover {
	color: #0000fe;
}

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

p#blog-description,

h2.archives-title,

div.article-body a:link{
	text-decoration: underline;
}
div.article-body a:active,
div.article-body a:visited{
	text-decoration: underline;
}
div.article-body a:hover{
	text-decoration: underline;
}

h2.article-title a:link{
	text-decoration: none;
	display:block;
	color: #FFFFFF;
	font-size:20px;
	line-height:22px;
}
h2.article-title a:active,
h2.article-title a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h2.article-title a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

ul.article-post li a {
	color: #444;
}

dl.article-category dd a {
	color: #444;
}

div.pager a {
	color: #444;
}

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

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

div.article-option h3 {
	color: #444;
}

div.trackback-set a,
div.comment-set a {
	color: #444;
}

div.comment-auth-announcement p a {
	color: #444;
	font-weight: bold;
}

div.sidetitle {
	color: #FFF;
}

div.sidetitle a {
	color: #444;
}

div.calendarhead {
	color: #444;
}

div.calendarhead a {
	color: #444;
}

div.side a:link,
div.side a:active {
	color: #444;
	text-decoration: none;
}

div.side a:visited {
	color: #444;
	text-decoration: none;
}

div.side a:hover {
	color: #076BBF;
	text-decoration: underline;
}

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

b.date{
	color: #00ffff;
}

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

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

div#container {
	width: 1000px;
	margin: 0 auto;
	padding:3px 0 10px 0;
	position: relative;
	background-color:#fff;
}

div#content {
    padding: 0px;
}

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

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

div#main div.column-inner {
}

div#sub {
	float: right;
	display: inline;
	width: 250px;
	height:100%;
}

div#sub div.column-inner {
}

div#extra {
	clear: right;
	float: right;
	display: inline;
	width: 250px;
	padding-bottom: 20px;
}

div#extra div.column-inner {}

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

/** peek-a-boo bug */
div#trackback-form,
div#trackbacks-list,
div#comment-form {
	height: 1%;
}
div#comments-list{
	padding-top:10px;
}
/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	width: 100%;
	text-align:center;
	background-color:#ffffff;
}

div.blog-title-outer-2 {
	width: 1000px;
	height: 124px;
        text-align: left;
	overflow:hidden;
	background: url(./img/top_bg.png);
	margin: 0 auto;
}
div.blog-title-outer-2 a {
display: block;
width: 1000px;
height: 124px;
}
div.blog-title-outer-2 a:hover {
/*	opacity:0.3;*/
/*	filter: alpha(opacity=30);*/
/*	-ms-filter: "alpha( opacity=30 )";*/
/*	background: #fff;*/
}

div.blog-title-outer-3 {
	height: 124px;
	position: absolute;
	overflow:hidden;
}

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

div.blog-description-outer {
}

p#blog-description {
	margin: 0;
	padding: 10px 10px 35px 530px;
	line-height: 135%;
	text-align: left;
}

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

div#archives-title-outer {
	float:left;
	width:100%;
}

div.archives-title-outer-2 {
	padding:0px 3px 6px 0px;
}

div.archives-title-outer-3 {
	background:#011431 url("") repeat-x  scroll 0 0;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

h2.archives-title {
	text-decoration: none;
	color:#ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 108%;
	line-height:25px;
}

/* =============================================== */
/** 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: 15px 0 0;
	font-size: 90%;
}

ul.index-navigator li a {
	background-color: white;
	border: 1px solid #CCC;
	color: black !important;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 10px !important;
	text-decoration: none !important;
	vertical-align: top;
}
ul.index-navigator li a:hover{
	color: #fff !important;
	background-color: #011431;
	text-decoration: none;
}
ul.index-navigator li span{
	background-color: #011431;
	border: 1px solid #CCC;
	color: white !important;
	display: inline-block;
	font-weight: normal;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 10px !important;
	text-decoration: none !important;
	vertical-align: top;
}

ul#g_navi {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	display:block;
	width:1000px;
	height:25px;
	font-size:12px;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #232f3e;
}
ul#g_navi li {
	border-right:1px solid #161616;
	border-left:1px solid #616161;
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:25px;
	line-height:25px;
}
ul#g_navi li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:0 12px 0 12px;
	overflow:hidden;
	outline:none
}
ul#g_navi li a:hover {	
	color:#fff;
	height:25px;
	background-color: #0082C8;
}
ul#g_navi li a.current {
	display:inline;
	height:25px;
	float:left;
	margin:0;
}
div.g_navi {
	width:100%;
	height:25px;
	text-align: center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 0;
	margin:0;
	background-color: #232f3e;
}

.rssframe {
	width: 744px;
	height:250px;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	padding:0px 0px 10px 0px;
}
.rss03 {
	width: 744px;
	overflow-x: hidden;
	float: left;
	overflow:hidden;
	padding:0px;
}
div.rsstitle {
        background:url(http://otanew.jp/img/rss_ta.png) repeat-x;
	width: 322px;
	height: 20px;
	padding: 0 0 0 10px;
	margin: 0;
	background-color:#fff;
	text-align: left;
	font-size: 60%;
	font-weight: bold;
	color: #fff;
	line-height:20px;
	font-family:Helvetica,sans-serif;
}

div.rssbox {
	width: 330px;
	height: 223px;
	padding: 0;
	margin:0 2px 3px 0;
	border-top: 0px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color:#fff;
	text-align: left;
	float:left;
	overflow:hidden;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
div.rssboxr {
	width: 330px;
	height: 450px;
	padding: 0;
	margin:0 0 3px 0;
	border-top: 0px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color:#fff;
	text-align: left;
	float:right;
	overflow:hidden;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
div.catebox {
	width: 370px;
	height:228px;
	padding: 0px 3px 4px 0px;
	margin: 0;
	background-color:#fff;
	text-align: left;
	font-size: 12px;
	overflow:hidden;
	float:left;
	position:relative;
}
a.cate {
	width:362px;
	height:220px;
	display: block;
	border: solid 4px #ccc;
	border-color:#dddddd #aaaaaa #aaaaaa #dddddd;
}
a:hover.cate {
	border: solid 4px #0082C8;
}
a.cate-title{
	width:354px;
	height: 60px;
	padding:6px 4px 2px 4px;
	background-color:#011431;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position:absolute; bottom:8px; left:4px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	line-height:21px;
	overflow:hidden;
	text-decoration: none!important;
	position:absolute; bottom:8px; left:4px;
}
a:hover.cate-title{
	filter: Alpha(opacity=100);
	-moz-opacity: 100;
	opacity: 100;
}
span.cate-date{
	color:#ffffff;
	background-color:#000000;
	position:absolute; top:4px; left:4px;
	padding:1px 3px;
	line-height: 18px;
	font-size: 15px;
	filter: Alpha(opacity=90);
	-moz-opacity: 90;
	opacity: 90;
}
div.cate-comment{
	padding:0;
	margin:0;
	position:absolute; top:140px; left:6px;
	z-index: 99;
}
div.cate-tweet{
	padding:0;
	margin:0;
	position:absolute; top:140px; left:114px;
	z-index: 99;
}
a.cate-tweetcount{
	width:48px;
	height:20px;
	display: block;
	font-weight: bold;
	background-image: url("http://otanew.jp/img/tweetcount.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-align:center;
	position:absolute; top:140px; left:183px;
	z-index: 99;
}
span.cate-hatebu{
	padding:0;
	margin:0;
	position:absolute; top:140px; left:197px;
	z-index: 99;
}
#go_navi{
	margin-left:999px;
	background:#fff;
	border:1px solid #ccc;
	border-left:none;
	position:fixed;
	top:198px;
	left:auto;
	/display:none;
	list-style:none;
	z-index:666;
}

#go_navi li a{
	margin:4px;
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:777px;
}

#go_navi li a span{
	vertical-align:32px;
}

#go_top{background:url(./img/go_top.png) no-repeat 0 0;}
#go_top:hover{background:url(./img/go_top.png) no-repeat 0 -40px;}
#go_comme{background:url(./img/go_comme.png) no-repeat 0 0;}
#go_comme:hover{background:url(./img/go_comme.png) no-repeat 0 -40px;}
#go_bottom{background:url(./img/go_bottom.png) no-repeat 0 0;}
#go_bottom:hover{background:url(./img/go_bottom.png) no-repeat 0 -40px;}


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

ul.archives-pager {
	list-style-type: none;
	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 #ccc;
}

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

ul.article-pager {
	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;
	padding: 10px 40px;
	width: 280px;
	height: 80px;
	text-decoration: none;
	text-align: left;
}

ul.article-pager li.prev {
	background: #fff url(http://otanew.jp/img/prev.gif) no-repeat left 0;
	float: left;
}

ul.article-pager li.next {
	background: #fff url(http://otanew.jp/img/next.gif) no-repeat right 0;
	text-align: left;
}

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

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

div.article-outer {
	padding-bottom: 8px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.article-outer-2 {
	padding-bottom: 16px;
	height: 1%;
}

div.article-outer-3 {
	padding-bottom: 30px;
}

a.readmore {
margin-bottom: 5px;
font-weight: bold!important;
border: 1px solid #CCC;
color: #1E8DBD;
background: #F7FAFD;
padding: 10px 0!important;
text-align: center;
width: 100%!important;
display: block;
font-size: 20px!important;
text-decoration: none!important;
}

a.readmore:hover{
color: #6EA1BA;
background: #CEE5F4;
}

div.buttonset {
	width: 420px;
	padding: 4px 0 0 4px;
	margin-bottom:0 0 10px 0;
	border: 2px solid #CCC;
	background-color: #ffffff;
	vertical-align:top;
}

a.bottom-top{
	padding:0 0 5px 0;
	width:728px;
	height:120px;
	display: block;
	background-image: url("http://otanew.jp/img/top_button.png");
	background-repeat: no-repeat;
	text-align: right;
}

a.bottom-social1{
	padding:103px 5px 0 190px;
	width:170px;
	height:37px;
	display: block;
	background-image: url("http://otanew.jp/img/social_1.png");
	background-repeat: no-repeat;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#ff0000;
}
a.bottom-social2{
	padding:103px 0 0 190px;
	width:170px;
	height:37px;
	display: block;
	background-image: url("http://otanew.jp/img/social_2.png");
	background-repeat: no-repeat;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#ff0000;
}

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

div.article-header {
	font-family:Century,serif;
}

/*** 日付 */
div.article-date-outer {
	margin: 0;
	padding: 0px 8px 0px 8px;
	background-color: #FEEED9;
	font-size: 14px;
	border-left: solid 8px #FCCDD3;
}
ul.article_navi {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:22px;
	font-size:12px;

}
ul.article_navi li {
	display:inline;
	float:left;
	margin:0;
	padding:1px 8px 0 0;
	height:22px;
	line-height: 21px;
}
ul.article_navi_large {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:79px;
	font-size:12px;

}
ul.article_navi_large li {
	display:inline;
	float:left;
	margin:0;
	padding:1px 8px 0 0;
	height:79px;
	line-height: 21px;
}
a.folder{
	display:block;
	float:left;
	margin:0;
	padding:0 8px 0 20px;
	height:22px;
	line-height: 22px;
	background: url(./img/folder_icon.gif) no-repeat;	
	background-position:left center;
	text-decoration: none;
}

a.comment{
	width:30px;
	height:20px;
	display: block;
	font-weight: bold;
	background-image: url("http://otanew.jp/img/comment.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 70px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-align:center;
}
a.comment-large{
	width:69px;
	height:62px;
	display: block;
	font-weight: bold;
	background-image: url("http://otanew.jp/img/comment_large.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-family:'Tahoma',sans-serif;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	text-align:center;
}
div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
	padding-bottom: 5px;
}
div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	margin-left: 13em;/* 日付の幅 */
	padding-left: 10px;
	padding-right: 10px;
    padding-top:17px;
}

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

/*** 記事タイトル */
div.article-title-outer {
	margin: 0;
	padding:8px;
	font-size: 82%;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #011431;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
h2.article-title {
	clear: left;
	margin: 0;
}

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

div.article-body {
	background-color: #fff;
	padding: 8px;

line-height: 1.3;
	font-size: 80%;
}

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

/*** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin:0;
	width:100%;
	height:30px;
	font-size:20px;
	background-color: #f5f5f5;
	text-align:center;
	font-weight:bold;
}

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 {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #F9F9F9;
	border: 1px dotted #036;
	font-size: 13px;
	line-height: 1.3;
}
div.article-body blockquote a{
	color: #004B91;
}
div.article-body blockquote a:hover{
	color: #DD4CEA;
}
/*** img */
div.article-body img.pict {
	margin:1px 2px 3px 0;
	border: 0px solid #ccc;
}

/*** 共通テーマ */
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: 90%;
}

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

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

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

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

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

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

div.article-option {
	padding: 0;
}

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

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

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-bottom: 10px;
	margin-left: 10px;
}

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

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

li.comment-set {
	padding: 0 0 10px 0;
	font-size: 90%;
}

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

a.res_button{text-decoration: none;}

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

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

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

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

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

div#comment-form-body {
	background-color: #FFFFFF;
	padding: 0;
}

div#comment-form-body table {
	border: 0;
	width: 80%;
	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: 718px;
	height: 180px;
	background: #fff;
	margin:4px 0 8px 0;
	padding: 4px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px #888;
}

input.button {
	width: 290px;
	height: 77px;
}

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

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

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

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
font-size: 120%;
width: 720px;
font-weight: bold;
color: #666;
background: #E4E4E4;
padding: 4px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 10px;
}
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/usr/livedoor/web_directors/side_body.png) no-repeat 0 8px;
	padding: 0 0 5px 9px;
}


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

div.sidetitlebody {}
div.sidewrapper {
	margin-bottom:3px;
	background-color:#fff;
}

div.sidetitle {
	background-color: #232f3e;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	line-height:29px;
	padding:0 10px;
	font-family:Helvetica,sans-serif;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

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

div.side {
	padding: 8px 0 0 0;
	font-size: 84%;

	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
div.side_free {
	padding: 0 8px 8px 8px;
	text-align: left;
	line-height: 110%;
}
div.side_cat {
	margin: 5px 0;
	padding: 0 0 0 5px;
	font-size: 90%;
	font-weight: bold;
	border-left: solid 3px #00A7D0;
	border-bottom: solid 1px #DDDDDD;
}
div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 9px;
	padding: 0 0 5px 9px;
	margin-left: 8px;
	text-align: left;
}


div.ranking {
	overflow:hidden;
}

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

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color:#444;
	background:url(http://otanew.jp/img/side_bg.png) left top repeat-x;
	line-height:29px;
	padding:0 10px;
	font-family:Helvetica,sans-serif;
}

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

div.calbody {
	background:#f7f7f8;
	padding-top:5px;
}

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: #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 {}
td table.caltblday td.calon a.acalendar {
	color:#444;
}

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

.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;
    background-color:#fff;
}

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

div.footer-outer {
	width: 1000px;
	margin: 0 auto;
	background-color: #232f3e;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	position:relative;
}

div.footer-outer-2 {
	width: 1000px;
	margin: 0 auto;
	padding-right: 10px;
	color:#FFFFFF;
	line-height: 41px;
	font-size: 14px;
}
div.footer-outer-2 a{
	padding-right: 10px;
	color:#FFFFFF;
	line-height: 41px;
	font-size: 14px;
}
div#footer {
	height: 41px;
}

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

div#ad {
	margin: 25px auto 0;
	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: 110%!important;
}

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

a.addescription span {
	font-size: 90%!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%;
}

.adbox{}
.adbox .adtop{
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/ads_off.gif) no-repeat left 7px;
	padding-left: 20px !important;
}
.adhover{}
.adhover .adtop{
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/aqua/ads_on.gif) no-repeat left 7px;
	padding-left: 20px !important;
}

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

      BlogRoll css

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

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

.blogroll-channel {
    margin: 0;
    padding: 0;
    background: #fff;
}

.blogroll-channel .blogroll-list-wrap {
    margin:0 0 0 0;
}

.blogroll-channel .blogroll-list {
	list-style-type: none;
	margin:0;
	_margin:0;
	padding:0;
	border-bottom: dashed 1px #ccc;
	display:block;
	white-space: nowrap;
	height:16px;
	clear:both;
	line-height:0;
	vertical-align:bottom;
}

.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 {
	text-decoration: none;
	display:block;
	float:left;
	line-height: 18px;
	font-size: 12px;
	width:100%;
}

a:hover.blogroll-link {
	background-color:#F7FAFD;
}

.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;
    color: #666;
    font-size: 10px;
    display:block;
    float:left;
}

.blogroll-channel .blogroll-ad-img {
	margin-top: 900px;
}

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

#i2i-00605810-viewtable {
	width:100%!important;
}
.i2i-00605810-kisu a{
float:left;
display:block;
width:100%;
}
.i2i-00605810-kisu a:hover{
	background-color:#F7FAFD;
}
.i2i-00605810-gusu a{
float:left;
display:block;
width:100%;
}
.i2i-00605810-gusu a:hover{
	background-color:#F7FAFD;
}

input.search {
background: url(http://otanew.jp/img/kensaku.png) no-repeat;
padding: 0;
border: none;
width: 22px;
height: 22px;
position: absolute;
top: 2px;
right: 2px;
cursor:pointer;
}
#search-query {
width:236px;
height:24px;
padding:0 24px 0 4px;
margin:0;
line-height:24px;
border: 1px solid black;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.artworkThumbnail{
	float:left;
	border:1px #444 solid;
	margin:0 8px 0 0;
	padding:1px;
	width:300px;
	height:120px;
	background-color: #FFF;
}
div.article-outerthumb {
	margin-bottom: 20px;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
}

#fixfooter {
	width: 41px;
	height: 211px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 666;
}

* html #fixfooter {
	width: 41px;
	height: 211px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 666;
}

#fixfooter ul {
	margin: 0;
	padding: 0;
}

#fixfooter ul li {
	list-style: none;
	width: 41px;
	margin: 0;
	padding: 0;
}

#fixfooter li img {
	border: 0 !important;
	vertical-align: bottom;
}

#fixfooter img {
	filter: Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#fixfooter a:hover img {
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
div.clear{
	clear:both; 
}
a.tags{
	background:rgb(136,136,136);
	background:-moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(100%,rgba(68,68,68,1)));
	background:-webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%);
	background:-o-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%);
	background:-ms-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 );
	background:linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%);
	padding:0 8px;
	border:1px solid #333;
	border-radius:4px;
	color:#fff;
	font-size:10px;
	line-height:14px;
	text-decoration:none!important;
}
a.tags:hover{
	background:rgb(68,68,68);
	background:-moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(136,136,136,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(136,136,136,1)));
	background:-webkit-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(136,136,136,1) 100%);
	background:-o-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(136,136,136,1) 100%);
	background:-ms-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(136,136,136,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#888888',GradientType=0 );
	background:linear-gradient(top, rgba(68,68,68,1) 0%,rgba(136,136,136,1) 100%);
}
div.tags{
	padding:0 0 6px 0;
}
.ama_clearfix {
overflow: hidden;
width: 728px;
height:162px;
}
.ama_wrap {
float: left;
overflow-x: hidden;
position: relative;
width: 692px;
}
.ama_slider {
float: left;
margin: 0 10px;
overflow-x: hidden;
position: relative;
width: 2000px;
}
.ama_slider a{
float: left;
margin-right: 5px;
width: 160px;
height:160px;
display:block;
overflow: hidden;
border:#ccc solid 1px;
text-align:center;
}
.ama_slider a:hover{
border:#CC6600 solid 1px;
}
.ama_left{
margin-top: 60px;
width: 18px;
height: 51px;
float: left;
cursor: pointer;
background: url(http://pinkt.cocolog-nifty.com/amazon_left.png) no-repeat 0 0;
}
.ama_right{
margin-top: 60px;
width: 18px;
height: 51px;
float: left;
cursor: pointer;
background: url(http://pinkt.cocolog-nifty.com/amazon_right.png) no-repeat 0 0;
}