@charset "UTF-8";

/* CSS Document */

/*========= 先生ＴＯＰレイアウト =========*/

#contentInfo img{
	border: none;
}

#contentInfo {
	width:750px;
	margin:0 auto;
}

#contentInfo h3{
	background:url(../images/greeting_title.gif) left no-repeat;
	width:750px;
	height:46px;
	text-indent:-99999px;
	margin-bottom:0px;
}

#contentInfo .greetingInfo{
	width:750px;
	margin:0 0 15px 0;
	padding:0;
}

#contentInfo .greetingLeftColumn{
	width:120px;
	margin:0;
	padding:0;
	float:left;
}
#contentInfo .greetingLeft{
	width:120px;
	margin:0;
	padding:0;
	background-color:#F7F5F0;
}
#contentInfo .greetingLeftColumn .cmsTopImage{
	margin:0;
	padding:15px 0 10px 12px;
}

#contentInfo .greetingLeftColumn .cmsTopName{
	text-align:center;
	font-size:11px;
	padding:0 3px 10px 3px;
	color:#666666;
	line-height: 140%;
}
#contentInfo .greetingLeftColumn .cmsIntertviewButton{
	width:120px;
	background:url(/shared/images/music_school/interview.gif) left no-repeat;
	display:block;
	text-indent:-99999px;
	padding-bottom: 5px;
}
#contentInfo .greetingLeftColumn .cmsIntertviewButton a{
	display:block;
	width:120px;
	height:35px;
	overflow: hidden;
	outline:none;
}
#contentInfo .greetingRightColumn{
	width:580px;
	margin:0;
	padding:0;
	float:right;
}

#contentInfo .greetingRightColumn .cmsGreetingText{
	padding:0 3px 10px 3px;
	color:#4F1206;
}

#RecommendationInfo {
	width:748px;
	position:relative;
	margin-bottom:15px;
	padding-top: 15px;
	padding-bottom:15px;
}

/*borderはカラーを変更*/
#RecommendationInfo .RecommendBorder {
	border: 1px solid #D6BEC6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width:100%;
}
html #RecommendationInfo .RecommendBorder{  
    height:expression(document.getElementById("RecommendationInfo").offsetHeight); /*IE 6*/
} 
 
/*背景の透過色の割合、背景画像の設定はこのソースを変更*/
#RecommendationInfo .RecommendOverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width:100%;
	/*背景に画像を設定*/
	/*background: url(../images/recommendation_bg.jpg) left top repeat;*/
	/*背景色を設定*/
	background: #FFF;
	/*透過の割合を設定*/
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
}
html #RecommendationInfo .RecommendOverlay{  
    height:expression(document.getElementById("RecommendationInfo").offsetHeight); /*IE 6*/ 
}  

#RecommendationInfo h3{
	background:url(../images/Recommendation_tittle.gif) left no-repeat;
	width:720px;
	height:34px;
	text-indent:-99999px;
	margin:0 0 15px 15px;
	position: relative;
}

#RecommendationInfo .RecommendBox{
	margin:0 0 15px 15px;
	width:720px;
	border-bottom: 1px solid #D3D3D3;
	position:relative;
}

#RecommendationInfo .RecommendBoxLast{
	margin:0 0 15px 15px;
	width:720px;
	position: relative;
}

#RecommendationInfo .cmsRecommendTittle{
	padding:0 3px 5px 3px;
	color:#692C93;
	font-weight: bold;
}

#RecommendationInfo .cmsRecommendSentence{
	padding:0 3px 5px 3px;
	color:#92736C;
}

#RecommendationInfo .cmsRecommendIntro{
	color:#692C93;
	padding:0 3px 10px 3px;
}
