@charset "UTF-8";

dt.info a:hover, div#effecthead a:hover {
	text-decoration: none;
}

dt.info {
	margin-left: 10px;
	font-size: large;
}
dd.info {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: medium;
}
	
div#effect {
	margin-left: 10px;
	position: relative;
}

div#effecthead {
	float: left;
	text-decoration: underline;
	font-weight: bold;
	font-size: large;
	margin: 0px 20px 2px 5px;
}

div#customer {
	//margin-top: 10px;
	margin: 0px 0px 0px 20px;
	font-weight: bold;
	font-size: large;
}

div#effect p {
	clear: both;
	margin: 0px 0px 0px 25px;
	font-size: medium;
}

div.effects {
	//margin-top: 30px;
	clear: both;
}


div.effects ul li{
	border-style: solid;
	border-color: #ffcc66 #000000 #000000 #ffcc66;
	background-color: #ffcc66;
	width: 530px;
	margin: 1px 0px 2px 20px;
	font-size: large;
	font-weight: bold;
	list-style-type: none;
}

span.strong {
	color: #ff0000;
	font-style: italic;
	margin-right: 3px;
}

table#effectdetail {
	font-weight: bold;
	font-size: medium;
	border: 1px #000 solid;
}
table#effectdetail th {
	color: #fff;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	background: #4040a0;
	padding: 5px;
}
table#effectdetail tr.odd {
	background: #a0a0f0;
}
table#effectdetail tr.even {
	background: #d0d0ff;
}

table#effectdetail td {
	color: #000;
	padding: 5px;
}
div#effectnotice {
	margin-top: 0px;
	padding-top: 0px;
}

/* Footer */
div#footer {
        clear: both;
        text-align: center;
        font-size: small;
        font-weight: bold;
        background-color: #414141;
        width: 100%;
        display: block;
        padding: 0px;
        margin: 0px;
}
div#footer div#copy {
        color: #ffffff;
        vertical-align: middle;
        padding: 6px;
}
