﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
ご利用料金(/fee/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/04/04
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	background: url("../img/feeBack.gif") no-repeat left bottom;
	text-align: center;
}

	#leftContents #fee {
		border: 1px solid #000000;
		width: 480px;
		margin: 35px auto 0;
		padding: 10px;
		text-align: center;
	}
		#leftContents #fee h2 {
			font-size: 240%;
			font-weight: bold;
			text-align: center;
			letter-spacing: 1.5em;
		}
		#leftContents #fee table {
			margin: 0 auto;
		}
			#leftContents #fee th,td {
				font-size: 240%;
				font-weight: bold;
				padding: 5px;
			}
			#leftContents #fee th {
				color: #666666;
				padding-right: 20px;
			}
				#leftContents #fee th.note {
					font-size: 100%;
				}
			#leftContents #fee td {
				color: #000080;
				text-align: right;
			}

	#leftContents h3 {
		font-weight: normal;
		font-size: 90%;
		margin-left: 10px !important;
		margin-left: 20px;
	}

	#leftContents h4 {
		margin-top: 5px;
		margin-left: 10px !important;
		margin-left: 20px;
		font-weight: normal;
		font-size: 90%;
		color: #ff0000;
	}



/* -----------------------------------------------------------------------------
2.右側のコンテンツの設定
----------------------------------------------------------------------------- */

#rightContents {
	text-align: center;
}

	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
	}
		#rightContents .navigation ul li {
			margin-bottom: 7px;
		}