@charset "utf-8";
/*
	Site Name: stars' eye clinic
	Description: default setting
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/
body {
	text-align:center;/* box centering */
	margin: 0px;
	padding: 0px;
	color:#666;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-variant:normal;
	background:url(../img/bg_body.jpg) repeat-x left top #ffffff;
	height: 100%;
}


/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0px;/* margin&padding reset */
/*	line-height: 1.4; base line height */
	text-align: left;
	margin: 0px;
	font-size: small;
}


table {
	margin : 0;
	empty-cells: show;
}
th{font-weight:normal; text-align:left; vertical-align:top;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;
	margin:0;
	padding:0;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: link setting ===========================
*/
a:link{
	color: #D25578;
	text-decoration:underline;
}
a:visited{
	color: #D25578;
	text-decoration:underline;
}
a:hover{
	color: #D25578;
	text-decoration:none;
}
a:active{
	color: #D25578;
	text-decoration:none;
}
