h1 {
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.mini {
	color: #333333;
	font-size: 10px;
	line-height: 19px;
}

.normal {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

.large {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}

.largest {
	color: #333333;
	font-size: 18px;
}

.bg_norepeat{
	background-repeat: no-repeat;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FF6C00;
	text-decoration: none;
}
a.white:active {
	color: #FF6C00;
	text-decoration: none;
}


a.black1:link {
	color: #333333;
	text-decoration: none;
}
a.black1:visited {
	color: #333333;
	text-decoration: none;
}
a.black1:hover {
	color: #FF6C00;
	text-decoration: none;
}
a.black1:active {
	color: #FF6C00;
	text-decoration: none;
}


a.black2:link {
	color: #333333;
}
a.black2:visited {
	color: #333333;
}
a.black2:hover {
	color: #FF6C00;
}
a.black2:active {
	color: #FF6C00;
}


a:link {
	color: #004B80;
}
a:visited {
	color: #004B80;
}
a:hover {
	color: #FF6C00;
}
a:active {
	color: #FF6C00;
}

ul {
	list-style-image:url("../_img4/list.gif") ;
}


.midashi02 {
	margin:15px 0px 5px 0px;
	padding:3px 3px 3px 8px;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
}

caption {
	text-align:left;
	color: #ffffff;
	background-color:#cccccc;
	font-weight:bold;
}
.delete {
	text-decoration: line-through;
	color: #333333;
}
.red_strong { font-weight:bold
	color: #FF0000;
}


table.pac {
	background-color: #999999;
	margin-top: 20px;
	margin-bottom: 10px;
}

table.pac td.imagearea {
	background-color: #FFFFFF;
	text-align: center;
}

table.pac td.textarea {
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}

table.pac2 {
	background-color: #CCCCCC;
	margin-left: 15px;
}

table.pac2 td {
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
}

.pactitle {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 10px;
}

.pactext {
	margin-top: 10px;
	margin-left: 15px;
}

.mt20 {
	margin-top: 20px;
}
