@charset "euc-jp";

/*
	Site Name: connetta WEB Smart3
	Description: initial setting
	Version: 1.0
	Author: DIS_ART_WORKS
*/

/*===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
	3: font reset_and_setting
	4: link setting

==========================================================*/


/*===== 1: universal reset ===============================*/

* {
	margin:0;
	padding:0;

}


/*===== 2: body and base setting =========================*/

html {

}

body {
	text-align:center;/* box centering */
}


/* general params
--------------------*/
ul,ol {
	/*list-style-type:none;*/
	list-style-position: outside;
	margin-left:1.5em;
	
	
}
ol {

	margin-left:2em;
	
}

img {
	border:none;
	vertical-align:bottom;
}

/*===== 3: font reset_and_setting ========================*/
* {
	font-size:100%;
}

body {
	font-size:62.5%;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	line-height:1.4;
}

#wrapper {
	font-size:1.4em;
}

/*===== 4: link setting ==================================*/
a {
	color: #321152;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#3b478c;
	text-decoration:underline;
}