@charset "UTF-8";
/**/
/*
	common . css
	200908  magrex

*/
/**/


/*	--------------------------------------------------------------------------------
	base
*/

* {
	padding: 0;
	margin: 0;
	}

html {
	height: 100%;
	}

body {
	position: relative;
	height: 100%;
	line-height: 100%;
	}


/*	--------------------------------------------------------------------------------
	block
*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	text-decoration:none;
	}

address {
	font-style: normal;
	}

ul,
ol {
	list-style: none;
	}

table {
	border: 0px none;
	border-collapse: collapse;
	border-spacing: 0;
	}
th,
td {
	text-align: left;
	font-weight: normal;
	border: 0px none;
	}


/*	--------------------------------------------------------------------------------
	either
*/

:focus {
	outline: none;
	}


/*	--------------------------------------------------------------------------------
	inline
*/

a,
a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: none;
	}

em {
	font-style: normal;
	}

strong {
	font-weight: normal;
	}

blockquote,
q {
	quotes: none;
	}

ins,
del {
	text-decoration: none;
	}

fieldset,
img {
	border: 0px none;
	vertical-align: bottom;
	}

input {
	}


/*	--------------------------------------------------------------------------------
	general class
*/

.clear {
	clear: both;
	}




/*	eof
*/
