@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/etc/smile_backGround.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #ffff66;
}

div.contentsDiv {
	width: 800px;
	margin: 0 auto 0 auto;
}

div.headerDiv {
	width: 740px;
	height: 80px;
	margin: 0 auto 20px auto;
}

div.headerDiv h1 {
	width: 740px;
	height: 80px;
	background-image: url(images/etc/smile_topLogo.gif);
	background-position: top left;
	font-size: 12px;
	line-height: 12px;
}

div.headerDiv h2 {
	font-size: 12px;
	line-height: 12px;
}

div.headerDiv span {
	display: none;
}

div.subLinks {
	position: relative;
	top: -60px;
	left: 600px;
	width: 120px;
}

div.subLinks ul li {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-left: 20px;
}

div.contentsMenu {
	width: 165px;
	float: right;
	padding-right: 30px;
}

div.wNewDiv {
	width: 550px;
	float: left;
	margin: 30px auto 0 auto;
	padding-left: 30px;
}

div.wNewDiv p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
	width: 380px;
}

img {
	border: none;
}

/* What's New */

img.wNew001 {
	float: left;
}

img.wNew002 {
	float: right;
}

img.wNew003 {
	float: left;
}

div.informationDiv {
	width: 550px;
	float: left;
	margin: 10px auto 0 auto;
	padding-left: 30px;
}

div.copyrightDiv {
	clear: both;
	width: 740px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

div.copyrightDiv p {
	font-size: 0.75em;
	color: #666666;
}

div.FlashDiv {
	width: 550px;
	float: left;
	margin: 0 auto 0 auto;
	padding-left: 30px;
}

td {
	padding: 10px 10px 10px 20px;
}

td img.presentImg {
	float: right;
}

td p.text01 {
	font-size: 0.8em;
	color: #666666;
	line-height: 1.5em;
}

td p.text02 {
	text-indent: 1.2em;
	font-size: 0.6em;
	color: #333333;
	line-height: 1.5em;
}

td.noPaddings {
	padding: 0;
}





/* - */
