@charset "UTF-8";

/*====== NEWS&TOPICS ======*/

.seitai #body .title-instructor{
	width:550px;
	height:100px;
	background:url(/ymc_instructor/image/title_seitai.jpg) no-repeat;
}
.sports #body .title-instructor{
	width:550px;
	height:100px;
	background:url(/ymc_instructor/image/title_sports.jpg) no-repeat;
}
.yoga #body .title-instructor{
	width:550px;
	height:100px;
	background:url(/ymc_instructor/image/title_yoga.jpg) no-repeat;
}
.baby #body .title-instructor{
	width:550px;
	height:100px;
	background:url(/ymc_instructor/image/title_baby.jpg) no-repeat;
}
.beauty #body .title-instructor{
	width:550px;
	height:100px;
	background:url(/ymc_instructor/image/title_beauty.jpg) no-repeat;
}

.ymc #body .title-instructor{
	width:550px;
	height:100px;
	background:url(/ymc_instructor/image/title_ymc.jpg) no-repeat;
}

.ymc #body .title-instructor-top{
	width:550px;
	height:100px;
	background:url(/ymc_instructor/image/title_top.jpg) no-repeat;
}



.seitai #body .title-instructor h4{
	color:#FD1801;
	padding:55px 15px 0 280px;
	text-align:right;
}

.sports #body .title-instructor h4{
	color:#FF6600;
	padding:55px 15px 0 280px;
	text-align:right;
}

.yoga #body .title-instructor h4{
	color:#FF9300;
	padding:55px 15px 0 280px;
	text-align:right;
}

.baby #body .title-instructor h4{
	color:#FF3A4F;
	padding:55px 15px 0 280px;
	text-align:right;
}

.beauty #body .title-instructor h4{
	color:#0089FF;
	padding:55px 15px 0 280px;
	text-align:right;
}

.ymc #body .title-instructor h4{
	color:#2FC0D7;
	padding:55px 15px 0 280px;
	text-align:right;
}

#body .pager{
	font-size:12px;
	text-align:center;
	padding:0 0 7px 0;
}
#body .pager a{
	color:#333;
	text-decoration: none;
}
.seitai #body .pager a:hover{
	color:#FD1801;
	text-decoration: underline;
}
.sports #body .pager a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.yoga #body .pager a:hover{
	color:#FF9300;
	text-decoration: underline;
}
.baby #body .pager a:hover{
	color:#FF3A4F;
	text-decoration: underline;
}
.beauty #body .pager a:hover{
	color:#0089FF;
	text-decoration: underline;
}

.ymc #body .pager a:hover{
	color:#2FC0D7;
	text-decoration: underline;
}

.box-entry{
	width:550px;
	background:url(/imgcommon/entry_body.jpg) repeat-y;
	margin-bottom:20px;
}
.box-entry .head{
	width:550px;
	height:35px;
	background:url(/imgcommon/entry_head.jpg) no-repeat top;
}
.seitai .box-entry .head h5{
	font-size:14px;
	font-weight:bold;
	color:#FD1801;
	padding:10px 15px 0 15px;
}
.seitai .box-entry .head h5 a{
	color:#FD1801;
	text-decoration: none;
}
.seitai .box-entry .head h5 a:hover{
	color:#FD1801;
	text-decoration: underline;
}
.sports .box-entry .head h5{
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
	padding:10px 15px 0 15px;
}
.sports .box-entry .head h5 a{
	color:#FF6600;
	text-decoration: none;
}
.sports .box-entry .head h5 a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.yoga .box-entry .head h5{
	font-size:14px;
	font-weight:bold;
	color:#FF9300;
	padding:10px 15px 0 15px;
}
.yoga .box-entry .head h5 a{
	color:#FF9300;
	text-decoration: none;
}
.yoga .box-entry .head h5 a:hover{
	color:#FF9300;
	text-decoration: underline;
}
.baby .box-entry .head h5{
	font-size:14px;
	font-weight:bold;
	color:#FF3A4F;
	padding:10px 15px 0 15px;
}
.baby .box-entry .head h5 a{
	color:#FF3A4F;
	text-decoration: none;
}
.baby .box-entry .head h5 a:hover{
	color:#FF3A4F;
	text-decoration: underline;
}
.beauty .box-entry .head h5{
	font-size:14px;
	font-weight:bold;
	color:#0089FF;
	padding:10px 15px 0 15px;
}
.beauty .box-entry .head h5 a{
	color:#0089FF;
	text-decoration: none;
}
.beauty .box-entry .head h5 a:hover{
	color:#0089FF;
	text-decoration: underline;
}

.ymc .box-entry .head h5{
	font-size:14px;
	font-weight:bold;
	color:#2FC0D7;
	padding:10px 15px 0 15px;
}
.ymc .box-entry .head h5 a{
	color:#2FC0D7;
	text-decoration: none;
}
.ymc .box-entry .head h5 a:hover{
	color:#2FC0D7;
	text-decoration: underline;
}


.box-entry .bottom{
	width:550px;
	height:15px;
	background:url(/imgcommon/entry_bottom.jpg) no-repeat left bottom;
	text-indent:-9999px;
}
.box-entry .inner{
	width:530px;
	padding:15px;
}

.box-entry p.category{
	font-size:10px;
	color:#2FC0D7;
	padding:5px 10px 10px 0;
}

.box-entry .image{
	float:left;
	padding:0 10px 5px 0;
}
.box-entry .image img{
	border:1px solid #EFEFEF;
}
.box-entry p.text{
}
.box-entry p.text a,
.box-entry p a{
	color:#333;
	text-decoration: underline;
}
.seitai .box-entry p.text a:hover,
.seitai .box-entry p a:hover{
	color:#FD1801;
	text-decoration: underline;
}
.sports .box-entry p.text a:hover,
.sports .box-entry p a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.yoga .box-entry p.text a:hover,
.yoga .box-entry p a:hover{
	color:#FF9300;
	text-decoration: underline;
}
.baby .box-entry p.text a:hover,
.baby .box-entry p a:hover{
	color:#FF3A4F;
	text-decoration: underline;
}
.beauty .box-entry p.text a:hover,
.beauty .box-entry p a:hover{
	color:#0089FF;
	text-decoration: underline;
}

.ymc .box-entry p.text a:hover,
.ymc .box-entry p a:hover{
	color:#2FC0D7;
	text-decoration: underline;
}

.box-entry p.more{
	margin-bottom:10px;
	text-align:left;
	margin-top:10px;
}
.seitai .box-entry p.more a{
	color:#FD1801;
	text-decoration: none;
}
.seitai .box-entry p.more a:hover{
	color:#FD1801;
	text-decoration: underline;
}
.sports .box-entry p.more a{
	color:#FF6600;
	text-decoration: none;
}
.sports .box-entry p.more a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.yoga .box-entry p.more a{
	color:#FF9300;
	text-decoration: none;
}
.yoga .box-entry p.more a:hover{
	color:#FF9300;
	text-decoration: underline;
}
.baby .box-entry p.more a{
	color:#FF3A4F;
	text-decoration: none;
}
.baby .box-entry p.more a:hover{
	color:#FF3A4F;
	text-decoration: underline;
}
.beauty .box-entry p.more a{
	color:#0089FF;
	text-decoration: none;
}
.beauty .box-entry p.more a:hover{
	color:#0089FF;
	text-decoration: underline;
}


.beauty .box-entry p.more a{
	color:#2FC0D7;
	text-decoration: none;
}
.ymc .box-entry p.more a:hover{
	color:#2FC0D7;
	text-decoration: underline;
}

.box-entry .entrymore{
	color:#555;
	padding-top:20px;
}


.box-entry p.more span{
	color:#54BECF;
}
.box-entry p.trackback{
	font-size:10px;
	text-align:left;
	margin-top:15px;
	padding-top:7px;
	border-top:1px solid #EFEFEF;
}
.box-entry p.trackback a{
	color:#333;
	text-decoration: none;
}
.seitai .box-entry p.trackback a:hover{
	color:#FD1801;
	text-decoration: underline;
}
.sports .box-entry p.trackback a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.yoga .box-entry p.trackback a:hover{
	color:#FF9300;
	text-decoration: underline;
}
.baby .box-entry p.trackback a:hover{
	color:#FF3A4F;
	text-decoration: underline;
}
.beauty .box-entry p.trackback a:hover{
	color:#0089FF;
	text-decoration: underline;
}

.ymc .box-entry p.trackback a:hover{
	color:#2FC0D7;
	text-decoration: underline;
}



#menu-instructor{
	width:190px;
	margin-top:5px;
	margin-bottom:23px;
}
#menu-instructor .box-instructor{
	width:190px;
	background:url(/imgcommon/menu_entry_body.jpg) repeat-y;
	margin-bottom:10px;
}
#menu-instructor p.menu-entry-title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

.seitai #menu-instructor p.menu-entry-title span{
	color:#FD1801;
}
.sports #menu-instructor p.menu-entry-title span{
	color:#FF6600;
}
.yoga #menu-instructor p.menu-entry-title span{
	color:#FF9300;
}
.baby #menu-instructor p.menu-entry-title span{
	color:#FF3A4F;
}
.beauty #menu-instructor p.menu-entry-title span{
	color:#0089FF;
}

.ymc #menu-instructor p.menu-entry-title span{
	color:#2FC0D7;
}


#menu-instructor .box-instructor .head{
	width:190px;
	height:10px;
	text-indent:-9999px;
	background:url(/imgcommon/menu_entry_head.jpg) no-repeat top;
}
#menu-instructor .box-instructor .bottom{
	width:190px;
	height:10px;
	background:url(/imgcommon/menu_entry_bottom.jpg) no-repeat bottom;
	text-indent:-9999px;
}
.seitai #menu-instructor .box-instructor ul.inner{
	width:160px;
	list-style: disc;
	color:#FD1801;
	padding:0 10px 0 20px;
}
.sports #menu-instructor .box-instructor ul.inner{
	width:160px;
	list-style: disc;
	color:#FF6600;
	padding:0 10px 0 20px;
}
.yoga #menu-instructor .box-instructor ul.inner{
	width:160px;
	list-style: disc;
	color:#FF9300;
	padding:0 10px 0 20px;
}
.baby #menu-instructor .box-instructor ul.inner{
	width:160px;
	list-style: disc;
	color:#FF3A4F;
	padding:0 10px 0 20px;
}
.beauty #menu-instructor .box-instructor ul.inner{
	width:160px;
	list-style: disc;
	color:#2FC0D7;
	padding:0 10px 0 20px;
}

.ymc #menu-instructor .box-instructor ul.inner{
	width:160px;
	list-style: disc;
	color:#2FC0D7;
	padding:0 10px 0 20px;
}

/*-----------------------------------------*/
#menu-instructor .box-instructor ul.inner li{
	font-size:10px;
	line-height:140%;
	margin-bottom:5px;
}
#menu-instructor .box-instructor ul.inner li a{
	color:#333;
	text-decoration: none;
}
.seitai #menu-instructor .box-instructor ul.inner li a:hover{
	color:#FD1801;
	text-decoration: underline;
}
.sports #menu-instructor .box-instructor ul.inner li a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.yoga #menu-instructor .box-instructor ul.inner li a:hover{
	color:#FF9300;
	text-decoration: underline;
}
.baby #menu-instructor .box-instructor ul.inner li a:hover{
	color:#FF3A4F;
	text-decoration: underline;
}
.beauty #menu-instructor .box-instructor ul.inner li a:hover{
	color:#0089FF;
	text-decoration: underline;
}

.ymc #menu-instructor .box-instructor ul.inner li a:hover{
	color:#2FC0D7;
	text-decoration: underline;
}


.box-trackback{
	width:516px;
	border:2px dotted #DDD;
	padding:15px;
	margin-bottom:20px;
}
.seitai .box-trackback p.title{
	font-size:12px;
	font-weight:bold;
	color:#FD1801;
	margin-bottom:5px;
}
.sports .box-trackback p.title{
	font-size:12px;
	font-weight:bold;
	color:#FF6600;
	margin-bottom:5px;
}
.yoga .box-trackback p.title{
	font-size:12px;
	font-weight:bold;
	color:#FF9300;
	margin-bottom:5px;
}
.baby .box-trackback p.title{
	font-size:12px;
	font-weight:bold;
	color:#FF3A4F;
	margin-bottom:5px;
}
.beauty .box-trackback p.title{
	font-size:12px;
	font-weight:bold;
	color:#0089FF;
	margin-bottom:5px;
}

.ymc .box-trackback p.title{
	font-size:12px;
	font-weight:bold;
	color:##2E535B;
	margin-bottom:5px;
}

/*====== font ======*/

.box-entry span.mint{
	color:#2EB2D1;
	font-size:14px;
}

.box-entry span.pink{
	color:#FF3366;
	font-size:14px;
}

.box-entry span.red{
	color:#F00;
	font-size:14px;
}

.box-entry span.yellow{
	color:#FF9300;
	font-size:14px;
}
