@charset "Shift_JIS";

/* メインコンテナ */
#mainCont {
	margin: 0px;
	padding: 0px;
	width: 744px;
}

/* タイトル周り */
#titleLeft {
	float: left;
	width: 511px;
	margin: 0px;
	padding: 0px;
}
#titleRight {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	width: 233px;
}
#greetLeft {
	width: 240px;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.6em;
}
#titleRight img {
	margin: 0px;
	padding: 0px;
}
#greetRight {
	width: 401px;
	float: right;
	clear: right;
	margin-bottom: 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.6em;
}

/* 詳細 */
#subCont {
	padding: 0px;
	width: 662px;
	margin-top: 0px;
	margin-right: 41px;
	margin-bottom: 0px;
	margin-left: 41px;
	clear: left;
}
#subCont #expart {
	margin-bottom: 5px;
}
#subCont #maker {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
#subCont #claft {
	margin-bottom: 5px;
	clear: right;
}

/* 最新情報 */
#whatsNew {
	background-image: url(../img/matsuri2008/c_02bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 662px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}
#whatsNewBox {
	height: 150px;
	width: 652px;
	padding-top: 5px;
	margin: 5px;
}
#whatsNew2 {
	overflow: scroll;
	overflow-x: hidden;
	width: 652px;
	height: 145px;
}
#whatsNew2 .wn {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E0BEB6;
	width: 620px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
}

/* 最新情報コンテンツ */
#whatsNew2 .date {
	color: #FF6600;
	text-align: center;
	float: left;
	width: 90px;
}
#whatsNew2 .content {
	text-align: left;
	clear: right;
	float: left;
	width: 350px;
	margin-bottom: 5px;
	color: #003333;
}
#whatsNew2 .wn img {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
a {
	color: #FFFF00;
	text-decoration: underline;
}
.floRt {
	float: right;
}
.floLt {
	float: left;
}
.floCleRt {
	clear: right;
}
.floCleLt {
	clear: left;
}
#whatsNew2 a {
	color: #416BFF;
	text-decoration: underline;
}
#whatsNew2 .content2 {
	text-align: left;
	clear: right;
	float: left;
	width: 500px;
	margin-bottom: 5px;
	color: #003333;
}

