@charset "utf-8";
@import url(cmn.css);
@import url(base.css);



#title h1{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-repeat: no-repeat;
	background-position: left top;
	
}

#title{
	clear: both;
	background-image: url(../images/site/title_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 176px;
	position: relative;
	margin-bottom: 10px;
}
	#title div{
		position: absolute;
		top: 0;
		left: 0;
	}
	#title h1 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 176px;
	width: 100%;
	background-image: url(../images/site/title.gif);
	}
	
	
/*----------------------------ContainerL-----------------------------------*/
#side_navi{
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}

#side_navi h4{
	background-image: url(../images/site/side_navi.gif);
	height: 39px;
	width: 230px;
	margin-bottom: 5px;
}


#side_navi li{
	background-image: url(../images/site/side_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	
}

#side_lesson a{
	background-image: url(../images/meiden/side_lesson.gif);
	height: 71px;
	width: 230px;
	margin: 10px;
}

#side_join a{
	background-image: url(../images/meiden/side_join.gif);
	height: 67px;
	width: 230px;
	margin: 10px;
}


/*----------------------------ContainerR-----------------------------------*/
#containerR h4{
	color: #2392D6;
	background-image: url(../images/site/side_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.li_num li{
	list-style-type: decimal!important;
	list-style-position: inherit;
	margin-left: 20px;
}
