/* 基本設定 */

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
}

body,td,th {
	font-size: 14px;
	line-height: 16px;
}

/* リンク指定（テキスト） */
a{color: #000099;text-decoration: underline;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;	color: #000099;}

.top {
	color: #FFFFFF;
	text-align: left;
	text-weight: bold;
	padding-left: 220px;
	margin-top: -20px;
}

/* コピーライト指定 */
.copy {
	font-size: 10px;
	color: #aaaaaa;
	font-family:verdana,arial,helvetica;
	text-align: center;
}


/* タイトル */
.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 7px;
	border-left-style: solid;
	line-height: 30px;
}

/* サブタイトル */

.box {
	background-color: #dddddd;
	border:solid 1px #666666;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	}

/* フリガナ */

.furi {
	font-size: 10px;
	font-weight: normal;
	}


/* ＵＲＬ */

.hpurl {
	padding-top:5px;
	font-size: 20px;
	font-weight:bold;
	font-family:verdana,arial,helvetica;
	line-height: 120%;
	}

.waku {
	border: 1px solid #999999;
}


/* 掲示板関連 */

/*入力モードを強制的半角に（IE以外のブラウザでは無効となる場合あり）*/
.han  { ime-mode: disabled; } 

/*フッターのcopyrightの文字の設定*/
.exp { font-size: 9pt; font-family: 'Arial,Default'; }

