@charset "utf-8";


/* ===================================================================

	CSS information
	author     :  (株)ジョイメイト
	browser    :  IE6.0,Firefox3.0
	since      :  2009.04.09
	
	file name  :  style.css
	style info :  コンテンツエリア関係 他

=================================================================== */


/*--------------------------------------------------------------------------------
	基本設定、リンクカラーなど
-------------------------------------------------------------------------------- */
/*-------------------- ベースリンクカラー --------------------*/
a:link {
	color: #82ae46;
}
a:visited {
	color: #82ae46;
}
a:hover {
	color: #a8c97f;
	text-decoration: none;
}
a:active {
	color: #82ae46;
}


/*--------------------------------------------------------------------------------
	汎用クラス
-------------------------------------------------------------------------------- */
.section {
	margin-bottom: 25px;
	overflow: hidden;
}
h2 {
	padding-bottom: 10px;
}
p {
	margin-bottom: 1em;
}
.imgLeft {
	float: left;
	margin: 0 1em 1em 0;
}
.imgRight {
	float: right;
	margin: 0 0 1em 1em;
}
ul {
	margin-left: 20px;
}
ul li {
	list-style: disc;
}
table {
	width: 100%;
	height: auto;
}
table th {
	width: 80px;
	padding: 5px;
	border-bottom: 1px #dedede solid;
}
table td {
	padding: 5px;
	border-bottom: 1px #dedede solid;
}


/*--------------------------------------------------------------------------------
	コンテンツ
-------------------------------------------------------------------------------- */
#container {
	width: 750px;
	height: auto;
	margin: 0 25px;
	padding-top: 25px;
	position: relative;
}


/*--------------------------------------------------------------------------------
	暫定スタッフブログ
-------------------------------------------------------------------------------- */
h2.entry {
	height: 28px;
	margin-bottom: 10px;
	padding: 3px 0 0 40px;
	background: url(../img/tab/base.gif) left top no-repeat;
	font-size: medium;
	font-weight: normal;
}
.option {
	padding-top: 10px;
	text-align: right;
	font-size: x-small;
	clear: both;
}


/*--------------------------------------------------------------------------------
	料金ページ
-------------------------------------------------------------------------------- */
.price01 {
	width: auto;
	border: 2px #dedede solid;
}
.price01 th {
	width: 8em;
	height: auto;
	border-right: 2px #dedede solid;
}
.price01 td {
	text-align: center;
	border-right: 1px #dedede solid;
}
.price01 td input {
	width: 30px;
	height: auto;
	padding: 2px;
}
p.printText {
	display: none;
}
.price02 {
	border: 2px #dedede solid;
}
.price02 th {
	width: 10em;
	border-right: 2px #dedede solid;
}
.price02 thead td {
	text-align: center;
	border-right: 1px #dedede solid;
}
.price02 tbody td {
	text-align: center;
	border-right: 1px #dedede solid;
}
.price02 thead td.price {
	text-align: right;
	border-right: 1px #dedede solid;
}
.error {
	padding-top: 20px;
	color: #c9171e;
}
.button {
	width: auto;
	height: auto;
	padding-top: 20px;
	text-align: center;
}
.button input {
	padding: 3px;
}