@charset "utf-8";
/*
	Site Name: NEWS-S
	Description: initial setting
	Version: 1.0
	Author: Vital Service.Inc,
*/

/*
===== 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;
	margin: 0px;
	padding: 0px;
	background-color:#FFEFFB;
	color:#3F3F3F;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background:url(../img/bg.gif) center top repeat-y;
	background-color:#ffeffb;
}

/* 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.4;/* 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;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: link setting ===========================
*/
a:link   {color: #3C6432; text-decoration: underline;}
a:visited{color: #3C6432; text-decoration: underline;}
a:hover  {color: #3C6432; text-decoration: none;}
a:active {color: #3C6432; text-decoration: none;}

