@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* ============================================== */
/* HTML要素（一部#ID） */
*	{
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* 基本構造 */
html,body,#PAGETOP{height:100%;}
body	{
	font-size: 8pt;
	color: #333333;
	background-color: #7F7F7F;
	text-align: center;
}
hr	{display: none;}

/* ヘッダー */

#PAGETOP	{
	background-color: #FFFFFF;
	background-image: url(http://file.laz.blog.shinobi.jp/photo1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	margin: 0px auto;
	position: relative;
	width: 650px;
	min-height: 100%;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
body > #PAGETOP {height: auto;}
#HEADER	{
	height: 150px;
	width:650px;
	background-image: url(http://file.laz.blog.shinobi.jp/dash_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
}
#PAN	{display: none;}

/* メニュー */

#MENU	{
	font-size: 11px;
	width: 120px;
	line-height: 140%;
	padding-top: 15px;
	float: left;
}
	#MENU	li {
	line-height: 15px;
	height: 15px;
	width: 100px;
	margin: 0px 0px 5px 15px;
}
 #MENU a {
	background-image: url(http://file.laz.blog.shinobi.jp/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding-left: 14px;
}


 #MENU a:hover,.menu-on a {
	background-image: url(http://file.laz.blog.shinobi.jp/icon2.gif) !important;
	text-decoration: none;
	color: #ffea00 !important;
}

/* 記事部分 */

#KIZI	{
	line-height: 180%;
	width: 530px;
	float: right;
	background-image: url(http://file.laz.blog.shinobi.jp/back_main.gif);
	background-repeat: repeat-y;
	background-position: left top;}
	div.text	{margin: 0px 15px 15px 2em;}
	ul.modori	{
	font-size: 10px;
	text-align: right;
	margin-top: 0.5em;
}

/* フッター */
#NAVI {font-size: 11px;
	color: #999999;text-align:center;}

#FOOTER	{
	font-size: 11px;
	color: #999999;
	background-image: url(http://file.laz.blog.shinobi.jp/dash_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	line-height: 25px;
	height: 25px;
	width: 650px;
	text-align: right;
}
#FOOTER ul {padding-right: 25px;}
#FOOTER li {
	display: inline;
	margin: 0px 10px;}


/* ============================================== */

/* 見出し */
h2,h3,h4,h5,h6	{
	font-size: 100%;
	font-weight: bold;
}
h1	{
	font-size: 150%;
	color: #000000;
	position: absolute;
	left: 15px;
	bottom: 10px;
}
h1:first-letter {color: #0099CC;}
h2	{
	color: #CCCCCC;
	font-weight: normal;
	background-image: url(http://file.laz.blog.shinobi.jp/h2.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 22px;
	height: 22px;
	margin-bottom: 1em;
	letter-spacing: 2px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3	{
	color: #000000;
	background-image: url(http://file.laz.blog.shinobi.jp//icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	margin-top: 1em;
}

h4	{color: #5B7E91;}
h5	{color: #999999;}
h6	{font-size: 90%;}

/* アンカー */
a	{
	color: #0099CC;
	text-decoration: none;
}
	a:hover	{color: #FFEA00;}

/* 強調・追加・削除 */
em,strong	{font-weight: bold;}
strong	{color: #CC0000;}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* リスト */
ol li,#KIZI ul li	{margin-left: 20px;}
ul li,#KIZI .modori li	{
	list-style-image: none;
	list-style-type: none;
}
#KIZI ul li	{list-style-type: circle;}
dt	{color: #0099CC;}
	dd	{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #0099CC;
}

/* フォーム */

input,textarea	{
	margin-bottom: 5px;
	font-size: 100%;
}
textarea,input#TEXT	{border: 1px solid #666666;}
input#BUTTON {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #000000;
}

/* アドレス */
address	{display: inline;}

/* 引用 */
blockquote	{	
	color: #808080;
	background-color: #f0f0f0;
	border: 1px solid #808080;
}
cite,q	{
	font-style:oblique;
	color: #808080;
}

/* 整形済みテキスト */
pre	{	border: 1px solid #808080;}

/* 物理要素 */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:medium;}
small{font-size:x-small;}

#KIZI img{margin: 5px 0px 5px 0px;}



/**************************************************************************************
コメント表示部分の設定
**************************************************************************************/
/*--コメント全体の設定--*/
.CommentBlock{
	line-height: 180%;
	width: 530px;
	float: right;
	background-image: url(http://file.laz.blog.shinobi.jp/back_main.gif);
	background-repeat: repeat-y;
	background-position: left top;}
	div.text	{margin: 0px 15px 15px 2em;}
	ul.modori	{
	font-size: 10px;
	text-align: right;
	margin-top: 0.5em;
}

/*--この記事にコメントする（Post your Comment）と書かれてる部分の設定--*/
.CommentMenuTitle{
text-align: left;
margin: 5 0 0 20px;
font: bold 10px Georgia, Verdana, Helvetica, sans-serif;
}

/*--コメントのタイトル、コメント、コメント情報の全ての背景部分--*/
.CommentTextBox{
padding: 10px 30px;
text-align : left;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

/*--コメントのタイトル部分--*/
.CommentTitle{
font-size:12px;
font-weight: bold;
margin: 0 0 5px 0;
}

/*--コメント内容部分--*/
.CommentText{
color : #635347;
font-size : 12px;
line-height: 150%;
}

/*--投稿者や投稿時間などが表示されている部分--*/
.CommentFooter{
text-align:right;
font-size: 10px;
padding:5px;
margin: 3px 0 0 0;
}
/*--投稿者名の部分--*/
.CommentUserName{
margin-left: 3px;
}
/*--投稿者のホームページへのリンク部分--*/
.CommentURL{
margin-left: 3px;
}
/*--投稿された時間が記載されている部分--*/
.CommentWriteDate{
margin-left: 3px;
}
/*--コメント編集へのリンク部分--*/
.CommentEdit{
margin-left: 5px;
}
/*--コメントを投稿するフォーム全体の設定--*/
.CommentFormBlock{
margin-bottom:20px;
padding: 20px 0;
text-align : left;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}
/*--コメントフォーム用テーブル--*/
.CommentFormTable{
margin: 0 auto 0 35px;
font-size: 12px;
}
/*--コメントフォームTHタグ設定--*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*--コメントフォームTDタグ設定--*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*--コメントフォーム送信ボタンのTDタグ設定--*/
.CommentFormSubmit{
text-align:left;
}

/*--inputタグやtextareaの設定--*/
.CommentForms{
width: 200px;
}
.CommentFormstext{
width: 250px;
}
.Commentpass{
width: 50px;
}
input.serb {
width: 100px;
margin-top: 5px;
border: 1px solid #534741;
background: #534741;
color: #fff;
font-weight: bold;
line-height: 130%;
}


/*-------------------------------------------------------
  コメント-管理者用返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding : 0;
margin : 0;
}

.CommentResBox {
padding : 20px 30px;
margin : 0px;
background-image : url('http://bfile.shinobi.jp/1167/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

.CommentResTitle {
font-size:12px;
font-weight: bold;
margin-bottom: 5px;
}

.CommentResText {
font-size : 12px;
line-height: 150%;
color : #635347;
text-align : left;
}

.CommentResFooter {
font-size: 10px;
margin: 3px 0 0 0;
padding: 2px;
text-align:right;
background: #eee;
}

/**************************************************************************************
  コメント編集部分の設定
**************************************************************************************/
/*--コメント編集ブロック--*/
.editBox{
padding: 10px 0;
text-align : left;
}
.editMenuTitle{
text-align: left;
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
padding-left: 20px;
}