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

	# 初期値 と よく使う設定

*/
/**/


/*	--------------------------------------------------------------------------------*/
/*	--------------------------------------------------------------------------------
	初期値
*/


/*	--------------------------------------------------------------------------------
	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-type: 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 {
	border: 0px none;
	}



/*	--------------------------------------------------------------------------------*/
/*	--------------------------------------------------------------------------------
	よく使う設定
*/

.clear {
	clear: both;
	}





/*	eof
*/
