@charset "Shift_JIS";
/* 
	PetCrew.jp Version.2010 CSS Document
	design/common.css
	Copyrightc 2010 PEAKS Co., Ltd. All Rights Reserverd. ( http://petcrew.jp )
*/

/* Layout */
html{ height:100%; font-family:"メイリオ", "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }

body{
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#F3F3F3; 
	color: #444444;
}

#paper{
	width:900px;
 	height:900px; 

	margin:0 auto;
	text-align:center;
	background:#FFFFFF url(main.png) repeat-y;
}
body > #paper{ 
	height:auto; 
}

	/* Layout. 1. header */
	#headerTitle{
		width:900px;
		height:50px;
		overflow:hidden;
		background-color:green;
		clear:both;
	}
	#headerCaption{
		text-align:left;
		height:50px;
		margin-top:5px;
		margin-left:5px;
		padding-left:60px;
		padding-top:8px;
		font-size:18px;
		font-weight:bold;
		color:white;
		background:url('PCKicon.png') no-repeat;
}
	#haderShadow{
		width:900px;
		height:1px;
		overflow:hidden;
		border-bottom:#CCCCCC 1px solid;
		margin-bottom:4px;
		clear:both;
	}

	
	/* Layout. 2. main */
	#main{
		width:880px;
		min-height:600px;
		padding:0px 10px 0px 10px;
		text-align:left;
		clear:both;
	}
	

#main h1{
	height:30px;
	line-height:33px;
	font-size:medium;
	font-weight:normal;
	clear:both;
	overflow:hidden;
}


/* 2. MainContents */
div.mainContents{
	margin-top:0px;
	width:660px;
	float:right;
	margin-right:5px;
}
/* mainContents Headline and Paragraph */
div.mainContents h1{
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding-left:12px;
	font-weight:bold;
	background:url('bg_h1.png') repeat-x;
}	
div.mainContents h2{
	margin:25px 0 15px 14px;
	padding-left:8px;
	font-size:small;
	font-weight:bold;
	border:1px #66AA33 solid;
	border-left:#66AA33 solid 5px;
	background:#F5F5E5;
	clear:both;
}
div.mainContents h3{
	margin:10px 0px 0px 20px;
	padding-left:0px;
	font-size:small;
	font-weight:bold;
	color:#000066;
	/* background-image:url(iconmainContents_h3.png); */
	/* background-repeat: no-repeat; */
	border-bottom:#ccccee solid 2px;
	clear:both;
}

div.mainContents h4{
	margin:10px 0px 5px 25px;;
	padding: 0px 0px 0px 5px;;
	line-height:1.2em;
	border-left: solid 5px #cccccc;
	text-align: left;
	font-size:small;
	color:#000066;
}


div.mainContents h5 {
	clear:both;
	margin: 10px 50px;
	padding: 5px 10px;
	border-left: solid 5px green;
	background:#ccffcc;
	font-size: 16px;
	text-align: left;
	
}

div.mainContents p{
	margin:10px 10px 0 20px ;
	font-size:small;
	line-height:150%;
}

div.mainContents div.GreenBold{
	margin:10px 0 -10 30px ;
	font-size:small;

	color: #009900;	
	font-weight:bold;
}

div.mainContents div.contents{
	margin:0px 10px 0 0px ;
	font-size:small;
	line-height:150%;
}

div.mainContents div.newsHeader{
	height:20px;
	margin:10px 0px 0px 20px;
	padding-left:0px;
	border-bottom:#ccccee solid 2px;
	width:640px;
}
div.mainContents div.newsHeaderCaption {
	font-size:small;
	font-weight:bold;
	color:#000066;
	float:left;
	width:550px;
}
div.mainContents div.newsHeaderDate {
	font-size:x-small;
	color:#000066;
	float:right;
}
div.mainContents div.newsText{
	clear:both;
	margin-bottom:30px;
}




div.mainContents ul{
	margin-left:20px;
	font-size:small;
	margin-top:0px;
	line-height:150%;
}	
	
div.mainContents div.inContentsLink {
	margin-left:10px;
}

div.mainContents div.inContentsLink ul {
	margin-left:0px;
	padding:10px;
}

div.mainContents div.inContentsLink li {
   padding:2px 0px 2px 15px;
   line-height:1.4;
   list-style:none;
   background: url('design/blueArrow.gif') no-repeat fixed left 50%;
}


div.mainContents ol{
	font-size:small;
	line-height:150%;
}	


/* mainContents Paragraph Block */
div.mainContents div.paragraph{
	padding:9px 16px 14px 16px;
	margin-bottom:14px;
}


/* mainContents List Block */
div.mainContents div.list{
}
div.mainContents div.list p{
	clear:both;
}
div.mainContents div.list p em{
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	display:block;
	float:left;
	width:150px;
	color:olive;
	margin-right:20px;
	text-align:right;
}
div.mainContents div.list p span{
	display:block;
	float:left;
	width:400px;
	padding-bottom:4px;
}

div.mainContents div.listMark{
	margin-left:30px;
	padding-left:20px;
}
div.mainContents div.listMark ul {
   margin:5px 0px 5px 0px;
   padding:0px;
}

div.mainContents div.listMark li {
   border-bottom:none;
}


div.mainContents div.faq{
	margin-left:0px;
	padding-left:20px;
}
div.mainContents div.faq ul {
   margin:0;
   padding:0;
}
div.mainContents div.faq li {
   padding:2px;
   line-height:1.4;
   list-style:none;
}
div.mainContents div.faq li.question {
	margin-left:2px;
	padding:5px 15px 3px 35px;
	line-height:1.4;
	list-style:none;
	background:#EEFAFF url('design/q.gif') no-repeat 4px 4px;
}
div.mainContents div.faq li.answer {
	margin-left:2px;
	padding:5px 15px 10px 35px;
	line-height:1.4;
	list-style:none;
	background:url('design/a.gif') no-repeat 4px 4px;
}


div.mainContents div.listbox{
	margin-left:20px;
	font-size:small;
	line-height:150%;
}	

	
/* タブ */	
.tab{
	overflow:hidden;
}
.tab li{
	background:#ccc; padding:5px 25px; float:left; margin-right:1px;
}
.tab li.select{
	background:#eee;
}
.tabcontent li{
	background:#eee; padding:20px;
}
.hide {
	display:none;
}



div.mainContents .mailFormTable{
	margin:10px 0 5px 10px;
	padding-left:8px;
	width:100%;
}

div.mainContents .mailFormTable table {
	font-size:12px;
	margin-top:14px;
	margin-left:0px;
	border-collapse:collapse;
	border-spacing: 0;
	border:1px green solid;
	vertical-align:text-top;
}

div.mainContents .mailFormTable table th {
   padding: 3px;
   border:1px solid #999;
   border-width: 1px;
   background: #B9E1B0;
   line-height: 120%;
   text-align: left;
   vertical-align:middle;
}

div.mainContents .mailFormTable table td {
   padding:3px;
   border:1px solid #999;
   border-width: 1px;
   text-align:left;
   vertical-align:top;
}


/***************  説明用ラウンドフレーム　左 **********************/
div.mainContents .sectionRoundbox {
	width:610px;
	padding:0px 10px;
	border:1px #cccccc solid;
	border-radius:4px;
	background-color:#F2FBF3;
	margin:10px 0px 10px 18px;
}


/***************  ダウンロード用のトップページの説明用 **********************/
div.mainContents div.tableListBox{
	margin-left:-30px;
	font-size:small;
	line-height:150%;
}
div.mainContents div.tableListBox ul {
	list-style-type:none;
}
div.mainContents div.tableListBox li.title{
	font-weight:bold;
	padding-left:20px;
	background:url('menu_icon.png') no-repeat 0px 0px;
}
div.mainContents div.tableListBox li.title a {
	color:black;
	text-decoration:none;
}
div.mainContents div.tableListBox li.title a:hover {
	color:black;
	text-decoration:underline;
}
div.mainContents div.tableListBox li.comment{
	padding-left:20px;
	font-size:12px;
	line-height:130%;
}


/* ダウンロード用の表示 */
div.exezipDlBox {
	border: 1px solid #999999;
	margin: 5px 0px 10px 20px;
	background-color:#F8F8F8;
	font-size:small;
}
div.exezipDlBox th{
	vertical-align:top;
}
div.exezipDlBox td{
	vertical-align:top;
}

div.exezipDlBox td.notice {
	font-size:11px;
	color:maroon;
	padding-left:10px
}

/* ダウンロード用の注意表示 */
div.noticebox {
	border: 1px solid #999999;
	margin: 5px 0px 10px 20px;
	background-color:#FAFAE8;
	font-size:small;
}
div.noticebox td.notice {
	font-size:11px;
	padding-left:10px;
	vertical-align:top;
}




/* 特定商取引テーブル */
.mainContents div.aboutTokuteisho table {
	margin-left:25px;
	width: 95%;
	text-align:left;
	border-collapse:collapse;
	font-size:small;
}

.mainContents div.aboutTokuteisho table th {
	padding:3px 5px;
	width:150px;
	background-color:#ededed;
	border:1px #bbbbbb solid;
	text-align:left;
}
.mainContents div.aboutTokuteisho table td {
	padding:3px 5px;
	border:1px #bbbbbb solid;
	text-align:left;
}




/* 3. menuArea */
div.menuArea{
	margin-top:3px;
	padding-top:12px;
	padding-bottom:3px;
	width:180px;
	float:left;
	border-bottom:solid 1px #cccccc;
}	
	/* SubStream Headline and Paragraph */
	div.menuArea h1{
		border-top:#AAAA55 solid 1px;
		border-bottom:#AAAA55 solid 1px;
		border-Left:#448800 solid 4px;
		margin:0px 0px 0px 0px ;
		padding-left:5px;
		font-size:medium;
		background-color:#99CC00;
		color:white;
	}	
	div.menuArea p{
		margin:8px 0 0 10px ;
		font-size:small;
		line-height:200%;
	}
	
	.menuArea ul {
		padding: 0px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.menuArea li {
		padding-left: 3px;
		padding-right: 3px;
		border-bottom:1px #CCCCCC solid;
		list-style-type: none;
		background: url('design/menu_icon.png') no-repeat fixed left 50%;
		padding-left:20px;
		font-size:small;

	}

	/* SubStream Paragraph "None-Frame" Block */
	div.menuArea div.paragraph{
		padding:9px 12px 14px 12px;
		margin-bottom:14px;

	}
	

/* ========ヘッダーナビメニュー（ドロップダウン）======== */	
#haderNaviMenu {
	list-style-type: none;
	width: 750px;
	height: 32px;
	margin: 3px auto 0px;
	padding: 0;
	background:#99C516;
	border-bottom: 5px solid #336600;
	border-radius: 3px 3px 0 0;
	float:left;
}
#haderNaviMenu li{
	position: relative;
	width: 125px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#haderNaviMenu li a{
	display: block;
	margin: 0;
	padding: 13px 0 11px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 0.6;
	text-decoration: none;
}
#haderNaviMenu li.selected{
	background-color:#7e9c0c;
}

#haderNaviMenu li:hover > a{
	background: #7e9c0c;
	color: #FFFF00;
	/* #eff7b1 */
}
#haderNaviMenu > li:hover > a{
	border-radius: 3px 3px 0 0;
}
#haderNaviMenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}

/*
#haderNaviMenu li:last-child ul{
	left: -100%;
	width: 100%
}
*/
#haderNaviMenu li ul li{
	overflow: hidden;
	width: 180%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#haderNaviMenu li ul li a{
	padding: 13px 15px;
	background: #7e9c0c;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#haderNaviMenu li:hover ul li{
	overflow: visible;
	height: 33px;
	border-top: 1px solid #8cac0e;
	border-bottom: 1px solid #616d0b;
}
#haderNaviMenu li:hover ul li:first-child{
	border-top: 0;
}
#haderNaviMenu li:hover ul li:last-child{
	border-bottom: 0;
}
#haderNaviMenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}






div.newslistbox {
	border: 1px solid #999999;
	height: 150px;
	overflow: auto;
	margin: 0px 0px 10px 15px;
	background-image: url('listboxBack.png');
	background-repeat: repeat-x;
	background-position: left top;
	font-size:small;
}

div.newslistbox dt {
	float: left;
	clear: left;
	margin: 0 20px 0px 10px;
	font-weight: 700;
}
div.newslistbox dd {
	padding: 0 0 0 10px;
	margin: 0;
}
div.newslistbox dd.link {
	margin: 0 0 0 100px;
	border-left: 1px solid #CCCCCC;
}


/* ========操作説明======== */	
div.manualItemNoHeader {
	margin:20px 0px 0px 20px;
	padding:1px 0px 0px 15px;
	border-bottom:1px #66aa77 solid;
	font-weight:bold;
	font-size:small;
	background: url('header_tab.png') no-repeat;
}
div.manualItemDetail {
	margin:10px 0px 40px 30px;
	font-size:small;	
}

div.manualItemDetail p {
	margin-left:0px;
}






#footer {
	clear: both;
	margin:0 auto;
	text-align: center;
	background-color: #F3F3F3;
	width:900px;
	height:inherit;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color:navy;
	text-decoration:none;
}

#footer a:hover {
	color:blue;
	text-decoration:underline;
}


/*フッターナビゲーション*/

#footer div.footernavi{
	height: 150px;
	/* border-bottom: 1px dotted #dac8ad; */
	margin:10px 0px;
	font-size:11px;
	text-align:left;
	background-color:#F3F3F3;
}

#footer div.footernaviBlock{
	float:left;
	padding:8px;
	width:260px;
	height:70px;
	margin-top:6px;
	margin-right:10px;
}

#footer div.footernaviBlockHeader{
	font-size:small;
	font-weight:bold;
}

a.footerIconlink{
	color:#333333;
	margin-left:15px;
	background: url('design/icon_link.png') no-repeat left 50%;
	padding-left:10px;
	padding-right:5px;
	font-size:11px;
}

#footerinfo {
	float:left;
	padding:10px;
	width:500px;
	font-size:9px;
	color:#DDFFCC;
	text-align:left
}

#footerA {
	width:800px;
 	height:100%; 
	min-height:100%;
	margin:0 auto;
	text-align:center;
	background:#F8F8F3;
}

#footerA div.footerlink{
	text-align:right;
	font-size:small;
	padding:10px;
}





/* ========SUBCONTENTS CUSTOMIZE======== */
div#sideMenu {
   float:left;
   width:200px;
   font-size:small;
}

div#sideMenu .sectionCaption {
	margin-top:0px;
	background-color:#339933;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding:5px 1px 3px 3px;
	color:white;
	font-weight:bold;
	margin-bottom:5px;
}
div#sideMenu .sectionRound {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	border:1px #cccccc solid;
	border-radius:4px;
	background-color:#F2FAF1;
}


div#sideMenu .sectionName {
	padding-left:3px;
}

div#sideMenu .section {
	margin-top:10px;
   	margin-bottom:10px;
}

div#sideMenu .sectionNotice {
	padding:0px 10px;
	border:1px #cccccc solid;
	border-radius:4px;
	background-color:#FFF9E1;

}

div#sideMenu h2 {
	border-top:#AAAA55 solid 1px;
	border-bottom:#AAAA55 solid 1px;
	border-Left:#448800 solid 4px;
	margin:0px 0px 0px 0px ;
	padding-left:2px;
	font-size:small;
	background-color:#99CC00;
	color:white;
}

div#sideMenu h3 {
   padding:5px;
   font-size:75%;/* 12px相当 */
   font-weight:bold;
   background:#EFEBEF;
}

div#sideMenu ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

div#sideMenu li {
   padding:2px;
   font-size:85%;
   line-height:1.4;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

div#sideMenu li.sel {
	margin-left:2px;
	padding:5px 15px 3px 0px;
	font-size:85%;/* 12px相当 */
	line-height:1.4;
	list-style:none;
	border-bottom:1px solid #E7E7EF;
	background:#FFFFCC url('menu_icon_selected.png') no-repeat 99% 50%;
}


div#sideMenu li a {
   display:block;
   color:navy;
   padding:5px 3px 3px 18px;
   background:url('menu_icon.png') no-repeat 0px 50%;
   text-decoration:none;
}

div#sideMenu li a:hover {
   display:block;
   color:#0066FF;
   background:#EFEBEF url('menu_icon.png') no-repeat 0px 50%;
   text-decoration:underline;
}

div#sideMenu li a:visited {
   color:navy;
}


/* ========左メニューのログアウトボタン======== */
div#sideMenu input.logout_button {;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	width:64px;
	height:20px;
	text-indent:-9999px;
	background:url('btn_logout.png') no-repeat;
	cursor:pointer;
}



/* ========ログイン======== */
div.login {
	font-size:small;
}

div.login table {
	width:100%;
	border:1px #C0C0C0 solid;
}

div.login table tr {

}

div.login table th {
	padding:2px;
	text-align:left;
	background:#CCFF66;
}

div.login table td {
	padding:3px 0px 3px 30px;
	text-align:left;
	background:#eeeeee;
}



div.operation{ 
	float:left; 
	font-size:small;
	margin-right:14px;
}

div.operationLeft{
	float:left;	
	font-size:small;
	margin-right:14px;
}
div.operationRight{
	float:right;	
	font-size:small;
	margin-left:14px;
}
div.operationEnd{
	clear:both;
}


a.mark{
	background: url('design/menu_icon.png') no-repeat left 50%;
	padding-left:20px;
	font-size:small;
}

.onErrorIgnore{ color:#999999; }
.onErrorFatal{ color:#FF0000; }

a.pagefirst{
	background: transparent url(mark16_pagefirst.jpg) no-repeat center left;
	padding-left:20px;
}
a.pagelast{
	background: transparent url(mark16_pagelast.jpg) no-repeat center left;
	padding-left:20px;
}
a.pagenext{
	background: transparent url(mark16_pagenext.jpg) no-repeat center left;
	padding-left:20px;
}
a.pageprevious{
	background: transparent url(mark16_pageprevious.jpg) no-repeat center left;
	padding-left:20px;
}

a.pdf{
	display:block;
	background: transparent url(pdficon.gif) no-repeat center left;
	padding-left:48px;
	height:32px;
}

a.pdfSmall{
	background: url('pdficon_small.png') no-repeat left 50%;
	padding-left:20px;
}



/*   テーブル   :*/
div.tableDesign{
	font-size:small;
	margin-top:14px;
	margin-left:30px;
	border-spacing: 0;
	vertical-align:text-top;

}

div.tableDesign table {
   width:600px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.6;
}

div.tableDesign table.thin {
   width:600px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.1;
}


div.tableDesign th {
   padding: 3px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background: #EFEBEF;
   font-weight: bold;
   line-height: 120%;
   text-align: left;
}

div.tableDesign th.captionLeft {
	background:#DDEEDD;
}

div.tableDesign th.captionCenter {
	background:#DDEEDD;
	text-align:center;
}

div.tableDesign th.indent {
	padding-left:5px;
}


div.tableDesign td {
   padding:3px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

div.tableDesign td.markBlue {
   text-align:center;
   color:blue;
}
div.tableDesign td.markGreen {
   text-align:center;
   color:green;
}
div.tableDesign td.markOrange {
   text-align:center;
   color:orange;
}
div.tableDesign td.markRed {
   text-align:center;
   color:red;
}

div.tableDesign td div.orderList{
	padding:0px 0px 0px 15px;
	background: url('design/order_icon.png') no-repeat left top;
}



/*   一般テーブル形式   :*/
div.tableFormat{
	font-size:small;
	margin-top:14px;
	margin-left:30px;
	border-spacing: 0;
	vertical-align:text-top;

}

div.tableFormat table {
   width:600px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.6;
}

div.tableFormat th {
   padding: 3px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background:#DDEEFF;
   line-height: 120%;
   text-align: left;
   vertical-align:top;
}

div.tableFormat td {
   padding:3px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
   vertical-align:top;
}




/*   本文内説明用テーブル   :*/
div.tableSetsumei {
	font-size:small;
	margin-top:14px;
	margin-left:30px;
	border-spacing: 0;
	vertical-align:text-top;
	}
	
div.tableSetsumei table {
	width:600px;
	margin-bottom:20px;
	border-collapse:collapse;
	border-spacing:0;
	line-height:1.6;
	}

div.tableSetsumei th {
	padding: 3px;
	border-top:5px white solid;
	border-bottom:1px #999 solid;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	}

div.tableSetsumei td {
	padding:5px;
	border-width:0 0 1px 1px;
	text-align:left;
	}




/*   手順説明用テーブル   :*/
div.tableHowTo {
	font-size:small;
	margin-top:14px;
	margin-left:30px;
	border-spacing: 0;
	vertical-align:text-top;
	}
	
div.tableHowTo table {
	width:600px;
	margin-bottom:20px;
	border-collapse:collapse;
	border-spacing:0;
	line-height:1.6;
	}

div.tableHowTo th {
	padding: 3px;
	border-top:10px white solid;
	border-bottom:1px #999 solid;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	background:#F0F5F0;
	}

div.tableHowTo th.NoBall {
	width:20px;
}
	
div.tableHowTo td {
	padding:5px;
	border-width:0 0 1px 1px;
	text-align:left;
	}




/*   Notice用テーブル   :*/
div.tableNotice {
	font-size:small;
	margin-top:14px;
	margin-left:30px;
	border-spacing: 0;
	vertical-align:text-top;

}

div.tableNotice table {
   width:600px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid red;
   border-spacing:0;
   line-height:1.4;
   background:#FFEEEE;
}

div.tableNotice td {
	padding:3px;
}

/*   NoFrameテーブル   :*/
div.tableNoFrame {
	font-size:small;
	margin-top:14px;
	margin-left:30px;
	border-spacing: 0;
	vertical-align:text-top;

}

div.tableNoFrame table {
   width:600px;
   margin-bottom:20px;
   border-spacing:0;
   line-height:1.4;
}

div.tableNoFrame td {
	padding:3px;
}


/*   Faqテーブル   :*/
div.tableFaq {
	font-size:small;
	margin-top:14px;
	margin-left:30px;
	border-spacing: 0;
	vertical-align:text-top;

}

div.tableFaq table {
   width:600px;
   margin-bottom:20px;
   border-spacing:0;
   line-height:1.4;
}

div.tableFaq td {
	padding:3px;
}

div.tableFaq td.question {
	padding:3px;
	width:25px;
	background: url('design/q.gif') no-repeat fixed left top;
}
div.tableFaq td.answer {
	padding:3px 3px 15px 3px;
	width:25px;
	background: url('design/a.gif') no-repeat fixed left top;
	vertical-align:bottom;

}

.mladdr {
    unicode-bidi : bidi-override;
    direction : rtl;
}



