@charset "shift_jis";
/* ====================================
  File        : float.css
  Date        : 2007.03.20_N.Miyahara
  Last Update : 2007.03.27
===================================== */

/*画像の回り込み（左）*/
.photo_l {

float: left;
margin-right: 10px;

}

/*画像の回り込み（右）*/
.photo_r {

float: right;
margin-left: 10px;

}

/*タイトル画像の中に画像挿入（hタグの中に入れる）*/
.photo_on_title_1 {

float: right;
margin-top: 2px;
margin-right: 2px;

}

/*タイトル画像の中にテキスト挿入（hタグの中に入れる）*/
.text_on_title_1 {

font-size: 10px;
font-weight: normal;
float: right;
margin-top: 2px;
margin-right: 2px;

}
