body {
	background-color: #FCFCFC;
	background-image: url(../img/skin/bg.gif);
	margin-top: 20px;
	margin-bottom: 50px;
}
body, th, td {
	color: #333333;
	line-height: 130%;
	font-size: 10pt;
}
th, td {
	vertical-align: top;
}
img {
	border-width: 0px;
}

A:link {
	color: #333333;
}
A:visited {
	color: #333333;
}
A:active {
	color: #F00000;
}
A:hover {
	color: #F00000;
}

/* コルクボード */
table.cork {
	width: 900px;
}
table.cork td.lu {
	width: 18px;
	height: 18px;
	background-image: url(../img/skin/cork_lu.png);
}
table.cork td.u {
	background-image: url(../img/skin/cork_u.png);
}
table.cork td.ru {
	width: 18px;
	background-image: url(../img/skin/cork_ru.png);
}
table.cork td.l {
	background-image: url(../img/skin/cork_l.png);
}
table.cork td.c {
	width: 864px;
	background-image: url(../img/skin/cork.gif);
}
table.cork td.r {
	background-image: url(../img/skin/cork_r.png);
}
table.cork td.ld {
	height: 18px;
	background-image: url(../img/skin/cork_ld.png);
}
table.cork td.d {
	background-image: url(../img/skin/cork_d.png);
}
table.cork td.rd {
	background-image: url(../img/skin/cork_rd.png);
}

/* タイトル */
table.title {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 720px;
	height: 100px;
	text-align: center;
}

/* メニュー */
table.menu {
	margin-top: 5px;
}
table.menu a {
	width: 170px;
	height: 60px;
	display: block;
}
table.menu a:hover { 
	background-position: 0 -60px;
}
table.menu .menu_top a {
	margin-left: 10px;
	background-image: url(../img/skin/menu_top.png);
}
table.menu .menu_work a {
	margin-left: 25px;
	margin-bottom: 10px;
	background-image: url(../img/skin/menu_work.png);
}
table.menu .menu_mail a {
	margin-left: 0px;
	background-image: url(../img/skin/menu_mail.png);
}
table.menu .menu_link a {
	margin-left: 15px;
	background-image: url(../img/skin/menu_link.png);
}

/* コンテンツのフレーム */
table.contents_frame {
	width: 644px;
	margin-bottom: 20px;
}
table.contents_frame td.lu {
	width: 10px;
	height: 10px;
}
table.contents_frame td.ru {
	width: 10px;
}
table.contents_frame td.c {
	width: 624px;
	background-color: #FFFFFF;
	background-image: none;
}
table.contents_frame td.ld {
	height: 10px;
}

/* コンテンツ */
table.contents {
	width: 624px;
}
table.contents td.pin {
	width: 20px;
	height: 20px;
}
table.contents td.main {
	width: 584px;
}
.contents_title {
	margin-bottom: 10px
}

/* デバッグ */
.debug {
	border: 1px solid gray;
}
.debug td{
	border: 1px solid gray;
}