﻿@charset "utf-8";
@import url(./cmn.css);

/************************
 　若手の会
************************/

h2.young {
	width:800px;
	height:60px;
	margin:0 0 20px 0;
	padding:0;
	background:url(../img/young/title.jpg) no-repeat;
	text-indent:-9999px;
	}


a.mail { 
	color:#ff3399;
	}

/*************************
  若手の会テーブル設定
**************************/

.young_tbl {
  margin:10px;
  padding:0;
  width:760px;
  line-height:140%;
    }

.young_tbl table{
  margin:0px;
  padding:0;
  border-top:1px solid #999;
  border-left:1px solid #999;
  }
  
.young_tbl td {
  margin:0;
  padding:5px;
  border-bottom:1px solid #999;
  border-right:1px solid #999;
  }

/*************************
  若手の会テーブル設定（ボーダ－無）
**************************/
.young_tbl2 {
  margin:10px;
  padding:0;
  width:760px;
  line-height:140%;
    }
/*************************
  若手の会　テキスト設定
**************************/  
.font15 {
	font-size:15px;
	font-weight:bold;
	 line-height:150%;
	}
	 
.txt_area {
  margin:5px 10px;
  width:760px;
  }

.txt_area_bg {
  width:480px;
  padding:15px;
  margin:5px 0;
  background:#FFEFD7;
  text-align:left;
   }
  
.txt_red_bold15 {
  font-size:15px;
  color:#FF3333;
  font-weight:bold;
  }


    


