/*
///////////////////////////////////////////
CSS FOR Index
Made by kotani
/////////////////////////////////////
*/

@charset "utf-8";

h2 {
	margin-bottom:10px;
	}
.Menu_list {
	font-size:109%;	
	margin-left:10px;
	margin-bottom:10px;
	}


.Menu_list li {
	float:left;
	background-image: url(../images/food/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 30px 0px 17px;
/*	width:100px;*/	
	
	
	}

.Menu_list a {
	color:#313131;
	
	
	}


.Menu_list a:hover {
	color:#c00707;
	text-decoration:none;
	
	
	}


h3 {
color:#272b5b;
	font-size:117%;
	font-weight:bold;
	padding:0 0 10px 10px;
}
	

.course_box {
	margin:0 0 20px 0;
	
	}


.c_list {
	padding:0 0 0 30px;
	
	}	

.c_list li {
	line-height:1.5em;
	font-size: 109%;
	
	}	


.price {
	background-image: url(../images/course/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:right;
	padding:0 10px 0px 0;
font-size: 117%;

	font-weight:bold;
	
	}

.price span {
	font-size: 175%;
	color: #e90101;
	font-weight:bold;
	padding-left:10px;
	
	}



























