@charset "utf-8";
/* CSS Document */



/* +++++ 基本設定 +++++ */
BODY {
width: 100%; 
height: 100%; 
margin: 0px; 
background-color: #F0F0F0;
color: #000000;
font-family: "ヒラギノ角ゴ Pro W3" , Osaka, "ＭＳ Ｐゴシック";
font-size: 12px;
line-height: 16px;
letter-spacing: 1px;
}

TH, TD {
font-family: "ヒラギノ角ゴ Pro W3" , Osaka, "ＭＳ Ｐゴシック";
line-height: 16px;
font-size: 12px;
}

INPUT, TEXTAREA, SELECT {
font-family: "ヒラギノ角ゴ Pro W3" , Osaka, "ＭＳ Ｐゴシック";
font-size: 12px;
}

A{
font-family: "ヒラギノ角ゴ Pro W3" , Osaka, "ＭＳ Ｐゴシック";
font-weight: bold;
color: #669837;
}

P{
font-family: "ヒラギノ角ゴ Pro W3" , Osaka, "ＭＳ Ｐゴシック";
}

DIV{
font-family: "ヒラギノ角ゴ Pro W3" , Osaka, "ＭＳ Ｐゴシック";
margin: 0px; 
padding 0px;
}
UL{
margin: 0px 0px 0px 0px; padding: 4px 0px 0px 16px;
}
LI{
margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
}

font_style1 {
font-size: 14px;
font-weight: bold;
color: #cc3300;
}

font_style2 {
font-size: 14px;
font-weight: bold;
color: #000000;
}

font_style3 {
font-size: 14px;
font-weight: bold;
color: #669933;
}

/* --- 全ページ共通レイアウト↓ --- */
/* ページセンター部分 */
#page_center{
   background-color: #ffffff;
   border: #666 1px solid ;
   border-top: none;
}
/* ページヘッダー */
#page_header{ }
/* ページナビゲーション */
#page_navibar{ }
/* ページ左カラム */
#page_left{ }
/* ページ右カラム */
#page_right{ }
/* ページフッター */
#page_footer{
   text-align: center;
   padding:15px 3px 6px 3px;
}
/* --- 全ページ共通レイアウト↑ --- */

/* --- モジュールパネル共通↓ --- */
.module_header{
   width: 100%;
   background-image: url(/images/pc/tmp_hdr.gif);
   color: #999999;
   font-weight: bold;
   padding: 3px 0px 3px 10px;
}
.module_content{
   width: 100%;
   background-color: #ffffff;
   border: #669933 1px solid;
   border-top: none;
   color: #000000;
}
/* --- モジュールパネル共通↑ --- */

/* --- フォーム関連↓ ---*/
.form_frame {
margin: 5px;
padding: 0px 0 15px 0px;
}

.form_header{
PADDING: 2px 0px 2px 0px;
MARGIN: 0px;
font-weight:bold;
}

.form_footer{
PADDING: 2px 0px 2px 0px;
MARGIN: 0px;
font-weight:bold;
}

.form_desc {
PADDING: 2px 0px 10px 0px;
MARGIN: 0px;
font-weight:bold;
}

.form_label {
PADDING: 10px 0px 2px 0px;
MARGIN: 0px;
}

td.v_form_label {
padding: 2px 0px 2px 0px;
}

.form_label_desc {
PADDING: 2px 0px 2px 0px;
MARGIN: 0px;
}

.form_field {
PADDING: 2px 0px 2px 0px;
MARGIN: 0px;
}

td.v_form_field {
padding: 2px 0px 2px 0px;
}

.form_field_desc {
PADDING: 2px 0px 2px 0px;
MARGIN: 0px;
}

.form_field_req{
font-size: 10px;
color: Red;
font-weight: normal;
}

.form_field_radio{
}

.form_field_btn {
}

.form_field_txtbox {
}

.form_field_txtarea {
}

.form_field_err {
font-size: 10px;
color: Red;
font-weight: normal;
}

.form_err {
PADDING: 2px 0px 2px 0px;
MARGIN: 6px;
COLOR: red;
font-weight: bold;
}

.form_notice {
PADDING: 2px 0px 2px 0px;
MARGIN: 6px;
COLOR: red;
}

.form_submit {
PADDING: 2px 0px 2px 0px;
MARGIN: 0px;
COLOR: #000000;
}

HR.form_separator{ 
margin: 0px;
padding: 0px;
color: #efefef;
}

HR.form_section_separator{
margin: 0px;
padding: 0px;
color: #efefef;
}
/* --- フォーム関連↑ ---*/

/* --- 会員受信メールボックス --- */
.ml_l_hdr { background-color: #E0F0D1; }

/* --- 会員情報リスト↓ ---*/
.list_navigation{

}
.item_table {
BORDER: #999999 1px solid;
BACKGROUND-COLOR: #FFFFFF;
}

.item_header{
margin:1px;
padding:2px;
background-color: #C1E0A2;
color:#666666;
}

.item_label{
margin:0px 1px 1px 1px;
padding:2px;
font-weight:bold;
background-color: #e0e0e0;
white-space: nowrap;
}

.item_field{
margin:0px 1px 1px 1px;
padding:2px; 
}

.item_footer{
margin:1px;
padding:2px;
}
/* --- 会員情報リスト↑ ---*/

/* --- 選択された会員情報↓ --- */
.selected_item_table {
BORDER: #999999 1px solid;
BACKGROUND-COLOR: #ffffff;
margin-top: 5px;
}

.selected_item_header{
margin:1px;
padding:2px;
background-color: #669933;
color:#ffffff;
}

.selected_item_label{
margin:0px 1px 1px 1px;
padding:2px;
font-weight:bold;
background-color:#e0e0e0;
white-space: nowrap;
}

.selected_item_field{
margin:0px 1px 1px 1px;

padding:2px; 
}

.selected_item_footer{
margin:1px;
padding:2px;
}
/* --- 選択された会員情報↑ --- */














/* --- untip css --- */

p.calendar{
    margin:0;
}

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font-family:Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
	font-size:12px;
	line-height:1.4;
	display: none;
}

#unitip div{
    overflow:hidden;
    font-size:12px;
    line-height:1.4;
}

#unitip p{
    float:right;
    width:140px;
    margin:0;
}

#unitip img.sha{
    float:left;
    margin:0 0 0 0;
}

#unitip img{
    vertical-align:middle;

}

#unitippoint, #unitipmid, #unitipcap {
    position: relative;
	top: 0px; 
	left: 0px;
	width: 290px;
	display: block;
}
	
#unitippoint {
    background: url(/images/pc/calendar/TipPoint3.png) no-repeat; 
	height: 19px; 
	overflow: hidden; 
}
	
#unitipmid { 
    background: url(/images/pc/calendar/TipMid.png) repeat; 
    width: 270px;
    height: auto; 
    padding: 5px 10px;
}
	
#unitipcap { 
    background: url(/images/pc/calendar/TipCap2.png) no-repeat; 
    height: 7px; 
    overflow: hidden; 
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↓ --- */

* html #unitippoint{
    background: url(/images/pc/calendar/TipPoint3.png) no-repeat;
    width: 310px;
}

* html #unitipcap {
    background: url(/images/pc/calendar/TipCap2.png) no-repeat;
    width: 310px;
}

* html #unitipmid { 
    width: 290px;
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↑ --- */

/* --- IE 7以外に適用↓ --- */

<!--[if lt IE 7]>
.clearfix {
    height:1px;
}
<![endif]-->

/* --- IE 7以外に適用↑ --- */









*{
    padding:0;
    margin:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

table, tbody, tfoot, thead, tr, th, td{
    vertical-align:top;
}

ol, ul {
	list-style:none;
}
blockquote, q{
	quotes:none;
}

html{
    overflow-y:scroll;  
}  

body{
	font-size:0.75em;
	font-family:"MS PGothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif,verdana;
	background:url(/images/pc/2011/bg01.gif) #ffffff;
	color:#1a1a1a;
}

a{
	color:#0f850b;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
    color:#0f850b;
}

h1,h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	line-height:1.5;
	text-align:left;
}

p{
	line-height:1.5;
}

#site{
    background:url(/images/pc/2011/bg02.gif)  repeat-x;
	padding:0;
}

#container{
	text-align:left;
	width:860px;
	margin:0 auto 20px auto;
	overflow: hidden;
}

#title{
    width:860px;
	height:116px;
	overflow:hidden;
}

p#tit{
	width:320px;
	float:left;
	padding-top: 12px;
}

p#tit a{
    width:320px;
	height:90px;
	display:block;
	background:url(/images/pc/2011/site_login.png) -40px -12px no-repeat;
}

div#login{
	width:540px;
	float:left;
	text-align:right;
	line-height:90px;
	padding-top: 12px;
}

div#menu{
    margin-bottom:20px;
	overflow:hidden;
}

div#menu ul{
    width:860px;
	height:30px;
	background:#484848;
}

div#menu ul li a:hover{
    background:none;
}



li#home{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_on.png) -40px -116px no-repeat;
}

li#home a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site.png) -40px -116px no-repeat;
}

li#regist{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_on.png) -163px -116px no-repeat;
}

li#regist a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site.png) -163px -116px no-repeat;
}

li#search{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_on.png) -286px -116px no-repeat;
}

li#search a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site.png) -286px -116px no-repeat;
}

li#faq{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_on.png) -409px -116px no-repeat;
}

li#faq a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site.png) -409px -116px no-repeat;
}

li#term{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_on.png) -532px -116px no-repeat;
}

li#term a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site.png) -532px -116px no-repeat;
}

li#support{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_on.png) -655px -116px no-repeat;
}

li#support a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site.png) -655px -116px no-repeat;
}


li#home2{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_login_on.png) -40px -116px no-repeat;
}

li#home2 a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site_login.png) -40px -116px no-repeat;
}

li#point2{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_login_on.png) -163px -116px no-repeat;
}

li#point2 a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site_login.png) -163px -116px no-repeat;
}

li#mail2{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_login_on.png) -286px -116px no-repeat;
}

li#mail2 a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site_login.png) -286px -116px no-repeat;
}

li#can{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/m_can_on.gif) no-repeat;
}

li#can a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/m_can.gif)  no-repeat;
}

li#profile2{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_login_on.png) -409px -116px no-repeat;
}

li#profile2 a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site_login.png) -409px -116px no-repeat;
}

li#search2{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_login_on.png) -532px -116px no-repeat;
}

li#search2 a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site_login.png) -532px -116px no-repeat;
}

li#search2_b{
    float:left;
    width:123px;
	height:30px;
	background:url(/images/pc/2011/site_login_on.png) -655px -116px no-repeat;
}

li#search2_b a{
    width:123px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site_login.png) -655px -116px no-repeat;
}

li#support2{
    float:left;
    width:122px;
	height:30px;
	background:url(/images/pc/2011/site_login_on.png) -778px -116px no-repeat;
}

li#support2 a{
    width:122px;
	height:30px;
	display:block;
	background:url(/images/pc/2011/site_login.png) -778px -116px no-repeat;
}

p#furime{
    position:absolute;
	left:0;
	top:100px;
	width:182px;
	height:87px;
	background:url(/images/pc/2011/site_on.png) -40px -192px;
}

p#furime a{
	width:182px;
	height:87px;
	display:block;
	background:url(/images/pc/2011/site.png) -40px -192px;
}

p#furime a:hover{
	background:none;
}

p#male{
    position:absolute;
	left:142px;
	top:265px;
	width:224px;
	height:64px;
	background:url(/images/pc/2011/site_on.png) -182px -357px;
}

p#male a{
	width:224px;
	height:64px;
	display:block;
	background:url(/images/pc/2011/site.png) -182px -357px;
}

p#male a:hover{
	background:none;
}

p#female{
    position:absolute;
	left:142px;
	top:340px;
	width:224px;
	height:64px;
	background:url(/images/pc/2011/site_on.png) -182px -432px;
}

p#female a{
	width:224px;
	height:64px;
	display:block;
	background:url(/images/pc/2011/site.png) -182px -432px;
}

p#female a:hover{
	background:none;
}

#left{
	width:620px;
	float:left;
}

div#main{
	width:620px;
	height:425px;
	background:url(/images/pc/2011/site.png) -40px -166px;
	margin-bottom:8px;
}

div#touroku{
	width:220px;
	height:165px;
	background:url(/images/pc/2011/site.png) -680px -423px;
	margin-bottom:8px;
}

div#touroku a{
	width:220px;
	height:165px;
	display:block;
}

div#main1{
	width:620px;
	height:396px;
	background:url(/images/pc/2011/site_login.png) -40px -166px;
	margin-bottom:8px;
	position: relative;
}

div#main2{
	width:620px;
	height:141px;
	background:url(/images/pc/2011/site_login.png) -40px -570px;
	margin-bottom:8px;
	position: relative;
}

div#main3{
    width:620px;
	height:189px;
	background:url(/images/pc/2011/site_login.png) -40px -719px;
	margin-bottom:8px;
}

#main3 p{
    padding:54px 20px 20px 20px;
}

#right0{
	width:240px;
	float:left;
	margin-bottom:0px;
}
	
#right{
	width:220px;
	float:left;
	margin-bottom:0px;
	padding-left:20px;
}

#furimebanner{
    margin-bottom:11px;
}

#furimebanner p{
    width:220px;
	height:71px;
	background:url(/images/pc/2011/site_on.png) -760px -581px no-repeat;
}

#furimebanner p a{
    width:220px;
	height:71px;
	display:block;
	background:url(/images/pc/2011/site.png) -760px -581px no-repeat;
}

#furimebanner p a:hover{
    background:none;
}

#otamesisearch{
    width:220px;
	margin-bottom:20px;
}

#otamesisearch_top{
    width:220px;
	height:52px;
	background:url(/images/pc/2011/site.png) -760px -672px no-repeat;
}

#otamesisearch_top2{
    width:220px;
	height:18px;
	background:url(/images/pc/2011/waku_top.png) no-repeat;
}

#otamesisearch_middle{
    width:220px;
	background:url(/images/pc/2011/otamesisearch_middle.png) repeat-y;
}

#otamesisearch_middle div{
	margin:0 auto 0 auto;
	width:174px;
	padding:10px;
	background:#ffffff;
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↓ --- */

* html #otamesisearch_middle div{
	width:194px;
	margin:0 13px 0 13px;
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↑ --- */

#otamesisearch_middle2{
    width:220px;
	background:url(/images/pc/2011/otamesisearch_middle.png) repeat-y;
}

#otamesisearch_middle2 div{
	margin:0 auto 0 auto;
	width:174px;
	padding:10px;
	background:#ffffff;
	text-align:center;
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↓ --- */

* html #otamesisearch_middle2 div{
	width:194px;
	margin:0 13px 0 13px;
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↑ --- */

#otamesisearch_bottom{
    width:220px;
	height:18px;
	background:url(/images/pc/2011/site.png) -760px -874px no-repeat;
}

#mobile{
    width:220px;
	height:246px;
	background:url(/images/pc/2011/site_login.png) -680px -166px no-repeat;
    margin-bottom:11px;
}

#jiten{
    width:220px;
	height:246px;
	background:url(/images/pc/2011/site_login.png) -680px -423px no-repeat;
    margin-bottom:11px;
}

#jiten p a{
    width:220px;
	height:246px;
	display:block;
}

#can{
    width:220px;
	height:90px;
	background:url(/images/pc/2011/canbanner.gif);
    margin-bottom:11px;
}

#can p a{
    width:220px;
	height:90px;
	display:block;
}

#footer{
	background:url(/images/pc/2011/bg03.gif) repeat-x;
	width:100%;
	text-align:center;
}

#footer p#foot{
    width:940px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:15px 0 10px 0;
}

p#foot a{
    color:#1a1a1a;
}

p#foot a:hover{
    color:#1a1a1a;
}

#footer p#logo{
    width:940px;
	margin:0 auto 0 auto;
	text-align:center;
	height:82px;
}

#footer p#logo a{
    width:222px;
	height:62px;
	margin:0 auto 0 auto;
	padding:0 0 20px 0;
	display:block;
	background:url(/images/pc/2011/site.png) -380px -1238px no-repeat;
}

#main_top{
    width:620px;
	height:5px;
	background:url(/images/pc/2011/top.png) no-repeat;
}

#main_mid{
    width:580px;
	background:#ffffff;
}

#con{
    width:580px;
	padding:20px;
background:#ffffff;
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↓ --- */

* html #con{
    width:620px;
}

#main_bot{
    width:620px;
	height:11px;
	background:url(/images/pc/2011/bot.png) no-repeat;
	margin-bottom:8px;
}

.para{
    font-size:12px;
}

p#enter01{
    width:308px;
	height:68px;
	margin:407px auto auto 250px;
}

p#enter01 a{
    width:308px;
	height:68px;
	display:block;
	background:url(/images/pc/2011/enter01.png) no-repeat;
}

p#enter02{
    width:302px;
	height:51px;
	margin:0 auto auto 250px;
}

p#enter02 a{
    width:302px;
	height:51px;
	display:block;
	background:url(/images/pc/2011/enter02.png) no-repeat;
}


#login_top{
    background:url(/images/pc/2011/login_top.png);
	width:570px;
	height:393px;
	position:relative;
	margin-bottom:40px;
}

p#l_mailbox{
	width:195px;
	height:21px;
	position:absolute;
	top:66px;
	left:128px;
	background:url(/images/pc/2011/site_login_on.png) -168px -237px no-repeat;
}

p#l_mailbox a{
	background:url(/images/pc/2011/site_login.png) -168px -237px no-repeat;
	display:block;
	width:195px;
	height: 21px;
}

p#l_mailbox a:hover{
	background:none;
}

p#l_canbox{
	width:195px;
	height:21px;
	position:absolute;
	top:87px;
	left:128px;
	background:url(/images/pc/2011/m_can2_on.gif) no-repeat;
}

p#l_canbox a{
	background:url(/images/pc/2011/m_can2.gif) no-repeat;
	display:block;
	width:195px;
	height: 21px;
}

p#l_canbox a:hover{
	background:none;
}

p#l_search{
	width:195px;
	height:21px;
	position:absolute;
	top:137px;
	left:128px;
	background:url(/images/pc/2011/site_login_on.png) -168px -303px no-repeat;
}

p#l_search a{
	background:url(/images/pc/2011/site_login.png) -168px -303px no-repeat;
	display:block;
	width:195px;
	height: 21px;
}

p#l_search a:hover{
	background:none;
}

p#l_search2{
	width:195px;
	height:21px;
	position:absolute;
	top:162px;
	left:128px;
	background:url(/images/pc/2011/site_login_on.png) -168px -328px no-repeat;
}

p#l_search2 a{
	background:url(/images/pc/2011/site_login.png) -168px -328px no-repeat;
	display:block;
	width:195px;
	height: 21px;
}

p#l_search2 a:hover{
	background:none;
}

p#l_point{
	width:195px;
	height:21px;
	position:absolute;
	top:216px;
	left:128px;
	background:url(/images/pc/2011/site_login_on.png) -168px -382px no-repeat;
}

p#l_point a{
	background:url(/images/pc/2011/site_login.png) -168px -382px no-repeat;
	display:block;
	width:195px;
	height: 21px;
}

p#l_point a:hover{
	background:none;
}

p#l_point2{
	width:195px;
	height:21px;
	position:absolute;
	top:241px;
	left:128px;
	background:url(/images/pc/2011/site_login_on.png) -168px -407px no-repeat;
}

p#l_point2 a{
	background:url(/images/pc/2011/site_login.png) -168px -407px no-repeat;
	display:block;
	width:195px;
	height: 21px;
}

p#l_point2 a:hover{
	background:none;
}

p#warning{
	width:187px;
	height:26px;
	position:absolute;
	top:84px;
	left:133px;
}

p#warning a{
	background:url(/images/pc/2011/site_login.png) -173px -654px no-repeat;
	display:block;
	width:187px;
	height: 26px;
}
	






table#page_center{
    background:url(/images/pc/2011/bg02.gif) 0 0 repeat-x;
	width:100%;
	text-align:center;
	border-width:0;
}

div#page_header{
    margin:0 auto 0 auto;
	width:860px;
}

div#page_left{
    width:620px;
	float:left;
}

div#page_right{
    width:220px;
	float:right;
	padding-left:20px;
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↓ --- */

* html div#page_right{
    float:right;
}

/* --- IE 4〜6、Mac IE 4〜5のみに適用↑ --- */

div#page_footer{
	text-align:center;
}

div#ModuleSkin1__ctl0_pnlLogin{
    text-align:right;
	line-height:90px;
	font-size:12px;
}

div#Moduleskin1__ctl0_pnlUserInfo{
    text-align:right;
	line-height:90px;
	font-size:12px;
}

table#Table1{
    font-size:12px;
	line-height:2;
	width:174px;
}

#ModuleSkin5__ctl0_pnlRegistForm1{
    font-size:12px;
}

#form_frame{
    font-size:12px;
}

table#ModuleSkin5__ctl0_DataList1{
    width:580px;
}

table.item_table{
    width:580px;
	margin-bottom:15px;
}

.selected_item_table {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    margin-bottom: 15px;
    margin-top: 5px;
    width: 580px;
}

.mar5050 {
    text-align: right;
	padding:10px 0 20px 0;
}

.ml_l_itm {
    padding-bottom: 10px;
}
