/*
	style sheet for Gaba menu
*/

/*
	Ancher & img
*/

img.group_box {
	margin:10px;
	float:left;
}

a.link{
	background:url("../../aboutgaba/img/arrow.gif") no-repeat;
	height:9px;
	padding:0 0 0 10px;
	//padding:0 0 0 10px;
	font-size:11px;
	text-decoration:underline;
	line-height: 1em;
}

/*
	Wrapper
*/
div#lesson_wrap {
	width	:738px;
	height: 265px;
	background-color:#ffffff;
}

div#lesson_wrap p {
	line-height: 1.3em;
}

/*
	roll over button
*/
a.roll_overbtn{
	display:block;
	//display:inline;
	width:161px;
	//width:181px;
	height:21px;
	//height:31px;
	font-size:12px;
	padding:10px 0 0 20px;
	//padding:10px 0 0 20px;
	margin:0 0 6px 0;
	color:#00ab25;
	font-weight:bold;
	background: url("../../aboutgaba/img/button.gif") 0 0 no-repeat; 
	text-decoration: none; 
}

a:hover.roll_overbtn{
	background-position: -181px 0;
	color:#ffffff;
}

a.roll_overbtn2{
	display:block;
	//display:inline;
	width:191px;
	//width:211px;
	height:21px;
	//height:31px;
	font-size:12px;
	padding:10px 0 0 20px;
	//padding:10px 0 0 20px;
	margin:0 0 6px 0;
	color:#00ab25;
	font-weight:bold;
	line-height: 1em;
	background: url("../../aboutgaba/img/button2.gif") 0 0 no-repeat; 
	text-decoration: none; 
}

a:hover.roll_overbtn2{
	background-position: -211px 0;
	color:#ffffff;
}


/*
	group box
*/
div#lesson_group_top {
	width:738px;
	height:31px;
	background:url("../../aboutgaba/img/group_box_top.gif") bottom no-repeat;
}

div#lesson_group_middle {
	width:738px;
	background:url("../../aboutgaba/img/group_box_middle.gif") repeat-y;
}

div#lesson_group_bottom {
	width:738px;
	height:8px;
	background:url("../../aboutgaba/img/group_box_bottom.gif") top no-repeat;
	overflow:hidden;
}

/*
	group box content
*/
div#lesson_group_topcontent {
	padding:8px 0 0 12px;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	line-height: 1em;
}

div#lesson_group_middlecontent {
	width:738px;
}

div#lesson_group_middlecontent_left {
	float:left;
	width:526px;
}

div#about_group_middlecontent_left {
	float:left;
	width:505px;
}


div#lesson_group_middlecontent_right{
	float:left;
	width:181px;
}

div#lesson_group_middlecontent_right_body{
	margin:8px 0 0 0;
	float:left;
	width:181px;
}

div#lesson_group_picture {
	float:left;
	margin:10px 10px 0 10px;
	width:206px;
	height:138px;
}

div#about_group_picture {
	float:left;
	margin:10px 10px 0 10px;
	width:206px;
	height:210px;
}

div#lesson_group_leftcontent{
	float:left;
	margin:5px 0 0 0;
	width:300px;
}

div#about_group_leftcontent{
	float:left;
	margin:5px 0 0 0;
	width:260px;
}


div#border_vert {
	margin:5px 10px 0 0;
	width:1px;
	height:155px;
	float:left;
	background:url("../../aboutgaba/img/border_vert.gif") repeat-y;
}

div#about_border_vert {
	margin:5px 10px 0 0;
	width:1px;
	height:220px;
	float:left;
	background:url("../../aboutgaba/img/border_vert.gif") repeat-y;
}


div#push {
	clear:both;
}

/*
 	p class
*/
div#lesson_group_leftcontent p{
	margin:5px 0 5px 0;
}

div#about_group_leftcontent p{
	margin:5px 0 5px 0;
}

.green_small {
	font-size:11px;
	color:#00ab25;
}

.green_normal {
	margin:0 0 5px 0;
	font-size:12px;
	color:#00ab25;
	line-height: 1.1em;
}

.green_big {
	font-size:20px;
	color:#00ab25;
	font-weight:bold;
}

.littlebig {
	font-size:12px;
	font-weight:bold;
}

.normal {
	font-size:12px;
}

