/*======================================
showtime css index　
======================================
COLOR
----------------------------------------
BACKGROUND

	#191919 body
	#0D0D0D	#side
	#000000	.listitem
	#333	.bnrspace
	#333333	.calender
	#000000	.calender table
	#333333	.entry .cat

PICTURE

	#FFFFFF	.entry img
	
FONT

	03.fonts参照

----------------------------------------
01.reset
02.base layout
03.fonts
04.module
05.entry
06.entry-styles
07.pageID
08.pageCSS
09.etc modules
--------------------------------------*/


/*01.reset----------------------------------------

--------------------------------------*/

/*見出しタグ、段落、引用スタイルのリセット 見出しタグ内のimgをそろえる*/
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* IE相対指定
* html h1, * html h2, * html h3, * html h4, * html h5, * html h6, * html p {
	font-size: small;
}
*/

/*段落、引用スタイルのリセット 見出しタグ内のimgをそろえる*/
p, blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/*見出しタグ内のimgをそろえる*/
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	vertical-align: bottom;
}


/*リンクのイメージの罫線をとる*/
a img {
	border: none;
	color: #ffffff;
	background: transparent;
}

/*イメージの縦位置調整*/
img {
	vertical-align: middle;
}

/*02.fonts----------------------------------------

--------------------------------------*/

* {
	color: #FFFFFF;
	font-family: "Helvetica CY", "Futura", "Franklin Gothic Medium", "Trebuchet MS";
	line-height:150%;
	font-size:12px;
}

/*リンク*/

a {
	color: #FFFFFF;
	text-decoration:underline;
}

a:link {
}

a:visited {
	color: #E3E6F2;
}

a:hover {
	color: #FFFFFF;
	background: url(http://www.show-hey.com/22/cmnimg/hvr_bg.gif) #FF0000;
	text-decoration: none;
}


/*03.base layout----------------------------------------

--------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #191919;
}

/* ヘッダ*/
#header {
	background: url(http://www.show-hey.com/22/cmnimg/hdr_bg.gif) #000000 repeat-x 0 0;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px;
}

#header * {

}

#header h1 {
	display: none;
}

#header h1 a {

}

#header h2 {
	display: none;
}

#header ul {
	list-style: none;
	height: 35px;
}

#header li#logo {
	background: url(http://www.show-hey.com/22/cmnimg/logo.gif) no-repeat 0 0;
	width: 115px;
	height: 35px;
	margin: 0 550px 0 10px;
}
* html #header li#logo {
	margin: 0 520px 0 10px;
}

#header li#logo a {
	width: 105px;
	height: 35px;
	display: block;
	text-indent: -9999px;
}

/*グローバルナビ*/
#miniflex {
	font-size: 14px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0 10px;
	position: relative;
	z-index: 2;
	width:920px;
}

* html #miniflex {
	margin: 0px 0px 0px -10px;
	padding: 0px;
}

#miniflex li {
	float: left;
	margin: 0;
	padding: 7px 0px 0px 0px;
	list-style: none;
	position: relative;
	height: 35px;
	display: block;
}

#miniflex a:link, #miniflex a:visited {
	line-height: 25px;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #FFF;
}

* html #miniflex a:link, * html #miniflex a:visited {
	line-height: 15px;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #696;
	padding-bottom: 0px;
	color: #FFF;
	background: none;
}

#animated-tab {
	position: absolute;
	z-index: 1;
	line-height: 10px;
	padding: 10px 0px 0px 0px;
	border-bottom: 2px solid #F00;
}

* html #animated-tab {
	line-height: 15px;
}


/*全体の幅*/
#container {
	width: 920px;
	padding: 0px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/*高さの調整 AとB*/
#contents {
	display: inline-table;
}

/*↑ナビゲーションとメインのエリアの余白。bgをsideAの背景に合わせる場合がある*/

#contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

* html #contents {
	height: 0px;
	float: right;
}

/* no ie mac \*/
* html #contents {
	height: 1%;
	display: block;
}

/* */


/*サイドA(sideA)*/
#side {
	float: left;
	width: 230px;
	background-color: #0D0D0D;
}

#side-innner {
	padding: 5px;
}

/*メインのエリア*/
#main {
	float: left;
	width: 470px;
}

* html #main {
	width: 470px;
}

/* for macIE5.x */

/*\*//*/
* html #main {
	width: 470px;
}

/**/




/*メインのエリアの余白*/

#main-innner {
	padding: 0px 25px;
}

/*　余白無し　#main-innnerの余白のマイナスを指定　　*/
#main .nopad {
	margin: 0px -25px;
}

/*EXTRA-side*/
#extside {
	float: right;
	width: 220px;
}

#extside-innner {
	padding: 0px;
}

/*フロートのクリア=*/
/* .pkg class はpタグなどに適用し、かかりっぱなしのフロートを防ぐ */
.pkg:after {
	content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

* html .pkg {
	display: inline-table;
}

/* no ie mac \*/
* html .pkg {
	height: 1%;
}

.pkg {
	display: block;
}

/* */



/*フッター*/

#footer {
	clear: both;
	background-color: #F00;
	height: 20px;
	text-align: center;
}

* html #footer {

}

/* no ie mac \*/
* html #footer {
	height: 1%;
}

/* */
/*　↑IEは少し上の余白が空くのでその調整　*/

/* トップイメージ*/
#topimg {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	height: 140px;
	width: 690px;
	position:relative;
	top:5px;
	right:-230px;
}


html*#topimg {
	margin: 0px 0px 20px 0px;
	right:0px;
}


* html #topimg {
	margin: 5px 0px 20px 0px;
	right:0px;
	top:0px;
}

/*トップイメージに背景画像を使いリンクを張る。テキストは飛ばす*/
#topimg a{
	margin: 0px;
	height: 140px;
	width: 690px;
	text-indent: -9999px;
	display: block;
	text-decoration:none;
	background: url(http://www.show-hey.com/22/cmnimg/topimg.jpg) no-repeat top center;
}

#topimg a:hover{
	background: url(http://www.show-hey.com/22/cmnimg/topimg_f2.jpg) no-repeat top center;
}




/*04.module----------------------------------------

--------------------------------------*/


/*左上ブログロゴ*/
#bloghdr {
}

#bloghdr h3 {
}

#bloghdr h3 a {
	text-indent: -9999px;
	background: url(http://www.show-hey.com/22/cmnimg/logo_blog.gif);
	width: 220px;
	height: 140px;
	display: block;
}


#bloghdr p {
}

#bloghdr p a {
	text-indent: -9999px;
	background: url(http://www.show-hey.com/22/cmnimg/bnr_profile.gif);
	width: 220px;
	height: 66px;
	display: block;
}

/*リストアイテム(base module)*/
.listitem {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	text-align: left;
	width: 220px;
	background: #000000;
}
.listitem h3 {
	text-indent: -9999px;
	padding: 0px 0px;
}
.listitem ul {
	margin: 0px;
	padding: 0px;
}
.listitem li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
.listitem li a {
	margin: 0px;
	padding: 3px 5px;
	display: block;
	border-bottom: 1px solid #222222;
	text-decoration: none;
	line-height: 110%;
}
/*
.listitem li a:link, .listitem li a:visited {
	background: url(http://www.show-hey.com/22/cmnimg/navi_bg.gif) no-repeat top center;
}
*/
.listitem li a:hover {
	background: url(http://www.show-hey.com/22/cmnimg/hvr_bg.gif) #FF0000;
}

* html .listitem li a {
	height: 1px;
}
.listitem dl {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.listitem dt {
	margin: 0px;
	padding: 0px;
}

.listitem dd {
	margin: 0px;
	padding: 0px;
}

.listitem dt a {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.listitem dd a {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	line-height: 110%;
}
.listitem dt a:hover {
}

.listitem dd a:hover {
}

/*各moduleの指定*/

/*コンテンツ（カテゴリ）*/
#nvcat h3 {
	background: url(http://www.show-hey.com/22/cmnimg/t_contents.gif) no-repeat 0px 0px;
	width: 220px;
	height: 25px;
}

/*最新エントリー*/
#nv-new h3 {
	background: url(http://www.show-hey.com/22/cmnimg/t_new.gif) no-repeat 0px 0px;
	width: 220px;
	height: 50px;
}

/*RSS*/
#nvrss h3 {
	background: url(http://www.show-hey.com/22/cmnimg/t_rss.gif) no-repeat 0px 0px;
	width: 220px;
	height: 50px;
}

/*RSS*/
#nvrssfeed h3 {
	background: url(http://www.show-hey.com/22/cmnimg/t_rss.gif) no-repeat 0px 0px;
	width: 220px;
	height: 50px;
}

/*月別ドロップダウン*/
#monthlydrop select {
	color: #333;
	width: 100%;
	border: none;
}

#monthlydrop option {
	color: #333;
	width: 100%;
	border: none;
}

/*コメント部分*/
#cmntnavi strong {
	font-size: 120%;
	margin: 0 1ex 0 0;
}
#cmntnavi h3 {
	background: url(http://www.show-hey.com/22/cmnimg/t_newcmnt.gif) no-repeat 0px 0px;
	width: 220px;
	height: 50px;
}
#cmntnavi span {
	font-size: 80%;
}

/*トラックバック*/
#tbnv h3 {
	background: url(http://www.show-hey.com/22/cmnimg/t_newtb.gif) no-repeat 0px 0px;
	width: 220px;
	height: 50px;
}
#tbnv span {
	font-size: 80%;
}

/*検索エリア*/
#searcharea {
	padding:5px;
	width:210px;
	background: url(http://www.show-hey.com/22/cmnimg/bg_gra_000000.gif) repeat-x 0px 0px;
	}
* html #searcharea {
	width:220px;
	height:30px;
	margin:0px 0 -10px 0;
	}
#searcharea #search {
	border:none;
	color:#333;
	width:130px;
	margin:-5px 0 0 0;
	height: 21px;
}
* html #searcharea #search {
	margin:0px 0 0 0;
}
#searcharea #searchbtn {
	width: 55px;
	height: 21px;
	vertical-align:bottom;
	margin:0px 0 0 0;
}

/*バナーエリア*/
.bnrspace {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	text-align: left;
	width: 220px;
	background: #333;
}
.bnrspace p {
	margin: 0px 0px 0px 0px;
	padding: 0px 9px 5px;
	display: block;
}
.bnrspace a {
	border: solid #333333 1px;
	display: block;
	margin: 0px 0px 5px 0px;
}
.bnrspace a:hover {
	border: solid #FF0000 1px;
}
.calender {
	margin: 0px 0px 25px 0px;
	padding: 5px;
	width: 210px;
	background: #333333;
}
* html .calender {
	width: 220px;
}
.calender table * {
}
.calender table {
	padding: 0px 0px;
	width: 210px;
	background: #000000;
}
.calender table * {
	text-align: center;
}
.calender caption {
	background: #000000;
}
.calender table th, .calender table td {
	padding: 0px 0px;
	border-bottom: #333333 solid 1px;
	border-right: #333333 solid 1px;
}
.calender table th {
	background: #414141;
}
.calender .today{
	border:1px solid #999999;
}
.calender table td a {
	display: block;
	color: #FFFFFF;
	background: url(http://www.show-hey.com/22/cmnimg/hvr_bg.gif) #FF0000;
	padding: 3px 0px;
}
.calender table td a:hover {
	display: block;
}



/*05.entryarea----------------------------------------

--------------------------------------*/

.entry {
	margin: 0px 0px 50px 0px;
}

/*エントリーヘッダ（カテゴリー画像表示部分）*/
.entry .cat {
	text-align: right;
	height: 20px;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	background:#333333;
}
.entry .cat a img {
	float: left;
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
* html .entry .cat a img {
	margin: 0px 0px -5px -3px;
}
.entry .cat p {
	height: 20px;
}
* html .entry .cat p{
	margin: 0px 0px -10px 0px;
}
.entry h3 {
	font-size: 16px;
	line-height: 140%;
	padding: 5px 3px;
	margin: 0px 0px 5px 0px;
	border-bottom: #444444 solid 1px;
}
.entry img {
	padding: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
* html .entry img {
	border: #FFFFFF solid 5px;
	margin-bottom: 10px;
}

/*続きはこちらから*/
.entry-more-link {
	margin: 15px 0px 15px 0px;
}

/*エントリーフッタ*/
.entry .ef dl {
	margin: 0px;
}

.entry .ef dl dt {
	text-indent: -9999px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.entry .ef dl dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 10px;
}

/*エントリーフッタ各指定*/

/*コメントした人*/
.entry .ef-cmntppl {
	background: url(http://www.show-hey.com/22/cmnimg/ef_cmntppl.gif) no-repeat 0px 0px #333333;
}
/*コメントの基本情報*/
.entry .ef-acvinfo {
	background: url(http://www.show-hey.com/22/cmnimg/ef_acvinfo.gif) no-repeat 0px 0px #0D0D0D;
}
.entry .ef-acvinfo a {
	padding: 0px 5px;
}
/*トラックバックURL*/
.entry .ef-tb-url {
	background: url(http://www.show-hey.com/22/cmnimg/ef_trackb_url.gif) no-repeat 0px 0px #333333;
}
/*トラックバックリスト*/
.entry .ef-tb-list {
	background: url(http://www.show-hey.com/22/cmnimg/ef_trackb_list.gif) no-repeat 0px 0px #0D0D0D;
}
.entry .ef-tb-list span {
	font-size:80%;
	}

.entry .ef-cmnts {
	background: url(http://www.show-hey.com/22/cmnimg/ef_cmnts.gif) no-repeat 0px 0px #333333;
}
.entry .ef-cmnts .ef-comment {
	background: #1A1A1A url(http://www.show-hey.com/22/cmnimg/ef_comment_bg.gif) -10px bottom no-repeat;
	padding: 6px 6px 30px 6px;
}
.entry .ef-cmnts .ef-comment .ef-cmntid {
	text-align: right;
	margin: 0 0 0 0;
}
.entry .ef-cmnts .ef-comment .ef-cmntid, .entry .ef-cmnts .ef-comment .ef-cmntid span, .entry .ef-cmnts .ef-comment .ef-cmntid strong {
	font-family: "Helvetica Neue", "Franklin Gothic Medium";
	font-size:14px;
	font-weight:normal;
	color:#666666;
}
.entry .ef-cmnts .ef-cmntid span {
	color: #4D4D4D;
}
.entry .ef-cmnts .ef-cmntid strong {
	color: #808080;
	font-size: 18px;
}
.entry .ef-cmnts .ef-comment-ad a {
	background: url(http://www.show-hey.com/22/cmnimg/ef_addcmnt.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	width: 315px;
	height: 23px;
	margin-bottom: -10px;
	display:block;
}



/* コメント部分*/
#comments-open{
text-align:left;
}

#comments-open label{
display:block;
font-size:80%;
}

#comments-open span{
}

#comments-open .info input,#comments-open .info textarea{
border:none;
color:#333333;
margin:0px 0px 10px 0px;
width: 300px;
}
#comments-open .info label input{
width: auto;
}

#comments-open .info input ,#comments-open textarea{
background:#FFF;
border: 1px solod #666666;
}

#comments-open .info input:focus ,#comments-open textarea:focus{
	background:#FFFFFF;
	border: 1px dotted #FF0000;
}

#comments-open .info input:hover, #comments-open textarea:hover{
	background:#E7E9E8;
	border: 1px solod #999999;
}
#comments-open textarea{
font-size:120%;
font-weight:bold;
padding:10px 5px 10px 10px;
width: 380px;
height: 300px;
}
* html #comments-open textarea{
width: 383px;
}

#comments-open .postbtn input{
background:#333333;
	-moz-border-radius: 5px;
}

body#popupcmnt{
margin:10px;
}

/*
body#popupcmnt.add{
	background-image: url(%3C$MTBlogURL$%3Ecmnimg/addcmnt.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
*/



body#popupcmnt #popupheader{
text-align:right;
}

body#popupcmnt #popupfooter{
text-align:right;
display:none;
}

body#popupcmnt h3{
text-align:left;
}




/*06.entry-styles----------------------------------------

--------------------------------------*/


/*引用*/
.entry-body blockquote{
	background:#000;
	border:solid 1px #333;
	padding:10px;
}

/*フロートのスタイル 基本的にはaタグに追加*/
.flt {
	float: left;
	margin: 0px 10px 10px 0px;
}


/*リスト*/
#container #contents #main #main-innner .entry-body ul {
	list-style-position: outside;
	list-style-type: none;
	padding:0;
	margin:0;
}
#container #contents #main #main-innner .entry-body ul li {
	padding:0;
	margin:0 0 10px 0;
}




/*07.pageID----------------------------------------

--------------------------------------*/




/*トップページ*/
#toppage {
}

/*アーカイブ一覧*/
#archivelist {
}

/*カテゴリーページ*/
#cat {
}


/*カテゴリIDとその名前 ※MTで反映させる 
21IT+コンピュータ
24MT構築

25アプリ+機能拡張


22ITEMS DOWNLOAD

30LINKS

29ME
20つれづれなる日記’06

31つれづれなる日記’07

28ライダーshow-hey

27語・思・怒


26広告+仕事関係ネタ
23デザイン



*/

/*08.pageCSS----------------------------------------

--------------------------------------*/

/*ポップアップ*/
body#popup {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

body#popup img {
	background: #FFFFFF;
}

body#popup div {
	display: none;
}



/*トップイメージに背景画像を使いリンクを張る。テキストは飛ばす*/
#topimg a{
	margin: 0px;
	height: 140px;
	width: 690px;
	text-indent: -9999px;
	display: block;
	text-decoration:none;
	background: url(http://www.show-hey.com/22/cmnimg/topimg.jpg) no-repeat top center;
}
#archivelist #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_archivelist.jpg) no-repeat top center;
}

/*カテゴリ
#cat21 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat21.jpg) no-repeat top center #00FFCC;
}
#cat24 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat24.jpg) no-repeat top center #00FFCC;
}
#cat25 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat25.jpg) no-repeat top center #00FFCC;
}
#cat22 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat22.jpg) no-repeat top center #00FFCC;
}
#cat30 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat30.jpg) no-repeat top center #00FFCC;
}
#cat29 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat29.jpg) no-repeat top center #00FFCC;
}
#cat20 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat20.jpg) no-repeat top center #00FFCC;
}
#cat31 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat31.jpg) no-repeat top center #00FFCC;
}
#cat28 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat28.jpg) no-repeat top center #00FFCC;
}
#cat27 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat27.jpg) no-repeat top center #00FFCC;
}
#cat26 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat26.jpg) no-repeat top center #00FFCC;
}
#cat23 #topimg a{
	background: url(http://www.show-hey.com/22/cmnimg/pi_cat23.jpg) no-repeat top center #00FFCC;
}

*/



/*ロゴの変更*/

/*ME（プロフィール）*/
#cat29 #bloghdr h3 a {
	background: url(http://www.show-hey.com/22/cmnimg/logo_profile.gif);
}
/*リンク*/
#cat30 #bloghdr h3 a {
	background: url(http://www.show-hey.com/22/cmnimg/logo_link.gif);
}
/*hover*/
#cat29 #bloghdr h3 a:hover,#cat30 #bloghdr h3 a:hover  {
	background: url(http://www.show-hey.com/22/cmnimg/logo_blog.gif);
}


/*09.etc modules----------------------------------------

--------------------------------------*/

/*ページトップ*/
.pagetop {
	margin:5px 0 5px 0;
}
.entry-body .pagetop {
	margin:0px 0 0px 0;
	padding:0px 5px 20px 5px ;
}
.pagetop a {
	float: right;
	text-indent: -9999px;
	display: block;
	width: 43px;
	height: 10px;
	background: url(http://www.show-hey.com/22/cmnimg/pagetop.jpg) no-repeat 0px 0px;
}
/*パンくず*/
#pankuzu {
	background:#111;
	margin:0 0 10px 0;
	border-bottom:#2F2F2F solid 1px;
	padding:0px 25px 0px 25px ;
}
#pankuzu a{
	padding:0px 5px 0px 5px ;
}

#monthlynavi {
	background:#990000;
	font-size:30px;
	padding:0px 25px 0px 25px ;
	height:15px;
	overflow:hidden;
	line-height:0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#181818;
	letter-spacing:-3px;
}
/*月別アーカイブタイトル*/
.monthly {
	background:#FF0000;
	font-size:36px;
	padding:0px 25px 0px 25px ;
	height:25px;
	overflow:hidden;
	line-height:100%;
	font-weight:bold;
	letter-spacing:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.listitem .monthly {
	font-size:36px;
	padding:0px;
	height:20px;
	overflow:hidden;
	line-height:100%;
	font-weight:bold;
	letter-spacing:-3px;
}

/*月別アーカイブナビ*/
#monthlynavi {
	background:#990000;
	font-size:30px;
	padding:0px 25px 0px 25px ;
	height:15px;
	overflow:hidden;
	line-height:0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#181818;
	letter-spacing:-3px;
}

#monthlynavi a {
	font-size:23px;
	padding:0px 25px 0px 25px ;
	line-height:25px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/*ページナビゲーション*/
#page-navi {
	font-size: 10px;
	padding: 4px 7px;
	margin: 0 0 10px 0;
	background: #444;
}

#page-navi a {
	font-size: 10px;
	margin: 0 5px;
}

#page-navi strong {
	font-size: 10px;
	letter-spacing: 3px;
	margin: 0 5px 0 0;
}
/*かどまる*/
div, dl, table, caption, input, blockquote{
	-moz-border-radius: 5px;
}

/*コメントの名前*/
#comments .ef-cmnts .cmntname, #comments .ef-cmnts .cmntname a {
	font-size: 18px;
}
