﻿<PROPERTY>
Name=Note2010
</PROPERTY>
<!-- ***** Res Style ***** -->
<STYLE>
/* ----- root, popuproot ----- */
.root,.popuproot {
    /*font-weight:bold;*/
}
.root {
    background-image: url(images/note_left.png), url(images/note_right.png), url(images/paper1.png);
    background-repeat: repeat-y, repeat-y ,repeat;
    background-position: left, right, left;
/*    T20110114 より前のバージョンの場合は↓のコメントアウトを利用　*/
/*
    background-image: url(images/paper1.png), url(images/note_left.png), url(images/note_right.png);
    background-repeat: repeat, repeat-y, repeat-y;
    background-position: left, left, right;
*/
    background-attachment: scroll;
    topbar-margin-offset: -50;
    bottombar-margin-offset: -50;
}
.popuproot { 
    background-image: url(images/note_popup.png) ,url(images/paper1.png);
    background-repeat: repeat-y ,repeat;
    background-position: left, left;
/*    T20110114 より前のバージョンの場合は↓のコメントアウトを利用　*/
/*
    background-image: url(images/paper1.png), url(images/note_popup.png);
    background-repeat: repeat, repeat-y;
    background-position: left, left;
*/
    background-attachment: scroll;
}

/* ----- header, topbar, bottombar ----- */
.hd,.tb,.p_hd {
    padding: .4em 1em;
    
    font-size: large;
    font-weight: bold;
    text-align: center;
}
.tb,.bb {
    box-shadow: 2px 2px 3px -1px gray;
    text-shadow: 1px 2px rgba(90%,90%,90%,.9);
    color: rgba(0,0,0,.9);
}
.hd,.p_hd {
    border-image-source: url(images/note_C.png);
    border-image-slice: 2;
    border-image-repeat: repeat;
}
.hd {
    margin: 5px 106px;
}
.p_hd {
    margin: 5px 50px 5px 106px;
}
.tb {
    margin: 5px 5px 5px 1px;
    
    background-gradation: left rgba(176,196,222,.5) 100% rgba(207,208,210,.5);
    border-image-source: url(images/meas.png);
    border-image-slice: 40 25 40 20 fill;
    border-image-repeat: repeat;
}
.bb {
    margin: 5px 5px 5px auto;
    padding: .3em 1em;
    
    background-color:rgba(176,196,222,.2);
    border-style: solid;
    border-color: lightskyblue;
    border-width: 3px;
    
    text-align: right;
}

/* ----- note ( main body ) ----- */
.note, .ng_note {
    margin: 0 49px 0 79px;
}
.p_note {
    margin: 0 18px 0 79px;
}

/* ----- mark_note > mark ----- */
.mark {
    min-height: 1px;
    
    background-gradation: left #888 97% #888 3% #aaa;
    border-style: none none none solid;
    border-width: 5px;
    border-color: black;
    box-shadow: 5px 1px 3px -2px rgba(0,0,0,0.4);
    
    color: white;
    font-size: large;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,.4);
}
.bookmark {
	background-image: url(images/bookmark.png);
}
.newmark {
	background-image: url(images/newmark.png);
}
.previewmark {
	background-image: url(images/previewmark.png);
}
.bookmark, .newmark, .previewmark {
    margin:0;
    padding:1px;
    
    background-position: 100% -90px;
    background-repeat: no-repeat;
    background-overflow: visible;
    
    font-size: xx-small;
}
/* ----- note > info ( ng ) ----- */
.inf,.ng {
    margin: .3em 0;
    padding: .4em .5em .2em 0;
    
    background-position: left, 61px 3px;
    background-repeat: no-repeat;
    background-gradation: left #fafafa 97% #fafafa 3% white;
    box-shadow: 5px 1px 3px -2px rgba(0, 0, 0, 0.4);
}
.inf {
    background-image: url(images/label[N].png), url(images/ref[R].png);
}
.ng {
    background-image: url(images/labelG.png);
}

/* ----- note > info > etc ----- */
.num, .ckbox, .ckbox_anc, .etc {
    min-height: fill;
}
.etc_bg {
    background-image: url(images/name[N].png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-overflow: visible;
}
.etc {
    background-image: url(images/id[I].png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-overflow: visible;
}

/* res number */
.num {
    margin: .15em 0 0;
    width: 2.5em;
}
/* check box */
.ckbox, .ckbox_anc{ 
    min-width: 1.5em;
    width: 1em;
}
.ckbox,.ckbox_anc{
    margin: .1em 0 0 .15em;
}

/* ----- note > message ----- */
.msg {
    margin: 0;
    padding: .1em 1.2em .5em 1.5em;
    
    border-image: url(images/note_[A].png);
}

/* ----- note > div > etc ----- */
.allrescount, .newrescount, .sizekb {
    color: black;
}
.refcount {
    font-size: medium;
}

/* ----- anchored > sheet  ----- */
.sheet, .new_sheet, .ng_sheet {
    background-image: url(images/paper2.png);
    background-repeat: repeat;
    background-position: left;
    box-shadow: 1px 2px 3px -1px gray;
}
.sheet, .new_sheet {
    margin: .5em 0 .6em;
}
.ng_sheet {
    margin:.6em 0 .6em;
}
/* ----- anchored > sheet > anc ----- */
.anc_top {
    margin: .3em 0;
    text-align: left;
}
.anc_cnt ,.ng_tape{
    border-image: url(images/tape_[A].png);
    border-overflow: visible;
}
.ng_tape{
    margin: .5em 1.1em 0;
}
.anc_cnt, .anc_bot1 { 
    margin: 0 20px;
}
.ng_anc {
    margin: 0 1em 0 0;
    font-size: small;
}
.ng_anc {
    padding: .4em .5em 0;
}
</STYLE>

<!-- ***** Res Top ***** -->
<HEADEREX>
	<DIV class="hd"><THREADNAME></DIV>
</HEADEREX>

<HEADER>
	<DIV class="hd"><THREADNAME></DIV>
</HEADER>

<!--<TOPBAR option="hover">
	<DIV class="tb"><THREADNAME></DIV>
</TOPBAR>-->

<!-- ***** Res ***** -->
<RES class="note">
	<HBOX class="inf">
		<DIV class="ckbox"><RESCHECKBOX></DIV>
		<DIV class="num"><NUMBER></DIV>
		<VBOX class="etc">
			<HBOX class="etc_bg"><DIV class="etc" option="time">　　<NAME> <img src="images/mail[N].png"><MAIL> <img src="images/time[N].png"><TIME> <img src="images/idn[N].png"><STOCK><ID option="nolabel"><BE><AUXSET></DIV></HBOX>
			<DIV class="etc" option="notime">　　<NAME>　<TIME></DIV>
		</VBOX>
	</HBOX>
	<VBOX class="msg">
		<DIV><MESSAGE></DIV>
		<DIV option="refcount"> 
		<BR><IMG src="images/star_y/res[R].png"> [<REFCOUNT> Comments]</DIV>
	</VBOX>
</RES>

<NGRES class="ng_note">
	<HBOX class="ng">
		<DIV class="ckbox"><RESCHECKBOX></DIV>
		<DIV class="num"><NUMBER></DIV>
		<DIV>非表示:<NGREASON>　<SPAN class="refcount"><IMG src="images/star_k/res[R].png"> [<REFCOUNT> Coments] </SPAN></DIV>
	</HBOX>
</NGRES>

<!-- ***** Res Mark ***** -->
<BOOKMARK class="bookmark">
	<DIV></DIV>
</BOOKMARK>

<NEWMARK class="newmark">
	<DIV></DIV>
</NEWMARK>

<PREVIEWMARK class="previewmark">
	<DIV></DIV>
</PREVIEWMARK>

<!-- ***** Res Bottom ***** -->
<FOOTER>
</FOOTER>

<!--<BOTTOMBAR option="hover">
	<DIV class="bb">[ NEW:<NEWRESCOUNT> / ALL:<ALLRESCOUNT> ]
	<BR><BOARDNAME>
	<BR><THREADNAME>
	<BR>(DAT:<SIZEKB>kB)</DIV>
</BOTTOMBAR>-->

<!-- ***** Res Anchored ***** -->
<ANCHORED option="noexbg noexmargin">
	<RES>
		<VBOX class="sheet">
			<HBOX class="anc_top">
				<DIV class="ckbox_anc"><RESCHECKBOX></DIV>
				<DIV><NUMBER> <NAME> <img src="images/time[N].png"><TIME> <img src="images/idn[N].png"><STOCK><ID option="nolabel"><BE><AUXSET></DIV>
			</HBOX>
			<HBOX class="anc_cnt">
				<DIV><MESSAGE></DIV>
			</HBOX>
			<HBOX class="anc_bot">
				<DIV class="anc_bot1" option="refcount">
				<BR><IMG src="images/star_y/res[R].png"> [<REFCOUNT> Comments]</DIV>
			</HBOX>
		</VBOX>
	</RES>
	
	<NGRES class="ng_sheet">
		<HBOX>
			<DIV class="ckbox_anc"><RESCHECKBOX></DIV>
			<DIV class="ng_anc">非表示:<NGREASON></DIV>
		</HBOX>
		<DIV class="ng_tape"></DIV>
	</NGRES>
</ANCHORED>

<!-- ***** Res Popup ***** -->
<POPUP>
	<HEADEREX>
		<DIV class="p_hd"><THREADNAME></DIV>
	</HEADEREX>
	<RES class="p_note">
		<HBOX class="inf">
			<DIV class="ckbox"><RESCHECKBOX></DIV>
			<DIV class="num"><NUMBER></DIV>
			<VBOX class="etc">
				<HBOX class="etc_bg"><DIV class="etc" option="time"> 　 <NAME> <img src="images/mail[N].png"><MAIL> <img src="images/time[N].png"><TIME> <img src="images/idn[N].png"><STOCK><ID option="nolabel"><BE><AUXSET></DIV></HBOX>
				<DIV class="etc" option="notime"><NAME>：<TIME></DIV>
			</VBOX>
		</HBOX>
		<VBOX class="msg">
			<DIV><MESSAGE></DIV>
			<DIV option="refcount"> 
			<BR><IMG src="images/star_y/res[R].png"> [<REFCOUNT> Comments]</DIV>
		</VBOX>
	</RES>
	
	<NGRES class="ng_note">
		<HBOX class="ng">
			<DIV class="ckbox"><RESCHECKBOX></DIV>
			<DIV class="num"><NUMBER></DIV>
			<DIV>非表示:<NGREASON>　<SPAN class="refcount"><IMG src="images/star_k/res[R].png"> [<REFCOUNT> Coments] </SPAN></DIV>
		</HBOX>
	</NGRES>
</POPUP>