@charset "Shift_JIS";

body 
{
	background-image: url(CV002.bmp);
	margin-top: 0;
	text-align: center;
}

/*大枠*/
#contents
{
	width: 1000px;
	margin-left : auto; 
	margin-right : auto;
}

#t_contents
{
	width: 1000px;
	height: 100%;
	border: 1px;
	background-color: #FFFFFF;
	border-collapse:collapse;
	text-align: center;
}
#t_contents tr td
{
	padding:0px;
}

/*タイトルテーブル*/
#t_title
{
	background-image: url(CV002_2.bmp);
	height: 30px;
	width: 100%;
	height: 30px;
	border: 0px;
	border-collapse:collapse;
	background-image: url(CV002_2.bmp);
}
#t_title tr td
{
	padding:0px;
}

/*タイトル文字*/
#stitle
{
	font-size: large;
	color: #FFFFFF;
}

/*コメントテーブル*/
#t_comment
{
	width: 900px;
	height: 30px;
	border: 0px;
	margin-left : auto; 
	margin-right : auto;
	border-collapse:collapse;
}
#t_comment tr td
{
	padding:0px;
}

/*コメント文字*/
#naiyo
{
	font-size:  4mm;
	font-weight: bold;
}
#outdate
{
	font-size:  4mm;
}

.font_bsmall
{
	font-size: 4mm;
	font-weight: bold;
}

/*カレンダーテーブル*/
#t_calendar
{
	width: 950px;
	height: 30px;
	border: 0px;
	border-collapse:collapse;
}
#t_calendar tr td
{
	padding:0px;
}

