@charset "UTF-8";

/*
==================================================

    CSS File Name - redefine.css
    Last-updated: 2010-05-14
	
    +1: Formatting Reset
    +2: Redefine

==================================================
*/



a:link {
	color: #82BE23;
}
a:visited {
	color: #153F5E;
}
a:hover {
	color: #DF3F86;
}
a:active {
	color: #FBB305;
}


/*--------------------------------------------------
    +1: Formatting Reset
==================================================*/
 
html,
body,
h1,
h2,
h3,
h4,
div,
p,
pre,
address,
blockquote,
ul,
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 {
	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
==================================================*/

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 76%;
	line-height:1.5;
	color:#333;
}

a {
	text-decoration:none;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

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 */