/* class設定 */
.small, .xsmall, .large, .xlarge , .xxlarge{
	font-family:Arial, Verdana, sans-serif
}

/* リンク設定 */
A{}
A:link { color:#003366;text-decoration:underline}
A:visited { color: #003366;text-decoration:underline}
A:hover   { color: #006600;text-decoration:none}
A:active  { color: #0000FF;text-decoration:none}

/* Hタグ文字設定 */
h1 {
	font-size: 10px;
	margin: 0;
	color: #FFFFFF;
	background-color: #333333;
	width: 720px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
} 

/* ↓サイト毎の設定は以下に記載↓ */
body {
	margin: 0px;
	color: #333333;
	background-color: #DCDCDC;
}.box {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.judgebox {
	border: 1px solid #FF9900;
}
.solid_u {
	border-bottom: 1px solid #333333;
}
.solid_r {
	border-right: 1px solid #333333;
}

form {
	margin: 0px;
}

.dashed_ou {
	border-bottom: 1px dashed #FF6600;
}
.dashed_or {
	border-right: 1px dashed #FF6600;
}

.dashed_gu {
	border-bottom: 1px dashed #333333;
}
.dashed_gr {
	border-right: 1px dashed #333333;
}
