
/*
	Site Name: Miky Way
	Description: initial setting
	Author: Yuichi Kageyama (graphova design)
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
	3: link setting

==========================================================
*/

/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: normal 1.4 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color:#000;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}

table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }

img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

li { list-style: none; }/* link do not want a dot */





/*
===== 3: link setting ===========================
*/

a:link{
	color: #8b8385;
	text-decoration: none;
	}

a:active{
	color: #675552;
	text-decoration: none;
	}

a:visited{
	color: #8b8385;
	text-decoration: none;
	}

a:hover{
	color: #675552;
	text-decoration: underline;
	}



p a:link{
	color: #ff1895;
	text-decoration: none;
	}

p a:active{
	color: #675552;
	text-decoration: none;
	}

p a:visited{
	color: #ff1895;
	text-decoration: none;
	}

p a:hover{
	color: #ff43a9;
	text-decoration: underline;
	}

