/*-------------------------------------------------
  初期化
-------------------------------------------------*/
body, div, h1, h2, h3, h4, h5, form {
	margin: 0px; padding: 0px;
}
textarea, input.formfield {
	margin-bottom: 8px;
	border: 1px solid #999;
	padding: 4px;
	font-size: 12px;
}
body {
	background-color: #f0f0ff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
/* information */
.m01 {
	margin: 0 0 2px 12px;
	width: 230px;
	font-size: 12px;
	background-color: #f0f0ff;
}
img {
	border: 0px;
	padding: 0 3px;
}
ul, ol {
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
}
/*-------------------------------------------------
  メインコンテンツ
-------------------------------------------------*/
/* 全体 */
.content {
	margin: 15px 30px 15px 290px;
	padding: 10px;
	border: 1px solid #70859b;
	background: #fff;
}
/* パン屑 */
.pan {
	margin: 5px 0px;
	padding: 3px 10px;
	font-size: 12px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
/* 記事 */
.itembody {
	padding: 10px;
	font-size: 14px;
	line-height: 160%;
}
.contentbody a         { text-decoration:none; color: #00f; }
.contentbody a:visited { text-decoration:none; color: #00f; }
.contentbody a:link    { text-decoration:none; }
.contentbody a:hover   { text-decoration:underline; }
/* 記事タイトル */
.t01 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background: url(images/t01.gif) repeat-x;
	font-size: 0px;
}
.t02 {
	margin: 0px;
	padding: 0px;
	background: url(images/t02.gif) left no-repeat;
	font-size: 0px;
}
.t03 {
	margin: 0px;
	padding: 6px 10px 4px 30px;
	background: url(images/t03.gif) right no-repeat;
	height: 18px;
}
.t03 h1 {
	font-size: 14px;
	margin: 2px 0 0 0;
	font-weight: normal;
	line-height: 100%; /* IE用 */
}
.t03 a:link, a:visited {
	color: #005;
	text-decoration: none;
}
.t03 a:hover, a:active {
	color: blue;
}
.itemtitle {
	margin-top: 10px;
}
.itemtitle h1 {
	font-weight: normal;
	font-size: large;
	color: #aaa;
}
.itemtitle a {
	color: #aaa;
}
/* 記事内のh3 */
.contentbody h3{
	margin: 20px 0 10px 0;
	padding: 4px 10px;
	font-size: 12px;
	color: #559;
	border: 1px solid #559;
	background-color: #eef;
	font-weight: normal;
}
/* 記事内のh4 */
.contentbody h4{
	margin: 20px 0 10px 0;
	padding: 2px 10px;
	font-size: 12px;
	color: #559;
	border-left: 8px solid #559;
	border-bottom: 1px solid #559;
	font-weight: normal;
}
/* 記事内のh5 */
.contentbody h5{
	margin: 20px 0 10px 0;
	padding: 0 10px;
	font-size: 12px;
	color: #559;
	border: 1px dashed #559;
	text-align: center;
	letter-spacing: 10px;
	font-weight: normal;
}
/* 記事内の色変更 */
.atteR { color: #900; font-weight: bold; }
.atteG { color: #090; font-weight: bold; }
.atteB { color: #009; font-weight: bold; }
/* インデント */
.indent {
	margin: 15px 0 15px 15px;
}
/* iteminfo */
.iteminfo {
	margin: 5px 0 8px 5px;
	color: #999;
	font-size: 12px;
}
.itemcat, .itemauthor, .itemcmt, .itemtb, .itemview, .itemtag {
	margin-right: 10px;
	padding-left: 12px;
}
.itemauthor { background: url(images/bgpostedby.gif) left no-repeat; }
.itemcat    { background: url(images/bgcategory.gif) left no-repeat; }
.itemcmt    { background: url(images/bgcomment.gif)  left no-repeat; }
.itemtb     { background: url(images/tb.gif)         left no-repeat; }

/* アイテムの日付 */
.iteminfo_date {
	font-weight: normal;
	font-size: 16px;
}
/* TreeMenu */
#TreeMenu {
	margin: 5px;
	font-size: 12px;
}
/* フッター */
#footer {
	margin: 5px;
	font-size: 12px;
	text-align: center;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
/* コード */
.put_code {
	margin: 10px 0px;
	padding: 5px;
	border-style: dashed;
	border-width: 1px;
	border-color: #fa0;
	line-height: 140%;
	font-size: 12px;
	color: #000;
	background-color: #ffd;
	overflow: auto;
}
/* 引用 */
.quote {
	margin: 5px 0 0 20px;
	padding: 8px 8px 8px 28px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	line-height: 140%;
	font-size: 12px;
	color: #333;
	overflow: auto;
	background: url(images/quote.gif) top left repeat-y;
}
/* コード整形プラグイン用 */
.codebeautifier var        { color: #900; font-style: normal; }
.codebeautifier .comment   { color: #008000; }
.codebeautifier .string    { color: #f0f; }
.codebeautifier .directive { color: #f00; }
.codebeautifier .reserved  { color: #00f; }
.codebeautifier .function  { color: #008080; }
.codebeautifier .constant  { color: #666; }
.codebeautifier .element   { color: #00f; }
.codebeautifier .attribute { color: #00f; }
.codebeautifier .atrule    { color: #f00; }
.codebeautifier .selector  { color: #008080; }
.codebeautifier .property  { color: #00f; }
.codebeautifier .value     { color: #666; }
.codebeautifier .special   { color: #f00; }
/* トラックバック */
.item {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.name, .date {
	text-align: right;
	color: #970;
}
/* コメントRSSと、トラックバックURLの目印 */
.info {
	margin: 5px 0;
	padding: 9px 40px ;
	background: url(images/arrow2.gif) top left no-repeat;
}
/* コメント */
.itemcomment_a {
	padding: 10px;
	background-color: #fff;
}
.itemcomment_b {
	padding: 10px;
	background-color: #f7f7f7;
}
/* Search highlight color */
.highlight
{
	background: #ef7;
}
/*-------------------------------------------------
  サイドバー
-------------------------------------------------*/
/* 全体 */
#sidebar {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 250px;
}
#sidebar li {
	margin: 4px 0;
}
#logo h1 {
	font-weight: normal;
	font-size: 16px;
}
a#logo         { color: #480;}
a:visited#logo { text-decoration:none; color: #480; }
a:link#logo    { text-decoration:none; }
a:hover#logo   { text-decoration:underline; }

.info01 {
	background: url(images/info01.gif) repeat-y;
}
.info02 {
	background: url(images/info02.gif) bottom left no-repeat;
}
.info03 {
	padding: 20px 12px 12px 12px;
	background: url(images/info03.gif) top left no-repeat;
}
/* menu */
.m02 {
	margin: 8px 0;
	padding: 5px; /* width pdding を指定してる！ */
	background: #fff;
	border: 1px solid #70859b;
	width: 230px;
	font-size: 12px;
}
.m02 a         { text-decoration:none; color: #480; }
.m02 a:visited { text-decoration:none; color: #480; }
.m02 a:link    { text-decoration:none; }
.m02 a:hover   { text-decoration:underline; }
.m02 li { margin-top: 5px; font-size: 12px; }

.m04 {
	padding: 1px 0 4px 20px;
	background: url(images/m04.gif) no-repeat;
	height: 20px;
	font-size: 12px;
}
.m05 {
	margin-bottom: 2px;
	padding: 5px; /* width pdding を指定してる！ */
	background: #fff;
	border: 1px solid #70859b;
	width: 230px;
	font-size: 12px;
}
/* NP_TagEXに使用 */
.m02 h6 {
	margin: 8px 0 0 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight: normal;
	font-size: 12px;
}
/* calendar plugin */
table.calendar {
	font-size: 12px;
	width: 100%;
} 
tr.calendardateheaders {
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
table.calendar td {
	text-align: center;
	color: #aaa;
	margin: 0px;
	padding: 0px 1px;
}
table.calendar td a {
	text-align: center;
	color: #00f;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
table.calendar td.today {
	background-color: #eef;
}
/* Counterプラグイン */
.counter-detail {
	display: block;
}
/*-------------------------------------------------
  ShowBlogsプラグイン
-------------------------------------------------*/
.pageswitch_t {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 12px;
	text-align: right;
}
.pageswitch_b {
	padding: 3px 10px;
	border-top: 4px solid #ddd;
	font-size: 12px;
	text-align: right;
}
/*-------------------------------------------------
  アンケートフォーム
-------------------------------------------------*/
/* アンケートフォーム外枠 */
.znq_form {
	margin: 5px;
	padding: 10px;
	border: 1px solid #999;
}
/* 質問 */
.znq_form h4 {
	margin: 0px 0 10px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	border: 0px;
	color: #000;
}
/* その他のinput */
.znq_etc {
	border: 1px solid #999;
}
/* 選択肢追加可能モードの場合の掲示メッセージ */
.znq_attention {
	padding: 3px;
	color: #393;
}
/* 表のタイトル */
.znq_title {
	padding: 0 4px;
	background-color: #eef;
}
/* 表のデータ */
.znq_data {
	padding: 0 4px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

/*-------------------------------------------------
  スマイリープラグイン
-------------------------------------------------*/
.znsm_re {
	color: #090;
}
/*-------------------------------------------------
  キーワードリンク
-------------------------------------------------*/
a.znkwl {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
}
a:link.znkwl    { text-decoration: none; color: black; }
a:hover.znkwl   { text-decoration: none; color: black; }
a:visited.znkwl { text-decoration: none; color: black; }

/*-------------------------------------------------
  znCateLink
-------------------------------------------------*/
.arr_top {
	padding: 2px 2px 2px 14px;
	font-size: 14px;
	color: #880;
	background: #ddeedd url(images/arr_top.gif) 2px 2px no-repeat;
}
.arr_bottom {
	padding: 2px 2px 2px 14px;
	font-size: 14px;
	color: #880;
	background: #ddeedd url(images/arr_bottom.gif) 2px 2px no-repeat;
}

a.np {
	margin-left: 4px;
	font-size: 10px;
	color: #880;
}
a:visited.np { text-decoration:none; color: #880; }
a:link.np    { text-decoration:none; }
a:hover.np   { text-decoration:underline; }

/*-------------------------------------------------
  znNPdata
-------------------------------------------------*/
.znnpdata {
	margin-bottom: 20px;
}
td.npt {
	padding: 0 8px;
	width: 120px;
	background-color: #eef;
	font-size: 12px;
}
td.npd {
	padding: 0 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.npd a {
	color: #00f;
}
.npd a:visited { text-decoration:none; color: #00f; }
.npd a:link    { text-decoration:none; }
.npd a:hover   { text-decoration:underline; }
.npd_func {
	padding: 0 8px 0 25px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(images/icon_exclamation.gif) 5px 2px no-repeat;
}
input.znnpdata {
	margin: 0 5px;
	padding: 0 5px;
	background-color: white;
	border: 1px solid #999;
	cursor: pointer;
}

/*-------------------------------------------------
  NP_FootNoteプラグイン
-------------------------------------------------*/
.footnote {
	margin-top: 20px;
	font-size: 12px;
	color: #999;
}

/* メインコンテンツ内 h2 */
.content h2 {
	margin-bottom: 10px;
	padding: 4px 15px;
	background-color: #aaa;
	color: #fff;
	border: 1px solid #aaa;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: large;
}
/* メインコンテンツ内 h3 */
.content h3 {
	margin: 10px 10px;
	padding: 4px 15px;
	color: #555;
	border: 1px dashed #aaa;
}
/* メインコンテンツ内 table */
.content table {
	margin: 0 10px;
	border: 1px solid #aaa;
	border-collapse: collapse;
}
.content table caption {
	margin: 10px 10px 0 0;
	padding: 0;
	text-align: right;
}
.content th {
	padding: 0 5px;
	background-color: #aaa;
	color: #fff;
	text-align: left;
}
.content td {
	padding: 0 4px;
	border: 1px solid #aaa;
}
.content td a {
	color: #090;
	text-decoration: none;
}
.subtitle th {
	background-color: #eee;
	color: #000;
	text-align: center;
	font-weight: normal;
}

/* 更新履歴ブログタイトル */
h2.blogtitle {
	margin-top: 10px;
	padding: 1px 4px;
	background-color: #fff;
	font-size: small;
}
h2.blogtitle a {
	color: #000;
	text-decoration: none;
}


/*-------------------------------------------------
  スキンタイプ表示
-------------------------------------------------*/
.skintype {
	margin-top: 10px;
	padding: 10px;
	background-color: #88f;
	color: #fff;
	font-weight: bold;
	font-size: xx-large;
}
.skinvars {
	margin: 5px;
	padding: 5px;
	border: 1px solid #aaa;
}
.skinvars h2 a {
	font-size: normal;
	color: #fff;
}


/*-------------------------------------------------
  スキン一覧（最強本フォーマット）
-------------------------------------------------*/

table.skinvarstable {
	margin-bottom: 10px;
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}
.skinvarstable td {
	border: none;
	vertical-align: top;
}
.skinvarstable h5 {
	padding: 2px;
	width: 110px;
	text-align: center;
	background-color: #777;
	color: #fff;
	font-weight: normal;
	font-size: small;
}
td.vartag {
	padding: 0;
	background-color: #fff;
	font-size: medium;
	letter-spacing: 1px;
}
span.varname {
	color: #090;
}