/*--------------------全体の体裁---------------------*/
body        {   background      :	url(../../blue.jpg) repeat-y fixed	;
                padding         :	15px	}
/*リンク色*/
a:link      {    text-decoration:	none	;
                 border-right   :	#ffffff	dotted 1px ;
                 border-bottom  :	#0000ff	dotted 1px ;
			     color          : 	#0000ff	}
a:visited   {    text-decoration:	none	;
                 border-right   :	#ffffff	dotted 1px ;
                 border-bottom  :	#8b88ee	dotted 1px ;
			     color          :	#8b88ee	}
a:hover     {    text-decoration:	none	;
                 border-right   :	#ff6347	dotted 1px ;
                 border-bottom  :	#ff6347	solid 1px ;
			     color          :	#ff6347	}

/*--------------------ブロック要素-------------------*/
/*見出し1*/
h1          {   font-size       :	4ex	;
                font-weight     :	bold	}
/*ソースやコマンドライン*/
.source     {   background      :	#DDDDDD	;
                color           :	#444444	;
                padding         :	20px	}
/*インデント*/
.indent     {   padding-left    :	20px	;
                background      :	url(../../emerald.jpg) repeat-y	}
/*日記ブロックのタイトル部分の定義*/
.ddate     {   background       :	#BBE0FF	;
                font-size       :	1.8ex	;
				text-align      :	center	;
                color           :	blue	}
.dtitle     {   padding-left     :	40px	}
/*横線の広さ50%*/
.wid05      {   width           :	50%	}

/*日記ブロックの枠線定義*/
/*無言の日々*/
.dc1        {   font-size       :	1.6ex	;
                line-height     :	1.6	;
                background      :	#f8f8ff	;
                border-left     :	#4499ff 0.5em double	;
                border-right    :	#4499ff 0.5em double	;
                padding         :	10px	}
/*ゲーム*/
.dc2        {    font-size      :	1.6ex	;
                 line-height    :   1.6	;
                 background     :   #f0f0ff	;
                 border-left    :   #DD77FF 0.5em double	;
                 border-right   :   #DD77FF 0.5em double	;
                 padding        :	10px	}
/*音楽*/
.dc3        {    font-size      :	1.6ex	;
                 line-height    :	1.6	;
                 background     :	#f0f0ff	;
                 border-left    :	#4466FF 0.5em double	;
                 border-right   :	#4466FF 0.5em double	;
                 padding        :	10px	}
/*仕事*/
.dc4        {    font-size      :	1.6ex	;
                 line-height    :	1.6	;
                 background     :	#f0f0ff	;
                 border-left    :	#DD6611 0.5em double	;
                 border-right   :	#DD6611 0.5em double	;
                 padding        :	10px	}
/*コンピュータ*/
.dc5        {    font-size      :	1.6ex	;
                 line-height    :	1.6	;
                 background     :	#f0f0ff	;
                 border-left    :	#11CC33 0.5em double	;
                 border-right   :	#11CC33 0.5em double	;
                 padding        :	10px	}
/*その他*/
.dc6        {    font-size      :	1.6ex	;
                 line-height    :	1.6	;
                 background     :	#f0f0ff	;
                 border-left    :	#DDDD00 0.5em double	;
                 border-right   :	#DDDD00 0.5em double	;
                 padding        :	10px	}
/*Paint in WaterCorour 更新情報*/
.dc7        {    font-size      :	1.6ex	;
                 line-height    :	1.6	;
                 background     :	#f0f0ff	;
                 border-left    :	#C055B5 0.5em double	;
                 border-right   :	#C055B5 0.5em double	;
                 padding        :	10px	}

/*------------------インライン要素-------------------*/
/*イタリック*/
.itl        {   font-style      :	italic	}
/*ボールド*/
.bold       {   font-size       :	4ex	;
                font-weight     :	bold	}
/*文字色*/
.c1         {    color          :	#21B2AC	}
.c2         {    color          :	#DD77FF	}
.c3         {    color          :	#4466FF	}
.c4         {    color          :	#DD6611	}
.c5         {    color          :	#11cc33	}
.c6         {    color          :	#DDDD00	}
.c7         {    color          :	#C055B5	}
/*日付の文字色*/
.date       {}
/*内輪の文字色*/
.uchiwa     {   color           :	#888888	}
/*何か忘れたけど文字を大きくする感じ？*/
.exp_txt    {    font-size      :	1.8ex	}
/*消去線を引きますよ*/
.miss       {    text-decoration:	line-through	}

/*--------------------ID指定---------------------*/
#headtxt    {    font-size      :	1.8ex	}