@import"../../css/base.css";

/***** トップ限定のメニュー *****/

/**********************/
/*** メイン情報 START */
/**********************/
#me_main01{
	margin-left:20px;
}

/* タイトルパンくず  */
p#me_title{
	background:url("../../pic/bg_titlebase.jpg") no-repeat left bottom;
	text-align:left;
	padding:0 0 5px ;
	margin:7px 0 20px 0;
	font-weight:normal;
	font-size:13px;
}

p#me_title a{
	font-weight:normal;
	font-size:13px;
	}

/* H2タグ  */
#me_caption_l h2{
     font-size: 12px;
	 line-height: 18px;
	 letter-spacing: normal;
	 font-weight: normal;
	 margin: 0;
	 padding: 5px 0 0 0;
	 clear: both;
	 text-align: left;
}


/* H3タグ  */
#me_main01 h3{
	background-color:#CCCCCC;
	padding:1px 10px;
	margin-bottom:30px;
}

/******************************/
/***** 説明情報 START *****/
/******************************/
/*キャプションタイトルエリア*/
.me_div_intro{
	background-color:#F0EBE7;
	margin-bottom:20px;
}

#me_caption_l{
	float:left;
	display:inline;
	width:380px;
	margin:15px 20px 20px 20px ;
}

p#me_engcap{
	margin: 0;
	padding: 0;
	font-size: 16px;
	_font-size: 133%;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
	border: none;
	clear: both;
	
}

p#me_capbiko{
	padding:0;
	margin:0 0 0px 0;
	font-size:10px;
}

/*トレーナー紹介*/
.me_trainer{
	background-color:#F0EBE7;
	padding:10px 0 0 10px;
	margin: 20px 0;
	clear: both;
}

p.me_trainertitle{
	font-weight:900;
	color:#2195CE;
}

.me_trainer h4{
	font-size:20px;
	font-weight:900;
	color:#2195CE;
	margin-bottom:5px;
}

.me_trainerimg{
	float:left;
	display:inline;
	width:80px;
	height:100px;
	margin-right:10px;
}

.me_trainertxt{
	display:inline;
}

.me_trainertxt p{
	font-size:11px;
	margin:0px;
}


/*各メニューエリア*/
.me_divmenu{
	width:100%;
	margin-bottom:40px;
}

p.me_divengtitle{
	font-weight:900;
	color:#2195CE;
}

.me_divmenu h4{
	font-size:20px;
	font-weight:900;
	color:#2195CE;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #AAAAAA;
}

.me_divmenuimg{
	float:left;
	display:inline;
	width:320px;
}

.me_dvimenutxt{
	float:right;
	display:inline;
	width:300px;
}

/*ストライブ*/
.me_strive{
	width:100%;
	background-color:#F0EBE7;
	padding:10px 0 10px 10px;
	margin-bottom:20px;
}

.me_strive h4{
	font-size:20px;
	font-weight:900;
	color:#2195CE;
	padding-bottom:5px;
}

.me_striveimg{
	float:left;
	display:inline;
	width:135px;
	height:180px;
	margin-right:10px;
}

.me_strivetxt{
	display:inline;
	width:450px;
}

.me_strivetxt p{
	margin:0px;
}


