/* flash -------------------------------------------*/

#flashcontent {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 5px;
	background: transparent url("../common/images/bg_container02.png") repeat-y;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=common/images/bg_container02.png,sizingMethod=scale);
}

#flashcontent .non {
	padding: 100px 0 50px;
	height: 200px;
	background-color: #ffffff;
	border-top: 1px solid #fff;
}

.logo /* styleRewrite */ {
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -465px;
	z-index: 100;
}


/* header ------------------------------------------*/

#header {
	padding-top: 10px;
	background-image: url("../images/index_header_bg.gif");
	border: none;
	z-index: 50;
}


/* main --------------------------------------------*/

#main /* styleRewrite */ {
	margin-top: 0;
}


/* pr -----*/

#main ul.pr {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#main ul.pr li {
	display: inline;
	padding-left: 40px;
	background: url("../images/index_pr_icon.gif") no-repeat 10px 3px;
}

#main ul.pr a:link { color: #333333; }
#main ul.pr a:visited { color: #333333; }
#main ul.pr a:hover { color: #ff6600; }
#main ul.pr a:active { color: #ff6600; }


/* layout -----*/

#main .contents /* styleRewrite */ {
	width: 620px;
	padding-left: 10px;
}

#main .side /* styleRewrite */ {
	padding-top: 0;
}

.contents .lesson_info {
	float: left;
	width: 230px;
}

.contents .pickup_others {
	float: right;
	width: 380px;
}


/* lesson -----*/

.contents .lesson {
	margin-top: -15px;
}

.contents .lesson .title {
	position: relative;
}

.contents .lesson .title .btn_list {
	position: absolute;
	top: 15px;
	right: 0;
}

.contents .lesson #lesson-movie {
	padding: 5px;
	background-color: #000000;
}

.contents .lesson #lesson-movie .non {
	padding: 15px;
	color: #ffffff;
}

.contents .lesson .btn {
	padding: 5px 10px 10px;
	background-color: #000000;
}


/* info -----*/

.contents .info {
	width: 230px;
	margin-top: 10px;
}

.contents .info .title {
	position: relative;
}

.contents .info .title ul.btn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contents .info .title ul.btn li {
	float: left;
}

.contents .info ul.list {
	position: relative; /* IE bug fix */
	height: 415px;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contents .info ul.list li {
	margin-bottom: 1px;
	padding: 10px 10px 10px 20px;
	background: #fff8fb url("../images/index_info_icon_list.gif") no-repeat 10px 15px;
}

.contents .info ul.list li img {
	margin-left: 5px;
	vertical-align: middle;
}

.contents .info ul.list li.odd { background-color: #fff1f7; }
.contents .info ul.list li.even { background-color: #fff8fb; }

.contents .info ul.list a:link { color: #333333; }
.contents .info ul.list a:visited { color: #333333; }
.contents .info ul.list a:hover { color: #ff6600; }
.contents .info ul.list a:active { color: #ff6600; }


/* pickup -----*/

.contents .pickup ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contents .pickup ul li {
	margin: 1px 0 4px;
}


/* archive -----*/

.contents .index_archive {
	clear: both;
	padding-top: 10px;
}

.contents .index_archive a.category {
	display: block;
	margin-top: 1px;
	padding: 1px;
	border: 1px solid #dddddd;
}
.contents .index_archive a.category:link { color: #333333; text-decoration: none; background-color: #ffffff; }
.contents .index_archive a.category:visited { color: #333333; text-decoration: none; background-color: #ffffff; }
.contents .index_archive a.category:hover { color: #333333; text-decoration: none; background-color: #f6f6f6; }
.contents .index_archive a.category:active { color: #333333; text-decoration: none; background-color: #f6f6f6; }

.contents .index_archive a.category:link .img,
.contents .index_archive a.category:visited .img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

.contents .index_archive a.category:hover .img,
.contents .index_archive a.category:active .img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.contents .index_archive .category .text {
	display: block;
	float: right;
	width: 366px;
	padding: 10px 15px 0;
}

.contents .index_archive .category .title {
	font-size: small;
	color: #da428d;
}

.contents .index_archive .category .date {
	margin-left: 20px;
	font-size: x-small;
	color: #cc0000;
}

.contents .index_archive .category .img {
	display: block;
	float: left;
	width: 220px;
	margin-top: 1px;
}


/* others -----*/

.contents .others {
	clear: both;
	position: relative;
	padding: 0 5px 55px;
	background: url("../images/index_others_bg.gif") repeat-y;
	overflow: visible;
}

.contents .others .fortune {
	float: left;
	width: 190px;
	padding-left: 5px;
}

.contents .others .fortune .btn {
	position: absolute;
	bottom: 5px;
	left: 17px;
}

.contents .others .blog {
	float: right;
	width: 190px;
}

.contents .others .blog #blogfeed {
	position: relative;
}

.contents .others .blog ul {
	margin: -60px 15px 0 20px;
	padding: 0;
	list-style-type: none;
}

.contents .others .blog ul li {
	margin: 5px 0;
	padding-left: 12px;
	background: url("../images/index_others_blog_icon.gif") no-repeat 0 5px;
}

.contents .others .blog ul a:link { color: #ffffff; text-decoration: underline; }
.contents .others .blog ul a:visited { color: #ffffff; text-decoration: underline; }
.contents .others .blog ul a:hover { color: #ffffff; text-decoration: none; }
.contents .others .blog ul a:active { color: #ffffff; text-decoration: none; }

.contents .others .blog .btn {
	position: absolute;
	bottom: 5px;
	right: 15px;
}


/* side -----*/

.side ul.banner {
	margin:20px 5px ;
	padding: 0;
	list-style-type: none;
}

.side ul.banner li {
	margin-bottom: 10px;
}
