@charset "utf-8";
/*--------------------------------------
	■ common.css ■
	Last Update: 2009/06/11
	- Tags & classes Default
	- Base colorize
	- Common Classes
	- Header (wrapper #ID or .class name here)
	- Footer (wrapper #ID or .class name here)
	- Navigations (wrapper #ID or .class name here)
---------------------------------------*/



/*--------------------------------------
  Tag & classes Default
---------------------------------------*/
h1, h2, h3, h4 {
	margin: 0 0 8px;
	}

h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.8em;
	}
h3 {
	font-size: 1.6em;
	}
h4 {
	font-size: 1.4em;
	}
p,
li,
li li, li li li,
dt, dd,
dt li, dd li,
li dt, li dd,
th, td,
th p, td p {
	font-size: 1.3em;
	}



/*--------------------------------------
  Base colorize
---------------------------------------*/
body {
	background: url(../img/bg.png) repeat-x #0089d0;
}

body.leaf {
	background: url(../img/bg_leaf.png) repeat-x #0089d0;
}
	
/*--------------------------------------
  Common Classes
---------------------------------------*/

.bgWrapper{
	background:url(../img/bg_header_misc.png) no-repeat top center;
}


.header {}

.content {
	padding: 0 0 30px;
	background: #0089d0;
}

.footer {
	position: relative;
	height: 50px;
	background: #000000;
}

/*--------------------------------------
  Header (wrapper #ID or .class name here)
---------------------------------------*/

.header .siteHeader {
	position: relative;
	height: 110px;
	background: url(../img/header_bg.png) repeat-x #028ad1;
}

.header .siteHeader .siteLogo {
	position: absolute;
	top: 14px;
	left: 15px;
}

.header .siteHeader .btnJoin{
	position: absolute;
	top: 25px;
	left: 250px;
}

.header .globalNav {
	z-index: 100;
}
.header .globalNav ul {
	margin: 0;
	padding: 0 15px 0 0;
	border-left: 1px solid #a7a7a7;
}

.header .globalNav ul li {
	float: left;
	border-right: 1px solid #a7a7a7;
}

.header .globalNav ul li .date {
	display: block;
	width: 172px;
	height: 52px;;
	background: url(../img/gNav_schedule.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.header .globalNav ul li.potato-menu-hover .date {
	background-position: left bottom;
}

.header .globalNav ul li .course {
	display: block;
	width: 190px;
	height: 52px;
	background: url(../img/gNav_course.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.header .globalNav ul li.potato-menu-hover .course {
	background-position: left bottom;
}


.header .globalNav ul li ul {
	display: none;
	margin: 0;
	padding: 0;
	background: #000;
}

.header .globalNav ul li ul li {
	float: none;
	display:list-item;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #262626;
}

.header .globalNav ul li ul li a{
	display: block;
	padding: 0 5px 0 20px;
	width: 230px;
	height: 32px;
	background: url(../img/arrow_dropdown_off.png) 7px center no-repeat;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
}

.header .globalNav ul li ul li a:hover{
	background: url(../img/arrow_dropdown_on.png) 7px center no-repeat #038bd1;
	color: #fff;
	text-decoration: none;
}

.header .keyvisual {
	position: relative;
	height: 369px;
	background: url(../img/bg_keyvisual_top2.png) left top repeat-x #333333;
	border-bottom: 1px solid #2ea1dd;
	z-index: 50;
}

.header .keyvisual .catch {
	position: absolute;
	top: -162px;
	right: 0;
	z-index: 90;
}

body:nth-of-type(1) .header .keyvisual .catch{right: -1px;}
* html .header .keyvisual .catch{_right: -1px;}

.header .keyvisual .clipPickup {
	position: absolute;
	top: 200px;
	left: 147px;
	width: 330px;
	z-index:80;
}

.header .keyvisual .clipPickup h3{
	float: left;
}

.header .keyvisual p.more{
	float: right;
}

.header .keyvisual .clipPickup .clipList{
	margin: 0;
	padding: 0;
}

.header .keyvisual .clipPickup .clipList li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.header .keyvisual .clipPickup .clipList li.last{
	margin: 0;
}

.header .keyvisual .clipPickup .clipList li a {
	position: relative;
	display: block;
	width: 159px;
	height: 114px;
	z-index: 55;
}

.header .keyvisual .clipPickup .clipList li a .photo {
	position: absolute;
	left:0;
	top:0;
	border: 6px solid #fff;
	z-index: 60;
}

.header .keyvisual .clipPickup .clipList li a .playBtn {
	position: absolute;
	left: 51px;
	top: 19px;
	opacity: 0.9;
	z-index: 65;
}

.header .keyvisual .clipPickup .clipList li a .label {
	position: absolute;
	left: 26px;
	top: 85px;
	z-index: 65;
}


.header .keyvisual .badgeSchedule {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index:80;
}

.header .keyvisual .pageTitle {
	position: absolute;
	top: 25px;
	left: 147px;
	z-index:80;
}

.header .keyvisual .pageDesc {
	position: absolute;
	top: 110px;
	left: 147px;
	z-index:80;
}

.header .keyvisual .keyvisualImg {
	position: absolute;
	top: 0;
	right: 0;
}

.leaf .header .keyvisual {
	position: relative;
	height: 169px;
	background: url(../img/bg_keyvisual_leaf2.png) left top repeat-x #333333;
	border-bottom: 1px solid #2ea1dd;
	z-index: 50;
}

.leaf .header .keyvisual .keyvisualImg {
	left: 0;
}

.leaf .header .keyvisual .pageTitle {
	left: 383px;
	top: 25px;
}

.leaf .header .keyvisual .pageDesc {
	left: 383px;
	top: 104px;
	width: 525px;
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.5em;
}


ul.potato-menu ul.potato-menu-group {
	z-index:999;
}



/*--------------------------------------
  Footer (wrapper #ID or .class name here)
---------------------------------------*/

.footer-inner {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

 .footerlogo {
	position: absolute;
	top:15px;
	left: 0;
}

.footer .copyright {
	position: absolute;
	top: 19px;
	right: 0;
}

