@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-size:12px;
	line-height:13px;
}
/* コンテンツの幅 */
.body_width{
	width:750px;
	margin:0 auto;
}
/* コンテンツの両サイドの壁 */
.wall{
	background-image:url(../image/wall.png);
	width:750px;
	background-repeat:repeat-y;
}
/* コンテンツの幅 */
.main_contents{
	width:748px;
	margin:0 auto;
}
/* フッター部分を背景化 */
.footer{
	background-image:url(../image/footer.png);
	width:748px;
	height:23px;
	background-repeat:no-repeat;
}
/* 中国語講座の「〃」のwidth */
.width_td{
	width:165px;
	margin:0 auto;
}
/* 各バーの文章のwidth */
.width_bar{
	width:540px;
	margin-left:18px;
}
.width_frame{
	width570px;
	margin-left:18px;
}
/* ---indexのページ--- */
/* indexのニュースの部分 */
.i_news{
	margin-left:15px;
	width:425px;
}
/* 講座案内バーの1個目 */
.c_kouza01{
	background-image:url(../image/index/c_kouza01.png);
	width:232px;
	height:65px;
	background-repeat:no-repeat;
}
.r_kouza01{
	background-image:url(../image/index/r_kouza01.png);
	width:68px;
	height:65px;
}
/* 講座案内バーの2個目 */
.c_kouza02{
	background-image:url(../image/index/c_kouza02.png);
	width:232px;
	height:65px;
	background-repeat:no-repeat;
}
.font_size10{
	width:210px;
	font-size:10px;
	line-height:10px;
	color:#666666;
	text-decoration:none;
}

/* ---------汎用--------- */
.font_bold{
	font-weight:bold;
}
.float_right{
	float:right;
}
.al_center{
	text-align:center;
}
.margin_top33{
	margin-top:33px;
}
.margin_top45{
	margin-top:45px;
}

/* ------- 講座用 -------- */
.entry_box{
	text-align:right;
	margin:15px 0 0 0;
}