/*
	$Id: common.css,v1 $

	Kojima Guide Book'sWEB
	Copyright (c) 2008. Kojima Guide Book
	Create and Design by Seiki Nishijima

======================================================================
  Memo
・フォントサイズ固定のためOsakaとＭＳＰゴを指定。ヒラギノはおまけ。 060413
・共有ボックス専用

======================================================================
*/
/*------------------------------------
  
-------------------------------------*/
h2.contact {
	background-image: url(images/sub_contact.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	width: 500px;
	height: 35px;
	font-size: 10px;
	line-height: 10px;
	text-indent:-5000px;
}
h3.contact {
	background-image: url(images/sub_contact2.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	width: 500px;
	height: 35px;
	font-size: 10px;
	line-height: 10px;
	text-indent:-5000px;
}
p.contact {
	background-image: url(images/1.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 30px 0px;
	width: 500px;
	height: 150px;
	font-size: 10px;
	line-height: 10px;
	text-indent:-5000px;
}
table {
	margin: 10px 10px 0px 30px;
}
td {
	text-align: left;
}
span.attention {
	color: #ff0000;
	font-size: 10px;
	line-height: 10px;
}
/*------------------------------------
  備考
-------------------------------------*/
/*線種：border: *px (線種) #color;
none（無し）
solid（実線）・dotted（破線）・double（二重線）
groove（谷線）・ridge（山線）
inset（内線）・outset（外線）
*/

/*文字飾り：text-decoration
none（無し）
underline（下線）・overline（上線）
line-through（打ち消し線）
blink（点滅）・inherit（継承）

太字に限り以下：font-weight
normal（通常）と bold（太字）
*/
