@charset "utf-8";


/* CSS Import Style
---------------------------------------------------- */
@import "01styles_main.css";
@import "02styles_layout.css";


/* about common Style
---------------------------------------------------- */
#about h2 {
	margin-bottom: 20px;
}

#about h3 {
	margin: 20px 0;
}

#about h4 {
	margin: 15px 0;
	border-bottom: 1px dotted #c2c7cb;
	padding: 0 0 5px 20px;
	background: url(/images/icon_circle_other.gif) no-repeat left 2px;
	font-weight: bold;
}

#about h4.v2 {
	margin-top: 40px;
}

#about .aboutList li {
	background: url(/images/icon_list_other.gif) no-repeat left 6px;
	padding-left: 1em;
}

#about .aboutList li li {
	margin-left: 1em;
	background-image: none;
	padding-left: 0;
	list-style-type: disc;
}


/* qa Style
---------------------------------------------------- */
#about .qaArea dl {
	margin: 8px 7px 0;
	border-bottom: 1px dotted #c2c7cb;
	width: 606px;
}

#about .qaArea dl dt {
	background: url(/images/icon_qa_q.gif) no-repeat left top;
	padding: 0 0 10px 28px;
}

#about .qaArea dl dd {
	background: url(/images/icon_qa_a.gif) no-repeat left top;
	padding: 0 0 10px 28px;
}

#about .qaArea .treeText {
	font-size: 14px;
}