@charset "UTF-8";
/* CSS Document */

/* コンテンツ部分 → インフォメーション
............................................................... */
#support_box{
margin-bottom:5px;
padding:5px;
width:590px;
border:1px solid #CCC;
background-color:#FAFAFA;
font-size:74%;
}
.support_left{
float:left;
width:290px;
margin-right:10px;
}
.support_right{
float:left;
width:288px;
}
.support_title{
font-weight:bold;
color:#666;
margin-bottom:3px;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#666;
background-color:#FFCC00;
padding-top:2px;
padding-right:2px;
padding-bottom:2px;
padding-left:5px;
}
.support_data{
line-height:130%;
margin-bottom:10px;
margin-left:10px;
color:#666;
}
#support_box li{
font-weight:bold;
color:red;
}
#support_box .indent{
padding-left:10px;
font-weight:normal;
color:#666;
}
.support_address{
clear:both;
color:#666;
}


/* IE6 css fixer v0.95: Fri, 01 Jul 2011 11:41:23 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html .support_left,
* html .support_right {display:inline;}

/* add overflow:visible to (submit) buttons */
 * html input, * html button {overflow:visible;}