html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link,a:visited,a:active,a:hover{
	color: #333333;
}

#main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	font-size:20px;
	line-height: 150%;
}

/* サイトタイトルとディスクリプション*/

.table-title,
.table-title-top{
	width: 100%;
	margin-bottom: 10px;
}
.td-title,
.td-title-top{
	font-weight: bold;
	color: #333333;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 50%;
	text-align: left;
}
.td-title a,
.td-title-top a{
	text-decoration: none;
	color: #333333;
}

.td-description,
.td-description-top{
	font-weight: normal;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 50%;
}

/* 大カテゴリー　トップ */

.table-categorybox{
	width: 100%;
	margin-bottom: 15px;
}
.td-categorybox-left{
	width: 50%;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}
.td-categorybox-right{
	width: 50%;
	text-align: right;
	padding-left: 10px;
	vertical-align: top;
}
.td-category-top{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #D1D9DA;
}
.td-category-top a{
	text-decoration: none;
	color: #333333;
}

/* 大カテゴリー　ページ */

.table-category{
	width: 100%;
	margin-bottom: 10px;
}
.td-category{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 200%;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #D1D9DA;
}
.td-category a{
	text-decoration: none;
	color: #333333;
}

/* 小カテゴリー */

.table-subcategory{
	width: 100%;
	margin-bottom: 10px;
}
.td-subcategory{
	font-size: 12px;
	color: #333333;
	width: 50%;
	text-align: left;
}
.table-subcategory-top{
	width: 100%;
}
.td-subcategory-top{
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.td-subcategory a,
.td-subcategory-top a{
color: #333333;
}
.txtw {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	padding-right: 6px;
	font-style: normal;
}
.mark {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	margin-right:3px;
	margin-left: 3px;
}

/* 現在のカテゴリー */

.table-nowcategory{
	width: 100%;
}
.td-nowcategory{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 200%;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #D1D9DA;
}

/* サイトリンク */

.table-sitelink{
	width: 100%;
	margin-top: 7px;
}
.td-sitelink-title{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left:3px;
	text-align: left;
}
.td-sitelink-body{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	padding:0px 12px 10px 25px;
	border-bottom: 1px dashed #333333;
	text-align: left;
}

/* 付記 */

.table-kaisetsu{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
}
.td-kaisetsu{
	color: #333333;
	font-size: 12px;
	padding: 15px;
	border: 1px solid #666666;
	text-align: left;
}

/* トップに戻る */

.table-pagetop{
	width: 100%;
	margin-bottom: 10px;
}
.td-pagetop{
	color: #333333;
	font-size: 12px;
	text-align: right;
	padding-right: 6px;
}

