@charset "Shift_JIS";

/* ========================== Format ========================== */
/* kill 'Browser standard style' */
/* ブラウザがデフォルトで持っているStyleをいったん解除します */
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,form,select,option,input{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}



/* ========================== Re-definition ========================== */

/* MacIE5.x フォントサイズが大きめなので、MacIEのみこの指定を適用 */
p,td,th,li,dt,dd,select,textarea{
	font-size:86%;
	line-height:140%;
}

/* Except MacIE5.x その他のUAではこちらを適用 */
@media screen {
	p,td,th,li,dt,dd,select,textarea{
		font-size:100%;
	}
}

/* kill 'font-size Duplication' */
/* フォントサイズの重複指定を回避します。追加があった場合は、下記のフォーマットにしたがって書き加えてください。 */
td p,td li,td td,td th,
td select,td option,td textarea,
td h2,td h3,td h4,td h5,
td dt,td dd,
th p,th li,th td,th th,
th select,th option,th textarea,
th h2,th h3,th h4,th h5,
th dt,th dd,
li li,li h3,li h4,li h5,
li p,li dt,li dd,li td,
li th,li caption,
dt p,dt li,dt td,dt th,
dt select,dt textarea,dt h2,
dt h3,dt h4,
dd p,dd li,dd td,dd th,
dd select,dd textarea,dd h2,
dd h3,dd h4
{
	font-size:100% !important;
}

/* その他、統一的なフォーマット */
img{border-width:0;}
li{list-style-type:none;}
.clearLeft{clear:left;}
.clearRight{clear:right;}
.clearBoth{clear:both;}


/* 全ページ共通 */


body{
	background-image:url(./public_img/bg-top.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#FFE;
	color:#660322;
	margin:0;
	padding:0;
}

a:link{color:#0066ff;}
a:visited{color:#444444;}
a:hover{color:#FF6600;}

a img{border-width:1px;}

p a img{border:none;}

address{
	font-style:normal;
	font-size:86%;
}


abbr{
	border-bottom-style:dashed !important;
}

hr{
	border-bottom:solid 1px #660322;
}

p.hidden{
	display:none;
}

