@charset "UTF-8";
/* CSS Document */

/*******************************************************/
/* Core */
/*******************************************************/

@import url("/spl/parkside-aoki/common/styles/core/common.css");
@import url("/spl/parkside-aoki/common/styles/core/fonts.css");
@import url("/spl/parkside-aoki/common/styles/core/gMenu.css");
@import url("/spl/parkside-aoki/common/styles/core/cMenu.css");
@import url("/spl/parkside-aoki/common/styles/core/background.css");

/*******************************************************/
/* Plan */
/*******************************************************/

/* Menu */

#gMenu #gMenuHouse a, #gMenu #gMenuHouse a:hover {
	background-position: left top;
}

/* Contents */
#contents #title {
	background-image: url(/spl/parkside-aoki/imgs/plan/img-title-plan.png);
}

/**/

#plotList .left, #plotList .right {
	margin-bottom: 10px;
}

#plotList {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#plotList a {
	height: 80px;
	width: 325px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#plotList a:hover {
	background-position: right top;
}

#plotList #num01 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-01.png);
}

#plotList #num02 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-02.png);
}

#plotList #num03 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-no10.png);
}

#plotList #num03 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-03.png);
}

#plotList #num04 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-04.png);
}

#plotList #num05 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-05.png);
}

#plotList #num06 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-06.png);
}

#plotList #num07 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-07.png);
}

#plotList #num08 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-08.png);
}

#plotList #num09 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-09.png);
}

#plotList #num10 a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-10.png);
}

#plotList #map a {
	background-image: url(/spl/parkside-aoki/imgs/plan/2nd/btn/btn-plan-map.png);
}

/*******************************************************/
/* Detail */
/*******************************************************/


#specification {
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#container #contents.detail h2 {
	margin-bottom: 15px;
}

#specification #DB_A_KUKAKU {
	width: 170px;
}

#specification #DB_A_MADORI {
	width: 140px;
	border-left-color: #C3C3C3;
	border-left-style: solid;
	border-left-width: 2px;
}

#specification #DB_A_DETAIL {
	width: 220px;
}

#specification #plotAndCaption {
	margin-top: 15px;
}

#specification #plotAndCaption .left {
	width: 500px;
}

#specification #plotAndCaption .left #DB_A_CATCH {
	padding: 10px;
	font-weight: bold;
}

#specification #plotAndCaption .right #DB_A_FILE3 {
	height: 200px;
	width: 250px;
	margin-bottom: 15px;
}

#specification #plotAndCaption .right {
	width: 250px;
}

#specification #area {
	height: 100px;
	width: 250px;
	padding-left: 5px;
	margin-left: 5px;
	border-left-color: #C3C3C3;
	border-left-style: solid;
	border-left-width: 2px;
}

#specification #plotAndCaption .caption {
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 2px;
}

#specification #plotAndCaption .caption:first-line {
	padding-left: 10px;
	font-weight: bold;
	color: #900;
}

#specification #remarks {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#wrapper #container #control {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#wrapper #container #control a {
	height: 35px;
	width: 165px;
}

#wrapper #container #control .left a {
	background-image: url(/spl/pg-soga/imgs/roomplan/btn/btn-close-plan.png);
}

#wrapper #container #control .right a {
	background-image: url(/spl/pg-soga/imgs/roomplan/btn/btn-print-plan.png);
}

