/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

* {
	font-family:'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	margin: 0;
	padding: 0;
	outline:0px none black;
}
html, body {
	font-family:'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
table, caption, th, td {
	font-family:'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

/* △△サイト全体設定 */
body {
	line-height:150%;
	font-family:'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color:#333;
	font-size:12px;
	background-image: url(../../img/common/bgBody.jpg);
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

/*h1のスタイル*/
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #006699;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*h2のスタイル*/
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2CA3F8;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a {
	outline:none;
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #2CA3F8;
	text-decoration: underline;
}


p {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align:bottom;
}

.clear{
clear:both; 
}

#container1 {
	background-image: url(images/side_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#container2 {
	padding: 0px;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header {
	width: 800px;
	padding: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 100px;
}

div#header p#header_logo a {
	display:block;
	width:375px;
	height:50px;
	text-indent:-9999px;
	/*\*/
	overflow:hidden;
	margin-left: 20px;	/**/
	margin-top: 42px;
}
div#header p#header_logo {
	float:left;
}

#topNavi {
	display: block;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#topNavi p {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topImg {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#wrapper {
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
}

/*mainのスタイル*/
div#main {
	float:right;
	width:580px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/*sideのスタイル*/
#side {
	width: 180px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#side #sideImage {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#side #sideCate {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#side #sideCate ul {
	margin: 0px;
	padding: 0px;
}

#side #sideCate ul li {
	list-style: none;
	height: 30px;
	background: url(images/side_cate_bg.jpg) no-repeat left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#side #sideCate ul li a {
	display: block;
	height: 24px;
	text-align: left;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0px;
}

#side #sideInfo {
	margin: 0px;
	padding: 0px;
	background-image: url(images/side_info_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 122px;
	width: 180px;
}

#side #sideInfo p {
	padding: 0px;
	margin-top: 67px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}

#side #sideMail {
	background-image: url(images/side_mail_on.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 180px;
	clear: both;
}

#side #sideMail a {
	background-image: url(images/side_mail.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 180px;
}

#side #sideMail a:hover {
	background-image: url(images/side_mail_on.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 180px;
}

/*mainInfoのスタイル*/
div#main #mainInfo {
	background-image: url(images/main_info_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 150px;
	width: 580px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

div#main #mainInfo #mainInfoBoxL {
	display: block;
	float: left;
	width: 270px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

div#main #mainInfo #mainInfoBoxL img {
	float: left;
}

div#main #mainInfo #mainInfoBoxL p {
	float: right;
	display: block;
	width: 160px;
	line-height: 22px;
	margin-top: 5px;
}

div#main #mainInfo #mainInfoBoxR {
	display: block;
	float: right;
	width: 260px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#main #mainInfo #mainInfoBoxR p {
	line-height: 22px;
}

div#main #mainInfo #mainInfoBoxR p u {
	display: block;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}

div#main #mainInfo #mainInfoBoxR p i {
	display: block;
	float: right;
	text-decoration: none;
	font-style: normal;
	width: 205px;
}

div#main #mainInfo #mainInfoBoxR p i a {
	color: #2CA3F8;
	text-decoration: none;
}

div#main #mainInfo #mainInfoBoxR p i a:hover{
	color: #2CA3F8;
	text-decoration: underline;
}

div#main #mainGoTop {
	text-align: right;
	display: block;
}

div#main #mainGoTop a {
	color: #2CA3F8;
	text-decoration: none;
}

div#main #mainGoTop a:hover{
	color: #2CA3F8;
	text-decoration: underline;
}

/*footerのスタイル*/
div#footer {
	clear:both;
	width:800px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

div#footer p {
	margin-right: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*pageTopTitleのスタイル*/
.pageTopTitle {
	margin-bottom: 10px;
}

/*whatsのスタイル*/
div#whats {
	margin-bottom: 20px;
	display: block;
	width: 580px;
}

/*zireiLinkのスタイル*/
div#zireiLink {
	margin-bottom: 5px;
	display: block;
	width: 580px;
}

div#zireiLink h5 {
	font-size: 14px;
	font-weight: bold;
	color: #2CA3F8;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}

div#zireiLink p {
	float: right;
}

div#zireiLink p a {
	color: #735546;
}

/*zireiBoxのスタイル*/
.zireiBox {
	margin-bottom: 15px;
	display: block;
	width: 580px;
}

.zireiInBox {
	margin-bottom: 15px;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.zireiInBox p {
	display: block;
	float: left;
	width: 235px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
}

.zireiInBox img {
	display: block;
	float: right;
	width: 316px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-right: 10px;
}

/*meritのスタイル*/
div#merit {
	margin-bottom: 15px;
	display: block;
	width: 580px;
}

/*demeritのスタイル*/
div#demerit {
	margin-bottom: 15px;
	display: block;
	width: 580px;
}

/*procedureのスタイル*/
div#procedure {
	margin-bottom: 15px;
	display: block;
	width: 580px;
}

div#procedure div#procedureL {
	display: block;
	width: 250px;
	float: left;
}

div#procedure div#procedureR {
	display: block;
	width: 250px;
	float: right;
}

/*instructionsのスタイル*/
p#instructions {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #3282AA;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------------
index.htmlのCSS
--------------------------------------------------------------------*/

/*topBox1のスタイル*/
div#topBox1 {
	background-color: #F4F0E5;
	border: 1px solid #999999;
	margin-bottom: 10px;
	display: block;
	width: 580px;
}

div#topBox1Top {
	display: block;
	width: 554px;
	margin-bottom: 10px;
	margin-left: 13px;
	margin-top: 15px;
}

div#topBox1TopL {
	display: block;
	float: left;
	width: 154px;
}

div#topBox1TopL p {
	display: block;
	width: 154px;
	background-image: url(images/top/button1_on.jpg);
	background-repeat: no-repeat;
	height: 90px;
	text-indent: -9999px;
}

div#topBox1TopL p a {
	display: block;
	width: 154px;
	background-image: url(images/top/button1.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

div#topBox1TopL p a:hover {
	background-image: url(images/top/button1_on.jpg);
	background-repeat: no-repeat;
}

div#topBox1TopR {
	display: block;
	float: right;
	width: 390px;
	margin-top: 7px;
}

div#topBox1TopR img {
	float: left;
}

div#topBox1TopR p {
	float: right;
	display: block;
	width: 265px;
	margin-bottom: 10px;
	color: #735546;
}

.topTitle {
	margin-left: 13px;
	margin-bottom: 10px;
}

div#topBox1Bottom {
	display: block;
	width: 554px;
	margin-bottom: 15px;
	margin-left: 13px;
}

.topBox1BottomImgL {
	float: left;
	padding-right: 11px;
}

.topBox1BottomImgR {
	float: right;
}

/*topBox2のスタイル*/
div#topBox2 {
	margin-bottom: 20px;
	display: block;
	width: 580px;
}

div#topBox2 p#nini_btn {
	display: block;
	width: 186px;
	background-image: url(images/top/button2_on.jpg);
	background-repeat: no-repeat;
	height: 96px;
	text-indent: -9999px;
	float: left;
	margin-right: 11px;
}

div#topBox2 p#nini_btn a {
	display: block;
	width: 186px;
	background-image: url(images/top/button2.jpg);
	background-repeat: no-repeat;
	height: 96px;
}

div#topBox2 p#nini_btn a:hover {
	background-image: url(images/top/button2_on.jpg);
	background-repeat: no-repeat;
}

div#topBox2 p#hasan_btn {
	display: block;
	width: 186px;
	background-image: url(images/top/button3_on.jpg);
	background-repeat: no-repeat;
	height: 96px;
	text-indent: -9999px;
	float: left;
	margin-right: 11px;
}

div#topBox2 p#hasan_btn a {
	display: block;
	width: 186px;
	background-image: url(images/top/button3.jpg);
	background-repeat: no-repeat;
	height: 96px;
}

div#topBox2 p#hasan_btn a:hover {
	background-image: url(images/top/button3_on.jpg);
	background-repeat: no-repeat;
}

div#topBox2 p#minji_btn {
	display: block;
	width: 186px;
	background-image: url(images/top/button4_on.jpg);
	background-repeat: no-repeat;
	height: 96px;
	text-indent: -9999px;
	float: right;
}

div#topBox2 p#minji_btn a {
	display: block;
	width: 186px;
	background-image: url(images/top/button4.jpg);
	background-repeat: no-repeat;
	height: 96px;
}

div#topBox2 p#minji_btn a:hover {
	background-image: url(images/top/button4_on.jpg);
	background-repeat: no-repeat;
}

/*topBox3のスタイル*/
div#topBox3 {
	margin-bottom: 30px;
	display: block;
	width: 580px;
}

/*--------------------------------------------------------------------
faq.htmlのCSS
--------------------------------------------------------------------*/

div#faq h3 {
	font-size: 14px;
	font-weight: bold;
	color: #8F705C;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#faq h4 {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	line-height: 30px;
	padding-left: 60px;
}

.aBox {
	display: block;
	width: 580px;
	margin-bottom: 20px;
}

.aBox img {
	float: left;
}

.aBox p {
	float: right;
	display: block;
	width: 520px;
}

div#faq div#q1 {
	background-image: url(images/faq/q01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q2 {
	background-image: url(images/faq/q02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q3 {
	background-image: url(images/faq/q03.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q4 {
	background-image: url(images/faq/q04.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q5 {
	background-image: url(images/faq/q05.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q6 {
	background-image: url(images/faq/q06.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q7 {
	background-image: url(images/faq/q07.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q8 {
	background-image: url(images/faq/q08.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q9 {
	background-image: url(images/faq/q09.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q10 {
	background-image: url(images/faq/q10.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q11 {
	background-image: url(images/faq/q11.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q12 {
	background-image: url(images/faq/q12.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q13 {
	background-image: url(images/faq/q13.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q14 {
	background-image: url(images/faq/q14.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q15 {
	background-image: url(images/faq/q15.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q16 {
	background-image: url(images/faq/q16.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q17 {
	background-image: url(images/faq/q17.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q18 {
	background-image: url(images/faq/q18.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q19 {
	background-image: url(images/faq/q19.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q20 {
	background-image: url(images/faq/q20.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q21 {
	background-image: url(images/faq/q21.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q22 {
	background-image: url(images/faq/q22.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q23 {
	background-image: url(images/faq/q23.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q24 {
	background-image: url(images/faq/q24.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q25 {
	background-image: url(images/faq/q25.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q26 {
	background-image: url(images/faq/q26.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q27 {
	background-image: url(images/faq/q27.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q28 {
	background-image: url(images/faq/q28.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

div#faq div#q29 {
	background-image: url(images/faq/q29.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 580px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------------
privacy.htmlのCSS
--------------------------------------------------------------------*/
div#privacy p {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------------
case.htmlのCSS
--------------------------------------------------------------------*/
.zireiInBoxCase {
	margin-bottom: 15px;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

div#main #mainGoTop2 {
	text-align: right;
	display: block;
	margin-bottom: 25px;
}

div#main #mainGoTop2 a {
	color: #2CA3F8;
	text-decoration: none;
}

div#main #mainGoTop2 a:hover{
	color: #2CA3F8;
	text-decoration: underline;
}

/*--------------------------------------------------------------------
link.htmlのCSS
--------------------------------------------------------------------*/
.linkBox {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.linkTitle {
	color: #2CA3F8;
	font-weight: bold;
}

.linkTitle a {
	color: #2CA3F8;
	text-decoration: none;
}

.linkTitle a:hover{
	color: #2CA3F8;
	text-decoration: underline;
}

/*--------------------------------------------------------------------
info.htmlのCSS
--------------------------------------------------------------------*/
.infoBox {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.infoTitle {
	display: block;
	float: left;
	width: 90px;
}

.infoText {
	display: block;
	float: right;
	width: 480px;
}

div#access {
	display: block;
	float: right;
	width: 480px;
}

div#access div#accessL {
	display: block;
	float: left;
	width: 280px;
}

div#access div#accessR {
	display: block;
	float: right;
	width: 170px;
	padding-right: 10px;
}

div#access div#accessR img {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------------
form.htmlのCSS
--------------------------------------------------------------------*/
div#formBox {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

div#sousin {
	text-align: center;
	margin-bottom: 20px;
}

.thanks {
	margin-bottom: 10px;
}

.thanks a {
	color: #2CA3F8;
	text-decoration: none;
}

.thanks a:hover{
	color: #2CA3F8;
	text-decoration: underline;
}