@charset "EUC-JP";

/* Information
==================================================
livedoor Blog CSS
 Name   : スチーム速報VIP

 Update : 2009.06.29
==================================================
*/


/* 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:"Trebuchet MS",Arial,Helvetica,sans-serif;
	background:#dbdbdb url(http://livedoor.2.blogimg.jp/newsteams/imgs/c/4/c4b7c1dd.png);
}

body {
	color:#4a4a4a;
}

a:link {
	color: #007aa8;
}

a:visited {
	color: #8f9da6;
}

a:hover {
	color: #01b0f0;
}

strong.hb_users a:link,
strong.hb_users a:hover,
strong.hb_users a:visited {
	color: #007aa8 !important;
	background: #cbf0ff !important;

}

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

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

h1#blog-title a:hover {
	color: #666;
	text-decoration: none;
}

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

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

div.article-body a:link
, div.article-body a:active {
}

div.article-body a:visited {
}

h2.article-title a:link
, h2.article-title a:active
, h2.article-title a:visited {
	color: #000;
}

h2.article-title a:hover {
}

ul.article-post li a {
	color: #666666;
	text-decoration: none;

}

div.pager a {
	text-decoration: none;

}

div.article-date-outer {
	line-height: 1.5;
}

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

div.article-body a:link
, div.article-body a:active {
}

div.article-body a:visited {
}

div.article-option h3 {
}

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

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

div.sidetitle {
	color: #fff;
}

div.sidetitle a {
	color: #fff;
}

div.calendarhead {
	color: #fff;
}

div.calendarhead a {
	color: #fff;
}

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

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

div.side a:hover {
	color: #000;
	text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.8em 10px 1.0em;
}

h1 {
	margin: 0;
	padding: 0em 0px 0 5px;
	font-size: 167%;
	font-weight: normal;
	margin-top: 0em;
	padding-bottom: 0em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #000;
	background-color: #ffffff;
}

h2 {
	padding-bottom: 0.3em;
	font-size: 120%;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	color: #A9A9A9;
}

h3 {
	padding: 0.1em 10px;
	font-size: 112%;
	font-weight: normal;
	color: #666;
	background-color: #f5f5f5;
}

h4 {
        font-size: 100%;
	color: #4a4a4a;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #007aa8;
	border-left-color: #007aa8;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
        font-weight: normal;
}


h5 {
        padding: 0.6em 30px 0;
	font-size: 167%;
	font-weight: normal;
        margin-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #000;
	background-image: url(http://livedoor.blogimg.jp/newsteams/imgs/d/b/db290ccb.png);
}

.resinfo {
        font-size: 85%;
        line-height: 1.0;
}

p.res {
        margin-left: 56px;
}

p.resone {
        margin-left: 56px;
        color: #0066cc;
	 font-weight: bold;
	 font-size: 123.1%;
}

blockquote#one { 
       width: 500px; 
       background: #e3e3e3; 
       padding: 25px; 
       position: relative; 
       margin-left: 260px;
} 

blockquote#one img {
       position: absolute;
       top: 0;
       left: -235px;
}

blockquote#one .arrow { 
       width: 0;
       height: 0;
       line-height: 0;
       border-top: 40px solid #e3e3e3; 
       border-right: none; 
       border-left: 30px solid white; 
       left: -30px; 
       position: absolute; 
       bottom: 20%; 
} 


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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 82%;
}

div#container {
	width: 90%;
	min-width: 35em;
	max-width: 71em;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	background: #fff;
}

* html div#container {
	width: 70em;
}

div#content {
}

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

div#main {
	float: right;
	display: inline;
	width: 69%;
	border-left: 1px solid #eee;
	margin-left: -1px;
}

div#main div.column-inner {
}

body.article div#main {
	float: none;
	width: 100%;
	border: none;
	margin: 0;
}

div#sub {
	clear: left;
	float: left;
	display: inline;
	width: 31%;
	padding-top: 5px;
	background: #fff;
}

div#sub div.column-inner {
	padding-bottom: 0;
}

div#extra {
	clear: left;
	float: left;
	display: inline;
	width: 30%;
	padding-top: 5px;
	background: #fff;
}

div#extra div.column-inner {}

div#utilities {
	background: #f5f5f5 url(http://newsteam.livedoor.biz/parts/boomer_bg_grad02.png) repeat-x left top;
	margin-top: 1em;
	padding: 1.2em 0;
}

body.article div#sub {
	width: 62%;
	float: left;
	margin-left: 1%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

body.article div#extra {
	clear: none;
	width: 35%;
	float: right;
	margin-right: 1%;
	border-bottom: 1px solid #ddd;
}


/* ----------------------------------------------- */
/** 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
, ul#globalNavi:after
, div#utilities: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 {
	background-color: #ffffff;
	border-top: 5px solid #01b0f0;
	text-align: left;
	padding:1px 0 26px;
}

div.blog-title-outer-2 {
}

div.blog-title-outer-3 {
}

h1#blog-title {
	margin: 0;
	padding: 25px 28px 0;
	font-size: 144%;
	font-weight: bold;
}

h1#blog-titlet a {
  display: block;
  width: 915px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(http://livedoor.2.blogimg.jp/newsteams/imgs/5/7/57a5415f.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 111px; /* 画像の高さに合わせて調整 */
}


h1#blog-titlep a {
  display: block;
  width: 915px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(http://livedoor.2.blogimg.jp/newsteams/imgs/f/5/f5c3aec1.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 111px; /* 画像の高さに合わせて調整 */
}

h1#blog-titlec a {
  display: block;
  width: 915px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(http://livedoor.2.blogimg.jp/newsteams/imgs/2/6/2680553c.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 111px; /* 画像の高さに合わせて調整 */
}

h1#blog-titley a {
  display: block;
  width: 915px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(http://livedoor.2.blogimg.jp/newsteams/imgs/f/0/f0a39688.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 111px; /* 画像の高さに合わせて調整 */
}

h1#blog-titlea a {
  display: block;
  width: 915px; /* 画像の幅 */
  text-indent: -9999px; /* textを飛ばす */
  outline: none; /* クリック時の枠線を消す */
  background-image: url(http://livedoor.2.blogimg.jp/newsteams/imgs/9/3/93e65d11.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px; /* point 位置調整 */
  border-bottom: none;
  padding-bottom: 111px; /* 画像の高さに合わせて調整 */
}

div.blog-description-outer {
}

p#blog-description {
	font-size: 92%;
	margin: 0.4em 28px 0;
}

ul#globalNavi {
	min-height:1px;
}

ul#globalNavi {
	background-color:#fff;
	border-bottom:1px solid #eee;
	margin:0px 0 -26px;
	padding:0;
}

ul#globalNavi li {
	float:left;
	font-size:12px;
	line-height:1;
	list-style-type:none;
	margin:0;
	padding:0;
	width:120px;
}

ul#globalNavi li a {
	background-color: #fff;
	border-right: 1px solid #eee;
	color: #666;
	display: block;
	padding: 0.6em 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

ul#globalNavi li a:hover {
	color: #000;
	background-color: #eee;
}

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
	border-right: none;
	color: #000;
	background-color: #fff;
}


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

div.archives-title-outer {
	margin-bottom: 10px;
}

div.archives-title-outer-2 {
}

div.archives-title-outer-3 {
}

h2.archives-title {
	margin: 0;
	text-align: left;
	font-size: 167%;
	background: url(http://newsteam.livedoor.biz/parts/boomer_bg_slash01.png) repeat left top;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #000;
	padding:0.6em 30px;
}

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

div.pager {
	text-align: left;
	border: 1px solid #ddd;
	margin: 1em 30px 10px;
	padding: 10px 0;
}

div.pager-inner {
}

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

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

ul.index-navigator {
}

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

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

ul.archives-pager {
	list-style-type: none;
}

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

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

ul.article-newer {
	margin: 0;
	padding: 0 20px;
	list-style-type:circle;
	list-style-position:inside;
}

ul.article-newer li {
	margin: 0;
	padding: 0.5em 0;
}

/* Newer Article */
ul#flip1 {
	min-height:1px;
	margin: 0;
	padding: 0;
}

ul#flip1 li {
	display: inline;
	font-size: 100%;
	margin: 0;
}

ul#flip1 li.newer a {
	padding-left: 18px;
	background: url(http://newsteam.livedoor.biz/parts/boomer_v_arrow070101.gif) no-repeat left center;
        text-decoration: none;
}

/* Older Article */

ul#flip1 li.older a {
	padding-right: 18px;
	border-left: 1px solid #ccc;
	background: url(http://newsteam.livedoor.biz/parts/boomer_v_arrow070102.gif) no-repeat right center;
        text-decoration: none;
}

ul#flip1 li a:hover {
	color: #000;
        text-decoration: none;
}
 
ul#flip1 li.newer a:hover {
	background: url(http://newsteam.livedoor.biz/parts/boomer_v_arrow070201.gif) no-repeat left center;
        text-decoration: none;
}

/* Older Article */

ul#flip1 li.older a:hover {
	background: url(http://newsteam.livedoor.biz/parts/boomer_v_arrow070202.gif) no-repeat right center;
        text-decoration: none;
}

ul#flip1 li a {
	color:#666666;
	padding:0 0.5em;
        text-decoration: none;
}


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

div.article-outer {
	text-align: left;
	margin: 0.8em 0 0.5em;
}

div.article-outer-2 {
	height: 1%;
}

div.article-outer-3 {
}

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

div.article-navi {
	position: relative;
	padding-right: 10em;
}

div.article-navi #flip1 {
	position: absolute;
	right: 30px;
	top: 0;
}

div.article-header {
	margin: 0 30px; 
}

body.article div.article-header {
	margin: 0;
}

/*** 日付 */
ul.article-info {
	margin: 0;
	padding: 0;
}

ul.article-info li {
        font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", sans-serif; 
	margin: 0 0.5em 0.1em 0;
	display: inline;
	font-size: 85%;
	list-style: none;
}

body.article ul.article-info {
	text-align: right;
	margin: 0.75em 30px;
}

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

/*** 記事タイトル */
div.article-title-outer {
	font-weight: bold;
}

h2.article-title {
	clear: left;
	margin: 0;
	padding: 2.5em 0 0.5em;
	margin-bottom: 3px;
	font-size: 120%;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}

h2.article-title a {
	padding-left: 30px;
	text-decoration: none;
	color: #000;
	background-image: url(http://newsteam.livedoor.biz/parts/ms-expression-blend.jpg);
	background-repeat: no-repeat;
	background-position: left center;
        _background-position: 0 0.35em;
}

h2.article-title a:visited {
	color: #000;
	background-image: url(http://newsteam.livedoor.biz/parts/ms-expression-blend.jpg);
}

h2.article-title a:hover {
	color: #01b0f0;
}

body.article h2.article-title {
	background-image: url(http://newsteam.livedoor.biz/parts/boomer_bg_slash01.png);
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #000000;
	margin-top: 0.5em;
	font-size:167%;
	font-weight:normal;
	margin:0;
	padding:0.6em 30px;
}

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

div.article-body {
	padding: 5px 30px 10px;
	line-height: 1.6;
	font-size: 116%;
}

div.article-body li {
        margin: 0.4em 20px;
        list-style-type: circle;
}

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

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

div.article-body span.article-continue a:link,
div.article-body span.article-continue a:visited {
	padding-left: 20px;
	background-image: url(http://newsteam.livedoor.biz/parts/boomer_v_icon190101.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	color: #007aa8;
	text-decoration: none;
}

div.article-body span.article-continue a:visited {
	padding-left: 20px;
	color: #007aa8;
	background-image: url(http://newsteam.livedoor.biz/parts/boomer_v_icon190101.gif);
	background-position: 0 0.3em;
	text-decoration: none;
}

div.article-body span.article-continue a:hover {
	background-position: 2px 0.3em;
	color: #01b0f0;
	text-decoration: none;
}

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 {
	border: 3px solid #eee;
	background-color: #f5f5f5;
	padding: 5px 15px;
	margin: 5px 0;
	color: #666;
}

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

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

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


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

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

div.article-footer {
	padding: 10px 30px;
}

ul.article-post {
	padding: 10px 5px 0;
	text-align: right;
        border-top: 1px solid #eee;
        margin-top 0;
        margin-bottom: 30px;
	padding-top: 0.3em;
	        _height: 1px
}

ul.article-post li {
	min-height: 16px;
        border-left: 2px solid #eee;
        padding-left: 8px;
        padding-right: 15px;
        margin: 0 10px 0 0;
        display: inline;
        color: #808080;
}

ul.article-post li.article-comment-count a {
	background:url(http://newsteam.livedoor.biz/parts/boomer_v_icon010101.gif) no-repeat left center;
	color: #666;
	padding-left: 24px;
}

ul.article-post li.article-comment-count a:hover {
	background:url(http://newsteam.livedoor.biz/parts/boomer_v_icon010101.gif) no-repeat left center;
	color: #01b0f0;
	padding-left: 24px;
}


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

div#article-options {
	padding: 10px 30px;
}

div.article-option {
	padding: 15px 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 {}

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

.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-top: 5px;
	margin-left: 10px;
}

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

/* ----------------------------------------------- */
/** コメント一覧 */
div#comments-list {
	margin-bottom: 20px;
}

div#comments-list h3 {
	border-bottom: 1px solid #eee;
	color: #a9a9a9;
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 0.3em;
}

li.comment-set {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

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

ul.comment-info li.comment-author {
	color: #008000;
	font-weight: bold;
}
ul.comment-info li.comment-author a {
	color: #008000;
	text-decoration: none;
}

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

ul.comment-info li.comment-number {
	display: inline;
	margin-left: 15px;
}

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


ul.comment-info li.comment-body {
	display: block;
	margin-top: 0.6em;
	margin-left: 10px;
	margin-bottom: 15px;
        padding-bottom: 10px;
	line-height: 2.0;
        border-bottom: 1px solid #eee;
}

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

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

#comment-form {
	background: url(http://newsteam.livedoor.biz/parts/boomer_bg_slash01.png) repeat left top;
	border:1px solid #ddd;
	padding: 20px;
	position: relative;
}

#comment-form h3 {
	position: absolute;
	top: -13px;
	padding: 3px 10px;
	background: #fff;
	display: inline;
	font-weight: normal;
}

#comment-form input,
#comment-form textarea {
	border-width: 1px;
	border-style: solid;
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	border-color: #d4d4d4 #eee #eee #d4d4d4;
	background-color: #fff;
	background-image: url(http://newsteam.livedoor.biz/parts/boomer_bg_input.gif);
	background-repeat: no-repeat;
}

#comment-form input:hover,
#comment-form textarea:hover {
	border-color: #00a0dd;
}

#comment-form input#bake,
#comment-form input#radio-rating-face,
#comment-form input#radio-rating-star {
	border: 0;
	background: none;:
}

#comment-form input:focus,
#comment-form textarea:focus {
	border-width: 1px;
	border-style: solid;
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	border-color: #aaa;
	background-color: #fff;
}

#comment-form input.button {
	background-color: #666666;
	color: #fff;
	_padding: 0;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
}

#comment-form input.button:hover {
	background-color: #000;
}



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

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

div#comment-form-body table th {
	margin-right: 0.5em;
	color: #008000;
          font-weight: bold;
}

input#author {
	width: 15%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

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

textarea#text:focus {
	width: 90%;
	height: 150px;
	font-size: 100%;
	padding: 0.4em 8px;
}

textarea#text {
	width: 90%;
	height: 150px;
	font-size: 100%;
	padding: 0.4em 8px;
}

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

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

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

div#error{}


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

div.related-articles{
	padding: 30px 0 0;
}
div.related-articles h3{
	margin: 0 0 10px;
	border-bottom: 1px solid #eee;
	color:#a9a9a9;
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 0.3em;
}
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.sidetitlebody {}

div.sidetitle {
	margin: 0 5px;
	padding: 2px 10px;
	text-align: left;
	background: #aaa url(http://newsteam.livedoor.biz/parts/boomer_stripe01.png);
}

div#extra div.sidetitle {
	background: #aaa;
}

body.article div.sidetitle {
	background-color: #aaa;
	border-left: 5px solid #bbb;
}

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

div.side {
	margin: 0 0.6em 0.6em;
	padding: 0 0.7em 0.6em;
	text-align: left;
}

body.article div.side {
	background: #f7f7f7 url(http://newsteam.livedoor.biz/parts/boomer_bg_line-dot.gif) repeat-x left top;
	border-bottom: 1px solid #eee;
	border-left: 5px solid #ddd;
	border-right: 1px solid #eee;
	margin: 0 5px 1em !important;
	padding: 0.7em 0.5em 0.5em !important;
}

body.article div.side li {
	margin: 0.2em 0.1em 0.2em 0.1em;
	padding: 0.2em 0.1em 0.5em 0;
        list-style-type: circle;
}


div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat left 5px;
	color: #4d646f;
	padding: 2px 15px;
	text-align: left;
}

div.side ul {
        list-style-position: outside;
}

div.side li {
	margin: 0.2em 0.1em 0.2em -1.2em;
	padding: 0.2em 0.1em 0.2em 0;
        list-style-type: circle;
}

.recent {
	padding-left: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
}

img.recent {
	float:left;
	clear: both;
	zoom:1;
	padding-right: 0.2em;
}

.recenttext {
	overflow:auto; zoom:1; 
	padding-left: 0.5em;
}



div.plugin-categorize div.side,
div.plugin-recent_articles div.side,
div.plugin-monthly div.side {
	margin: 0.4em 5px 0.5em;
	padding: 0.4em 0.5em 0.5em;
	text-align: left;
	background-color:#F6F6F6;
}

div.plugin-categorize div.sidebody,
div.plugin-recent_articles div.sidebody,
div.plugin-monthly div.sidebody {
	background: none;
	color: #4d646f;
	padding: 4px 5px;
	text-align: left;
}

div.plugin-categorize div.sidebody a:link,
div.plugin-recent_articles div.sidebody a:link,
div.plugin-monthly div.sidebody a:link {
	padding: 2px 15px;
	border-bottom: 1px soild #eee;
	color: #4d646f;
	background: url(http://newsteam.livedoor.biz/parts/future_arrow01.gif) no-repeat left 0.6em;
}

div.plugin-categorize div.sidebody a:visited,
div.plugin-recent_articles div.sidebody a:visited,
div.plugin-monthly div.sidebody a:visited {
	padding: 2px 15px;
	border-bottom: 1px soild #eee;
	color: #4d646f;
	background: url(http://newsteam.livedoor.biz/parts/future_arrow01.gif) no-repeat left 0.6em;
}

div.plugin-categorize div.sidebody a:hover,
div.plugin-recent_articles div.sidebody a:hover,
div.plugin-monthly div.sidebody a:hover {
	color: #000;
	background: url(http://newsteam.livedoor.biz/parts/future_arrow02.gif) no-repeat left 0.6em;

}

div.plugin-about div.sidebody {
	background: none;
	background-color:#fff;
	color: #808080;
        margin: -1.0em 0 -1.5em;
	padding: 0;
	text-align: left;
        font-size: 88%;
	line-height: 1.6;
}


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

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	margin: 0 5px;
	padding: 2px 10px;
	text-align: left;
	background: #aaa url(http://newsteam.livedoor.biz/parts/boomer_stripe01.png);
}

div#extra div.calendarheadbody div.calendarhead {
	background: #aaa;
}

body.article div.calendarheadbody div.calendarhead {
	background-color: #aaa;
	border-left: 5px solid #bbb;
}


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

div.calbody {
	margin: 0.2em 5px 0.5em;
	padding: 0.2em 0.5em 0.5em;
	text-align: center;
}

body.article div.calbody {
	background: #f7f7f7 url(http://newsteam.livedoor.biz/parts/boomer_bg_line-dot.gif) repeat-x left top;
	border-bottom: 1px solid #eee;
	border-left: 5px solid #ddd;
	border-right: 1px solid #eee;
	margin: 0 5px 1em !important;
	padding: 0.7em 0.5em 0.5em !important;
}


table.caltbl {
	width: 95%;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk {
	border-collapse: collapse;
	font-size: 100%;
}
td table.caltblwk td {
	font-weight: bold;
	height: 20px;
	border: 1px solid #ddd;
	padding: 0;
	text-align: center;
}

td table.caltblwk td.weekday {
	background: #7b808e url(http://newsteam.livedoor.biz/parts/boomer_grad01.gif) repeat-x left top;

}
td table.caltblwk td.sat,
td table.caltblwk td.sun {
	background: #7b808e url(http://newsteam.livedoor.biz/parts/boomer_grad02.gif) repeat-x left top;
	color: #fff;
}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	font-size: 100%;
	margin: 0 auto;
	color: #8d8d8d;
	border-collapse: collapse;
}
td table.caltblday td {
	border: 1px solid #ddd;
	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 {}

a.acalendar {
	display:block;
	line-height:1;
	padding: 0.5em 0;
	text-decoration: none;
}

a.acalendar:link{
	background: url(http://newsteam.livedoor.biz/parts/boomer_circle02.gif) no-repeat center center;
	color: #fff;
}

a.acalendar:visited {
	color: #fff;
	background: url(http://newsteam.livedoor.biz/parts/boomer_circle02.gif) no-repeat center center;
}

a.acalendar:hover {
	color: #fff;
	background: url(http://newsteam.livedoor.biz/parts/boomer_circle03.gif) no-repeat center center;
}



/*---------------
 Table
-----------------*/

table {
	border: 1px solid #cfd3d6;
	background-color: #fff;
}

th,
td {
	border: 1px solid #efefef;
	border-color: #efefef #dce0e3 #dce0e3 #efefef;
}

th {
	color: #000;
	background-color: #efefef;
}

td {
	border: 1px solid #ddd;
	background-color: #fff;
}

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

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

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

div.footer-outer {
	width: 90%;
	min-width: 35em;
	max-width: 70em;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: right;
}

div.footer-outer-2 {
	margin: 0.2em 10px 0;
}

div#footer {
}

div#footer p {
	margin-bottom: 2em;
}

p.templateby {
	color: #aaa;
	margin: 0;
}

p.templateby a {
	color: #999;
}

address {
	font-style: normal;
}


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

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

a.addescription span {
}

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%;
}
.ads-become a{}

h2.extlib-title {
	margin:  10px 27px 5px;
	padding: 5 0 0 5px;
	text-align: left;
	border-bottom: 1px solid #eee;
	color: #a9a9a9;
	font-size: 120%;
	font-weight: normal;
	padding-bottom:0.3em;
}

div.extlib {
	overflow: auto;
	height: 228px;
	line-height: 1.8;
	margin:  8px 27px;
	padding: 5 0 0 5px;
	text-align: left;
        text-decoration: none;
        list-style-type: circle;
	font-size: 100%;
}

h2.extlib2-title {
	margin:  10px 27px 10px;
	padding: 5 0 0 5px;
	text-align: left;
	border-bottom: 1px solid #eee;
	color: #a9a9a9;
	font-size: 130%;
	font-weight: normal;
	padding-bottom:0.3em;
}

div.extlib2 {
	overflow: auto;
	height: 140px;
	line-height: 1.8;
	margin:  5px 27px 3em;
	padding: 5 0 0 5px;
	text-align: left;
        text-decoration: none;
        list-style-type: circle;
	font-size: 100%;
}

div.extlib3 {
	overflow: auto;
	height: 333px;
	line-height: 1.8;
	margin:  8px 27px;
	padding: 5 0 0 5px;
	text-align: left;
        text-decoration: none;
        list-style-type: circle;
	font-size: 100%;
}

div.extlib4 {
	overflow: auto;
	height: 222px;
	line-height: 1.8;
	margin:  8px 27px;
	padding: 5 0 0 5px;
	text-align: left;
        text-decoration: none;
        list-style-type: circle;
	font-size: 100%;
}

h2.heads-title {
	margin:  0px 27px 10px;
	padding: 3 0 0 3px;
	text-align: left;
	border-bottom: 1px solid #eee;
	color: #a9a9a9;
	font-size: 130%;
	font-weight: normal;
	padding-bottom:0.3em;
}

.headsl {
	float:left;
        overflow:hidden;
	height: 120px;
	line-height: 1.8;
	margin:  15px 8px 22px 25px;
	padding: 5 0 0 5px;
	text-align: left;
        text-decoration: none;
        list-style-type: circle;
	font-size: 100%;
}

.heads {
	float:left;
        overflow:hidden;
	height: 120px;
	line-height: 1.8;
	margin:  15px 0px 22px 25px;
	padding: 5 0 0 5px;
	text-align: left;
        text-decoration: none;
        list-style-type: circle;
	font-size: 100%;
}

.freetop {
	margin:  15px 0px 5px 25px;
	padding: 5 0 0 5px;
	text-align: left;
        text-decoration: none;
	font-size: 100%;

}

div.freetop a img {
	border: 3px solid #ccc;
}

div.freetop a:hover img {
	border: 3px solid #00b8fd;
}


p.topicPath {
	margin: 0.7em 30px 1em;
	font-size: 100%;
	text-align: left;
}

p.topicPath span.current {
	padding: 0 0.5em;
}

p.topicPath {
	padding-left: 18px;
	background-image: url(http://newsteam.livedoor.biz/parts/boomer_v_icon030101.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

/* 現在位置 */
p.topicPath span.current {
	padding-left: 15px;
	background-image: url(http://newsteam.livedoor.biz/parts/boomer_v_arrow090102.gif);
	background-repeat: no-repeat;
	background-position: left center;
	_background-position: 0 0.4em; /* for IE */
}


p.return {
	padding: 0.4em 30px 0;
	text-align: right;
}

p.return a {
	background: url(http://newsteam.livedoor.biz/parts/boomer_v_arrow060101.gif) no-repeat right center;
	padding-right: 12px;
}

p.recent {
	padding: 0.4em 30px 0;
	text-align: right;
}

p.recent a {
	background: url(http://livedoor.2.blogimg.jp/newsteams/imgs/3/6/367967cd.gif) no-repeat right center;
	padding-right: 12px;
}

p.thpost {
	padding: 0 30px 0;
	text-align: right;
}

p.thpost a {
	background: url(http://livedoor.2.blogimg.jp/newsteams/imgs/d/c/dccfd4de.gif) no-repeat left center;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*---------------
 Link img
-----------------*/

div.article-body entry-content a img {
	border: 3px solid #ccc;
}

div.article-body entry-content a:hover img {
	border: 3px solid #00b8fd;
}


/*--------------------------------------
	dl.data
---------------------------------------*/

dl.data {
	padding: 0;
	border-left: 5px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

dl.data dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 8em;
	float: left;
}
	
dl.data dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

/*--------------------------------------
	float
---------------------------------------*/

.img_L {
	margin-right: 1em!important;
	margin-top: 1em!important;
	float: left;
}

.img_R {
	margin-left: 1em!important;
	margin-top: 1em!important;
	float: right;
}

.clear {
	display: block;
	clear: both;
}

div.article-body a img {
	border: 3px solid #ccc;
}

div.article-body a:hover img {
	border: 3px solid #00b8fd;
}


div.rank {
	 text-align: center;
}

div.rank a {
        text-decoration: none;
}


.box1 {
    padding: 0.5em 1em;
    margin: 0em 0;
    border: solid 1px #ccc;
}



/* AA表示 */
.aa {
font-family: "ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
font-size: 14px;
line-height: 16px;
}

.name {
font-size: 85%;
line-height: 2.1;
}


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px 0; } 
.ad-center { text-align:center; }

.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:5px 7px!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%; }

/* for banner type */
.ad-type-bnr { margin:0 30px !important; padding:10px 20px; }
.ad-type-bnr .ad-outer { zoom:1; }
.ad-type-bnr .ad-outer:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.ad-type-bnr .ad-box { width:49%; float:left; }
.ad-type-bnr .ad-box a span.ad-url { display:block; margin:0; }
/* for tri type */
.ad-type-tri1 { margin:0 30px !important; }
.ad-type-tri2 { margin:0 !important; }
.ad-type-tri1 .ad-box,
.ad-type-tri2 .ad-box { width:33% !important; float:left; }
.ad-type-nrml { margin:0 30px !important; }


.ad-by a, .ad-by a:hover { color:#000000 !important; font-weight:bold; }
.ad-box a, .ad-box a:hover { text-decoration:none; }
.ad-box a span.ad-title { font-size:14px; color:#0000ff; 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 { display:block; font-size:12px; color:#000000; line-height:150%; }
.ad-box a:hover span.ad-description { display:block; font-size:12px; color:#000000; }
.ad-box a:hover{
	background:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius:5px; /* for fx */
	-webkit-border-radius:5px; /* for safari */
}
/* for banner type */
.ad-type-bnr .ad-box-ncb { width:46%; float:left; }
.ad-type-bnr .ad-box-ncb span.ad-url { display:block; }
.ad-type-bnr .ad-box-ncb span.ad-url a { margin:0; text-decoration:none; }
.ad-type-tri1 .ad-box-ncb,
.ad-type-tri2 .ad-box-ncb { width:30%; float:left; }
.ad-type-tri1 .ad-box-ncb span.ad-url a,
.ad-type-tri2 .ad-box-ncb span.ad-url a { display:block; margin:0; text-decoration:none; }

/* link */
.ad-box-ncb {
	text-align:left;
	padding:6px 8px;
	display:block;
	line-height:1.5;
}
.ad-box-ncb:hover {
	padding:5px 7px;
	background:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* title */
.ad-box-ncb span.ad-title a { font-size:15px; color:#0044CC !important; font-weight:bold; text-decoration:underline; }
.ad-box-ncb span.ad-title a:hover { text-decoration:none; }
/* url */
.ad-box-ncb span.ad-url a { font-size:11px; color:#008000 !important; margin-left:10px; text-decoration:none; }
.ad-box-ncb span.ad-url a:hover  { }
/* description */
.ad-box-ncb span.ad-description { font-size:12px; color:#000000 !important; display:block; }