/* ----- 定義済み oakjapan ---- */

/* << 基本定義 >> ..初期設定イメージは極力残す.. */


a {text-decoration: none;}

a:hover {
	color: #FF3300; 
	text-decoration: underline;
	}

img { border: none;} 

/* << 専用定義 >>  */

h2.oak_title {
	line-height: 1; 
	font-size: 13px;
	} /*ページタイトル文字 */

h3.oak_bar {
	display : inline; 
	font-size : 12px;
	} /*メニューバー重ね文字 */

p.oak_txt {
	margin: 0px 10px 0em 10px;
	font-size: 93%;
	letter-spacing: normal;
	line-height:150%;
	} /* ユーザー本文デザイン */

p.oak_lst {
	margin: 2px 4px 0em 4px;
	font-size: 64%;
	letter-spacing: normal;
	line-height:120%;
	} /* ユーザー表内デザイン */

em.sh { 
	background-color: yellow; 
	font-style: normal; }  /* 検索結果文字 */


