@charset "UTF-8";

/*							*
mitsuizousen common.css
2010.03.03 @koyo
*							*/


@media print{

/*
IEでのズーム指定
649(印刷での表示幅) ÷ (スクリーンでの表示幅) x 100 = zoom値（端数切り捨て）
*/
body{
	zoom: 70%; /*WinIE only */
}
/*
背景を非表示にしたいコンテンツ
*/
body,
#container{
	background:none #FFFFFF !important;
}
}
/*
ロールオーバー用画像先読み
*/
.pre{
	visibility: hidden;
	height: 0px;
/* 以下に先読みする画像を指定。 */
	background-image: url(../img/globalNavi_first_01.gif);
	background-image: url(../img/globalNavi_01_r.gif);
	background-image: url(../img/globalNavi_02_r.gif);
	background-image: url(../img/globalNavi_03_r.gif);
	background-image: url(../img/globalNavi_04_r.gif);
	background-image: url(../img/globalNavi_05_r.gif);
	background-image: url(../img/globalNavi_06_r.gif);
	background-image: url(../img/globalNavi_07_r.gif);
	background-image: url(../img/globalNavi_08_r.gif);
	background-image: url(../img/globalNavi_09_r.gif);
	background-image: url(../img/globalNavi_10_r.gif);
	background-image: url(../img/globalNavi_11_r.gif);
	background-image: url(../img/globalNavi_12_r.gif);
	background-image: url(../img/globalNavi_13_r.gif);
	background-image: url(../img/s_contentsArea_btn_r.gif);
}
* html .pre{/* for IE6 */
	display:none;
}

/* ----------
basic settings
----------*/
*{
/*min-height: 0;*/	/* for Win IE 6,7 */
}
body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address{
	margin : 0px;
	padding : 0px;
}
img{
	border: 0px;
}
th, td, form, fieldset{
}
html,
body{
	height:auto;
}
body{
	color: #3B3B3B;
	background:#FFF;
	font-size: 65%; /* 12pt程度の大きさに調整 */
	font-family:'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

*+html body{
	overflow: hidden;
}
* html body{
	overflow: hidden;
}
/* safari4 only \*/
body:first-of-type body{
}
a{
	color: #3B3B3B;
	text-decoration:underline;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style-type: none;
}
em{
	visibility: hidden;
	font-size: 10px;
}
input, textarea{
	font-size:1.2em;
	padding:3px;
}
input.submit{
	width:60px;
}
table.table,
table.table tr,
table.table td,
table.table th{
	border-width:1px;
	empty-cells:show;
	text-align:left;
	border-color:#CCCCCC;
	border-style:solid;
	font-size:0.98em;
}

/* tokyo add */
table.table_tokyo01,
table.table_tokyo01 tr,
table.table_tokyo01 td,
table.table_tokyo01 th{
	border-width:1px;
	empty-cells:show;
	text-align:left;
	border-style:none;
}

table.table_tokyo02,
table.table_tokyo02 tr,
table.table_tokyo02 td,
table.table_tokyo02 th{
	border-width:1px;
	empty-cells:show;
	text-align:left;
	border-style:solid;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	/*border-width:0;*/
}
th{
	background:#ECECEC;
}
table.table_tokyo01 th{
	background: none;
}
ol li{
	list-style-position:inside;
	margin-bottom:5px;
}

/* ----------
basic rayout
----------*/
#wrapper{
	background:url(../img/wrapper_bg.gif) repeat-x top left;
}

#wrapper02{
	background:url(../img/wrapper_bg02.gif) repeat-x top left;
}

#container{
	width: 950px;
	margin: 0px auto;
	height:auto;
	position:relative;
	background:#FFF;
	overflow:hidden;
	font-size:1.1em;
}

/* ----------
header
----------*/
#header{
	width:950px;
	float:left;
	height:102px;
}
#header #logo{
	background:url(../img/logo.jpg) no-repeat left top;
	width:950px;
	height:82px;
	padding-top:20px;
	padding-left:623px;
}
#header #logo_first{
	background:url(../img/logo_first.jpg) no-repeat left top;
	width:950px;
	height:102px;
}

/* tokyo add */
#header #logo_tokyo{
	background:url(../img/logo_tokyo02.jpg) no-repeat left top;
	width:950px;
	height:82px;
	padding-top:20px;
	padding-left:623px;
}
#header #logo input.textbox{
	float:left;
	margin:4px 5px 0 0;
	width:130px;
	height:15px;
}
#header #logo input.btn{
	float:left;
}
#header #logo_tokyo input.textbox{
	float:left;
	margin:4px 5px 0 0;
	width:130px;
	height:15px;
}
#header #logo_tokyo input.btn{
	float:left;
}



/* ----------
contents
----------*/
#contents{
	float:left;
	background:url(../img/contents_bg.gif) repeat-x left top;
	margin-bottom:10px;
	width:950px;
}
#contents #contentsArea{
	float:left;
	padding-left:30px;
	width:705px;
	font-size:1.05em;
	line-height:1.8;
	overflow:hidden;
}
#contents #contentsArea #contents-header{
	min-height:115px;
	height:auto !important;
	height:115px;
	margin-bottom:20px;
	font-size:1.1em;
}
#contents #contentsArea #contents-header #left-title{
	float:left;
	width:230px;
}
#contents #contentsArea #contents-header #left-title .category-title{
	color:#7A7A7A;
	font-size:2.1em;
	padding:10px 0 0 10px;
}
#contents #contentsArea #contents-header #left-title .category-title_s{
	color:#7A7A7A;
	font-size:1.5em;
	padding:10px 0 7px 10px;
}
#contents #contentsArea #contents-header #left-title .category-title_m{
	color:#7A7A7A;
	font-size:1.8em;
	padding:10px 0 7px 10px;
}
#contents #contentsArea #contents-header #left-title .sub-title{
	background:url(../img/s_c-header_mark.gif) no-repeat left top;
	font-size:1.2em;
	font-weight:bold;
	margin-left:20px;
	padding-left:35px;
	min-height:26px;
	height:auto !important;
	height:26px;
	margin-top:10px;
	padding-top:2px;
}
#contents #contentsArea #contents-header #left-title .sub-title02{
	background:url(../img/s_c-header_mark_s.gif) no-repeat left 3px;
	font-size:1.0em;
	font-weight:bold;
	min-height:26px;
	height:auto !important;
	height:26px;
	margin-left:26px;
	margin-top:5px;
	min-height:26px;
	padding-left:30px;
	line-height:26px;
}
#contents #contentsArea #contents-header #right-menu{
	background:url(../img/s_c-header_bg.gif) no-repeat left top;
	width:475px;
	min-height:115px;
	height:auto !important;
	height:115px;
	float:left;
}
#contents #contentsArea #contents-header #right-menu .footMenu {
	width:475px;
	border-top:1px solid #CF6E00;
	background-color:#FFF;
	margin-bottom:25px;
}
#contents #contentsArea #contents-header #right-menu .menu01{
	float:left;
	padding-left:25px;
	margin-top:10px;
	width:212px;
}
#contents #contentsArea #contents-header #right-menu .menu01 ul li{
	padding-bottom:4px;
	font-size:0.85em;
	line-height:1.4;
}
*html #contents #contentsArea #contents-header #right-menu .menu01 ul li{/* for IE6 */
	padding-bottom:4px;
}
#contents #contentsArea #contents-header #right-menu .menu01 ul li a{
	color:#CF6E00;
}
#second #contents #contentsArea h1{
	background:url(../img/s_h1_img.gif) no-repeat left top;
	overflow:hidden;
	color:#FFF;
	font-size:1.3em;
	height:29px;
	padding-left:16px;
	padding-top:7px;
	width:665px;
	margin-bottom:15px;
	line-height:27px;
}

#second #contents #contentsArea h5{
	background:url(../img/s_h2_img.gif) no-repeat left top;
	overflow:hidden;
	color:#FFF;
	font-size:1.3em;
	height:29px;
	padding-left:16px;
	padding-top:7px;
	width:665px;
	margin-bottom:15px;
	line-height:27px;
}

#top #contents #contents-column{
	background:url(../img/t_whatsnew_bg.gif) no-repeat left top;
	width:705px;
	min-height:203px;
	height:auto !important;
	height:203px;
	padding:52px 10px 0 83px;
	width:612px;
}
#top #contents #contentsArea #top_h1 h1{
	background:url(../img/s_h1_img.gif) no-repeat left top;
	overflow:hidden;
	color:#FFF;
	font-size:1.3em;
	height:29px;
	padding-left:16px;
	padding-top:7px;
	width:665px;
	margin-bottom:15px;
	line-height:27px;
}

#top #contents #contentsArea #top_h5 h5{
	background:url(../img/s_h2_img.gif) no-repeat left top;
	overflow:hidden;
	color:#FFF;
	font-size:1.3em;
	height:29px;
	padding-left:16px;
	padding-top:7px;
	width:665px;
	margin-bottom:15px;
	line-height:27px;
}


#top #contents #contents-column dl{
	float:left;
	margin-bottom:0px;
}
#top #contents #contents-column dl dt{
	float:left;
	margin-right:15px;
	width:57px;
}
#top #contents #contents-column dl dd{
	float:left;
	width:540px;
}
#top #contents #contents-column dl dd p{
	float:left;
}
#top #contents #contents-column dl dd img.new_icon{
	padding-left:10px;
}
#second #contents #contents-column{
	padding-left:16px;
	padding-bottom:15px;
	padding-right:20px;
	width:645px;
}
#top #contents #contents-column2{
	padding-left:16px;
	padding-bottom:15px;
	padding-right:20px;
	width:645px;
}
#second #contents #contents-menu{
	width:681px;
	margin:30px 0 10px 0;
	overflow:hidden;
}
#second #contents #contents-menu a.menu-btn{
	display:block;
	background:url(../img/s_contentsArea_btn.gif) no-repeat left top;
	color:#B46000;
	font-size:1.1em;
	height:52px;
	padding:7px 80px 13px 20px;
	width:112px;
	text-decoration:none;
	overflow:hidden;
}
#second #contents #contents-menu a.menu-btn:hover{
	background:url(../img/s_contentsArea_btn_r.gif) no-repeat left top;
	text-decoration:underline;
}
#second #contents #contents-menu .menu-btn-no-link p{
	display:block;
	background:url(../img/s_contentsArea_btn_nolink.gif) no-repeat left top;
	color:#B46000;
	font-size:1.1em;
	height:52px;
	padding:10px 80px 10px 20px;
	width:112px;
	text-decoration:none;
	overflow:hidden;
}
#second #contents #contents-menu table td{
	width:212px;
	vertical-align:top;
}
#second #contents #contents-menu table td.td_left{
	padding-right:22px;
	padding-bottom:20px;
}
#second #contents #contents-menu table td.td_center{
	padding-right:22px;
	padding-bottom:20px;
}
#second #contents #contents-menu table td.td_right{
	padding-bottom:20px;
}

.txt-align-center{
	text-align:center !important;
}
.txt-align-right{
	text-align:right !important;
}

#second #contents #contents-menu ul{
	margin-left:25px;
	margin-top:10px;
	margin-bottom:5px;
}
#second #contents #contents-menu li{
	margin-left:13px;
	list-style-type:disc;
	list-style-position:inside;
	text-indent:-13px;
}
*+html #second #contents #contents-menu li{/* for IE7 */
	margin-left:15px;
	text-indent:-15px;
}
* html #second #contents #contents-menu li{/* for IE6 */
	margin-left:15px;
	text-indent:-15px;
}
#second #contents #contentsArea li.list-header {
	list-style-type: none;
	/*margin-left: 0px;
	text-indent:0;*/
}
*+html #second #contents #contentsArea li.list-header {/* for IE7 */
	margin-left:-5px;
}
* html #second #contents #contentsArea li.list-header {/* for IE6 */
	margin-left:-5px;
}
.box {
	border: 1px solid #D6D6D6;
	margin-bottom: 15px;
	padding: 10px;
}
.box {
	overflow: hidden;
}
.box:after {
	content: “”;
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .box {
	height: 1em;
	overflow: visible;
}
/**/
#second #contents #contents-column #left-column {
	float:left;
	width:310px;
}
#second #contents #contents-column.resortVoice #left-column {
	width:180px;
}
#second #contents #contents-column .box #left-column {
	width:300px;
}
#second #contents #contents-column #right-column {
	margin-left:335px;
	width:310px;
	overflow:hidden;
}
*html #second #contents #contents-column #right-column {/* for IE6 */
	margin-left:330px;
	width:310px;
}
#second #contents #contents-column.resortVoice #right-column {
	margin-left:195px;
	width:450px;
}
*html #second #contents #contents-column.resortVoice #right-column {/* for IE6 */
	margin-left:195px;
	width:445px;
}
#second #contents #contents-column .box #right-column {
	width:300px;
	margin-left:320px;
}
#second #contents #contents-column .box h3{
	margin-top:0;
}
#second #contents #contentsArea h2{
	background:url(../img/s_h2_icon.gif) no-repeat left 8px;
	border-bottom:1px solid;
	margin-bottom:12px;
	margin-top:35px;
	padding:0 0 4px 20px;
	font-size:1.2em;
}
#top #contents #contentsArea #top_h2 h2{
	background:url(../img/s_h2_icon.gif) no-repeat left 8px;
	border-bottom:1px solid;
	margin-bottom:12px;
	margin-top:35px;
	padding:0 0 4px 20px;
	font-size:1.2em;
}
#second #contents #contentsArea #contents-column.resortVoice h2{
/*	background: none #f6eece;
	border-bottom: 3px solid #C6AA33;*/
	background: none #fbf6e4;
	border-bottom: 3px solid #D68325;
	padding-top: 5px;
	padding-left: 15px;
/*	color: #D68325;*/
}
#second #contents #contentsArea h3{
	font-size:1em;
	margin-bottom:10px;
	margin-top:25px;
}
#second #contents #contentsArea h4{
	font-size:1em;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:15px;
}
#second #contents #contents-column ul{
	list-style:disc;
	list-style-position:inside;
	margin-bottom:5px;
}

/* tokyo add*/
#second #contents #contents-column ul.list_tokyo{
	list-style:none;
	list-style-position:inside;
	margin-bottom:15px;
}
#second #contents #contents-column a{
	color:#B46000;
	text-decoration:underline;
}
#second #contents #contents-column a:hover{
	text-decoration:none;
}

#top #contents #contents-column2 a{
	color:#B46000;
	text-decoration:underline;
}
#top #contents #contents-column2 a:hover{
	text-decoration:none;
}

/* ----------
contents-top
----------*/
#contents-top{
	float:left;
	min-height:20px;
	height:auto !important;
	height:20px;
	padding:10px 10px 5px 45px;
	width:895px;
}
#contents-top #breadcrumb{
	float:left;
	width:600px;
}
#contents-top #login-msg{
	float:right;
	text-align:right;
	width:280px;
}

/* ----------
globalNavi
----------*/
#globalNavi{
	float:left;
	width:192px;
	overflow:hidden;
	padding-left:23px;
}
#globalNavi #mainNavi{
}
#globalNavi #mainNavi .mainNavi-column{
	width:192px;
	height:44px;
	margin-bottom:8px;
	overflow:hidden;
}
#globalNavi #mainNavi .mainNavi-column.navi_msg{
	color:#E50012;
	height:auto;
}
#globalNavi #mainNavi .mainNavi-column.sub{
}
*:first-child+html #globalNavi #mainNavi .mainNavi-column.sub_back{/* for IE7 */
}
*html #globalNavi #mainNavi .mainNavi-column.sub_back{/* for IE6 */
}
.mainNaviInner{
	position:relative;
}
#globalNavi #otherNavi{
	float:left;
}
#globalNavi #otherNavi ul{
	margin-top:15px;
	margin-left:7px;
	float:left;
	width:185px;
	clear:both;
}
#globalNavi #otherNavi ul li{
	background:url(../img/footer_icon.gif) no-repeat left 4px;
	padding-left:15px;
	margin-bottom:5px;
	min-height:11px;
	height:auto !important;
	height:11px;
}
#globalNavi #qrcode{
	text-align:center;
	clear:left;
}

/* ----------
subNavi
----------*/
#globalNavi #subNavi1,
#globalNavi #subNavi2,
#globalNavi #subNavi3,
#globalNavi #subNavi4,
#globalNavi #subNavi5,
#globalNavi #subNavi6{
	background:url(../img/subNavi_bg.gif) no-repeat bottom left #f9d36a;
	width:162px;
	min-height:39px;
	height:auto !important;
	height:39px;
	padding:5px 5px 5px 10px;
	margin:0 0 8px 7px;
	width:162px;
	font-size:1.1em;
	display:none;
	position:absolute;
	z-index:10000 !important;
}
#globalNavi #subNavi1{
	top:96px;
}
#globalNavi #subNavi2{
	top:148px;
}
#globalNavi #subNavi3,
#globalNavi #subNavi5{
	top:304px;
}
#globalNavi #subNavi4{
	top:200px;
}

#globalNavi #subNavi6{
	top:250px;
}
#globalNavi #subNavi1.last,
#globalNavi #subNavi2.last,
#globalNavi #subNavi3.last,
#globalNavi #subNavi4.last,
#globalNavi #subNavi5.last,
#globalNavi #subNavi6.last{
	margin:0 0 0 7px;
}
#globalNavi #subNavi1 ul li,
#globalNavi #subNavi2 ul li,
#globalNavi #subNavi3 ul li,
#globalNavi #subNavi4 ul li,
#globalNavi #subNavi5 ul li,
#globalNavi #subNavi6 ul li{
	float:none;
	background:url(../img/subNavi_icon.gif) no-repeat 0 3px;
	padding-left:17px;
	margin:5px 0;
	height:auto;
	width:145px;
}
#globalNavi #subNavi1 ul li a,
#globalNavi #subNavi2 ul li a,
#globalNavi #subNavi3 ul li a,
#globalNavi #subNavi4 ul li a,
#globalNavi #subNavi5 ul li a,
#globalNavi #subNavi6 ul li a{
	color:#000;
}

/* ----------
footer
----------*/
#footer{
	clear:both;
	overflow:hidden;
	background:url(../img/footer_bg.gif) repeat-x left top #FFF;
	min-height:50px;
	height:auto !important;
	height:50px;
}
#footer #footer-container{
	float:left;
	overflow:hidden;
	padding:17px 0;
	width:810px;
}
#footer #footer-menu{
	float:left;
	padding-left:20px;
	width:130px;
}
#footer #footer-menu ul li{
	background:url(../img/footer_icon.gif) no-repeat left 2px;
	padding-left:15px;
	min-height:11px;
	height:auto !important;
	height:11px;
}
#footer #copyright{
	color:#454545;
	float:left;
	font-size:1.0em;
	text-align:center;
	width:660px;
	margin-right: -3px; /* IE6で末尾一文字がリピートするバグ対処 */
}
#footer #link-pagetop{
	width:115px;
	float:right;
	padding-right:25px;
}

/* ----------
other
----------*/
.padding01{
	padding-top:20px;
}

.padding02{
	padding-top:10px;
}

.clearfix{
	clear:both;
	overflow:hidden;
}

.clear-box{
	clear:both;
	margin-top:30px;
	overflow:hidden;
}

#contents-column p {
	margin-bottom: 15px;
}

#contents-column2 p {
	margin-bottom: 15px;
}

#second h1 a {
	display: block;
	background-image: url(../img/h1_icon_link.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding-right: 30px;
	color: #FFF;
	margin-right: 10px;
	padding-left: 5px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 25px;
}

.news-anzeneisei {
	color: #FFF;
	background-color: #093;
	padding: 3px 5px;

}


/* 拡張子別リンク */
a.file-link{
}

a.wmv{ /* wmv */
	display:inline;
	padding:2px 2px 2px 22px;
	background-repeat:no-repeat;
	background-position:3px 2px;
	background-image:url(../img/wmv.gif);
}

a.download{ /* download */
	display:inline;
	padding:2px 2px 2px 22px;
	background-repeat:no-repeat;
	background-position:3px 2px;
	background-image:url(../img/document_down_alt.gif);
}

/* pdfリンク */
a.pdf{
	display:inline;
	margin-right:5px;
	padding:2px 20px 2px 2px;
	background-position:right 4px;
	background-repeat:no-repeat;
	background-image:url(../img/icon_pdf.gif);
}

a.pdf-left{ /* アイコンが左側の場合 */
	display:inline;
	margin-right:5px;
	padding:2px 0 2px 20px;
	background-position:left 4px;
	background-repeat:no-repeat;
	background-image:url(../img/icon_pdf.gif);
}

a.pdf-container{ /* 改行する時はAタグのクラスをpdf-containerに変更 */
	padding:2px 20px 2px 2px;
}

a span.pdf{ /* 改行する時は<span class="pdf">&nbsp;</span>をAタグの最後に追加 */
	display:inline;
	margin-right:5px;
	padding:2px 20px 2px 0px;
	background-position:right 4px;
	background-repeat:no-repeat;
	background-image:url(../img/icon_pdf.gif);
	width:20px;
}



a.jump{ /* 外部リンク */
	display:inline;
	margin-right:5px;
	padding:2px 20px 2px 2px;
	background-position:right 4px;
	background-repeat:no-repeat;
	background-image:url(../img/icon_jump.gif);
}

a.jump-container{ /* 改行する時はAタグのクラスをjump-containerに変更 */
	padding:2px 20px 2px 0px;
}

a span.jump{
	/* 改行する時は<span class="jump">&nbsp;</span>をAタグの最後に追加 */
	display:inline;
	margin-right:5px;
	padding:2px 20px 2px 0px;
	background-position:right 2px;
	background-repeat:no-repeat;
	background-image:url(../img/icon_jump.gif);
	width:20px;
}

a.xls-left{ /* xls */ /* アイコンが左側の場合 */
	display:inline;
	margin-right:5px;
	padding:2px 0 2px 20px;
	background-position:left 4px;
	background-repeat:no-repeat;
	background-image:url(../img/icon_xls.gif);
}

a.doc{ /* doc */
	display:inline;
	margin-right:5px;
	padding:2px 20px 2px 2px;
	background-position:right 4px;
	background-repeat:no-repeat;
	background-image:url(../img/icon_doc.gif);
}

a.doc-left{ /* doc */ /* アイコンが左側の場合 */
	display:inline;
	margin-right:5px;
	padding:2px 0 2px 20px;
	background-position:left 4px;
	background-repeat:no-repeat;
	background-image:url(../img/icon_doc.gif);
}



.important{
	color:#C30;
}

#container #contents #contentsArea .txt-large{
	font-size:1.2em;
}

.indent-level-1{
	margin-left:3.5em;
}

.nowrap{
	white-space:nowrap;
}
.arrow-down {
	background-image: url(../img/arrow_down.gif);
	background-repeat: no-repeat;
	padding-left: 3.5em;
	background-position: left 4px;
}

.emphasis {
	margin-top: 15px;
	margin-bottom: 3px;
}

.emphasis span {
	background: #CF6E00;
	margin-left: -15px;
	padding: 3px;
	text-indent: 0;
	color: #FFF;
}


.mB10 {
margin-bottom:10px;
}
.mB20 {
margin-bottom:20px;
}
.mB30 {
margin-bottom:30px;
}
.pB10 {
padding-bottom:10px;
}
.pB20 {
padding-bottom:20px;
}
.pB30 {
padding-bottom:30px;
}
.mL5 {
margin-left:5px;
}
.mL10 {
margin-left:10px;
}
.mL20 {
margin-left:20px;
}
.mL30 {
margin-left:30px;
}
.pL10 {
padding-left:10px;
}
.pL20 {
padding-left:20px;
}
.pL30 {
padding-left:20px;
}

.fz1em{
font-size:1em;
}
.red_point{
color: #ff0000;
}
.blue_point{
color: #0000ff;
}
.text_pdf{
vertical-align:middle;
}
.thtop{
vertical-align:top;
}

/* きずな　アコーディオン  */
.details-summary {
	display:block;
	background:url(../img/s_contentsArea_btn.gif) no-repeat left top;
	color:#B46000;
	font-size:1.1em;
	height:52px;
	padding:7px 80px 13px 20px;
	width:112px;
	text-decoration:none;
	overflow:hidden;


	/* ホバー時のスタイル */
	&:hover {
	background:url(../img/s_contentsArea_btn_r.gif) no-repeat left top;
	text-decoration:underline;
	cursor: pointer;
	}

}
