/*
	$Id: common_top.css,v1 $

	Kojima Guide Book'sWEB
	Copyright (c) 2008. Kojima Guide Book
	Create and Design by Seiki Nishijima

======================================================================
  Memo
・フォントサイズ固定のためOsakaとＭＳＰゴを指定。ヒラギノはおまけ。 060413
・共有ボックス専用

======================================================================
*/

/*------------------------------------
  トップページ
-------------------------------------*/

h2.searchG {
	background-image: url(images/search_gen.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	width: 500px;
	height: 35px;
	font-size: 10px;
	line-height: 10px;
	text-indent:-5000px;
}

h2.searchM {
	background-image: url(images/search_map.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	width: 500px;
	height: 35px;
	font-size: 10px;
	line-height: 10px;
	text-indent:-5000px;
}
iframe.cmText {
	margin: 0px;
	padding: 0px;
	width: 460px;
	height: 85px;
}
/*------------------------------------
  トップナビ
-------------------------------------*/
img.topMenu {
	margin: 0px 20px 10px 0px;
}
img.topMenuR {
	margin: 0px 0px 10px 0px;
}
/*------------------------------------
  備考
-------------------------------------*/
/*線種：border: *px (線種) #color;
none（無し）
solid（実線）・dotted（破線）・double（二重線）
groove（谷線）・ridge（山線）
inset（内線）・outset（外線）
*/

/*文字飾り：text-decoration
none（無し）
underline（下線）・overline（上線）
line-through（打ち消し線）
blink（点滅）・inherit（継承）

太字に限り以下：font-weight
normal（通常）と bold（太字）
*/
