@charset "EUC-JP";
/**/
/*
	CMS COMMON CSS  --  common . css
	200709  magrex

	# 概ねデフォルト値のクリアを目的としている

*/
/**/


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

* {
	padding: 0;
	margin: 0;
	}

html {
	}

body {
	}


/*	--------------------------------------------------------------------------------
	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;
	}


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

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

em {
	font-style: normal;
	}

strong {
	font-weight: normal;
	}

img {
	border: 0px none;
	}

input {
	}


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

.clear {
	clear: both;
	}




/*	eof
*/
