* {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: outside;
	list-style-image: none;
}
body {
	background-color: #d6d7d1;
	margin: 0px;
	padding: 0px;
}
li{/* IEでnavの隙間を無くすため必要 */
   display:inline;
   height:auto; 
}
a{/* IEでnavの隙間を無くすため必要 */

}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.flash {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
}
#contents {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7fdfe;
	background-image: url(images/con_bg.jpg);
	background-repeat: no-repeat;
}
#contents #leftCon {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
}
#leftCon .con1 {
	padding-bottom: 4px;
}
#leftCon .item1_2 {
	margin-top: 6px;
	height: 74px;
	width: 459px;
}


#leftCon .con2 {
	padding-top: 13px;
	padding-bottom: 4px;
}

#contents #rightCon {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
}
#rightCon .con1 {
	padding-bottom: 4px;
}

#rightCon .con2 {
	padding-top: 13px;
	padding-bottom: 4px;
}

#rightCon .movieBox {
	background-image: url(images/cm_bg.jpg);
	background-repeat: repeat-y;
	width: 251px;
	text-align: center;
}
#rightCon .movieBtnBox {
	background-image: url(images/cm2.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 251px;
	text-align: center;
}
#rightCon .movieBtnBox img {
	height: 26px;
	width: 111px;
	margin-top: 9px;
}

.movieBorder   {
	border: 1px solid #888888;
	padding: 1px;
	height: 125px;
	width: 165px;
	margin-left: auto;
	margin-right: auto;
}
#rightCon .news .newsIcon {
	vertical-align: top;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 14px;
}
#rightCon .news .newsText {
	padding-bottom: 5px;
	padding-top: 5px;
}
#rightCon .news a {
	text-decoration: none;
	color: #444444;
	font-size: 12px;
}
#rightCon .news a:hover {
	color: #28890f;
}
