
/*  ----------------------------------------
バランタイン
CSS "bal-base.css" 全ページ共通CSS

1.タグごとの基本設定
2.包括部分
3.ヘッダ
4.フッタ
------------------------------------------ */


/* タグごとの基本設定------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 100%;
}
a {
	color: #3b1805;
}
ul {
	list-style-type: none;
}


/* 包括部分------------------------------------------------------- */
body {
	color: #332222;
	background: #ffffff;
	text-align: center;
	background: url('img/bg.gif');
}
#whole {
	margin:0px auto 10px auto;
	padding: 10px 20px 10px 20px;
	width: 658px;
	text-align: left;
	border-right: 1px solid #998888;
	border-bottom: 1px solid #998888;
	border-left: 1px solid #bbaaaa;
	background: #ffffff;
}


/* ヘッダ--------------------------------------------------------- */
#nav {
	text-align: right;
}
#nav ul {
	padding-top: 10px;
	float: right;
	text-align: left;
}
#nav ul li {
	float: left;
}
#nav ul li {
	margin-left: 8px;
}
#nav ul li a {
	display: block;
	height: 23px;
	text-indent: -999em;
	overflow: hidden;
}
#plTop a {
	width: 92px;
	background: url("img/bt-top.gif") no-repeat top left;
}
#plMnu a {
	width: 97px;
	background: url("img/bt-mnu.gif") no-repeat top left;
}
#plPng a {
	width: 72px;
	background: url("img/bt-png.gif") no-repeat top left;
}
#plCff a {
	width: 85px;
	background: url("img/bt-cff.gif") no-repeat top left;
}
#plCnt a {
	width: 97px;
	background: url("img/bt-cnt.gif") no-repeat top left;
}
#nav ul li a:hover, #nav ul li a.now {
	background-position: bottom left;
}

/* フッタ--------------------------------------------------------- */

#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	text-align: right;
	font-size: 75%;
	border-top: 1px solid #999999;
}