@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: container
 * 4: header
 * 5: content
 * 6: navi
 * 7: footer
 * 8: others
 *
 * ****************************
 */


/*
======= 1: general style =======
*/
* {
	color: #000000 !important;
	width: auto !important;
	margin: 0;
	padding: 0;
	font-style: normal;
	background: none;
}

/*
======= 2: body =======
*/
body {
	font-size: 11pt !important;
	text-align: center;
	background: #FFFFFF;
}

/*
======= 3: container =======
*/
#container {
}

/*
======= 4: header =======
*/
#header {
}

#logo {
}
#logo a {
}

/*
======= 5: content =======
*/
#contentArea {
}

#contents {
}

/*
======= 6: navi =======
*/
#side {
}

#topicPath {
}

/*
======= 7: footer =======
*/
#footer {
}
#footer ul {
}

#toTop {
}

#footerLogo {
}

#copyright {
}

/*
======= 8: others =======
*/
h1,h2,h3,h4 {
}
/*----*/
a:link,
a:visited,
a:hover {
}


