/*
Copyright(c)2006 LIBERAL Co., Ltd. All Rights Reserved.
http://www.liberal-ad.co.jp
*/

/**********staff.html用**********/


/**---サイト内共通 ---***/

@import url(master.css);

/**---スタッフボイス用指定 ---***/

body{ background: url(../img/staff/bg.gif) repeat-x top;}
a{ color: #6c0000;}
a:hover{ color: #c30000;}

/*上部〜リードまでの背景画像指定*/
#cont_t{ background: url(../img/staff/bg_cont_t.gif) no-repeat top center;}

/*コンテンツメインタイトル*/
h1{ background: url(../img/staff/ttl.gif) no-repeat;}
/*サブタイトル共通*/
h2{ height: 40px;}

/*見出しとリード画像指定*/
#read{ margin: 0; background: url(../img/staff/main_read.jpg) top no-repeat;}

/*サブタイトル*/
h2#h2_1{ background: url(../img/staff/ttl_1.gif) no-repeat left bottom;}
h2#h2_2{ background: url(../img/staff/ttl_2.gif) no-repeat left bottom;}
h2#h2_3{ background: url(../img/staff/ttl_3.gif) no-repeat left bottom;}
h2#h2_4{ background: url(../img/staff/ttl_4.gif) no-repeat left bottom;}
h2#h2_5{ background: url(../img/staff/ttl_5.gif) no-repeat left bottom;}

/*本文　各段落背景画像指定*/
#kiji1,#kiji2,#kiji3,#kiji4,#kiji5{ _height: 207px; min-height: 207px; padding: 15px 290px 0 10px;}
#kiji1{ background: url(../img/staff/img_1.jpg) top right no-repeat;}
#kiji2{ background: url(../img/staff/img_2.jpg) top right no-repeat;}
#kiji3{ background: url(../img/staff/img_3.jpg) top right no-repeat;}
#kiji4{ background: url(../img/staff/img_4.jpg) top right no-repeat;}
#kiji5{ background: url(../img/staff/img_5.jpg) top right no-repeat;}
p{ font-size: 93%; margin: 0;}

/*****印刷用指定*****/
@media print {
 p{ _padding-right: 95px;}
  }