@charset "Shift_JIS";

/*-----------------------------------------
 * 全てのテンプレートで共有させるスタイル
 * 別にさせなくてもいい
 *-----------------------------------------*/

.plugin-undefined
{
	color: #e23a82;
	font-weight: bold;
	}

/*-----------------------------------------
  BsicTag関係のスタイル
 -----------------------------------------*/

/* <%file()%> ダウンロードファイル */
.dlfile
{
	margin: 5px;
	padding: 10px;
	border: 1px solid #e6d980;
	background: #fffffb;
	}
.dlfile ul
{
	margin: 0px;
	list-style: none;
	line-height: 1.2em;
	}
	.dlfile .text
	{
		font-size: 85%;
		}
	.dlfile .mime,
	.dlfile .count,
	.dlfile .length
	{
		display: inline;
		font-size: 85%;
		}
	.dlfile .md5
	{
		font-size: 85%;
		color: #dac845;
		}
	.dlfile .date
	{
		font-size: 85%;
		}

/* <%popup()%> ポップアップメディアウィンドウ用 */
#imageview
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	#imageview img
	{
		border: none;
		}


/*-----------------------------------------
  入力支援関係のスタイル
 -----------------------------------------*/

/* 見出し */
h2.code_h,
h3.code_h,
h4.code_h,
h5.code_h{
	font-size: 100%;
	border-bottom: 1px solid #d4d4d4;
	padding: 3px 5px;
	margin: 5px 0 10px 0;
	}
h2.code_h{border-left: 5px solid #cd2323;}
h3.code_h{border-left: 5px solid #a9ce46;}
h4.code_h{border-left: 5px solid #2587b6;}
h5.code_h{border-left: 5px solid #78d22f;}

/* 打ち消し線 */
s
{
	color: #a2a2a2;
	}
/* 下線 */
.underline
{
	text-decoration: underline;
	}

/* ブロック */
.block
{
	margin: 15px 10px 0 10px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
	line-height: 18px;
	color: #555555;
	}
/* ポイント1 */
.point
{
	color: #e10071;
	}
/* ポイント2 */
.point2
{
	color: #7dcf0e;
	}
/* マーカー1 */
.marker
{
	background: #e2f5fa;
	}
/* マーカー2 */
.marker2
{
	background: #fce0da;
	}

/* コード */
.code
{
	border: 1px solid #e7e7e7;
	margin: 10px;
	padding: 10px;
	font-family: 'Trebuchet MS', 'Tahoma', 'Verdana', 'ＭＳ ゴシック', 'Osaka';
	color: #d96244;
	background: #fff url(images/textline.png);
	background-position: 10px 10px; 
	line-height: 20px;
	overflow: auto;
	white-space: pre;
	}
* html .code { width: 90%; }


/*-----------------------------------------
  引用
 -----------------------------------------*/

/* 引用リンク */
.quotelink
{
	margin: 0 10px;
	padding: 1px 15px;
	background: url(images/quotelink.png) no-repeat 0em 0.5em;
	font-size: 85%;
	}

/* 引用ブロック */
.quote
{
	margin: 15px 10px 0 10px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
	line-height: 18px;
	color: #555555;
	}


/*-----------------------------------------
  プラグイン関係のスタイル
 -----------------------------------------*/

/* ViewCodeプラグイン */
.viewcode
{
	border: 1px solid #e7e7e7;
	margin: 10px;
	padding: 10px;
	font-family: 'ＭＳ ゴシック', 'Osaka';
	background: #fafafa url(images/textline.png) 10px 10px;
	line-height: 20px;
	overflow: auto;
	max-height: 600px;
	}
	.viewcode .text { color: #828282; }
	.viewcode .var { color: #1291c0; }
	.viewcode .method { color: #ae3367; }
	.viewcode .comment .text,
	.viewcode .comment .var,
	.viewcode .comment .method,
	.viewcode .comment {
	color: #7dbe52;
	font-family: 'ＭＳ ゴシック', 'Osaka';
		}
* html .viewcode
{
	width: 90%;
	}
.viewcode ol
{
	margin: 0 10px 0 30px;
	line-height: 20px;
	}
.viewcode ol li
{
	margin: 0px;
	}

/*-----------------------------------------
  P_Emocon エモコン
 -----------------------------------------*/

.emocon
{
	vertical-align: top;
	}

/* 入力用のエモコン一覧 */
.EmoconList
{
	}
	.EmoconList img {
		margin: 1px;
		border: 1px solid #f3f3f3; 
		padding: 2px;
		}
	.EmoconList img:hover {
		border: 1px solid #ff9595;
		background: #fff7f7;
		}

/*-----------------------------------------
  P_RSS 
 -----------------------------------------*/

.rssicon
{
	text-align: center;
	}

/*-----------------------------------------
  P_Album アルバム
 -----------------------------------------*/
.Album {
	}
	.Album dl {
		float: left;
		width: 200px;
		margin: 2px;
		}
		.Album dt {
            height: 40px;
			overflow: hidden;
	    	border-bottom: 1px solid #bbb;
			}
			.Album dt img {
			    margin: 0 3px;
				}
		.Album dd {
			margin: 0;
			}
			.Album dd ul {
				list-style: none;
				margin: 0;
				font-size: 80%;
				}
				.Album dd ul li {
					background: #fff;
					padding: 4px 5px;
					border-top: 1px dotted #bbbbbb;
					}
				.Album dd ul li:first-child, .Album dd ul .title {
					border: none;
					}


