@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);



/* 全体のレイアウト
----------------------------------------------- */
body {
         background-image:url(http://onecall.livedoor.biz/background.jpg);
         background-repeat: repeat; }
#wrapper {
	padding-top: 0px;
}
#container {
	margin: 0 auto;
	width: 1100px;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	background-color: #f0f0f0;
}
#content {
	position: relative;
}
#main {
	width: 770px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 2px solid #000000;
}
#sidebar {
	width: 306px;
	padding-top: 10px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
	float: left;
}
body.sidebar-right #sidebar {
	float: right;
}
body.sidebar-left #main {
	float: right;
}
body.sidebar-left #sidebar {
	float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #333;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
}
a {
	color: #910000;
	text-decoration: none;
}
a:link {
	color: #910000;
	text-decoration: none;
}
a:visited {
	color: #60011a;
}
a:hover {
color: #0000ff !important;
}

a:hover img {
        opacity:0.7;
        filter: alpha(opacity=70);        /* ie lt 8 */
        -ms-filter: "alpha(opacity=70)";  /* ie 8 */
        -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.7;              /* Safari 1.x */
        zoom:1;
}
a:active {
	color: #062576;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	margin-bottom: 0px;
}
#blog-header hgroup {
}
#blog-header-image {
	height: 400px;
	width: 100%;
	background-color: #287cba;
	background-image: -webkit-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:    -moz-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:     -ms-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:      -o-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:         linear-gradient(#57bef5 0%, #287cba 100%);
}
#blog-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin: 30px 0;
}
#blog-title a {
	color: #000;
}
#blog-description {
	color: #979797;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	margin: 30px 0;
}
#blog-description a {
	color: #979797;
}

/* かんたんタイトル画像 */
#blog-header.show-image hgroup {
	position: relative;
}
#blog-header.show-image #blog-header-image {
	height: auto;
}
#blog-header.hide-text hgroup,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#blog-header.hide-text #blog-header-image {
	margin: 0;
}

#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	z-index: 10;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
	margin-bottom: -1px;
	padding: 10px 0;
	position: relative;
}
.article-inner {
	height: 150px;
	overflow: hidden;
	position: relative;
}
.article-header,
.article-body {
	margin-left: 300px;
}
.article-first-image {
	background-color: #f0f0f0;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 210px;
	width: 280px;
}
.article-first-image a {
	background-color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article-first-image img{
	width: 210px;
	display: inline;
}

.article.first-article {
	border-top: 0;
}
.article.last-article {
	border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 3px;
	position: relative;
}
.article-title {
	margin-top: 10px;
	max-height: 112px;
	overflow: hidden;
}
.article-title a {
	color: #013ADF;
	font-size: 22px;
	font-weight: bold;
}

.article-title a:hover{
 color: #FFBF00 !important;
}


/* 日付 */
.article-date {
color: #808080;
font-size: 8px;
text-align: right;
}

/* 個別記事のみ */
body.page-article .article {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
body.page-article .article-title {
	max-height: none;
	margin-left: 30px;
}
body.page-article .article-header,
body.page-article .article-body {
	margin-left: 0;
}
body.page-article .article-header {
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-bottom: 1px dashed #999;
}
.article-meta {
	padding: 16px 0 32px;
}
.article-social-btn {
	border-bottom: 1px dashed #999;
	top: 1px;
	position: relative;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
        color: #505050;
	font-size: 14px;
	line-height: 1.4;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
	padding: 10px 10px;
	margin: 5px 1px;
background-color: F7F2F2;
border: #bfbfbf 2px dotted;
	line-height: 140%;
	font-size: 16px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.article-body-inner blockquote:hover  {
}
.article-body-inner blockquote:before {
	color: #ddd;
visibility: hidden;
}
.article-body-inner img.pict{
}

/* コメント・トラックバック一覧
----------------------------------------------- */

#article-options {
	padding: 10px 20px;
}

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

.article-option h3 {
	margin: 0 10px 15px 10px;
	padding: 0 0 5px 0;
	font-size: 100%px;
	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 */

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

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

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

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

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

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

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

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

.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: 20px 0 20px 20px;
	font-size: 16px;
}

ul.comment-info li.comment-author {
	display: inline;
        font-weight:bold;
	font-size: 1em;
}

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

ul.comment-info li {
	display: inline;
font-family: IPAMonaPGothic,'ＭＳ Ｐゴシック',sans-serif;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 16px;
}

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

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

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

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

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

input#author {
	width: 100%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

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

textarea#text {
	width: 100%;
	height: 250px;
	font-size: 18px;
}

input.button {
	margin-top: 20px;
	width: 600px;
	height: 50px;
}

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


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

/*** コメント認証 */
.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 1em;
}

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


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #910000;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
color:white;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#555;
	padding: 40px;
	background: #000000;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 13px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
.sidewrapper .sidetitle {
	border-bottom: 2px solid #333;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
	padding:6px 0;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	padding: 4px 0;
	border-bottom: 1px dashed #999;
}
.sidewrapper .side .sidebody:last-child {
	border-bottom: 0;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
}
table.caltblday .calon {
	background-color: #000;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday td a:hover {
	background-color: #910000;
}
table.caltblday td a:visited {
	background-color: #c8a7dd;
}

ul.galleryThumbnail li {
	display: inline-block;
	margin: 5px;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-bottom: 2px solid #333;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 10px 0;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}



#globalnavi{
margin: 0;
padding: 0;
width: 1100px;
height:35px;
font-size:16px;
background:black; repeat-x scroll 0 0;
font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#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: 3px 10px 3px 10px;
color: white;
font-weight: bold;
text-decoration: none;
border-right:1px solid #808080;
margin:2px 0px 0px 0px;
}

#globalnavi a:hover{
background-color:#FFFF00;
color: #000000;
font-weight: bold;
text-decoration: none;
border-right:1px solid #808080;
}


#tl-content ul { max-height:200px !important; }


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

      BlogRoll css

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

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

}

.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;
  white-space: nowrap;
  overflow: hidden;
}

.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: 12px;
}

.blogroll-wrapper{
    width:770px;
    overflow-y: scroll;
    height:280px;
    background-color:white;
border: 1px solid #999999;
}

.blogroll-column{
	float:left;
	width:50%;
}
.onecall{
padding-left: 40px;
    font-size: 18px;
}
.exa{
padding-left: 40px;
    font-size: 18px;
}
.name {
padding: 4px;
font-size: small;
background: #dce9f5;
border-bottom: 1px solid #ffffff;
}


.back-image {
 margin: 1px 1px 1px 1px;
 width: 190px;
 height: 120px;
 border: 1px solid #000000;
 position: relative;
}
.text-area {
 margin: auto;
 padding: 5px 5px;
 width: 180px;
 background-color: #000000;
 position: absolute;
 bottom: 0px;
 top: 80px;
 left: 0px;
 right: 0px;
 font-size: 11px;
 font-weight: bold;
}
.text-area a {
 color: #ffffff !important;
 text-decoration: none;
}
.text-area a:hover{
 color: #f3c507 !important;
}

.back-image1 {
 margin: 1px 1px 5px 1px;
 width: 190px;
 height: 120px;
 border: 1px solid #000000;
 position: relative;
}
.text-area1 {
 margin: auto;
 padding: 5px 5px;
 width: 180px;
 background-color: #000000;
 position: absolute;
 bottom: 0px;
 top: 80px;
 left: 0px;
 right: 0px;
 font-size: 11px;
 font-weight: bold;
}
.text-area1 a {
 color: #ffffff !important;
 text-decoration: none;
}
.text-area1 a:hover{
 color: #f3c507 !important;
}
.back-image2 {
 margin: 1px auto;
 width: 300px;
 height: 150px;
 border: 1px solid #000000;
 position: relative;
}
.text-area2 {
 margin: auto;
 padding: 5px 5px;
 width: 290px;
 background-color: #000000;
 position: absolute;
 bottom: 0px;
 top: 110px;
 left: 0px;
 right: 0px;
 font-size: 12px;
 font-weight: bold;
}
.text-area2 a {
 color: #ffffff !important;
 text-decoration: none;
}
.text-area2 a:hover{
 color: #f3c507 !important;
}
.selector00 {
clear: left;
margin: 0;
font-size: 18px;
font-weight: bold;
line-height: 120%;
color: #5a02ff;
border-top:1px solid #ccc;  
border-right:1px solid #ccc;  
border-left:7px solid #9d4dee;  
border-bottom:1px solid #9d4dee;  
padding:.8em .9em;
}
.spmode {
display: none;
}
.del {
pointer-events:none;
cursor:default;
text-decoration:none;
display: none;
}
.pankuzu {
font-size: small;
 font-weight: bold;
}
.more { position:absolute; bottom:0%; right:0%; }

.keshizumi {
}
.keshizumi2 {
}

