@chaerset "utf-8";

/*--------------------------------
    基本情報
--------------------------------*/

body {
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku GothicPro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 160%;
}

a:link {
	color: #FF3366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF3366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#666666;
	font-weight: bold;
	text-decoration:none;
}

/*--------------------------------
    メインコンテンツ
--------------------------------*/

td.bar b {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	padding: 10px 60px;
	background: url(../img/titleber.gif) no-repeat;
}

div.info p {
	font-size: 10px;
}

/*--------------------------------
    フッター
--------------------------------*/

td.footer address {
	color: #000000;
	font-size: 8pt;
}

