html {
	overflow-y: scroll;
}
.movement {
	white-space : nowrap;
}

#jump, #headerend {
	left : 0;
	top : 0;
	visibility : hidden;
}
#headerend { /*NEW for delete*/
	display: none;
	clear: both;
}
#logo {
	left : -1px;
	top : -55px;
	z-index : 7;
	position: absolute;
}
 /* =============== ブランドロゴ用の新規のスタイル =============== */
#brandLogo {
	margin-left: 32px;
}

#site {
	left : 520;
	top : 5;
	width : 230px;
	text-align : right;
	z-index : 8;
}

#tab {
	display: none;
}

#search, #search2, #search3 {
	/* left : 450;
	top : 60;
	z-index : 5;
	width : 310px; */
	border-bottom: 1px solid #414141;
	box-shadow: 0 2px 5px #737373;
	-webkit-box-shadow: 0 2px 5px #737373;
	-moz-box-shadow: 0 2px 5px #737373;
	height: 48px;
	width: 864px;
	background: #7d7d7d;
	padding: 16px 28px 4px;
	z-index: 99;
	position: relative;
	background: url(../gen/bodypage-bg.gif) repeat-x top;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181',direction='180',strength='5');
}
/* ie6 hack NEW */	
* html #search, * html #search2, * html #search3 {
	padding: 11px 28px 0;
}
.linkimage { /* NEW */
	width : 69px;
	height: 29px;
	background: #ebebee;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #353535;
	padding-top: 4px;
	background: url(../gen/search-bg.gif) repeat-x top;
	text-decoration: none;
}
.linkimage:after {
	content: "";
	display: block;
	clear: both;
}
/* ie6 hack */	
* html .linkimage {
	margin-top: 3px;
	margin-left: -3px;
}

#pref, #pref2, #pref3 {
	right : 0;
	top : -26px;
	z-index : 100;
	position: absolute; /*NEW*/
	font-size: 0.8em; /*NEW*/
}

#pref a, #pref2 a, #pref3 a {
	margin: 0 13px 0 0;
}

/* ie6 hack NEW */	
* html #pref, * html #pref2, * html #pref3 {
	top : -24px;
	padding-bottom:24px;
}
/* ie7 hack NEW */	
*:first-child+html #pref, *:first-child+html #pref2, *:first-child+html #pref3 {
	top : -24px;
	padding-bottom: 24px;
}
#site img,
#search img, #search2 img, #search3 img {
	vertical-align : middle;
	margin-top : 0px;
}

/*.headergraytext, .footergraytext {
	font-size : 12px;
	color : #999999;
	}*/
#pref .headernavitext, #pref2 .headernavitext, #pref3 .headernavitext {
	margin: 0 13px 0 0; /* NEW for delete */
}
#pref .headergraytext, #pref2 .headergraytext, #pref3 .headergraytext {
	margin: 0 13px 0 0; /* NEW for delete */
}
.headergraytext, .footergraytext {
	font-size : 12px;
	color : #999999;

}

#pref a:link, #pref2 a:link, #pref3 a:link, 
#pref a:visited, #pref2 a:visited, #pref3 a:visited, 
#move a:link, #move a:visited {
	color : #0041ff;
	text-decoration : none;
}

#pref a:hover, #pref2 a:hover, #pref3 a:hover, 
#move a:hover {
	color: #ff9900;
	text-decoration: none;
}

input.headersearchtext { /* NEW */
	/* font-size : 12px;
	color : black;
	vertical-align : bottom;*/
	width: 380px;
	height: 27px;
	padding: 3px;
	float: left;
	box-shadow: inset 0px 2px 5px #737373;
	-webkit-box-shadow: inset 0px 2px 5px #737373;
	-moz-box-shadow: inset 0px 0px 6px 0px #777;
	border-top: 1px solid #353535;
	border-right: 1px none #353535;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #353535;
}
/* ie6 hack */	
* html .headersearchtext {
	width : 376px;
	height: 35px;
	margin-top: 4px;
}

label.headersearchtext {
	vertical-align : bottom;
}

.headersitetext {
	font-size : 12px;
	text-decoration : underline;
}

#site a:link, #site a:visited {
	color : white;
}

#site a:hover {
	color : #6699FF;
}

#footertable {
	width : 904px;/* 760px */
	margin-top : 30px;
}
.footer {
 /* margin-left : 110px; */
 clear: both; /* NEW */
 	font-size : 0.8em;
}
address {
	font-size : 11px;
	color : #000000;
	font-weight : normal;
	font-style : normal;
	/* NEW */
	padding-top: 16px;
	right: 10px;
	position: absolute;
}

#move {
	margin-left: 28px; /*  110px */
	height : 25px;
	float: left; /* NEW */
}

#copy {
}

#line {
	display:none;
}

#move img { /* NEW */
	vertical-align : middle;
	margin-left: 5px;
}

a img {
	border-style : none;

}

a:link {
	color: #0041ff;
 /* text-decoration: underline; */
}

a:visited {
	color : #0041ff;
	text-decoration : underline;
}

a:hover {
	color : #ff9900;	
	text-decoration : underline;
}

p {
	font-weight : normal;
	margin-top : 3px;
	margin-bottom : 5px;
	margin-left : 0;
}

ul {
	list-style-type : disc;
}

ol {
	list-style-type : decimal;
}

form {
	margin-top : 0px;
}

.breadcrumbs,
.breadcrumbs_no_es {
	font-size : 12px; /*0.8em*/
	margin: auto 30px auto 30px;
	color: #000;
	position: relative;
	z-index: 70;
	line-height: 1.45;
	height: 53px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 30px;
	padding-top: 5px; /* New 0929 */
}
.breadcrumbs_no_es {
	padding-right: 30px;
}

.breadcrumbs img,
.breadcrumbs_no_es img {
	vertical-align: middle;
}
/* ie6 hack */	
* html .breadcrumbs,
* html .breadcrumbs_no_es {
	z-index: 0;
	display: inline-block;
	padding: 4px 0 4px 0;
	margin: 1px 30px 1px 30px; /* NEW */
	height: 45px;
}
/* ie7 hack NEW */
*:first-child+html .breadcrumbs,
*:first-child+html .breadcrumbs_no_es {
	z-index: 0;
	display: inline-block;
	padding: 4px 0 4px 0;
	margin: 1px 30px 1px 30px; /* NEW */
	min-height: 45px;
	height: 100%;
}
.breadcrumbs a,
.breadcrumbs_no_es a { /*NEW*/
	cursor: pointer;
	color: #0041ff;
}
.breadcrumbs a:hover,
.breadcrumbs_no_es a:hover { /*NEW*/
	color: #ff9900;
}
#headertable {
/*
	width : 760px;
	height : 86px;
	z-index : 2;
*/
}
#headertable #jump a img {
	width : 0;
	height : 0;
}

.contentsh0 {
/*
	background-image : url(../gen/titlebar.gif);
	background-position : bottom left;
	background-repeat : no-repeat;
*/
	font-weight : bold;
	font-size : 1em;
	background: #c2c2c2;

	margin: 5px 28px 0; /* 20px 28px 0 38px */
	margin: 5px 28px 0\9; /* 20px 28px 0 38px */
	padding: 10px 8px 3px;
	padding: 9px 8px 4px\9;
	line-height: 1.1;
	min-height: 23px;
	vertical-align: middle;
	width: 848px;
/*	margin: 34px 28px 0; /* 20px 28px 0 38px	*/
/*	padding: 6px 26px 6px 23px;			*/
/*	line-height: 1.5;				*/
}
/* ie6 hack NEW */	
* html .contentsh0 {
	margin-top: 0px;
	padding: 10px 0 3px 13px;
	height: 29px;
	width: 851px;
/*	margin: 19px 31px 0;				*/
/*	padding: 8px 26px 6px 20px;			*/
}
/* ie7 hack NEW */
*:first-child+html .contentsh0 {
	z-index: 30;
	margin-top: 1px;
	padding: 10px 0 3px 13px;
	padding: 10px 8px 2px;
	width: 853px;
}

.contentsh0 img{
	display:none;
}

.contentsh0 td {
	font-weight : bold;
	vertical-align : top;
}

.contentsh0 .cicon {
	width : 22px;
	vertical-align : top;
}

.contentsh0 .ctitle {
	width : 421px;
}

.contentsh0 .ctop {
	width : 28px;
	text-align : right;
	padding-right : 5px;
	vertical-align : top;
}

.contentschap {
	font-size : 1em;
	line-height: 1.2;
	margin-left : 53px; /* Adjust to Top : 74px */
	margin-bottom : 30px;
	margin-top : 18px; /* 20px yama NEW */
	width : 832px;
}     

* html .contentschap {             
	margin-left : 36px;
}

.contentschap div {
	font-weight: bold;
	text-indent : -21px;
	margin-bottom : 13px; /* 15px yama */
	margin-top: -1px; /* yama */
}

* html .contentschap div {
	text-indent : 0px;
	margin-bottom : 12px;
	margin-top: 0px; /* yama */
}

.contentschap div img {
	vertical-align: middle;
}
.contentschap a, .contentschap a:link, .contentschap a:visited {
	color : #000000;
	text-decoration : none;
}

.contentschap a:hover {
	color : #0041FF;
	text-decoration : underline;
}

.contentsh1 {
	font-size : 0.9em;
	margin-top : 16px; /* 20px yama 10px */
	margin-bottom : -7px;
	margin-left : 54px; /* Adjust to top : 58px */
	width : 828px; /* yama 840 px */
	font-weight: bold;
	text-indent : -17px;
	line-height: 1.1;
}
/* ie6 hack NEW */	
* html .contentsh1 {
	margin-left : 26px; /* Adjust to top : 58px */
	padding-top: 1px; /* 10px */
	padding-left: 32px;
}
/* ie7 hack NEW */	
*:first-child+html .contentsh1 {
	padding-top: 1px;
}

.contentsh1 img, .contentsh2 img, .contentsh3 img {
	margin-right: 5px; /* 65px */
}

.contentsh2 {
	font-size : 0.8em; /* 0.9em 10/12 */
	margin-top : 8px;
	margin-bottom : -6px; /* 0 */
	margin-left : 74px; /* yama 70px;*/
	width : 812px; /* yama 820px */
	text-indent : -17px;
	line-height: 1.1;
}

/* ie6 hack NEW */	
* html .contentsh2 {
	margin-left : 43px; /* yama 70px;*/
	padding-left : 32px; /* yama 70px;*/
}

.contentsh3 {
	font-size : 0.8em;
	margin-top : 8px;
	margin-left : 94px;
	margin-bottom : -6px;
	width : 736px;
	text-indent : -17px;
}

.contentsh1 a, .contentsh2 a, .contentsh3 a,
.contentsh1 a:link, .contentsh2 a:link, .contentsh3 a:link,
.contentsh1 a:visited, .contentsh2 a:visited, .contentsh3 a:visited {
	color : #000000;
	text-decoration : none;
}
.contentsh1 a:hover, .contentsh2 a:hover, .contentsh3 a:hover {
	color : #0041FF;
	text-decoration : underline;
}

.subtitleh1 {
	font-size : 0.7em;
	color : #006699;
	margin-left : 122px;
	width : 618px;
}

.subtitleh2 {
	font-size : 0.7em;
	color : #006699;
	margin-left : 150px;
	width : 590px;
}

.subtitleh3 {
	font-size : 0.7em;
	color : #006699;
	margin-left : 166px;
	width : 574px;
}

.summarychap {
	font-size: 0.8em;/* 0.7em */	
	color: #444444;
	width: 824px;
	margin-top: -9px;/* -2px */	
	margin-bottom: 13px; /* 8px yama */
	line-height: 1.2;
	margin-left : 0px;/* 20px yama New 10/12 */
}
.summarychap img {/* New 10/12 */
	margin-right: 5px;
}

* html .summarychap {
	margin-left : 21px;/* 20px yama */
}

div.chap {
	width: 920px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	box-shadow: 0px 2px 5px #737373;
	-webkit-box-shadow: 0px 2px 5px #737373;
	-moz-box-shadow: 0px 2px 5px #737373;
	height: auto;
	padding: 0 0 5px;
	position: relative;
	top: 54px;
	border: 1px solid #414141;
}
/* ie6 hack */	
* html div.chap {
	width: 920px;
}

div.index {
	width: 920px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	box-shadow: 0px 2px 5px #737373;
	-webkit-box-shadow: 0px 2px 5px #737373;
	-moz-box-shadow: 0px 2px 5px #737373;
	height: auto;
	padding: 0 0 5px;
	position: relative;
	top: 54px;
	border: 1px solid #414141;
}
/* ie6 hack */	
* html div.index {
	width: 920px;
}
div.list {
	background-repeat : no-repeat;
	background-position : 0px 86px;
	padding : 0 0 10px 0;
}

body {
	/* 
Reset: margin, padding propaty
	font-weight : normal; */
	font-size : 1em;/* 12px */
	/* background-color : white;
	background-image : url(../gen/bg_bp.gif);
	background-repeat : repeat-y;*/
	margin : 0 auto; /* 0px 20px 0px 0px */
	padding : 0;
	text-align: center;
	line-height: 1.0;
}

/*
body.book {
	background-repeat : no-repeat;
	background-position : 0px 86px;
}

body.index {
	background-repeat : no-repeat;
	background-position : 0px 86px;
}

body.chap {
	background-repeat : repeat-y;
}
*/

body.list {
	background-repeat : repeat-y;
}

/*201106リニューアル
-----------------------------------------------------------------------------*/
#fctEpt {
	width: 480px;
	float: right;
}

/*スライドダウンコンテンツ*/
.box {
	margin: auto;
	text-align: right;
	position: absolute;
	top: 70px;
	left: 22px;
	width: 871px;
	display: inline-block;
	z-index: 50;
}
/* ie6 hack NEW*/
* html .box {
	left: 20px;
}
/* ie7 hack NEW */
*:first-child+html .box {
	left: 21px;
	width: 877px;
}
#contentsArea {
	margin:0;
	padding:0;

}
#contents {
	text-align: left;
	border-right: 6px solid #eee;
	border-bottom: 6px solid #eee;
	border-left: 2px solid #eee;
	border-left: 2px outset #dcdcdc\9;
	box-shadow: 0 1px 2px 1px #818181;
	-webkit-box-shadow: 0 1px 2px 1px #818181;
	-moz-box-shadow: 0 1px 2px 1px #818181;
	display: none;
	overflow: hidden;
	background: url(../gen/contentsBG.gif) repeat-y left top #fff;
	height: auto;
	padding-top: 17px; /* yama: to add "Close" */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181',direction='135',strength='2');
	z-index: 500;
}
/* ie6 hack NEW*/
* html #contents{
	width: 861px;
	border-left: 2px outset #dcdcdc;
	padding-bottom: 0px;
}
/* ie7 hack NEW */
*:first-child+html #contents {
	border-left: 2px outset #dcdcdc;
	width: 869px;
	padding-bottom: 0px;
}
#contents ol li.leftside {
	float: left;
	margin-left: -10px;
	width: 400px;
	display: block;
	font-weight: 900;
	background: url(../gen/slideContents_Num_bg.gif) no-repeat;
	list-style: none;
}
/* ie6 hack */	
* html #contents ol {
padding-left: 10px;
padding-top: 12px;
}
/* ie7 hack NEW */	
*:first-child+html #contents ol {
padding-top: 15px;
padding-bottom: 0px;
}
#contents ol li.leftside ul li {
	padding-left: 21px;
	margin: 20px 0 20px -40px;
	font-weight:100;
	background: url(../gen/simpleSearch-more.gif) no-repeat left center;
	list-style: none;
	font-weight: 100;
}
#contents ol li.rightside {
	width: 400px;
	display: inline-block;
	font-weight: 900;
	background: url(../gen/slideContents_Num_bg.gif) no-repeat;
	list-style: none;
}
#contents ol li.rightside ul li {
	padding-left: 21px;
	margin: 20px 0 20px -40px;
	font-weight:100;
	background: url(../gen/simpleSearch-more.gif) no-repeat left center;
	list-style: none;
	font-weight: 100;
}
#contents ul li a {
	text-decoration: none;
	color: #313131;
}
#contents ul li a:hover {
	text-decoration : underline;
	color: #0041ff;
}

#closeEasySearch {
	margin-top: -8px;
	margin-right: 13px;
	list-style: none;
	font-weight: 80;
	float: right;
	font-size: 12px;
}

* html #closeEasySearch {
	padding-top: 4px;
	margin-top: -12px;
}

*:first-child+html #closeEasySearch {
	padding-top: 4px;
	margin-top: -9px;
}

#closeEasySearch a {
	display: block;
	cursor: pointer;
	padding-left: 17px;
	background: url(../gen/slide-up_close.gif) no-repeat left center;
	color: #0041ff;
	text-decoration: none;
}

#closeEasySearch a:hover {
	color: #ff9900;
	text-decoration: none;
}

#looksDoes { /* NEW */
	width: auto;
	height: auto;
	float: right;
	left: 0;
	top: -1px;
	border-top: 1px solid #eee;
	border-left: 1px inset #fff;
	border-right: 2px inset #dcdcdc\9;
	border-bottom: 2px inset #dcdcdc\9;
	border-left: none\9;
	background: #eee;
	box-shadow: 1px 1px 2px 0 #818181;
	-webkit-box-shadow: 1px 1px 2px 0 #818181;
	-moz-box-shadow: 1px 1px 2px 0 #818181;
	font-size: 12px;
	z-index: 70;
	white-space: nowrap;
	text-align: left;
	display: block;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181',direction='270',strength='2');
	padding: 0 0 0 12px;
	cursor: pointer;
}
/* ie6 hack NEW */
* html #looksDoes {
	border-right: 2px inset #dcdcdc;
	border-bottom: 2px inset #dcdcdc;
	border-left: none;
	top: -2px;
}
/* ie7 hack NEW */	
*:first-child+html #looksDoes {
	right: 0;
	white-space: nowrap;
	top: -3px;
	border-right: 2px inset #dcdcdc;
	border-bottom: 2px inset #dcdcdc;
	border-left: none;
	left: 2px;
}
#looksDoes a {
	display: block;
	cursor: pointer;
	padding: 13px 21px;
	background: url(../gen/slide-down.gif) no-repeat left center;
	color: #0041ff;
	text-decoration: none;
}
#looksDoes a:hover {
	color: #ff9900;
	text-decoration: none;
}
/* ie7 hack NEW */	
*:first-child+html #looksDoes a {
	margin-top: 5px;
}

/* MESSAGE_CONTENTS_BLOCK */
#noscript {
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: #c0c0c0;
	text-align : center;
	font-size: 16px;
	font-weight: bold;
}

/*------------------------------------------------------------------------------*/
/* 480-949幅時の調整								*/
/*------------------------------------------------------------------------------*/
@media screen and (max-width:949px){
	/* 初期化								*/
	img{
		max-width:100%;
		height:auto;
	}
	ol, ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#pref, #pref2, #pref3 {
		right : 0;
		top : -54px;
		z-index : 100;
		position: absolute; /*NEW*/
		font-size: 0.8em; /*NEW*/
	}
	
	#pref a, #pref2 a, #pref3 a {
		margin: 0 10px 0 10px;
	}
	
	/* 非表示アイテム							*/
	#contentsArea {
		display: none;
	}
	#line{	/* フッタ前線分 */
		display: none;
	}
	/* 幅自動化／枠線消去							*/
	div.index, div.chap {
	    width: auto;
	    margin: 9px 8px 0px 8px;
	    box-shadow: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    border: none;
	}
	#search, #search2, #search3 {
	    width : auto;
	    padding: 15px 12px 2px;
	    filter:none;
	    margin-top: -1px;
	}
	input.headersearchtext { /* NEW */
	    width: 336px;
	}
	.contentschap {
	    width : auto;
	    margin-left : 20px;
	}     
	.contentsh0 {
	    width: auto;
	    margin: 15px 1px 0 1px;
	}
	.contentsh1 {
	    width : auto;
	    margin-left : 21px;
	}
	.contentsh2 {
	    width : auto;
	    margin-left : 36px;
	}
	.contentsh3 {
	    width : auto;
	    margin-left : 51px;
	}
	.subtitleh1 {
	    width : auto;
	}
	.subtitleh2 {
	    width : auto;
	}
	.subtitleh3 {
	    width : auto;
	}
	.summarychap {
	    width: auto;
	}
	#footertable {
	    width : auto;
	}
	/* ロゴ									*/
	#logo {
		position: static;
		margin:-55px -8px 1px 0px;
	}
	#logo img:nth-child(2) { /* 機種ロゴ */
		max-width: 70%;
		height: auto;
	}
	/* かんたん検索ドロップダウン						*/
	.box {
		width : auto;
		top: 66px;
		right: 2px;
		left:-13px;
		height:0px;
	}
	#contents {
		margin-left: 15px;
		width: auto;
		padding-top: 33px; /* yama: to add "Close" */
		padding-bottom: 6px;
		z-index: 90;
	}
	#contents ol {
		margin-left: 30px;
		margin-right: 30px;
		padding-bottom: 10px;
	}
	#contents ol li.rightside {
	}
	#contents ol li.leftside {
		margin-left: 0px;
	}
	#contents ol li.leftside ul li {
		margin: 20px 0;
	}
	#contents ol li.rightside ul li {
		margin: 20px 0;
	}
	#closeEasySearch {
		margin-top: -24px;
	}
	#looksDoes a {
	    padding: 14px 21px;
	}
	/* パンくずリスト							*/
	.breadcrumbs {
	    width: auto;
	    padding-left: 6px;
	}
}
/*------------------------------------------------------------------------------*/
/* -479幅時の調整								*/
/*------------------------------------------------------------------------------*/
@media screen and (max-width:479px){
	body {
		font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	}
	/* 初期化								*/
	ol, ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	/* 非表示アイテム							*/
	#line{	/* フッタ前線分 */
		display: none;
	}
	.breadcrumbs,
	.breadcrumbs_no_es {
		display: none;
	}
	#pref, #pref2, #pref3 {
		right : 0;
		top : -54px;
		z-index : 100;
		position: absolute; /*NEW*/
		font-size: 0.8em; /*NEW*/
	}
	
	#pref a, #pref2 a, #pref3 a {
		margin: 0 10px 0 10px;
	}
	#contentsArea {
		display: none;
	}
	#logo img:nth-child(1) { /* RICOHロゴ */
		display: none;
	}
	/* 全体									*/
	div.index {
		min-width: 300px;
	}
	div.chap{
		min-width: 300px;
	}
	/* ロゴ									*/
	#headertable {
	}
	#headertable #jump a img {
		width : 0;
		height : 0;
	}
	#jump, #headerend {
		left : 0;
		top : 0;
		visibility : hidden;
	}
	#headerend { /*NEW for delete*/
		display: none;
		clear: both;
	}
	#logo {
		margin-right:0px;
	}
	#logo img:nth-child(2) { /* 機種ロゴ */
		max-width: 100%;
		height: auto;
	}
	/* 検索窓								*/
	#search, #search2, #search3 {
		border-bottom: 1px solid #414141;
		box-shadow: 0 2px 5px #737373;
		-webkit-box-shadow: 0 2px 5px #737373;
		-moz-box-shadow: 0 2px 5px #737373;
		height: 48px;
		background: #7d7d7d;
		padding: 13px 13px 0px;
		z-index: 99;
		position: relative;
		background: url(../gen/bodypage-bg.gif) repeat-x top;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#818181',direction='180',strength='5');
	}
	input.headersearchtext { /* NEW */
		/* font-size : 12px;
		color : black;
		vertical-align : bottom;*/
		width: 172px;
		height: 27px;
		padding: 3px;
		float: left;
		box-shadow: inset 0px 2px 5px #737373;
		-webkit-box-shadow: inset 0px 2px 5px #737373;
		-moz-box-shadow: inset 0px 0px 6px 0px #777;
		border-top: 1px solid #353535;
		border-right: 1px none #353535;
		border-bottom: 1px solid #353535;
		border-left: 1px solid #353535;
	}
	.linkimage { /* NEW */
		width : 69px;
		height: 29px;
		background: #ebebee;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #353535;
		padding-top: 4px;
		background: url(../gen/search-bg.gif) repeat-x top;
		text-decoration: none;
	}
	.linkimage:after {
		content: "";
		display: block;
		clear: both;
	}

	/* パンくずリスト							*/
	div#breadCrumb { /* パンくずリスト */
	display: none;
	}
	
	/* 章タイトル							*/
	.contentsh0 {
		font-weight : bold;
		font-size : 1em;
		background: #c2c2c2;
		margin: 10px 1px 0 1px; /* 20px 28px 0 38px */
		padding: 10px 8px 3px;
		line-height: 1.1;
		min-height: 23px;
		vertical-align: middle;
	}
	.contentsh0 img{
		display:none;
	}
	.contentsh0 td {
		font-weight : bold;
		vertical-align : top;
	}
	.contentsh0 .cicon {
		width : 22px;
		vertical-align : top;
	}
	.contentsh0 .ctitle {
		width : 421px;
	}
	.contentsh0 .ctop {
		width : 28px;
		text-align : right;
		padding-right : 5px;
		vertical-align : top;
	}
	/* 節タイトル							*/
	.contentschap {
		font-size : 1em;
		line-height: 1.2;
		margin-left : 20px; /* Adjust to Top : 74px */
		margin-bottom : 30px;
		margin-top : 18px; /* 20px yama NEW */
/*		width : 832px; */
	}     
	.contentschap div {
		font-weight: bold;
		text-indent : -21px;
		margin-bottom : 13px; /* 15px yama */
		margin-top: -1px; /* yama */
	}
	.contentschap div img {
		vertical-align: middle;
	}
	.contentschap a, .contentschap a:link, .contentschap a:visited {
		color : #000000;
		text-decoration : none;
	}
	.contentschap a:hover {
		color : #0041FF;
		text-decoration : underline;
	}
	.summarychap {
		font-size: 0.8em;/* 0.7em */	
		color: #444444;
/*		width: 824px; */
		margin-top: -9px;/* -2px */	
		margin-bottom: 13px; /* 8px yama */
		line-height: 1.2;
		margin-left : 0px;/* 20px yama New 10/12 */
	}
	.summarychap img {/* New 10/12 */
		margin-right: 5px;
	}
	/* 目次								*/
	.contentsh1 {
		font-size : 0.9em;
		margin-top : 20px; /* 20px yama 10px */
		margin-bottom : -3px;
		margin-left : 21px; /* Adjust to top : 58px */
		font-weight: bold;
		text-indent : -17px;
		line-height: 1.1;
	}
	.contentsh2 {
		font-size : 0.8em; /* 0.9em 10/12 */
		margin-top : 9px;
		margin-bottom : -2px; /* 0 */
		margin-left : 31px; /* yama 70px;*/
		line-height: 1.1;
	}
	.contentsh3 {
		font-size : 0.9em;
		margin-top : 9px;
		margin-left : 41px;
		margin-bottom : -2px;
	}
	.contentsh1 a, .contentsh2 a, .contentsh3 a,
	.contentsh1 a:link, .contentsh2 a:link, .contentsh3 a:link,
	.contentsh1 a:visited, .contentsh2 a:visited, .contentsh3 a:visited {
		color : #000000;
		text-decoration : none;
	}
	.contentsh1 a:hover, .contentsh2 a:hover, .contentsh3 a:hover {
		color : #0041FF;
		text-decoration : underline;
	}
	.subtitleh1 {
		font-size : 0.7em;
		color : #006699;
		margin-left : 122px;
	}
	.subtitleh2 {
		font-size : 0.7em;
		color : #006699;
		margin-left : 150px;
	}
	.subtitleh3 {
		font-size : 0.7em;
		color : #006699;
		margin-left : 166px;
	}
	/* 先頭へ戻る							*/
	#move {
		height : 25px;
		float: left; /* NEW */
		margin-left: 3px; /*  110px */
	}
	#move a:link, #move a:visited {
		color : #0041ff;
		text-decoration : none;
	}
	#move a:hover {
		color: #ff9900;
		text-decoration: none;
	}
	#move img { /* NEW */
		vertical-align : middle;
		margin-left: 2px;
	}
	#footertable {
		margin-top : 30px;
	}
	.footer {
	 /* margin-left : 110px; */
	 clear: both; /* NEW */.
	}
	/* フッタ							*/
	address {
		clear: both;
		margin-top: 28px;
		text-align : right;
		color : #000000;
		font-weight : normal;
		font-style : normal;
		font-size : 11px;
	}
	/* かんたん検索ドロップダウン　は非表示です				*/

}

