/* CSS Document */

@charset "shift_jis";

/*====================================================
全体
====================================================*/
p {
	color: #333333;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:link {
	color: #0066ff;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
	text-decoration: underline;
}

/*====================================================
コンテナー
====================================================*/
#container {
	width: 580px;
	margin: 0;
	padding: 0;
}

/*====================================================
ヘッダー
====================================================*/
#header {
	height: 180px;
}

h1 {
	margin: 0;
	padding: 0;
}

/*====================================================
注意事項
====================================================*/
#cortion {
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0;
}

#cortionLeft {
	float: left;
	width: 299px;
	margin: 9px 0 0 0;
}

#cortionRight {
	float: right;
	margin: 9px 0 0 0;
}

#navCortion a {
    display: block;
	width: 261px;
	height: 35px;
    background: url(../img/navbar_cortion.jpg);
    background-position: 0px 0px;
	text-indent: -1000em;
    text-decoration: none;
}

#navCortion a:hover {
    background: url(../img/navbar_cortion.jpg);
    background-position: 0px -35px;
}

/*===========================================
グローバルナビゲーション
============================================*/
#grovalNavigation {
	clear: both;
	width: 423px;
	height: 28px;
	margin: 0 0 25px 0;
	padding: 0;
}

#grovalNavigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#grovalNavigation li {
	float: left;
	width: 126px;
	height: 28px;
	margin: 0 15px 0 0;
}

/* 各ボタン */
.btnChubu a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnChubu a:hover {
	background-image: url(../img/navbar.jpg);
    background-position: 0px -28px;
}

.btnKinki a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar.jpg);
    background-position: -141px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnKinki a:hover {
	background-image: url(../img/navbar.jpg);
    background-position: -141px -28px;
}

.btnChugoku a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/navbar.jpg);
    background-position: -282px 0px;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

.btnChugoku a:hover {
	background-image: url(../img/navbar.jpg);
    background-position: -282px -28px;
}

/* 個別指定 */
.image01 {
	margin: 10px 0;
	padding: 0;
}

/*===========================================
メインコンテンツ
============================================*/
#asset-Body {
	margin: 0;
	padding: 0;
}

.asset-Contetnt {
	clear: both;
	height: 413px;
	margin: 0 0 15px 0;
}

.asset-Contetnt01 {
	clear: both;
	height: 413px;
	margin: 0 0 5px 0;
}

.asset-Left {
	float: left;
	width: 285px;
	height: 413px;
	background: url(../img/asset_bg.gif) no-repeat;
	margin: 0 10px 0 0;
	padding: 0;
}

.asset-Right {
	float: left;
	width: 285px;
	height: 413px;
	background: url(../img/asset_bg.gif) no-repeat;
	margin: 0;
	padding: 0;
}

.asset-Box {
	width: 273px;
	margin: 7px 6px 0 6px;
	padding: 0;
}

#container #asset-Body .asset-Contetnt p {
	font-size: 0.75em;
	line-height: 160%;
	margin: 7px 0 0 0;
}

#container #asset-Body .asset-Contetnt01 p {
	font-size: 0.75em;
	line-height: 160%;
	margin: 7px 0 0 0;
}

.pageTop p {
	clear: both;
	margin: 0 0 15px 0;
}

/* 個別指定 */
.bar {
	margin: 0 0 15px 0;
}

.syousai {
	margin: 8px 0 0 0;
}

.riyou {
	margin: 0 9px 0 0;
}

.price {
	margin: 8px 0 0 0;
}

.btn {
	margin: 8px 0 0 34px;
}










