﻿@charset "UTF-8";

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

CSS Document for Cat's Claw　各カテゴリ共通＆その他ページ

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

/* 共通CSS読み込み */
@import url("base.css");
@import url("layout.css");


/* Heading ------------------------------ */

h1 {
	color: #94BA69;
	font-size: 10px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 auto;
	text-align: right;
	width: 822px;
}
h2 {
	background: url(../images/common/h2.gif) no-repeat left bottom;
	color: #053505;
	margin: 0 0 1em 0;
	padding: 2px 0 8px 32px;
}
h3 {
	background: url(../images/common/leaf.jpg) no-repeat 0px 0px;
	color: #758C04;
	font-size: 130%;
	margin: 1.5em 0 1em 0;
	padding-top: 3px;
	padding-left: 23px;
}

#topTitle {
	margin-top: 5px;
}

/* コンテンツ共通 ------------------------------ */

#contents .left {
	float: left;
}
#contents .right {
	float: right;
}
#contents img.left {
	margin: 25px 25px 0.5em 0;
}
#contents img.right {
	margin: 25px 0 0.5em 25px;
}
#contents .box1 {
	padding: 10px;
	background-color: #EDEFDA;
	border: 1px solid #e7e7cd;
}
#contents .box2 {
	padding: 0px 20px;
	border: 1px solid #cc0000;
}
#contents .page-top {
	margin-top: 35px;
	text-align: right;
}

/* stick-monitor.html ------------------------------------------------ */

.table01 {
	float:right;
}
.table01 th,.table01 td {
	border: 1px solid #CCC;
	padding: 2px 10px;
}
.list-margin ul { margin-left: 1.5em; }
.list-margin li { margin: 0.3em 0; }

/* etc ------------------------------------------------ */

.f-center {
	text-align: center;
}
.f-right {
	text-align: right;
}
.f-small {
	font-size: 72%;
}
.line {
	background-image: url(../images/common/line.gif);
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin: 10px 0;
}
p.oshirase {
	padding: 0;
	margin: 0 0 25px 0;
	text-align: center;
}
h2.d-none {
	background-image: none;
	margin: 0;
	padding: 0;
}