@charset "utf-8"; /*使用する文字コード*/

/* 右ナビ黒
----------------------------------------------------------------------------*/
#r_contact .ttl{
	background-image:url(../../contact/images/r_navi_ttl_contact.gif);
	width:210px;
	height:29px;
	}

/* 右ナビ赤
----------------------------------------------------------------------------*/	
#right_navi ul li.contact01{
	background:url(../../contact/images/r_contact_btn_01.gif) 0px 0px no-repeat;
	width:209px;
	height:30px;
	}
#right_navi ul li.contact01 a:hover,
#right_navi ul li.contact01_on{
	background:url(../../contact/images/r_contact_btn_01.gif) 0px -30px no-repeat;
	width:209px;
	height:30px;
	}

#right_navi ul li.contact02{
	background:url(../../contact/images/r_contact_btn_02.gif) 0px 0px no-repeat;
	width:209px;
	height:30px;
	}
#right_navi ul li.contact02 a:hover,
#right_navi ul li.contact02_on{
	background:url(../../contact/images/r_contact_btn_02.gif) 0px -30px no-repeat;
	width:209px;
	height:30px;
	}
	
#right_navi ul li.contact03{
	background:url(../../contact/images/r_contact_btn_03.gif) 0px 0px no-repeat;
	width:209px;
	height:30px;
	}
#right_navi ul li.contact03 a:hover,
#right_navi ul li.contact03_on{
	background:url(../../contact/images/r_contact_btn_03.gif) 0px -30px no-repeat;
	width:209px;
	height:30px;
	}
	
#right_navi ul li.contact04{
	background:url(../../contact/images/r_contact_btn_04.gif) 0px 0px no-repeat;
	width:209px;
	height:30px;
	}
#right_navi ul li.contact04 a:hover,
#right_navi ul li.contact04_on{
	background:url(../../contact/images/r_contact_btn_04.gif) 0px -30px no-repeat;
	width:209px;
	height:30px;
	}
	
#right_navi ul li.contact05{
	background:url(../../contact/images/r_contact_btn_05.gif) 0px 0px no-repeat;
	width:209px;
	height:30px;
	}
#right_navi ul li.contact05 a:hover,
#right_navi ul li.contact05_on{
	background:url(../../contact/images/r_contact_btn_05.gif) 0px -30px no-repeat;
	width:209px;
	height:30px;
	}

#right_navi ul li.contact06{
	background:url(../../contact/images/r_contact_btn_06.gif) 0px 0px no-repeat;
	width:209px;
	height:30px;
	}
#right_navi ul li.contact06 a:hover,
#right_navi ul li.contact06_on{
	background:url(../../contact/images/r_contact_btn_06.gif) 0px -30px no-repeat;
	width:209px;
	height:30px;
	}
		
#right_navi ul li.contact07{
	background:url(../../contact/images/r_contact_btn_07.gif) 0px 0px no-repeat;
	width:209px;
	height:30px;
	}
#right_navi ul li.contact07 a:hover,
#right_navi ul li.contact07_on{
	background:url(../../contact/images/r_contact_btn_07.gif) 0px -30px no-repeat;
	width:209px;
	height:30px;
	}
		
#right_navi ul li.contact08{
	background:url(../../contact/images/r_contact_btn_08.gif) 0px 0px no-repeat;
	width:209px;
	height:30px;
	}
#right_navi ul li.contact08 a:hover,
#right_navi ul li.contact08_on{
	background:url(../../contact/images/r_contact_btn_08.gif) 0px -30px no-repeat;
	width:209px;
	height:30px;
	}


/* お問い合わせトップ
----------------------------------------------------------------------------*/	

#contact .contactBox{
	padding-bottom:10px;
	height:100%;
	margin-bottom:20px;
	line-height:120%;
	background-image: url(../../contact/images/contact_boxbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contact .contactBox02{
	background:url(../../contact/images/contact_boxbg02.gif) bottom no-repeat;
	padding-bottom:10px;
	height:100%;
	margin-bottom:20px;
	line-height:120%;
}

#contact .contactBox03{
	background:url(../../contact/images/contact_boxbg03.gif) bottom no-repeat;
	padding-bottom:10px;
	height:100%;
	margin-bottom:20px;
	line-height:120%;
}

#contact .contactBoxInL{
	float:left;
	width:235px;
}

#contact .contactBoxInR{
	float:right;
	width:235px;
}

#contact .margin10 {
	margin: 10px;
}


	
