@charset "UTF-8";

/*-------------------------------------------------------------------------------------
	# dncl reference sample page common css

	1.reset
	2.common
	
-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
	#1 reset
-------------------------------------------------------------------------------------*/
html {
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
	font-size:13px;
	font-family:Verdana, "Meiryo", "MS PGothic", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th {
	text-align:left;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {
	text-decoration:none;
}
pre,code,kbd,samp,tt {
	font-family:monospace, Osaka, sans-serif;
	line-height:100%;
}
hr {
	display:none;
}
img {
  vertical-align:baseline;
}

/*-------------------------------------------------------------------------------------
	#2 common
-------------------------------------------------------------------------------------*/
body {
	background:#353232;
	color:#fff;
}
#wrapper {
	background:url("../images/bg_ei_sp_body_center.png") left top repeat-y;
	color:#353232;
	width:760px;
	margin:0 auto;
}
#header,
#body,
#footer {
	padding:30px;
}
#header {
	background:url("../images/bg_ei_sp_body_top.png") left top no-repeat;
	padding-top:7px;
	padding-left:38px;
}
#body {
}
#footer {
	background:url("../images/bg_ei_sp_body_bottom.png") left bottom no-repeat;
}

h1,h2,h3,h4 {
	color:#1c1919;
}
h1 {
	font-size:93%;
	font-weight:normal;
	color:#fff;
}
h2 {
	position:relative;
	width:200px;
	height:20px;
	margin:0 0 30px -27px;
	padding:3px 0 0 16px;
	color:#fff;
	font-size:100%;
	font-weight:normal;
	background:#353232 url("../images/bg_ei_sp_h2.png") left center no-repeat;
}
h3 {
	font-size:116%;
	margin-bottom:10px;
}
h4 {
	font-size:107%;
	margin-bottom:5px;
}

a:link {
	color:#799447;
	border-bottom:1px solid #799447;
}
a:visited {
	color:#852a38;
	border-bottom:1px solid #852a38;
}
a:hover {
	color:#96be50;
}

#contents {
	float:left;
	width:500px;
}

.images {
	margin-bottom:30px;
}
.images img {
	padding:5px;
	border:1px solid #8a8989;
	background-color:#e4e4e4;
}
.images dt,
.images dd {
	margin-bottom:10px;
}

.code {
	margin-bottom:30px;
}
.code pre {
	width:488px;
	padding:5px;
	border:1px solid #8a8989;
	background-color:#e4e4e4;
	overflow:auto;
}

.pageNav {
	margin-bottom:30px;
}
.pageNav a {
	background:url("../images/ico_ei_sp_arrow_up.png") left 0.6em no-repeat;
	border-bottom:0;
	display:block;
	float:right;
	width:3em;
	text-align:right;
}
.pageNav a:visited {
	color:#799447;
}

#sidebar {
	float:right;
	width:174px;
	margin-right:-32px;
	padding:0 15px;
	border-left:1px solid #343232;
}
#sidebar h3 {
	position:relative;
	background-color:#343232;
	color:#fff;
	font-size:100%;
	width:184px;
	height:20px;
	padding:3px 0 0 10px;
	margin-left:-10px;
}
#sidebar ul{
	color:#799447;
}
#sidebar ul li {
	margin-bottom:0.5em;
	list-style:square inside;
}
#sidebar ul li.parentLi {
	margin:0;
	list-style:none;
}
#sidebar ul li.parentLi ul {
	padding-left:1em;
	margin-bottom:1em;
}
#sidebar a {
	border:0;
}

#footer a {
	border:0;
}
#footer ul {
	padding-bottom:1em;
}
#footer ul li {
	float:left;
	line-height:19px;
}
#footer li.linkHome a {
	background:url("../images/ico_dncl_gray.png") left top no-repeat;
	display:block;
	padding-left:19px;
	margin-left:10px;
}
#footer li.linkHome a:hover {
	background:url("../images/ico_dncl.png") left top no-repeat
}
#footer li.linkHome span {
	padding-left:0.5em;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

span.boldText {
	font-weight:bold;
	color:#343232;
}