/* ************************************************************************ */
/* 																			*/
/* 	Do!エントリー スタイルシート											*/
/* 																			*/
/* ************************************************************************ */

#main #help 
{
	text-align: center;
}

/* ************************************************************************ */
/* タイトルバー																*/
/* ************************************************************************ */
#main #help div.titlebar
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ************************************************************************ */
/*	タイトル一覧															*/
/* ************************************************************************ */
#main #help table.head
{
	border-spacing; 0px;
	color: #666666;
	margin-left:  auto;
	margin-right: auto;
	width: 600px;
	
	font-size: 9pt;
	line-height: 140%;
	letter-spacing: 1px;
}

#main #help div.title1,
#main #help div.title2,
#main #help div.title3
{
	font-weight: bold;
	padding-top:    5px;
	padding-left:  10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#main #help div.title1
{
	background: url("../../image/main/other/help/bg-dot1.gif") center center repeat;
}
#main #help div.title2
{
	background: url("../../image/main/other/help/bg-dot2.gif") center center repeat;
}
#main #help div.title3
{
	background: url("../../image/main/other/help/bg-dot3.gif") center center repeat;
}

#main #help li
{
	color: #2688bc;
}

/* ************************************************************************ */
#main #help div.line
{
	clear: both;
	border-top: 1px dotted #333333;
}

/* ************************************************************************ */
/*	FAQ一覧																	*/
/* ************************************************************************ */
#main #help div.faq
{
	margin-left:  auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}

#main #help div.faq div.title
{
	margin-bottom: 10px;
}

#main #help div.faq div.body
{
	margin-left:  auto;
	margin-right: auto;
	width: 550px;
	text-align: left;
}

/* ************************************************************************ */
#main #help div.faq ul
{
	margin-left: 20px;
}
#main #help div.faq li
{
	line-height: 180%;
	letter-spacing: 1px;
}
#main #help div.faq li.question
{
	padding-top: 0px;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #2688bc;
	font-weight: bold;
	list-style-image: url("../../image/main/other/help/q.gif");
}

#main #help div.faq li.answer
{
	vertical-align: middle;
	padding-left: 15px;
	color: #666666;
	font-weight: normal;
	list-style-image: url("../../image/main/other/help/a.gif");
}

#main #help div.faq ol.number
{
	padding-left: 15px;
	margin-left:  10px;
}
#main #help div.faq ol.number li
{
	color: #666666;
	font-weight: bold;
	list-style-type: decimal;
	list-style-image: none;
	margin-bottom: 5px;
}
#main #help div.faq ol.number dl
{
	margin-top: 5px;
	margin-bottom: 5px;
}
#main #help div.faq ol.number dt
{
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 5px;
}
#main #help div.faq ol.number dd
{
	font-weight: normal;
	margin-left: 10px;
}
/* ************************************************************************ */
#main #help div.faq div.button
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 16px;
	overflow: hidden;
	float: right;
	
	margin-top:   10px;
	margin-bottom:50px;
}

#main #help div.faq div.button img
{
	visibility: hidden;
}

#main #help div.faq div.button a,
#main #help div.faq div.button a:link,
#main #help div.faq div.button a:visited
{
	background-position: 0px 0px;
	float:left;
	margin-left:  10px;
	margin-right: 10px;
}

#main #help div.faq div.button a:focus,
#main #help div.faq div.button a:hover,
#main #help div.faq div.button a:active
{
	background-position: 0px 16px;
}

#main #help div.faq div.button span.top a
{
	background-image: url("../../image/main/other/help/button-top_css.gif");
}

/* ************************************************************************ */
/* [EOF]																	*/
/* ************************************************************************ */
