/* 共通 */
body {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/head_bg.gif); 
	background-repeat: repeat-x; 
	background-color: #FFFFFF; 
	font: 80%; 
	color: #333; 
}


/* 共通 */
td {
	font: 80% "Geneva", "Arial", "Helvetica", "sans-serif"; 
}

p {
	line-height: 130%; 
}

h1 {
	font: 140%; 
	font-weight: bold; 
	color: #333; 
}

h2 {
	font: 130%; 
	font-weight: bold; 
	margin-bottom: -10px; 
	color: #333; 
}

#pnavi { 
	font-size: 80%; padding-top: 7px; padding-bottom: 12px; padding-left: 1px; 
}

#mini { 
	font-size: 80%; line-height: 130%; 
}

#drn { 
	color: #2C828D;
	font-weight: bold;
}

/* リンク */
a:link {
	color: #004E8C; text-decoration: none;
}

a:visited {
	color: #004E8C; text-decoration: none; 
}

a:hover {
	color: #004E8C; text-decoration: underline; 
}

a:active {
	color: #004E8C; text-decoration: none; 
}


@media print { /* printメディアの場合にのみ適用 */
	body { background-image: url(../img/spacer.gif); background-repeat: no-repeat; background-color: #FFFFFF; }
}


