@charset "UTF-8";

/*
==================================================

    CSS File Name - redefine.css
    Last-updated: 2010-05-14
	
    +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 {
	display: block;
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
}

strong,
em {
	font-weight: bold;
}

ol,
ul {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

address,
em {
	font-style: normal;
}

img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	vertical-align: bottom;
	padding:0;
	margin:0;
}


table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
	padding:0px;
	margin:0px;
}

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;
}


/*----------------------------------------------------------------------*/
html {
	overflow-x: visible;
}

/*--------------------------------------------------
    +2: Redefine
==================================================*/

body {
	color: #333;
	font-family:Tahoma,sans-serif;
	font-size: 12px;
	line-height:150%;
}

a {
	text-decoration:none;
	color:#333;
}

a:link {
	text-decoration:none;
	color:#333;
}

a:visited {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}


/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 
