@charset "UTF-8";

/* メイン スタイルシートの読み込み　+　Mac 版 IE5.x スタイル適応除外
------------------------------------------------------------ */
/*¥*/
@import "/css/common.css";
@import "/css/mod/contents.css";
@import "/css/mod/column.css";
/**/









/* 障害連絡・お問い合わせ
--------------------------------------------------------------*/
#contents div.formBox {
width:586px;
margin:0 0 3em 0;
padding:0 0 10px 0;
/* background:url(/contact/images/box01_bg_bottom.gif) no-repeat left bottom; */
display:inline-block;
}

html *#contents div.formBox {
height:1%;
}




#contents div.formBox div.lBox {
width:282px;
padding:0 10px 10px 0;
margin:0;
float:left;
border-right:1px #999 dotted;
}

#contents div.formBox div.rBox {
width:283px;
padding:0 0 0 10px;
margin:0;
float:right;
}


#contents div.formBox p {
margin-left:0;
color:#222;
}







/* -------------------------------------------------------------------*/

#contents div.lBox{float:left;}
#contents div.rBox {float:right;}


/*背景用　ハック*/
#contents div.column2r04:after{/* float clear */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

html*#contents div.column2r04{/* hack for mac */
height:1%;}




/*
-----------------------------------------------------------*/
#contents div.column2r04 {
width:586px;
padding:0;
margin:0 0 1em 0;
}

#contents div.column2r04 div.lBox,
#contents div.column2r04 div.rBox {
width:250px;
height:100px;
margin:0;
padding:11px 15px 0 15px;
background:url(/images/common/bg_link_column2.gif) repeat left top;
border:2px solid #a5d5e4;
}

#contents div.column2r04 div.lBox ul,
#contents div.column2r04 div.rBox ul {
margin:20px 0 0 0;
padding:0;
}


#contents div.column2r04 div.lBox h3,
#contents div.column2r04 div.rBox h3 {
margin:0;
padding:0;
background:none;
border:none;
}



#contents div.column2r04 div.lBox h3 a,
#contents div.column2r04 div.rBox h3 a {
width:220px;
hegiht:32px;
margin:0;
padding:1px 0 0 30px;
color:#fff;
text-decoration:none;
display:block;
}

#contents div.column2r04 div.lBox p,
#contents div.column2r04 div.rBox p{
margin:1em 0 0 0;
padding:0;
}


