/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
CONTENTS
==================================================================
*/

.main_bar{
	margin:5px 0px 10px 10px;
	width:560px;
	height:49px;
	background:url(./image/main_bar.jpg);
}

.title_bar{
	margin:5px 0px 10px 10px;
	width:560px;
	height:30px;
	background:url(./image/title_bar.jpg);
}

.title_text{
	text-align:left;
	margin:0px 0px 0px 10px;
	line-height:30px;
	width:500px;
	color:#FFFFFF;
}

.content_tbl{
	margin:5px 0px 10px 10px;
}

.content_td{
	vertical-align:top;
	padding:0px 10px 0px 0px;
}

.m_head{
	width:100px;
	height:73px;
	background:url(./image/m_head.jpg) no-repeat;
}

.m_body{
	font-size:11px;
	width:100px;
	background:url(./image/m_body.jpg);
}

.m_foot{
	margin:0px 0px 0px 0px
	width:100px;
	height:5px;
	font-size:1px;
	background:url(./image/m_foot.jpg) no-repeat;
}

.m_image{
	margin:5px 7px 0px 7px;
	width:86px;
	height:65px;
}

.m_text{
	width:90px;
	padding:0px 5px 0px 5px;
}

.test_font{
	color:#FFFFFF;
}

.mark{
	margin:5px 0px 10px 10px;
	width:560px;
	text-align:center;
}


	
