﻿@charset "UTF-8";

/* ==================================================

CSS Document for Cat's Claw　catsフォルダ内ページ

   ================================================== */


/* 共通 =================================================== */

#contents ul {
	margin-left: 30px;
}
#contents div.right {
	margin: 25px 0 0 25px;
}
#contents div.left {
	margin: 25px 25px 0 0;
}


/* キャッツクローのちから ================================= */

/* immun.htm ------------------------------ */


/* arthr.htm ------------------------------ */


/* infl.htm ------------------------------ */



/* キャッツクローとは ===================================== */

/* what.htm ------------------------------ */

.teigi-list dt {
	color: #c03;
	font-weight: bold;
}
.teigi-list dd {
	margin-bottom: 20px;
}
.list-left {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-left li {
	background: url(../images/common/arrow-green.gif) no-repeat 0px 6px;
	float: left;
	margin: 5px 25px 5px 0px;
	padding-left: 20px;
}


/* from.htm ------------------------------ */

/* history.htm ------------------------------ */

table.history-table01 {
	width: 520px;
}
table.history-table01 th,
table.history-table01 td
{
	padding: 5px 10px;
	border: 1px solid #E0BF58;
}
table.history-table01 th {
	width: 180px;
	background-color: #F7F0D2;
}
table.history-table01 td {
	width: 340px;
}

table.history-table02 {
	width: 520px;
}
table.history-table02 caption {
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
table.history-table02 th,
table.history-table02 td
{
	padding: 5px 0px;
	border: 1px solid #E0BF58;
}
table.history-table02 th {
	background-color: #F7F0D2;
	text-align: center;
}
table.history-table02 td {
	text-align: right;
	padding-right: 2px;
}
table.history-table02 td.f-center {
	text-align: center;
}


