/*
==================================================

    CSS File Name - redefine.css
    Last-updated: 2011-0829
	
    +1: Formatting Reset
    +2: Redefine

==================================================
*/


/*--------------------------------------------------
    +1: Formatting Reset
==================================================*/
 
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
}

strong,
em {
	font-weight: bold;
	color: #F00;
}

ol,
ul {
	list-style-type: none;
}

h1 {
	font-size: 1.5em;
	font-weight: bolder;
	color: #FF0;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 15px;
	color: #0F0;
	line-height: 1.3em;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	padding-top: 20px;
	line-height: 1.4;
}
h3r {
	font-size: 1em;
	font-weight: normal;
	padding-top: 20px;
	line-height: 1.3em;
	color: #FF0;
}
h4 {
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 15px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

address,
em {
	font-style: normal;
}

img {
	border: none;
	vertical-align: bottom;
}


table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}

button {
	cursor: pointer;
}

/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +2: Redefine
==================================================*/

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
