@charset "utf-8";
/* ---------------------------------------------------------
IconDefaultBox
--------------------------------------------------------- */
.ParkIconDefaultBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/defaulttitlebox-right02.gif) right top repeat-y;
	}
.ParkIconDefaultBox .Title-left {
	background:url(images/defaulttitlebox-left02.gif) left top repeat-y;
}
.ParkIconDefaultBox .Title {
	width:100%;
	background: url(images/defaulttitlebox-right01.gif) right top no-repeat;
	min-height: 1px;	
}
.ParkIconDefaultBox .Title h2 {
	float:left;
	padding: 10px 0 10px 10px;
	margin: 0;
	background:url(images/defaulttitlebox-left01.gif) left top no-repeat;
	text-indent: 0;
}
.ParkIconDefaultBox .Title .Head {
	padding: 0;
	text-indent: 0;
}
.ParkIconDefaultBox .Contents {
	clear:both;
	background:url(images/defaulttitlebox-left03.gif) left bottom no-repeat;
	padding: 0 10px 10px 10px;
	margin: 0;
	color: #333333;
}
.ParkIconDefaultBox .contents-left {
	background:url(images/defaulttitlebox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/* ---------------------------------------------------------
IconDefaultBox-Etc
--------------------------------------------------------- */
.ParkIconDefaultBox-Etc {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/defaulttitlebox-right02.gif) right top repeat-y;
	}
.ParkIconDefaultBox-Etc .Title-left {
	background:url(images/defaulttitlebox-left02.gif) left top repeat-y;
}
.ParkIconDefaultBox-Etc .Title {
	width:100%;
	background: url(images/defaulttitlebox-right01.gif) right top no-repeat;
	min-height: 1px;	
}
.ParkIconDefaultBox-Etc .Title h2 {
	float:left;
	padding: 8px 0 0 10px;
	margin: 0;
	background:url(images/defaulttitlebox-left01.gif) left top no-repeat;
	text-indent: 0;
}
.ParkIconDefaultBox-Etc .Title .Head {
	padding: 0;
	text-indent: 0;
}
.ParkIconDefaultBox-Etc .Contents {
	clear:both;
	background:url(images/defaulttitlebox-left03.gif) left bottom no-repeat;
	padding: 0 10px 10px 10px;
	margin: 0;
	color: #333333;
}
.ParkIconDefaultBox-Etc .contents-left {
	background:url(images/defaulttitlebox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/*--ハック--*/
* html .ParkIconDefaultBox-Etc .Title {
display:none;
}
* html .ParkIconDefaultBox-Etc .Title-left {
border-top: 1px solid #dddddd;
}
*:first-child+html .ParkIconDefaultBox-Etc .Title {
display:none;
}
*:first-child+html .ParkIconDefaultBox-Etc .Title-left {
border-top: 1px solid #dddddd;
}

/* ---------------------------------------------------------
IconTopDefaultBox
--------------------------------------------------------- */
.ParkIconTopDefaultTitle h2 {
	padding: 0;
	margin: 0 0 10px;
	}
.ParkIconTopDefaultBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/defaulttitlebox-right02.gif) right top repeat-y;
	}
.ParkIconTopDefaultBox .Title-left {
	background:url(images/defaulttitlebox-left02.gif) left top repeat-y;
}
.ParkIconTopDefaultBox .Title {
	width:100%;
	background: url(images/defaulttitlebox-right01.gif) right top no-repeat;
	min-height: 1px;
	text-indent: -9999px;		
}
.ParkIconTopDefaultBox .Title h3 {
	width:100%;
	float:left;
	padding: 0;
	margin: 0;
	background:url(images/defaulttitlebox-left01.gif) left top no-repeat;
	text-indent: -9999px;
	min-height:10px;
}
.ParkIconTopDefaultBox .Title .Head {
	padding: 0;
	text-indent: 0;
}
.ParkIconTopDefaultBox .Contents {
	clear:both;
	background:url(images/defaulttitlebox-left03.gif) left bottom no-repeat;
	padding: 0 10px 10px 10px;
	margin: 0;
	color: #333333;
}
.ParkIconTopDefaultBox .contents-left {
	background:url(images/defaulttitlebox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/* ---------------------------------------------------------
BlueTitleBox
--------------------------------------------------------- */
.ParkBlueTitleBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/bluetitlebox-right02.gif) right top repeat-y;
}
.ParkBlueTitleBox .Title-left {
	background:url(images/bluetitlebox-left02.gif) left top repeat-y;
}
.ParkBlueTitleBox .Title {
	width:100%;
	background: url(images/bluetitlebox-right01.gif) right top no-repeat;
	height:50px;
}
.ParkBlueTitleBox .Title h2 {
	width:100%;
	float:left;
	height:50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	background:url(images/bluetitlebox-left01.gif) left top no-repeat;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0;
}
.ParkBlueTitleBox .Title .Head {
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bold;
	text-indent: 0;
}
.ParkBlueTitleBox .Contents {
	clear:both;
	background:url(images/bluetitlebox-left03.gif) left bottom no-repeat;
	padding: 5px 12px 12px 12px;
	margin: 0;
	color: #333333;
}
.ParkBlueTitleBox .contents-left {
	background:url(images/bluetitlebox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/* ---------------------------------------------------------
GreenTitleBox
--------------------------------------------------------- */
.ParkGreenTitleBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/greentitlebox-right02.gif) right top repeat-y;
}
.ParkGreenTitleBox .Title-left {
	background:url(images/greentitlebox-left02.gif) left top repeat-y;
}
.ParkGreenTitleBox .Title {
	width:100%;
	background: url(images/greentitlebox-right01.gif) right top no-repeat;
	height:50px;
}
.ParkGreenTitleBox .Title h2 {
	width:100%;
	float:left;
	height:50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	background:url(images/greentitlebox-left01.gif) left top no-repeat;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0;
}
.ParkGreenTitleBox .Title .Head {
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bold;
	text-indent: 0;
}
.ParkGreenTitleBox .Contents {
	clear:both;
	background:url(images/greentitlebox-left03.gif) left bottom no-repeat;
	padding: 5px 12px 12px 12px;
	margin: 0;
	color: #333333;
}
.ParkGreenTitleBox .contents-left {
	background:url(images/greentitlebox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/* ---------------------------------------------------------
OrangeTitleBox
--------------------------------------------------------- */
.ParkOrangeTitleBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/orangetitlebox-right02.gif) right top repeat-y;
}
.ParkOrangeTitleBox .Title-left {
	background:url(images/orangetitlebox-left02.gif) left top repeat-y;
}
.ParkOrangeTitleBox .Title {
	width:100%;
	background: url(images/orangetitlebox-right01.gif) right top no-repeat;
	height:50px;
}
.ParkOrangeTitleBox .Title h2 {
	width:100%;
	float:left;
	height:50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	background:url(images/orangetitlebox-left01.gif) left top no-repeat;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0;
}
.ParkOrangeTitleBox .Title .Head {
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bold;
	text-indent: 0;
}
.ParkOrangeTitleBox .Contents {
	clear:both;
	background:url(images/orangetitlebox-left03.gif) left bottom no-repeat;
	padding: 5px 12px 12px 12px;
	margin: 0;
	color: #333333;
}
.ParkOrangeTitleBox .contents-left {
	background:url(images/orangetitlebox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}
/* ---------------------------------------------------------
PinkTitleBox
--------------------------------------------------------- */
.ParkPinkTitleBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/pinktitlebox-right02.gif) right top repeat-y;
}
.ParkPinkTitleBox .Title-left {
	background:url(images/pinktitlebox-left02.gif) left top repeat-y;
}
.ParkPinkTitleBox .Title {
	width:100%;
	background: url(images/pinktitlebox-right01.gif) right top no-repeat;
	height:50px;
}
.ParkPinkTitleBox .Title h2 {
	width:100%;
	float:left;
	height:50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	background:url(images/pinktitlebox-left01.gif) left top no-repeat;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0;
}
.ParkPinkTitleBox .Title .Head {
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bold;
	text-indent: 0;
}
.ParkPinkTitleBox .Contents {
	clear:both;
	background:url(images/pinktitlebox-left03.gif) left bottom no-repeat;
	padding: 5px 12px 12px 12px;
	margin: 0;
	color: #333333;
}
.ParkPinkTitleBox .contents-left {
	background:url(images/pinktitlebox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/* ---------------------------------------------------------
BlueBox
--------------------------------------------------------- */
.ParkBlueBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/bluebox-right02.gif) right top repeat-y;
}
.ParkBlueBox .Title-left {
	background:url(images/bluebox-left02.gif) left top repeat-y;
}
.ParkBlueBox .Title {
	width:100%;
	background: url(images/bluebox-right01.gif) right top no-repeat;
	height:41px;
}
.ParkBlueBox .Title h2 {
	float:left;
	padding: 10px 0 0 10px;
	margin: 0;
	background:url(images/bluebox-left01.gif) left top no-repeat;
}
.ParkBlueBox .Title .Head {
	padding: 0 0 0 10px;
	text-indent: 0;
}
.ParkBlueBox .Contents {
	clear:both;
	background:url(images/bluebox-left03.gif) left bottom no-repeat;
	padding: 5px 10px 10px 10px;
	margin: 0;
	color: #333333;
}
.ParkBlueBox .contents-left {
	background:url(images/bluebox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/* ---------------------------------------------------------
GreenBox
--------------------------------------------------------- */
.ParkGreenBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/greenbox-right02.gif) right top repeat-y;
}
.ParkGreenBox .Title-left {
	background:url(images/greenbox-left02.gif) left top repeat-y;
}
.ParkGreenBox .Title {
	width:100%;
	background: url(images/greenbox-right01.gif) right top no-repeat;
	height:41px;
}
.ParkGreenBox .Title h2 {
	float:left;
	padding: 10px 0 0 10px;
	margin: 0;
	background:url(images/greenbox-left01.gif) left top no-repeat;
}
.ParkGreenBox .Title .Head {
	padding: 0 0 0 10px;
	text-indent: 0;
}
.ParkGreenBox .Contents {
	clear:both;
	background:url(images/greenbox-left03.gif) left bottom no-repeat;
	padding: 5px 10px 10px 10px;
	margin: 0;
	color: #333333;
}
.ParkGreenBox .contents-left {
	background:url(images/greenbox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}

/* ---------------------------------------------------------
GrayBox
--------------------------------------------------------- */
.ParkGrayBox {
	clear:both;
	display:table;
	margin-bottom:10px;
	width:100%;
	padding:0;
	background: url(images/graybox-right02.gif) right top repeat-y;
}
.ParkGrayBox .Title-left {
	background:url(images/graybox-left02.gif) left top repeat-y;
}
.ParkGrayBox .Title {
	width:100%;
	background: url(images/graybox-right01.gif) right top no-repeat;
	height:41px;
}
.ParkGrayBox .Title h2 {
	float:left;
	padding: 10px 0 0 10px;
	margin: 0;
	background:url(images/graybox-left01.gif) left top no-repeat;
}
.ParkGrayBox .Title .Head {
	padding: 0 0 0 10px;
	font-size: 12px;
	text-indent: 0;
}
.ParkGrayBox .Contents {
	clear:both;
	background:url(images/graybox-left03.gif) left bottom no-repeat;
	padding: 5px 10px 10px 10px;
	margin: 0;
	color: #333333;
}
.ParkGrayBox .contents-left {
	background:url(images/graybox-right03.gif) right bottom no-repeat;
	border-bottom: 1px solid #ffffff;	/*IEスクロール時に背景が消えるのを対応*/
	width: 100%;
}


/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.NoTitle {
	clear:both;
	display:table;
	width:100%;
	margin:0;
	padding:0;
}


