
/* ---------- common.css ---------- */

/* テキストリンクの装飾 */
a:link {
	color:#06c;
	text-decoration:underline;
}

a:active {
	color:#39f;
	text-decoration:underline;
}

a:visited {
	color:#96c;
	text-decoration:underline;
}

a:hover {
	color:#39f;
	text-decoration:underline;
}


/* FORMのマージン指定 */
form { 
margin: 0px;
} 


/* 左側10px空けるテーブルのマージン指定 */
table.l10{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/* ブロック要素のマージン指定 */
div {
	margin:0 0 0 0px;
}


/* フォントカラー赤：注意 */
.red {
	color:#f00;
}


/* フォントカラー（アートブルー）：注意 */
.blue {
	color:#0050c8;
}


/* フォントカラー白：注意 */
.wh {
	color:#fff;
}


/* フォントカラー白（太い）：注意 */
.whb {
	font-weight:bolder;
	color:#fff;
}


/* FAQテキスト：注意 */
.q {
	font-weight:bolder;
	color:#cc66ff;
}


/* テーブルテキストのフォントカラー：注意 */
.table {
	color:#666;
}


/* テーブルテキストの青太字フォントカラー：注意 */
.tbb {
	font-weight:bolder;
	color:#0050c8;
}

/* テーブルテキストの緑太字フォントカラー：注意 */
.tbg{
	font-weight: bolder;
	color: #1f7e09;
}

input{
	vertical-align: middle;
}

/* 「＊」赤の装飾 */
.as {
	color:#f00;
	font-size:16px;
}

/*テキストエリア、インプットタグのフォント指定*/
.SCJ{
	font-family:Osaka, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック"
}


table.sslblk {
	width: 690px;
}
#footer {
	padding: 4px 0;
	width: 700px;
	color: #ffffff;
	background: #037cd7;
}

#footer a img {
	border: none;
}

/* ボタン形状 */
input[type="button"],
input[type="submit"]{
	width: 120px !important;
	padding: 0.5em 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif!important;
}
input[name="btSearchAddress"] {
	width: 90px !important;
	padding: 0.2em 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif!important;
}