@charset "utf-8";

/*
==================================================

    CSS File Name - redefine.css
    Last-updated: 2010-06-23
	
    +1: Formatting Reset
    +2: Redefine

==================================================
*/


/*--------------------------------------------------
    +1: Formatting Reset
==================================================*/

* {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

li{
	list-style: none;
}

table {
	border-collapse: collapse;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +2: Redefine
==================================================*/

body {
	color: #61605E;
	font-family: osaka, Meiryo, "メイリオ", verdana, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}

a {
	color: #010101;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

/*----------------------------------------------------------------------*/