/* default set */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 75%;
	color: #666666;
	background: #fff url(/doglife/images/tmp/bg1.gif) ;
	margin: 0;
	padding: 0;
	line-height:130%;
}

#main { 
	margin: 0;
	border-left: 1px solid #ED192B;
	border-right: 1px solid #ED192B;
	background: #FFF;
	vertical-align: top;
	padding: 10px;
}

.tableA {
	border: 1px solid #ED192B;
	border-collapse:collapse;
	border-spacing: 0px;
}
	.tableA th {
		border-right: 1px solid #ED192B;
		border-bottom: 1px solid #ED192B;	
		padding: 10px;
		font-size: 87.5%;
 	background: #FFECEE;
		text-align: left;
		font-weight: normal;
		}
	.tableA td {
	 font-size: 87.5%;
		line-height:120%;
		padding: 10px;
		border-right: 1px solid #ED192B;
		border-bottom: 1px solid #ED192B;
		background: #fff;
		}

/* リンク */
a:link {
	color: #ED192B;
	text-decoration: normal;
}

a:visited {
	color: #ED192B;
	text-decoration: normal;
}

a:hover {
	color: #666666;
	text-decoration: normal;
}

/* フォント */
.r20 {font-size: 200%;}
.r18 {font-size: 175%;}
.r16 {font-size: 150%;}
.r14 {font-size: 125%;}
.r13 {font-size: 112.5%;}
.r12 {font-size: 100%;}
.r11 {font-size: 87.5%;}
.r10 {font-size: 75%;}
.r9 {font-size: 62.5%;}

/* 色指定 */
.cred {color: #FF0000;}
.cblue {color: #336699;}
.cgreen {color: #669933;}
.corange {color: #FF6600;}
.cbrown {color: #996633;}
.cwhite {color: #FFFFFF;}
