/*================= CONTENTS ==================

	1: universal reset
	2: accessibility features
	3: common setting
	4: layout
		4-1: -layout of common areas
		4-2: -layout elements, main content
		4-3: -layout elements, sub content
	5: etc
	6: voucher styles
	7: adjustment
	8: styles for mini window
	9: elements

============================================== */

/*============================================================
	1: -universal reset
============================================================*/

*{
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
html, body {
	height:100%;
}
ul,li{
	list-style-type:none;
}
ol li{
	list-style-type:decimal;}
img{
	border:none;
}
table,td,th{
	border:none;
}
h1,h2,h3,h4,h5,h6,em,strong,address,th{
	font-style:normal;
	font-weight:normal;
}
* html div,
* html ul,
* html li {
	_zoom:1;
	_height:0;
}

*:first-child+html div,
*:first-child+html ul,
*:first-child+html dl,
*:first-child+html dt,
*:first-child+html dd {
	>zoom:1;
}
p {
	color:#333;
}

/* ----------------------------------- ここから追加 2009-02-17（his） ----------------------------------- */

/* - clearfix
--------------------------------------------*/
.clearfix {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* HIDE IEmac-5 ＼*/
* html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
.clearfix {display:block;}
/* */

/* ----------------------------------- ここから追加 2009-02-17（his） ----------------------------------- */

/*============================================================
	2: -accessibility features
============================================================*/

hr{
	display:none;
}
#SkipNavi{
	position:absolute;
	top:-9999px;
}


/*============================================================
	3: -common setting
============================================================*/

body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
	background:url(../img/body_bg.gif) 0 0 repeat-x;
}
	body.popUp{
		background:none;
	}
strong,em{
	font-style:normal;
}

/* a
----------------------------------------------------*/

a:link{
	color:#36c;
	text-decoration:none;
}
a:visited{
	color:#36c;
	text-decoration:none;
}
a:hover{
	color:#36c;
	text-decoration:underline;
}
a:active{
	color:#36c;
	text-decoration:underline;
}

/*============================================================
	4-1: -layout of common areas
============================================================*/
#wrapper {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	
	text-align:center;
	
}



#header {
	width:950px;
	margin:0 auto;
	text-align:left;
}
#header-upperbox {
	height:60px;
	position:relative;
}
	#header .imgZone,
	#header .txtZone {
		float:left;
		width:425px;
	}
	#header .txtZone {
		width:750px;
		text-align:right;
		position:absolute;
		right:8px;
		bottom:8px;
	}

	#header .txtZone .lead{
		margin:5px 5px 6px 0;
			font-size:75%;
			color:#333333;
	}

/* ----------------------------------- ここから追加・修正 2010-03-01（his） --------------------------------- */
/* 追加部分（2010-03-01（his））
----------------------------------------------------*/
	.safari #header .txtZone .lead{
	margin:5px 5px 6px 0;
	font-size:70%;
	color:#333333;
}
/*---------------------------------------------------*/


	#header .txtZone ul li {
		display:inline;
	}
		#header .txtZone ul li a {
			font-size:75%;
			padding-right:13px;
			margin-right:13px;
			background:url(../img/header-ul-bg.gif) 100% 50% no-repeat;
		}
		#header .txtZone ul li.xLast a {
			font-size:75%;
			padding-right:0;
			margin-right:0;
			background:none;
		}
		

/* グローバルメニュー部分（下記削除）
----------------------------------------------------
#header-middlebox {
	padding:8px 0 0 1px;
	height:35px;
	_height:43px;
	overflow:hidden;
}
	#header-middlebox ul li {
		display:inline;
		margin-right:3px;
	}

#header-lowerbox {
	min-height:36px;
	_height:36px;
}
	#header-lowerbox #topicpath {
		float:left;
		width:640px;
	}
	#header-lowerbox #subNavi {
		float:right;
		width:151px;
	}
		#formPage #header-lowerbox #subNavi {
			width:310px;
			float:right;
		}
			#formPage #header-lowerbox #subNavi ul {
				float:right;
			}
	#header-lowerbox #topicpath p {
		padding-top:13px;
		font-size:65%;
		margin:0;
	}
	#header-lowerbox #subNavi ul {
		padding-top:4px;
	}
		#header-lowerbox #subNavi ul li {
			display:inline;
		}
----------------------------------------------------*/		
/* グローバルメニュー部分（下記追加）
----------------------------------------------------*/
#header-middlebox {
	padding:8px 0 0 1px;
	height:35px;
	_height:43px;
	overflow:hidden;
}
#header-middlebox ul li {
	float:left;
	margin-right:3px;
}
#header-middlebox ul li#gn-on01 a,
#header-middlebox ul li#gn-on02 a,
#header-middlebox ul li#gn-on03 a,
#header-middlebox ul li#gn-on04 a,
#header-middlebox ul li#gn-on05 a,
#header-middlebox ul li#gn-on06 a {
	display:block;
	color:#000;
	font-weight:bold;
	font-size:70%;
	*font-size:70%;
	min-height:22px;
  	height:auto !important;
  	height:22px;
}
#header-middlebox ul li#gn-off01 a,
#header-middlebox ul li#gn-off02 a,
#header-middlebox ul li#gn-off03 a,
#header-middlebox ul li#gn-off04 a,
#header-middlebox ul li#gn-off05 a,
#header-middlebox ul li#gn-off06 a {
	display:block;
	color:#999;
	font-weight:bold;
	font-size:70%;
	*font-size:70%;
	min-height:22px;
  	height:auto !important;
  	height:22px;
}

#header-middlebox ul li#gn-on01 a:hover,
#header-middlebox ul li#gn-on02 a:hover,
#header-middlebox ul li#gn-on03 a:hover,
#header-middlebox ul li#gn-on04 a:hover,
#header-middlebox ul li#gn-on05 a:hover,
#header-middlebox ul li#gn-on06 a:hover,
#header-middlebox ul li#gn-off01 a:hover,
#header-middlebox ul li#gn-off02 a:hover,
#header-middlebox ul li#gn-off03 a:hover,
#header-middlebox ul li#gn-off04 a:hover,
#header-middlebox ul li#gn-off05 a:hover,
#header-middlebox ul li#gn-off06 a:hover  {
	text-decoration:none;
}

#header-middlebox ul li#gn-on01 {
	background:url(../img/elements/header-gnavi-bg1on.jpg) 0 0 no-repeat;
	display:block;
}
#header-middlebox ul li#gn-on01 a {
	width:66px;
	padding:13px 5px 0 60px;
	display:block;
}
#header-middlebox ul li#gn-off01 {
	background:url(../img/elements/header-gnavi-bg1off.jpg) 0 0 no-repeat;
	display:block;
}
#header-middlebox ul li#gn-off01 a {
	width:66px;
	padding:13px 5px 0 60px;
	display:block;
}
#header-middlebox ul li#gn-on02 {
	background:url(../img/elements/header-gnavi-bg2on.jpg) 0 0 no-repeat;
	display:block;
}
#header-middlebox ul li#gn-on02 a {
	width:117px;
	padding:13px 5px 0 50px;
	display:block;
}
#header-middlebox ul li#gn-off02 {
	background:url(../img/elements/header-gnavi-bg2off.jpg) 0 0 no-repeat;
	display:block;
}
#header-middlebox ul li#gn-off02 a {
	width:117px;
	padding:13px 5px 0 50px;
	display:block;
}
#header-middlebox ul li#gn-on03 {
	background:url(../img/elements/header-gnavi-bg3on.jpg) 0 0 no-repeat;
	display:block;
}
#header-middlebox ul li#gn-on03 a {
	width:67px;
	padding:13px 5px 0 55px;
	display:block;
}
#header-middlebox ul li#gn-off03 {
	background:url(../img/elements/header-gnavi-bg3off.jpg) 0 0 no-repeat;
	display:block;
}
#header-middlebox ul li#gn-off03 a {
	width:67px;
	padding:13px 5px 0 55px;
	display:block;
}
#header-middlebox ul li#gn-on04 {
	background:url(../img/elements/header-gnavi-bg4on.jpg) 0 0 no-repeat;
	display:block;
}
#header-middlebox ul li#gn-on04 a {
	width:41px;
	padding:13px 5px 0 46px;
	display:block;
}
#header-middlebox ul li#gn-off04 {
	background:url(../img/elements/header-gnavi-bg4off.jpg) 0 0 no-repeat;
	display:block;
}
#header-middlebox ul li#gn-off04 a {
	width:41px;
	padding:13px 5px 0 46px;
	display:block;
}
#header-middlebox ul li#gn-on05 {
	background:url(../img/elements/header-gnavi-bg5on.jpg) 0 0 no-repeat;
}
#header-middlebox ul li#gn-on05 a {
	width:60px;
	padding:13px 5px 0 55px;
	_width:120px; /* XML宣言付きページ IE6用 */
}
#header-middlebox ul li#gn-off05 {
	background:url(../img/elements/header-gnavi-bg5off.jpg) 0 0 no-repeat;
}
#header-middlebox ul li#gn-off05 a {
	width:60px;
	padding:13px 5px 0 55px;
	_width:120px; /* XML宣言付きページ IE6用 */
}
#header-middlebox ul li#gn-on06 {
	background:url(../img/elements/header-gnavi-bg6on.jpg) 0 0 no-repeat;
}
#header-middlebox ul li#gn-on06 a {
	width:41px;
	padding:13px 5px 0 53px;
	_width:99px; /* XML宣言付きページ IE6用 */
}
#header-middlebox ul li#gn-off06 {
	background:url(../img/elements/header-gnavi-bg6off.jpg) 0 0 no-repeat;
}
#header-middlebox ul li#gn-off06 a {
	width:41px;
	padding:13px 5px 0 53px;
	_width:99px; /* XML宣言付きページ IE6用 */
}

#header-lowerbox {
	min-height:34px;
  	height:auto !important;
  	height:34px;
	padding:2px 0 0;
	_padding:1px 0 0;
	_height:32px;
	*margin-bottom:-2px;
	_margin:-7px 0 -2px;
}
#header-lowerbox #topicpath {
	float:left;
	width:450px;
}
#header-lowerbox #subNavi {
	float:right;
	width:500px;
}
#formPage #header-lowerbox #subNavi {
	width:310px;
	float:right;
}
#formPage #header-lowerbox #subNavi ul {
	float:right;
}
#header-lowerbox #topicpath p {
	padding-top:13px;
	font-size:65%;
	margin:0;
}
#header-lowerbox #subNavi ul {
}
#header-lowerbox #subNavi ul li {
	display:block;
	float:right;
	margin:0 0 0 5px;
	padding:2px 0 0;
	*padding:2px 0;
}

/* ----------------------------------- ここまで修正 2010-03-01（his） ----------------------------------- */


div#content {
	background:url(../img/contentArea-bg.gif) 0 0 repeat-x;
	padding:26px 0 0;
}
	/* for top */
	#top div#content {
		padding:15px 0 0;
	}
	/* for popUp */
	body.popUp div#wrapper div#content {
		background:none;
	}

	div#content #contentArea {
		width:950px;
		margin:0 auto;
		text-align:left;
	}

	div#content #contentArea #contentAreaMain-elements,
	div#content #contentArea #contentAreaMain {
		float:left;
		width:717px;
		margin-right:11px;
	}
	div#content #contentArea #contentAreaSub {
		float:left;
		width:222px;
	}

	#rentalLeafFull div#content #contentArea #contentAreaMain {
		width:950px;
		float:none;
		_margin-left:11px;
	}

#footerArea {
	margin-top:40px;
}
	/* for top */
	#top #footerArea {
		margin-top:18px;
	}

	#footerArea #footerNavi {
		background:#353b91;
		width:950px;
		margin:0 auto;
		padding:5px 0px 5px;
	}
		#footerArea #footerNavi p {
			color:#fff;
			font-size:65%;
			margin:0;
		}
		#footerArea #footerNavi p span {
			padding:0 6px;
		}
		#footerArea #footerNavi a {
			color:#fff;
			text-decoration:underline;
		}
		#footerArea #copyright {
			padding:10px;
		}
			#footerArea #copyright address {
				font-size:75%;
			}

/* for full wide page */
#contentArea-all {
	width:950px;
}
	#contentArea-all .goUp {
		width:946px;
	}

/*============================================================
	4-2: -layout elements, main content
============================================================*/



/* - goUp
--------------------------------------------*/
.goUp {
	width:717px;
	margin-top:20px;
}
	.goUp p {
		text-align:right;
		font-size:75%;
	}
		.goUp p a {
			padding-left:11px;
			background:url(../img/elements/goUp-bg01.gif) 0 0.275em no-repeat;
		}





/*============================================================
	4-3: -layout elements, sub content
============================================================*/

/* - subBlockWrapper

	Difference;
	the background color of backgroundImage

----------------------------------------------------------*/
.subBlockWrapper01,
.subBlockWrapper02,
.subBlockWrapper05 {
	width:222px;
	margin-bottom:5px;
	background:url(../img/elements/subBlockWrapper-bg02.gif) 0 0 repeat-y;
}
	.subBlockWrapper01 .subBlockWrapper-innerbox,
	.subBlockWrapper05 .subBlockWrapper-innerbox {
		background:url(..img/elements/subBlockWrapper01-bg01.gif) 0 0 no-repeat;
	}
	.subBlockWrapper02 .subBlockWrapper-innerbox {
		background:url(../img/elements/subBlockWrapper02-bg01.gif) 0 0 no-repeat;
	}
		.subBlockWrapper01 .subBlockWrapper-innerbox .fixer,
		.subBlockWrapper02 .subBlockWrapper-innerbox .fixer,
		.subBlockWrapper05 .subBlockWrapper-innerbox .fixer {
			background:url(../img/elements/subBlockWrapper-bg03.gif) 0 100% no-repeat;
			padding-bottom:6px;
		}

.subBlockWrapper05 {
	margin-bottom:20px;
}



/* - subBlock04
----------------------------------------------------------*/
.subBlock04 {
	padding:0 1px;
}
	.subBlock04 ul {
		border-top:solid 1px #c7c7c7;
	}
		.subBlock04 ul li {
			font-size:75%;
			font-weight:bold;
			vertical-align:top;
		}
		.subBlock04 ul li.separator {
			border-bottom:solid 1px #c7c7c7;
		}
		.subBlock04 ul li.lv1 {
			padding:8px 12px 9px;
			text-indent:-16px;
			padding-left:28px;
			background:url(../img/elements/subBlock04-bg01.gif) 12px 0.85em no-repeat;
		}
		* html .subBlock04 ul li.lv1 {
			background-position:12px 0.7em;
		}
			.subBlock04 ul li.lv1 a {
				padding-left:16px;
			}
			.subBlock04 ul li.lv1 strong {
				margin:-8px -12px -9px -28px;
				display:block;
				padding:8px 12px 9px 28px;
				background:#e7e8f3 url(http://cars.his-vacation.com/common/img/elements/subBlock04-bg03.gif) 12px 0.75em no-repeat;
				font-weight:bold;
			}
		.subBlock04 ul li.lv2 {
			padding:6px 12px 7px;
			text-indent:-11px;
			padding-left:38px;
			background:url(../img/elements/subBlock04-bg02.gif) 27px 0.85em no-repeat;
		}
			.subBlock04 ul li.lv2 a {
				padding-left:11px;
			}
				.subBlock04 ul li.lv2 strong {
					margin:-6px -12px -7px -38px;
					display:block;
					padding:6px 12px 7px 38px;
					background:#f3f4f9 url(../img/elements/subBlock04-bg04.gif) 27px 0.75em no-repeat;
					font-weight:bold;
				}

/* -common form classes
----------------------------------------------------------*/
.block07 .block07-innerbox .fixer .table table td input.sizeM { width:125px; }
.block07 .block07-innerbox .fixer .table table td span.atmark {
	>vertical-align:20%;
	margin-left:7px;
}
* .sizeS { width:90px; }
* .sizeM { width:125px; }
* .sizeL { width:290px; }
* .default { color:#999; }
* .first { color:#999; }
* option { color:#333; }

/* -final adjustment
----------------------------------------------------------*/
option { padding-right:5px; _option:padding-right:0; >option:padding-right:0; }
input { padding-top:1px;_padding-top:0;>padding-top:0; }
.adjustCol {
	padding-right:20px;
}
#leadTable {
	font-size:100%;
	margin:0;
}
#leadTable th,
#leadTable td {
	font-size:100%;
	border:none;
	vertical-align:top;
	color:#333;
	padding:0;
}
	#leadTable td p.lead {
		margin-bottom:20px;
	}
	#leadTable td p.yLast {
		margin-bottom:0;
	}
	#leadTable td h4 {
		font-size:75%;
		font-weight:bold;
	}

	/* verisign */
	#leadTable td .verisign {
		margin:0;
	}
	#leadTable td .verisign th {
		width:auto;
	}
	#leadTable td .verisign td {
		font-size:80%;
		vertical-align:middle;
	}
		#leadTable td .verisign td p {
			padding-left:16px;
		}

.xLeft {
	text-align:left !important;
}
.xCenter {
	text-align:center !important;
}
.xRight {
	text-align:right !important;
}

.yTop {
	vertical-align:top !important;
}
.yMiddle {
	vertical-align:middle !important;
}
.ybottom {
	vertical-align:bottom !important;
}

/* -emCallInfo
----------------------------------------------------------*/
.block09 .block09-innerbox .fixer .inputArea table th.emCallLead {
	vertical-align:top;
	padding-top:5px;
	line-height:1;
}
.emCallInfo {
	padding-top:13px;
}
	.emCallInfo strong {
		font-size:80%;
		color:#666;
	}

/*============================================================
	5: -etc
============================================================*/
dd.first, dt.first { border:none; }
span.clear {
	display:none;
}
br.clear{
	clear:both;
}
.test{
	background:#3080ee;
	color:#fff;
	font-size:75%;
	padding:3px;
}








/*============================================================
	9: -elements
============================================================*/

/* -re adj.
---------------------------------------------------------------------------------------------------*/
#rentalStatic #contentAreaMain-elements a {
	text-decoration:underline;
}

/* -pageHeading
---------------------------------------------------------------------------------------------------*/
#rentalStatic .pageHeading {
	width:715px;
	padding-bottom:29px;
}


/* -elementWrap setting
---------------------------------------------------------------------------------------------------*/
.elementWrap {
	width:717px;
	background:url(../img/elements/elementWrap/bg02.gif) 0 0 repeat-y;
}
	.elementWrap .elementWrap-pad1 {
		background:url(../img/elements/elementWrap/bg03.gif) 0 100% no-repeat;
		padding-bottom:4px;
	}
		.elementWrap .elementWrap-pad1 .elementWrap-pad2 {
			background:url(../img/elements/elementWrap/bg01.gif) 0 0 no-repeat;
			padding:4px 16px 1px;
		}


/* -elementWrap > goUp setting
---------------------------------------------------------------------------------------------------*/
.elementWrap .goUp {
	width:auto;
	margin:15px 0 30px;
}


/* -elementWrap-innerwrap > goUp setting
---------------------------------------------------------------------------------------------------*/
.elementWrap-innerwrap .goUp {
	width:auto;
	margin:-1px 0 25px;
}


/* -heading-lv3 setting
---------------------------------------------------------------------------------------------------*/
.elementWrap .heading-lv3 {
	background:url(../img/elements/elementWrap/bg04.gif) 0 0 repeat-y;
	margin:0 -16px 20px;
}
	.elementWrap .heading-lv3 h3 {
		background:url(../img/elements/elementWrap/bg05.gif) 0 100% no-repeat;
		display:block;
		font-size:75%;
		color:#fff;
		font-weight:bold;
		padding:6px 11px 8px;
	}


/* -elementWrap-innerwrap
---------------------------------------------------------------------------------------------------*/
.elementWrap-innerwrap {
	width:685px;
	background:url(../img/elements/elementWrap-innerwrap/bg02.gif) 0 0 repeat-y;
	margin-bottom:10px;
}
	.elementWrap-innerwrap .elementWrap-innerwrap-pad1 {
		padding-bottom:4px;
		background:url(../img/elements/elementWrap-innerwrap/bg03.gif) 0 100% no-repeat;
	}
		.elementWrap-innerwrap .elementWrap-innerwrap-pad1 .elementWrap-innerwrap-pad2 {
			background:url(../img/elements/elementWrap-innerwrap/bg01.gif) 0 0 no-repeat;
			padding:4px 18px 0 21px;
		}


/* -heading-lv4 setting
---------------------------------------------------------------------------------------------------*/
.elementWrap .heading-lv4 {
	background:url(../img/elements/elementWrap-innerwrap/bg04.gif) 0 0 repeat-y;
	margin:0 -18px 10px -21px;
}
	.elementWrap .heading-lv4 h4 {
		background:url(../img/elements/elementWrap-innerwrap/bg05.gif) 0 100% no-repeat;
		display:block;
		font-size:75%;
		color:#fff;
		font-weight:bold;
		padding:4px 11px 6px;
	}


/* -heading-lv5 setting
---------------------------------------------------------------------------------------------------*/
.heading-lv5 {
	margin:0 10px;
}
	.heading-lv5 h5 {
		background:#f3f4f9;
		color:#11238c;
		font-weight:bold;
		font-size:75%;
		border-bottom:solid 1px #e8e9ed;
		margin-bottom:10px;
	}
		.heading-lv5 h5 span {
			display:block;
			background:url(../img/elements/heading-lv5/bg03.gif) 0 100% repeat-x;
		}
			.heading-lv5 h5 span span {
				display:block;
				background:url(../img/elements/heading-lv5/bg03.gif) 0 100% repeat-y;
			}
				.heading-lv5 h5 span span span {
					display:block;
					background:url(../img/elements/heading-lv5/bg01.gif) 0 0 repeat-x;
				}
					.heading-lv5 h5 span span span span {
						display:block;
						background:url(../img/elements/heading-lv5/bg02.gif) 0 0 repeat-y;
					}
						.heading-lv5 h5 span span span span span {
							display:block;
							background:url(../img/elements/heading-lv5/bg04.gif) 0 0 no-repeat;
						}
							.heading-lv5 h5 span span span span span span {
								display:block;
								background:url(../img/elements/heading-lv5/bg05.gif) 0 100% no-repeat;
								padding:10px 15px;
								_padding:1px 15px 0;
								_line-height:33px;
								>padding:1px 15px 0;
								>line-height:33px;
								position:relative;
							}
								.heading-lv5 h5 span span span span span span a {
									position:absolute;
									margin-top:7px;
									_margin-top:-3px;
									right:14px;
									width:91px;
									overflow:hidden;
									height:21px;
									top:1px;
								}



/* -heading-lv6 setting
---------------------------------------------------------------------------------------------------*/
.heading-lv6 h6 {
	background:#f3f4f9;
	color:#11238c;
	font-weight:bold;
	font-size:75%;
	border:solid 1px #e0e4f2;
	border-top:solid 2px #e0e4f2;
	border-bottom:solid 1px #e8e9ed;
	margin-bottom:10px;
}
	.heading-lv6 h6 span {
		display:block;
		padding:5px 10px;
		border-top:solid 1px #cbccd8;
		border-bottom:solid 1px #fff;
	}


/* -heading-lv7 setting
---------------------------------------------------------------------------------------------------*/
.heading-lv7 {
	margin:0 -17px 0 -20px;
}
	.heading-lv7 h5 {
		background:#f3f4f9;
		color:#11238c;
		font-weight:bold;
		font-size:75%;
		border-bottom:solid 1px #e8e9ed;
		margin-bottom:10px;
	}
		.heading-lv7 h5 span {
			display:block;
			background:url(../img/elements/heading-lv5/bg03.gif) 0 100% repeat-x;
		}
			.heading-lv7 h5 span span {
				display:block;
				background:url(../img/elements/heading-lv5/bg03.gif) 0 100% repeat-y;
			}
				.heading-lv7 h5 span span span {
					display:block;
					background:url(../img/elements/heading-lv5/bg01.gif) 0 0 repeat-x;
				}
					.heading-lv7 h5 span span span span {
						display:block;
						background:url(../img/elements/heading-lv5/bg02.gif) 0 0 repeat-y;
					}
						.heading-lv7 h5 span span span span span {
							display:block;
							background:url(../img/elements/heading-lv5/bg04.gif) 0 0 no-repeat;
						}
							.heading-lv7 h5 span span span span span span {
								display:block;
								background:url(../img/elements/heading-lv5/bg05.gif) 0 100% no-repeat;
								padding:10px 15px;
								_padding:1px 15px 0;
								_line-height:33px;
								>padding:1px 15px 0;
								>line-height:33px;
								position:relative;
							}
								.heading-lv7 h5 span span span span span span a {
									position:absolute;
									margin-top:7px;
									_margin-top:-3px;
									right:14px;
									width:91px;
									overflow:hidden;
									height:21px;
									top:1px;
								}


/* -graphicbox setting
---------------------------------------------------------------------------------------------------*/
div.full { padding-bottom:15px; }
.graphicbox {
	margin-right:-12px;
	padding-bottom:5px;
}
	.graphicbox table {
		width:658px;
	}
		.graphicbox table table {
			width:auto;
		}
		.graphicbox table td {
			padding-right:12px;
			vertical-align:top;
		}
		.graphicbox table td.graphic {
			padding-bottom:15px;
		}
			.graphicbox table td.graphic .notes1 {
				padding:20px 0 0;
				margin-bottom:-2px;
			}
		.graphicbox .txt,
		.graphicbox .emptyCell {
			width:100%;
		}

/* -txt-lead setting
---------------------------------------------------------------------------------------------------*/
.txt-lead {
	padding-bottom:7px;
	margin-top:-2px;
}
* html .txt-lead {
	_margin-top:-2px;
}
body:first-of-type .txt-lead {
	margin-top:-1px;
}
	.txt-lead p {
		font-size:85%;
		font-weight:bold;
		line-height:1.33;
		color:#333;
	}


/* -txt-paragraph setting
---------------------------------------------------------------------------------------------------*/
.txt-paragraph {
	margin-bottom:12px;
	margin-top:-2px;
}
* html .txt-paragraph {
	_margin-top:-2px;
}
body:first-of-type .txt-paragraph {
	margin-top:-1px;
}
	.txt-paragraph p {
		font-size:75%;
		line-height:1.33;
		color:#333;
	}

.txt-paragraph p strong {
        font-weight:bold;
}


/* -txtList setting
---------------------------------------------------------------------------------------------------*/
.txtList {
	margin-bottom:12px;
	margin-top:-2px;
}
* html .txtList {
	margin-top:-2px;
}
	.txtList li {
		color:#333;
		padding-left:8px;
		font-size:75%;
		line-height:1.33;
		margin-bottom:3px;
		background:url(../img/elements/bg01.gif) 0 0.45em no-repeat;
	}
	


/* ----------------------------------- ここから追加 2009-04-20（his） ----------------------------------- */
	
	.txtList .notes_a{
		font-size:80%;
		color:#666;
		position:relative;
	}
	
/* ----------------------------------- ここまで追加 2009-04-20（his） ----------------------------------- */
	
/* -notes3 setting
---------------------------------------------------------------------------------------------------*/
.notes3 {
	margin-top:-2px;
}
	.notes3 table td {
		line-height:1.2;
		color:#cb0000;
		font-size:65%;
		vertical-align:top;
		padding-bottom:12px;
	}
		.notes3 table td.mark {
			padding-right:4px;
			white-space:nowrap;
		}