@charset "utf-8";

/*-----------------------------------------------
  == Okasan Online Securities Common Style ==
  --------------------------------------------------
  File       : character.css
  Date       : 2010.07.29
  Last Update: 2010.07.28
--------------------------------------------------*/

/*-----------------------------------------------
#character 
--------------------------------------------------*/

/*--- 共通 ---*/

#character {
	background:url(/ont/function/ont_web/order/img/chara_bg.gif) no-repeat top ;
	height:846px;
	position:relative;
	margin-bottom:25px;
}

#character div {
	position:absolute;
}

#character .text {
	position:absolute;
	top:38px;
	left:10px;
	right:10px;
	color:#fff;
	line-height:1.3em;
}


#character div#box-04 .text, #character div#box-05 .text {
	top:59px;
}

#character div#box-04 .text span{
margin:0 0 0 5px;
padding:3px 0 2px 3px;
color:#FFFFFF;
background:#FF0000;
font-size:12px;
font-weight:bold;
}


dl,dd,dt{
padding:0; margin:0;
} 



/*--- タイトル・各ボックス個別設定 ---*/

#character div#chara-title {
	top:10px;
	left:10px;
}


/* #box-01 */

#character div#box-01 {
	top:68px;
	left:64px;
	width:191px;
}

#character div#box-01 dt {
	height:29px;
}


/* #box-02 */

#character div#box-02 {
	top:68px;
	left:301px;
	width:191px;
}

#character div#box-02 dt {
	height:29px;
}


/* #box-03 */

#character div#box-03 {
	top:307px;
	left:95px;
	width:362px;
}

#character div#box-03 dt {
	height:29px;
}


/* #box-04 */

#character div#box-04 {
	top:542px;
	left:64px;
	width:191px;
}

#character div#box-04 dt {
	height:51px;
}


/* #box-05 */

#character div#box-05 {
	top:542px;
	left:301px;
	width:191px;
}

#character div#box-05 dt {
	height:51px;
}



/*--- IE6対策 ---*/

dt{
_margin-bottom:-3px;
} 

