/* CSS Document */

/***********************************************/
/* news.css					  */
/* Use with template newsstyle */
/***********************************************/

/* レイアウトの設定*/
/* ラッパーの設定*/
#newsbox_wrap{ position:relative; width:600px; margin:0px auto; text-align:left; margin:0 0 2em 0; padding:0 0 .5em 0;}
/* ヘッダーの設定*/
#newsbox_head{ width:100%; }
/* 左側の設定*/
#newsbox_left{ width:130px; float:left; }

/* 右側の設定*/
#newsbox_right{ width:430px; float:left; border-left:1px dotted #cbcbcb; padding:.5em 0 .5em .8em; }

/* フッターの設定*/
#newsbox_foot{position:relative; width:100%; clear:both;}

/* 装飾*/
#newsbox_right p{ width:auto; margin:0 0 10px 0; padding:0 0 10px 0;}
#newsbox_left h4 { padding:0; margin:0 .8em; text-align:right; color:#aaaaaa; font-family:Georgia, "Times New Roman", Times, serif; font-size:large; } 
.tags { padding:.5em .8em; text-align:right;}
.tags span{ font-size:large; padding:.5em 0; color:#eeeeee; }
