@charset "utf-8";
/**
 * Digimart
 * @Copyright: 2007 Rittor Music Inc., a company of Impress Group. All right reserved.
*/

@import "/css/global.css";
@import "/css/layout_common.css";

h1 {
	width: 52px;
	height: 18px;
	margin-bottom: 0.4em;
	background: url(/img/help/help.gif) no-repeat;
}
h1 span {
	display: none;
}


/*--------------------------*/
#atfirst {

}

#atfirst h2 {
	font-size: 95%;
	color: #ffffff;
	background: #303e51;
	padding:0.3em 0.3em 0.3em 1em;
	margin-top:2em;
	margin-bottom:0.5em;
	font-weight: bolder;
}

#atfirst h3 {
	font-size: 85%;
	color: #303e51;
	border-bottom: solid 2px #ff6600;
	background: url(/img/common/big_squ_arrow.gif) no-repeat left center;
	padding-left: 18px;
	margin-top: 2.5em;
	margin-bottom: 0.5em;	
}

#atfirst h4 {
	background: #4F5152;
	padding: 0.3em 0.3em 0.3em 18px;
	color:#ffffff;
	font-size:80%;
	margin-bottom:0.5em;
	margin-top:1.2em;
}

#atfirst p {
	font-size:80%;
	color: #455162;
	line-height: 1.5;
	margin-bottom:0.5em;
}

#atfirst p.linktext {
	margin-left: 2em;
	background: url(/img/help/link_button_greyallow.gif) no-repeat left;
	padding-left: 15px;
}

.important {
	text-decoration: underline;
	color: #FF5303;
	font-style: normal;
	font-weight: bold;
}

#atfirst img.cap {
	border:1px solid #303e51;
	padding:0.3em;
	margin-left:15px;
	margin-bottom:0.5em;
	margin-top:0.5em;
}

#help_warning {
	margin:1.5em;
	padding:0.7em;
	background: #efefef;
}

#help_warning p.importan {
	background: url(/img/recommend_icon.gif) no-repeat left top;
	padding-left: 15px;
}

#flow {
	margin: 1em 1.5em;	
}

#flowbox {
	background: #e4e4e4 url(/img/help/flowbox_leftline.gif) no-repeat left bottom;
	margin-bottom: 1.5em;
}

#flowboxinside {
	margin-left: 15px;
	padding-left: 0.8em;
	background:#ffffff;
}


/*-------------------------右寄せリンク*/
#atfirst p.alright {
	font-size:90%;
	text-align:right;
	margin:0.5em 0 0.5em 0;
}

#atfirst p.alright a {
	font-size:85%;
	padding-right:10px;
}

#atfirst p.alright img {
	margin-left:0.2em;
}

/*-----------------------LeftMenu*/

#helpMenu {
	padding-bottom: 0.5em;
	font-size: 75%;
	background: url(/img/leftbox_bg.gif) repeat-y;
}

#helpMenu h3 {
	width: 160px;
	height: 24px;
	background: url(/img/help/leftbox_helpmenu_head.gif) no-repeat;
}

#helpMenu ul.helplist1 {
	padding:0.3em 0 0 0;
}

#helpMenu ul.helplist1 li {
	background: url(/img/leftbox_menu_allow.gif) 5px 0.4em no-repeat;
	padding: 0 10px 0 18px;
	margin-bottom: 0.3em;	
	line-height: 1.3;
}

#helpMenu ul.helplist2 {
	margin-bottom:0.8em;
	list-style:disc;
}

#helpMenu ul.helplist2 li {
	/*background: url(/img/instlist_point.gif) 0px 0.5em no-repeat;*/
	background:url(none);
	padding-left:0;
}

#helpMenu ul.helplist1 li a {
	color: #455162;
}

#helpMenu ul.helplist li1 a:hover {
	color: #ff6600;
}

#helpMenu ul.helplist2 li a {
	color: #455162;
}
#helpMenu ul.helplist2 li a:hover {
	color: #ff6600;
}


/*--------------------Table*/
#atfirst table.categoryexp {
	font-size:80%;
	color:#455162;
	width:98%;
	border-collapse:collapse;
	border:solid 1px #aaaaaa;
}

#atfirst table.categoryexp th {
	background:#f1f1ed;
	text-align:left;
	padding:0.5em;
	border-bottom:1px solid #aaaaaa;
}

#atfirst table.categoryexp td {
	border-bottom:1px solid #aaaaaa;
	padding: 0.5em;
}

/*----------------------FAQ リスト*/
#atfirst ul.faq {
	font-size:80%;
	line-height: 1.5;
	margin: 0.5em 2em 1.5em; /*下：5emから1.5emへ　2009.10.22*/
	list-style: disc inside;
 }

#atfirst ul.faq li {
	padding:0.6em;
	background: #efefef;
}

#atfirst ul.faq li.line2 {
	background:#ffffff;
}

/*----------------------FAQ リスト2*/

#atfirst dl {
	margin:0 0 1em 0;
}

#atfirst dt {
	color: #455162;
	font-size:80%;
	font-weight:bold;
	line-height: 1.5;
}

#atfirst dd {
	color: #455162;
	font-size:80%;
	padding:0;
	line-height: 1.5;
}

/*--------------------汎用リスト*/

#atfirst ul.helpul {
	font-size:80%;
	line-height: 1.5;
	list-style: disc inside;
	margin: 0.8em 3em 2em;
}

/*-------------------バナー*/
#banarea {
    margin:15px;
    padding:15px;
    border:solid #CCCCCC 1px;
}
