@charset "UTF-8";
/* -------------------------------------------------------------------
	
	吉本真悟 CSS
	
------------------------------------------------------------------- */
body{
	color:#4d2a00;
}
a{
	color: #e25000;
	text-decoration: underline;
}
a:visited{
	color: #a33a00;
	text-decoration: underline;
}
a:hover{
	color: #ff5a00;
	text-decoration: none;
}

#footer .inner_footer{
	background:url(../images/common/footer2.png) no-repeat;
}
.english #footer .inner_footer{
	background:url(../images/common/en_footer2.png) no-repeat;
}


/* ----------------------------------------
   MV
---------------------------------------- */
#mvArea{
	background:#d8ccb2;
}
#mvArea h1{
	background:url(../images/yoshimoto/bar_top.png) center top no-repeat;
}

/* ----------------------------------------
   Side Nav
---------------------------------------- */
.side_nav{
	background:url(../images/yoshimoto/bg_side.png) no-repeat;
}
.side_nav ul{
	background:url(../images/yoshimoto/s_nav.png);
}
.english .side_nav ul{
	background:url(../images/yoshimoto/en_s_nav.png);
}


/* ----------------------------------------
   Main Area
---------------------------------------- */
#mainArea{
	background:#d8ccb2;
}
#mainArea .inner_mainArea{
	background:url(../images/yoshimoto/bar_btm.png) no-repeat left bottom #fff3d9;
}

.content_area .to_top a{
	background:url(../images/yoshimoto/to_top.png) no-repeat;
}
.english .content_area .to_top a{
	background:url(../images/yoshimoto/en_to_top.png) no-repeat;
}


/* ----------------------------------------
   Schedule
---------------------------------------- */
.content_area ul.schedule_list li .thumbnail a img{
	border:1px solid #ffffff;
}
.content_area ul.schedule_list li .thumbnail a:hover img{
	border:1px solid #ff5a00;
}


/* ----------------------------------------
   News
---------------------------------------- */
.content_area ul.news_list li .date{
	margin-top:3px;
	color:#fff;
	background:url(../images/yoshimoto/date_bg.png) left top no-repeat;
}

