@charset "utf-8";


/* ヘルプメニュー
---------------------------------------------------- */
#help .menu {
background:none repeat scroll 0 0 #DEEAF7;
border:1px solid #90A4BB;
list-style:none outside none;
margin:0 0 10px;
padding:10px 8px;
_zoom: 1;   
    overflow: hidden; 
}

#help .menu p{
font-size:1.2em;
margin:0 0 3px 0;
}

#help .menu .left {
float:left;
margin-right:30px;
}

/* ヘルプ
---------------------------------------------------- */
#help p {
font-size:13px;
line-height:180%;
}
#help ul {
font-size:13px;
margin:0 0 0 10px;
padding:0;
}

#help li {
	background-image: url(/static/common/images/ar9.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
	list-style:none;
	padding:0 0 0 18px;
	margin:0 0 8px 0;
}

#help li.general {
	background-image: url(/static/common/images/ar4.gif);
}

#help ul.left {
float:left;
margin-right:30px;
}

#help .left {
float:left;
margin-right:10px;
}

/* ヘルプページトップへ戻る
---------------------------------------------------- */
#help ul.totop {
list-style:none outside none;
margin:0;
padding:0;
text-align:right;
}

#help .totop li{
background:none;
}

#help ul li a.totop {
background:url("/static/common/images/ar6.gif") no-repeat scroll right center transparent;
padding:0 17px 0 0;
}

