@charset "utf-8";

@import url("common_styles.css");


/* -----------------------------------------------------------
CSS Information

 File name:      cource.css
 Author:         佐々木
 Style Info:     course.html向けの沿革テーブルなど
----------------------------------------------------------- */


/*----------------------------------------------------
	料金テーブル周り
----------------------------------------------------*/


#payment{
	width:400px;
	float:right;
	/*float:left;*/
}

.photo-img{
	float:right;
	/*float:left;*/
}

.photo-img-left{
	float:left;
	/*float:left;*/
}



.clr{
	clear:both;
}


table{
margin:10px 20px;
width:340px;
font-size:13px;
border-collapse:collapse;
border-top:1px solid #A99496;
border-bottom:1px solid #A99496;
line-height:20px;
}

th{
margin:1px 0;
padding:5px;
background:#D21742 url(../img/about_th.jpg) repeat-x;
border-right:1px dotted #FFF;
text-align:left;
color:#FFFFFF;
}

th.subyear{
background:#EFEFEF;
color:#333;
text-align:right;
border-bottom:1px dotted #FFF;
}

th.index{
color:#333333;
background:#FFF;
}

td{
padding:5px 7px;
border-bottom:1px solid #999;
text-align:right;
}


