@charset "shift_jis";
@import url("../../common/css/common.css");


/* branch用css */


/*  メニュー下img
------------------------------------------------------------------*/
#suggestion{ background-image: url( ../../images/title2.jpg ); }


/* 本文左側
------------------------------------------------------------*/
#contents p.pict{
	margin:10px 4px 0 0;
	padding:0 0 0 20px;
	float:left;
}


/* 本文右側テキスト
------------------------------------------------------------*/
#catch{
	font-size:small;
	width:420px;
	margin:0;
	padding:0 0 20px 0;
	float:right;
}

#catch h4{
	background-color:#eee;
	border-bottom:1px solid #000;
	margin:12px 10px;
	padding:4px 0;
}

#catch p{
	margin:15px 10px 5px 10px;
	padding:0;
}

#catch p.lot{
	line-height:18px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:24px 10px;
	padding:12px 0;
}

/* ul用 */
#catch ul{
	list-style-type:disc;
	margin:5px 20px 10px 40px;
	padding:0;
}

/* ol用 */
#catch ol{
	margin:5px 20px 10px 40px;
	padding:0;
}

#catch li{
	font-size: small;
	list-style-position:outside;
	margin:2px 0;
	padding:0;
}


/* table用 */
#catch th{ background-color: #eee; }

#catch th, #catch td{ border: 1px solid #999; }

#catch th.left, #catch td.left{
	width:40px;
	text-align:center;
	margin:0;
	padding:0;
}

#catch td ul { margin-left:15px; }