@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : VIPPERな俺

 Update : 2010.03.11
==================================================
*/

/* 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,
textarea {
	font-size:12px;
	*font-size:75%;
}

body {
	color: #000000;
}

a:link,
a:active {
	color: #000;
}
a:visited {
	color: #858e96;
}
a:hover {
	color: #666;
}


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: #fff;
	text-decoration: none;
}

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

p#blog-description {
}

h2.archives-title {
}

div#sub a:hover,
div#extra a:hover {
	text-decoration: none;
}

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

div#main h2.article-title a:hover {
	color: #999;
	text-decoration: none;
}

div#main ul.article-post li a:hover {
	text-decoration: none;
}

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

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

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

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

div.sidetitle {
	color: #fff;
}

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

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

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

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

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

div#container {
	margin: 0 auto;
	position: relative;
	border-left:1px dashed #000;
	border-right:1px dashed #000;
	min-width:1125px;
}

div#content {
	margin: 0 10px;
	
}

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

div#main {
	width:100%;
	float: right;
	margin-left:-320px;
}

div#main div.column-inner {
	margin-left:325px;
	min-width:800px;
}

div#sub {
	float: left;
	width: 320px;
}

div#sub div.column-inner {
}

div#extra {
	clear: left;
	float: left;
	width: 320px;
}

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

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

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

div.blog-title-outer {
	text-align: center;
	margin-bottom: 10px;
}
div.blog-title-outer-2 {
}
div.blog-title-outer-3 {
}

h1#blog-title {
	margin:0;
	}
h1#blog-title img {
	border:0;
	}

div.blog-description-outer {
}

p#blog-description {
	margin: 0;
	padding: 10px;
	line-height: 1.35;
}

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

div.archives-title-outer {
	margin-bottom: 10px;
	padding:10px;
	background:url(http://livedoor.blogimg.jp/news23vip/imgs/7/7/775d5bee.gif) left top #DCDCDC;
}
div.archives-title-outer-2 {
}
div.archives-title-outer-3 {
}

h2.archives-title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
}

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

div.pager {
	margin-bottom: 10px;
	text-align: left;
	background:url(http://livedoor.blogimg.jp/news23vip/imgs/7/7/775d5bee.gif) left top #DCDCDC;
	padding:10px;
}

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

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;
	display: inline;
	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;
	border:1px solid #000;
	margin-bottom:35px;
	padding:0;
}

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

div.article-header {
}

/*** 日付 */
div.article-date-outer {
	font-family: Verdana,Chicago,Arial,Helvetica,sans-serif;
	background-color:#000000;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:4px 10px;
	text-align:right;
}

div.article-date-outer span.article-date {
	margin-right: 0.25em;
}

div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/category.gif) no-repeat;
	margin-left: 12.5em;/* 日付の幅 */
	padding-left: 20px;
	padding-right: 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;
}

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

h2.article-title {
	color:#666666;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:10px 15px;
	text-align:left;
}


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

div.article-body {
	background-color: #ffffff;
	padding: 15px 20px;
	line-height: 1.4;
	font-size:17px;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
}

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

/** 続きを読む */
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;
float: none;
}

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

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

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

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

ul.article-post li {
	min-height: 16px;
}

/* 「含むはてなブックマーク」ボタン */
ul.article-post img {
	border:0;
	vertical-align:middle;
}



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

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

div#comments-wrapper,
div#trackbacks-wrapper {
	border:1px solid #000;
	margin-bottom:10px;
}

div.article-option h3 {
	margin: 0;
	padding: 2px 4px;
	background:url(http://livedoor.blogimg.jp/news23vip/imgs/7/7/775d5bee.gif) left top #DCDCDC;
}
div.article-option ol {
	margin:10px;
	list-style:decimal;
}

/*** 指定しやすいよう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:12px 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: 8px 0;
}

h4.ping-title {
	display: inline;
	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-bottom:30px;
}

ul.comment-info .comment-author {
	padding-right: 4px;
	font-weight:bold;
	color:green;
}
ul.comment-info .comment-author a {
	color:green;
}

ul.comment-info li.comment-date {
}

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

ul.comment-info li.comment-body {
	display:block;
	margin:2px;
	padding-left:12px;
	font-size:15px;
	font-weight:bold;
}


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

#comments-list ol {
	list-style:none;
	margin-left:20px;
}

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

div#comment-form-body {
	background-color: #f5f5f5;
	padding: 15px 0 15px 5px;
}

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

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

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

textarea#text {
	width: 95%;
	height: 250px;
	
}

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

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

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

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

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

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

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
}
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/news23vip/imgs/5/c/5cb294ca.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


.section {
	border:1px solid #000;
	margin-bottom:35px;
	}
.section h3{
	margin: 0;
	padding: 2px 4px;
	background:url(http://livedoor.blogimg.jp/news23vip/imgs/7/7/775d5bee.gif) left top #DCDCDC;
	}



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

div.sidetitlebody {}
div.sidetitle {
	padding:4px 5px;
	text-align: left;
	font-weight: bold;
	background-color:#000;
}

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

div.side {
	padding: 10px;
	text-align: center;
}

div.side p {
	padding: 0;
	margin: 0;
}

div.sidebody {
	margin-left:10px;
	padding: 3px 0;
	text-align: left;
	display:list-item;
	border-bottom:1px dotted #999;
}

.plugin-monthly .sidebody {
	margin-left:10px;
	padding: 3px 0;
	text-align: left;
	display:block;
	border-bottom:1px dotted #999;
	width:90px;
	float:left;
	background-color:#FFFFFF;
}

.plugin-monthly .sidebottom {
	width:100%;
	clear:both;
	display: block;
}

.plugin-categorize .sidebody {
	margin-left:10px;
	padding: 3px 0;
	text-align: left;
	display:block;
	border-bottom:1px dotted #999;
	width:140px;
	float:left;
	background-color:#FFFFFF;
}

.plugin-categorize .sidebottom {
	width:100%;
	clear:both;
	display: block;
}

div.sidewrapper {
	margin-bottom:10px;
}

.blogpeople-main {
	text-align: left;
}


/* ----------------------------------------------- */
/** Calendar */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding:4px 5px;
	text-align: center;
	font-weight: bold;
	background-color:#000;
	color:#fff
}

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

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

div.calbody {
	padding:10px;
	}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	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;
	width: 180px;
	color: #8d8d8d;
}
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 {}

/* ----------------------------------------------- */
/** Plugins */

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

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

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

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

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

table#header {
	background:url(http://livedoor.blogimg.jp/news23vip/imgs/7/7/775d5bee.gif) left top #DCDCDC;
	margin-bottom:10px;
}

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

div.footer-outer {
	background:url(http://livedoor.blogimg.jp/news23vip/imgs/7/7/775d5bee.gif) left top #DCDCDC;
	clear:both;
	color:#666;
	line-height:1.4;
	margin:10px 0 0;
	padding:5px 10px;
	text-align:right;
}



div.footer-outer-2 {
}

div#footer {
}

div#footer p {
}

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

div#ad {
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

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

a.adtitle span {
}

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

a.addescription span {
}

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

a.adurl span {
}

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/sky/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/sky/ads_on.gif) no-repeat left 7px;
	padding-left: 20px !important;
}

/* =============================================== */
/** 新着記事 */
/* ----------------------------------------------- */
#recent-entry {
    overflow:hidden;
    }
#recent-entry .sidetitlebody {
    display:none;
    }
#recent-entry .side {
    text-align:left;
    }
#recent-entry .side ul {
    padding:0 15px;
    margin:0;
    }
#recent-entry .side ul li{
    line-height:1.4;
    }
#recent-entry .side {
    padding:5px 10px;
    }
#recent-entry .side .sidebody {
    border:0;
    }

/* AA表示 */

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

/* =============================================== */
/** フィードロール */
/* ----------------------------------------------- */
 .blogroll-channel {
 padding:0 !important;
}


/* End */


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px 20px; }
.ad-center { text-align:center; }
.ad-type-side { margin:0; }
.ad-type-rect { min-height:250px; }

.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:#666666 !important; font-weight:normal; }
.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:180%; }
.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{
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/ads_off.gif) no-repeat 1px 10px;
	padding:6px 5px 6px 20px !important;
}
.ad-box a:hover{
	background:#ffffbb url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/ads_on.gif) no-repeat 0 9px;
	border:1px solid #ffffbb;
	-moz-border-radius:5px; /* for fx */
	-webkit-border-radius:5px; /* for safari */
	padding:5px 4px 5px 19px !important;
}
div#ad { display:none !important; }

.ad-type-bnr-top { padding-top:0px; }

/**  for ncb  **/

/* link */
.ad-box-ncb {
	text-align:left;
	padding:6px 5px 6px 20px !important;
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/ads_off.gif) 1px 10px no-repeat;
	display:block;
	line-height:1.5;
}
.ad-box-ncb:hover {
	padding:5px 4px 5px 19px !important;
	background:#ffffbb url(http://parts.blog.livedoor.jp/img/usr/default_2008/sky/ads_on.gif) 0px 9px no-repeat;
	border:1px solid #ffffbb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* title */
.ad-box-ncb span.ad-title a { font-size:14px; color:#0000ff !important; font-weight:bold; text-decoration:underline; }
.ad-box-ncb span.ad-title a:hover { }
/* 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,
.ad-box-ncb span.ad-description { font-size:12px; color:#000000 !important; display:block; }

/**  /for ncb  **/

#recent-entry { margin-bottom: 10px; }

/* slim text type */
.ad-type-text-slim .ad-box a span.ad-description { display: inline; margin-left: 5px; }
.ad-type-text-slim .ad-by { margin-bottom: 0; text-align: right; }

/* アンテナシェア コメント投票de文字装飾 */
/* 投票数が0、又は+と-の評価が同数の場合はあなたのブログのデフォルト文字装飾になります */

/* 人気レベル 1～7 */
.antennash_comvote_lv1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.antennash_comvote_lv2 {
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
}
.antennash_comvote_lv3 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}
.antennash_comvote_lv4 {
	color: #ff6600;
	font-size: 22px;
	font-weight: bold;
}
.antennash_comvote_lv5 {
	color: #ff00ff;
	font-size: 24px;
	font-weight: bold;
}
.antennash_comvote_lv6 {
	color: #0000ff;
	font-size: 26px;
	font-weight: bold;
}
.antennash_comvote_lv7 {
	color: #ff0000;
	font-size: 28px;
	font-weight: bold;
}

/* 人気レベル -1～-3(マイナス) */
.antennash_comvote_lv-1 {
	font-size: 10px;
}
.antennash_comvote_lv-2 {
	font-size: 9px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.antennash_comvote_lv-3 {
	font-size: 8px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* 投票数表示、バー、投票ボタン全体 */
.antennash_comvote_form {
	padding: 2px 4px;
	overflow: hidden;
}
/* 投票数表示(Good) */
.antennash_comvote_rate_g {
	color: #4D983B;
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数表示(Bad) */
.antennash_comvote_rate_b {
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数バー(Good) */
.antennash_comvote_bar_g {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #8DC67E;
	background: -webkit-gradient(linear, left top, left bottom, from(#8DC67E), to(#4E993B));
	background: -webkit-linear-gradient(top, #8DC67E, #4E993B);
	background: -moz-linear-gradient(top, #8DC67E, #4E993B);
	background: -ms-linear-gradient(top, #8DC67E, #4E993B);
	background: -o-linear-gradient(top, #8DC67E, #4E993B);
	background-image: -ms-linear-gradient(top, #8DC67E 0%, #4E993B 100%);
}
/* 投票数バー(Bad) */
.antennash_comvote_bar_b {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #dddddd;
}
/* 投票ボタンエリア */
.antennash_comvote_btbox {
	float :right;
	margin: 0;
}

/* 投票ボタンデザイン */
.antennash_comvote_button {
	width: 100px;
	height: 22px;
	border: 1px solid #4D983B;
	background: #EDF5EC;
	color: #4D983B;
	padding: auto;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}
.antennash_comvote_button:hover {
	background: #4D983B;
	color: #fff;
}
.antennash_comvote_button:active {
	background: #EDF5EC;
	color: #4D983B;
}

/* ポップアップレス(超高速版のみ) */
.popstyle {
display: none;
position: absolute;
}
a:hover {
position:relative;
text-decoration:none;
}
a:hover .popstyle {
top: 2em;
left: 2em;
display: block;
width: 600px;
padding: 4px 0 10px 20px;
border: #333 1px solid;
background-color:#fff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
color:#333 !important;
font-size:12pt !important;
font-weight:normal !important;
}